PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Mod Submissions (http://www.phpdig.net/forum/forumdisplay.php?f=24)
-   -   New admin panel is here! (http://www.phpdig.net/forum/showthread.php?t=582)

bloodjelly 05-13-2004 02:30 PM

Looks nice. You mention this feature: "Allow to dig different sites inside domain" Does that mean it will add 2 sites, e.g. "http://www.site.com/folder" and "http://www.site.com/folder2" instead of truncating the subdirectory?

And a request: a method of spidering faster by running multiple spiders (without conflicts) from the admin panel, maybe using the exec() command. :)

web newsroom 05-23-2004 03:20 PM

Manfred

Looks and works gret

http://search.thewebnewsroom.com

Thanks

Rolandks 06-03-2004 04:26 PM

Hi. Looks cool.
Is there a german version available? I can translate to german. I use 1.2. and submit next week.

search_function.php in admin_panel_1-2.zip shows phpdig Version 1.6.x?

Is it admin_panel_1-2 for 1.6.x, 1.8.0 or 1.8.1?

-roland-

manfred 06-05-2004 06:42 AM

My german knowledge is limited to Rammstein and Nina Hagen - not enough in this case?!

This admin mod is only for version 1.8.0 and those files are directly taken from version 1.8.0 zip. You can see a version mismatch also in PhpDig html documentation which is for 1.6.2.

M

ChadK 06-10-2004 06:24 PM

What does "Allow sites inside domain" mean?

manfred 06-15-2004 08:46 AM

It means that spider can jump between different sites if it remains under same domain e.g. www.domain.com and intra.domain.com can be spidered but no www.domain.org.

Never needed this one (it is basic phpdig feature and also mentioned in documentation) so I hope it works.

M

manfred 07-12-2004 02:11 PM

Updated version available for download in my web page.


- Supports now PhpDig 1.8.1.
- Documentation added
- New parameters added
- plus more...

Please inform if it does not work correctly?!

M

Charter 07-12-2004 03:01 PM

Wow, great! Oh no... PhpDig version 1.8.2 is coming out soon...

manfred 07-13-2004 02:55 AM

Some updates made to support 1.8.2 (still same 1.3 version though).

Changes:
- Now you can adjust spidering speed in four steps: 0, 1, 3 or 5 second delay between page requests! I think this is a cool feature? But remember that you will exhaust external URL bandwidth easily with delay value 0 - it is for local use only.

M

manfred 07-17-2004 04:34 PM

1 Attachment(s)
Making a totally rewritten version of this mod. Is there any special requests at this point - those might be added?

Here is a picture of it.

Charter 07-17-2004 05:09 PM

Wow, personally I like this better! Couple suggestions...
  • make the version number match that of PhpDig (easier for users to follow)
  • database it based on a new value (value doesn't exist yet) in the config file
If going to database it, I'd suggest a table something like the following:

CREATE TABLE prefix_config (
c_key VARCHAR(255) NOT NULL,
c_val VARCHAR(255) NOT NULL,
c_type VARCHAR(255) NOT NULL,
KEY c_key (c_key)
) TYPE=MyISAM;

manfred 07-18-2004 02:08 PM

1 Attachment(s)
Yeah, database driven system would be nice but then I have to rewrite all PhpDig files :( Or how it is possible to redefine all variables which are in config file? Storing and changing those at database is not a problem.

Here is a sneak peek version for you forum members before I post it in the web page.

Is this menu system better than the earlier?

Spider 07-22-2004 04:26 AM

Quote:

Originally posted by manfred
Changes:
- Now you can adjust spidering speed in four steps: 0, 1, 3 or 5 second delay between page requests! I think this is a cool feature? But remember that you will exhaust external URL bandwidth easily with delay value 0 - it is for local use only.

I like the admin interface very much.

I found a strange thing: once I put 'Delay between page requests' at zero, I can't get it to another value anymore.
Has this line:
PHP Code:

$delay 0

in robot_functions.php something to do with it?

manfred 07-22-2004 05:04 AM

1 Attachment(s)
It is a bug in admin.php. Here is corrected version, just overwrite the old one.

Glad you like it.

Does it work now as supposed?

M

Spider 07-22-2004 05:12 AM

It works! Thank you.


All times are GMT -8. The time now is 03:31 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.