PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   No link in temporary table (http://www.phpdig.net/forum/showthread.php?t=722)

michabis101 03-25-2004 03:36 PM

No link in temporary table
 
I have some problems with indexing. Some sites will index but some others won't.

exemple : www.ati.com works but www.diabloii.net doesn't works
in the case of www.diabloii.net : No link in temporary table
appears.

What can be the solution for that?

Charter 03-25-2004 05:39 PM

Hi. Try replacing the robot_functions.php file with the one in the ZIP attached in this thread.

michabis101 03-25-2004 08:11 PM

index prob
 
No, it doesn't changed anything.

Charter 03-25-2004 08:37 PM

Hi. Try making the changes in this thread. Once done, delete the site from the admin panel and then try a new index.

michabis101 03-25-2004 09:20 PM

no changes
 
It still doesn't work.

Charter 03-25-2004 09:34 PM

Hi. How long do you let it run? Do you encounter a timeout issue? Below is the start of the index output.

SITE : http://www.diabloii.net/
Exclude paths :
- @NONE@
1:http://www.diabloii.net/
(time : 00:00:11)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
level 1...
2:http://www.diabloii.net/copyright.php
(time : 00:01:04)

3:http://www.diabloii.net/columnists/behind-veil10.shtml
(time : 00:01:22)

4:http://www.diabloii.net/forms/add-strategy.shtml
(time : 00:01:38)

5:http://www.diabloii.net/fotd/index.shtml
(time : 00:01:58)
...

michabis101 03-25-2004 09:41 PM

I got this

Spidering in progress...

--------------------------------------------------------------------------------
SITE : http://www.diabloii.net/
Exclude paths :
- @NONE@
1:http://www.diabloii.net/\1/
(time : 00:00:07)
No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://www.diabloii.net/\1/
Optimizing tables...
Indexing complete !
--------------------------------------------------------------------------------
[Back] to admin interface.

Charter 03-25-2004 10:20 PM

Hi. Hmm, what's that \1/ hanging out on the end of the link?

Using the robot_functions.php file from the ZIP, what happens if you replace the following:
PHP Code:

$retour['path'] = ereg_replace('(.*[^/])/?$','\\\\1/',ereg_replace('^/(.*)','\\\\1',ereg_replace("/+","/",$path))); 

with the following:
PHP Code:

$retour['path'] = ereg_replace('(.*[^/])/?$','\\1/',ereg_replace('^/(.*)','\\1',ereg_replace("/+","/",$path))); 

Remember to remove any "word" wrapping in the above code.

michabis101 03-25-2004 10:28 PM

i still got this

SITE : http://www.asus.com/
Exclude paths :
- @NONE@
1:http://www.asus.com/\1/
(time : 00:00:08)
No link in temporary table

--------------------------------------------------------------------------------

links found : 1
http://www.asus.com/\1/
Optimizing tables...
Indexing complete !
--------------------------------------------------------------------------------
[Back] to admin interface.

this time on www.asus.com and same thing on www.diabloii.net

what do you mean by "word" wrapping

Charter 03-25-2004 10:44 PM

Hi. What is $phpdig_language set to in the config file?

The "word" wrapping means, for example, that one line of code breaks and gets displayed over two lines.

michabis101 03-25-2004 10:45 PM

my current language is "en" witch means english i suppose

Charter 03-25-2004 11:07 PM

Hi. When you run the following query, are there any URLs with \1/ appended to the end, or do they all end with just a / character?

SELECT site_url FROM sites;

If you don't have any URLs in the table, just attempt to crawl that site again and then query.

Also, what OS/setup/version are you running?

michabis101 03-26-2004 06:36 AM

i'm using windowsXP, the version of phpdig is 1.8.0, apache 1.3.24 and easyphp 1.6

how do you make your query?

michabis101 03-29-2004 07:00 AM

configs
 
im using Wondows XP Pro with easyphp 1.6

im also behind a firewall of a router, do i have to open a port?

how do you make your query

michabis101 03-29-2004 07:39 AM

Installation
Can't connect to database
Verify connection datas.

Type here the MySql parameters. Specify a valid existing user who can create databases if you choose create or update.

Hostname : localhost
Port (none = default) :
Sock (none = default) :
User : michabis
Password : ********
PhpDig database : phpdig
Tables prefix :

why i cant connect


All times are GMT -8. The time now is 04:34 PM.

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