|
05-13-2004, 03:30 PM | #16 |
Purple Mole
Join Date: Dec 2003
Posts: 106
|
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.
__________________
Foundmyself.com artist community, art galleries |
05-23-2004, 04:20 PM | #17 |
Green Mole
Join Date: May 2004
Posts: 4
|
|
06-03-2004, 05:26 PM | #18 |
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
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- |
06-05-2004, 07:42 AM | #19 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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 |
06-10-2004, 07:24 PM | #20 |
Green Mole
Join Date: May 2004
Posts: 23
|
What does "Allow sites inside domain" mean?
|
06-15-2004, 09:46 AM | #21 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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 |
07-12-2004, 03:11 PM | #22 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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 |
07-12-2004, 04:01 PM | #23 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Wow, great! Oh no... PhpDig version 1.8.2 is coming out soon...
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
07-13-2004, 03:55 AM | #24 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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 |
07-17-2004, 05:34 PM | #25 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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. |
07-17-2004, 06:09 PM | #26 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Wow, personally I like this better! Couple suggestions...
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;
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
07-18-2004, 03:08 PM | #27 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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? Last edited by manfred; 07-18-2004 at 03:29 PM. |
07-22-2004, 05:26 AM | #28 | |
Green Mole
Join Date: Jul 2004
Posts: 13
|
Quote:
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:
|
|
07-22-2004, 06:04 AM | #29 |
Orange Mole
Join Date: Nov 2003
Posts: 42
|
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 |
07-22-2004, 06:12 AM | #30 |
Green Mole
Join Date: Jul 2004
Posts: 13
|
It works! Thank you.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
admin options | mikeduff | Mod Requests | 3 | 06-09-2004 04:39 PM |
problems indexing command line vs. admin panel | obottek | Troubleshooting | 1 | 04-10-2004 04:01 PM |
Clear logs from admin panel | manfred | Mod Submissions | 2 | 02-25-2004 07:15 AM |
Version info to admin panel | manfred | Mod Requests | 1 | 02-19-2004 02:18 PM |