PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 07-14-2004, 11:58 PM   #1
b2l_grefix
Green Mole
 
b2l_grefix's Avatar
 
Join Date: May 2004
Posts: 9
links not found (well, most of them)

Version 1.8.3

I've just installed version 1.8.3 And tried to spider http://grefix.be with the standard settings. The site is actually only one index.php wich is dynamically changed through the vars in the request uri

PHPDig only finds 2 links in the main page, while there are at least 15.

I've tried the solution suggested by nathanc (see this)

Alltough this works in a browser environment, it doesn't seem to work when spidering from the shell...

Any suggestions?
__________________
Grefix
b2l_grefix is offline   Reply With Quote
Old 07-15-2004, 08:00 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Perhaps it's a location issue...
PHP Code:
// turn off magic_quotes_runtime for escaping purposes
@ini_set("magic_quotes_runtime","0");
// turn off magic_quotes_sybase for escaping purposes
@ini_set("magic_quotes_sybase","0"); 
Those are set in config.php but if you stick them at the top of spider.php does it help?
__________________
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-15-2004, 09:32 PM   #3
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. So I don't think it is a location issue but maybe it's a value issue...

In the config.php file replace:
PHP Code:
// turn off magic_quotes_runtime for escaping purposes
@ini_set("magic_quotes_runtime","0");
// turn off magic_quotes_sybase for escaping purposes
@ini_set("magic_quotes_sybase","0"); 
with the following:
PHP Code:
// turn off magic_quotes_runtime for escaping purposes
@ini_set("magic_quotes_runtime",false);
// turn off magic_quotes_sybase for escaping purposes
@ini_set("magic_quotes_sybase",false); 
Does that have any effect?
__________________
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-16-2004, 03:19 AM   #4
b2l_grefix
Green Mole
 
b2l_grefix's Avatar
 
Join Date: May 2004
Posts: 9
Thanksfor the response

Anyway I've tried both now, but it doesn't seem to have much effect.

Results remain the same...

I was wondering if you (or somebody else ) gets other results then me? If so, then we can be certain that it has something to do with the setup of php.ini.

Just gonna post the result here of what I get:

Quote:
1209: old priority 0, new priority 18
Spidering in progress...
-----------------------------
SITE : http://grefix.be/
Exclude paths :
- @NONE@
+1:http://grefix.be/
(time : 00:00:07)
+ +
level 1...
+2:http://grefix.be/index.php?st=10
(time : 00:00:18)
+
+3:http://grefix.be/index.php?st=5
(time : 00:00:24)

level 2...
+4:http://grefix.be/index.php?st=0
(time : 00:00:36)

No link in temporary table
links found : 4
Optimizing tables...
Indexing complete !
b2l_grefix is offline   Reply With Quote
Old 07-16-2004, 10:47 AM   #5
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. I found the problem and it's not your setup. Download the attachment in this post and replace your files with the ones in the ZIP file.
__________________
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-16-2004, 11:57 AM   #6
b2l_grefix
Green Mole
 
b2l_grefix's Avatar
 
Join Date: May 2004
Posts: 9
Thumbs up

Whatever you did, it worked And as a plus, it's even faster

Thanks
__________________
Grefix
b2l_grefix is offline   Reply With Quote
Reply


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
No links found... pwoc Troubleshooting 0 11-10-2004 08:05 PM
Another: links found : 1 majestique Bug Tracker 11 07-12-2004 12:19 AM
0 links found, yes, another one juzzi Troubleshooting 5 07-05-2004 07:31 AM
links found : 0 w/ example squatty Troubleshooting 3 06-21-2004 05:00 AM
Links found: 1 CafeenMan Troubleshooting 10 05-12-2004 08:35 PM


All times are GMT -8. The time now is 04:43 AM.


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