PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Mod Submissions

Reply
 
Thread Tools
Old 05-13-2004, 02:30 PM   #16
bloodjelly
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.
bloodjelly is offline   Reply With Quote
Old 05-23-2004, 03:20 PM   #17
web newsroom
Green Mole
 
Join Date: May 2004
Posts: 4
Manfred

Looks and works gret

http://search.thewebnewsroom.com

Thanks
web newsroom is offline   Reply With Quote
Old 06-03-2004, 04:26 PM   #18
Rolandks
Purple Mole
 
Rolandks's Avatar
 
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-
Rolandks is offline   Reply With Quote
Old 06-05-2004, 06:42 AM   #19
manfred
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
manfred is offline   Reply With Quote
Old 06-10-2004, 06:24 PM   #20
ChadK
Green Mole
 
Join Date: May 2004
Posts: 23
What does "Allow sites inside domain" mean?
ChadK is offline   Reply With Quote
Old 06-15-2004, 08:46 AM   #21
manfred
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
manfred is offline   Reply With Quote
Old 07-12-2004, 02:11 PM   #22
manfred
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
manfred is offline   Reply With Quote
Old 07-12-2004, 03:01 PM   #23
Charter
Head Mole
 
Charter's Avatar
 
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.
Charter is offline   Reply With Quote
Old 07-13-2004, 02:55 AM   #24
manfred
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
manfred is offline   Reply With Quote
Old 07-17-2004, 04:34 PM   #25
manfred
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.
Attached Images
File Type: jpg panel.jpg (60.1 KB, 99 views)
manfred is offline   Reply With Quote
Old 07-17-2004, 05:09 PM   #26
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
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;
__________________
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.
Charter is offline   Reply With Quote
Old 07-18-2004, 02:08 PM   #27
manfred
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?
Attached Files
File Type: zip admin_panel-1.8.3a.zip (26.5 KB, 79 views)

Last edited by manfred; 07-18-2004 at 02:29 PM.
manfred is offline   Reply With Quote
Old 07-22-2004, 04:26 AM   #28
Spider
Green Mole
 
Join Date: Jul 2004
Posts: 13
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?
Spider is offline   Reply With Quote
Old 07-22-2004, 05:04 AM   #29
manfred
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
Attached Files
File Type: zip admin.zip (6.7 KB, 85 views)
manfred is offline   Reply With Quote
Old 07-22-2004, 05:12 AM   #30
Spider
Green Mole
 
Join Date: Jul 2004
Posts: 13
It works! Thank you.
Spider is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
admin options mikeduff Mod Requests 3 06-09-2004 03:39 PM
problems indexing command line vs. admin panel obottek Troubleshooting 1 04-10-2004 03:01 PM
Clear logs from admin panel manfred Mod Submissions 2 02-25-2004 06:15 AM
Version info to admin panel manfred Mod Requests 1 02-19-2004 01:18 PM


All times are GMT -8. The time now is 06:58 AM.


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