|
06-01-2004, 06:48 AM | #1 |
Green Mole
Join Date: Dec 2003
Posts: 26
|
hmmm.. strange bug ?
Hi charter !
I've had two surprises with phpdig, today.. first, i wasn't gone in admin part since 2 or 3 weeks, and i found 4 others sites which was crawled by my phpdig.. but I never view those sites !! and i'm asking how could that happen ? and some bugs in the spider.php, and i can't imagine where it comes from, because i didn't change anything neither php version, or mysql server ! ? here are the output : SITE : http://umvf.cochin.univ-paris5.fr/ Chemins exclus : - @NONE@ - forum/ - e-formation/ Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/apache/htdocs/recherche/admin/spider.php on line 252 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/apache/htdocs/recherche/admin/spider.php on line 541 Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /usr/local/apache/htdocs/recherche/admin/spider.php on line 542 Pas de liens dans la table temporaire liens trouvés : 0 ...A été indexé récemment Optimizing tables... Indexation terminée ! But it has not been indexed recently.. ! not since 3 weeks at last ! |
06-01-2004, 01:19 PM | #2 |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
I know you addressed your comments to Charter, but I hope you don't mind if I add my 2 cents to this.
You can verify when your site was last spidered by going to your phpdig database, the table called spider, and look at both the upate and last_modified date fields. If you're certain that neither you nor any other authorized individual has re-spidered your site in the last 2 or 3 weeks, I would change the admin username and password [and surely you didn't leave those with the default values of admin - admin?]. While you're at it, make those "strong" - i.e., names that don't spell anything and are a combination of letters and numbers. Your problem also brings to mind something that would be a nice-to-have with phpdig. I know that when I logon to my website's control panel, I get a message telling me the last IP address that accessed it. I'd like to see something like that in phpdig. That way, you'd have some assurance that an unauthorized person hadn't been in your admin pages. |
06-02-2004, 01:01 AM | #3 |
Green Mole
Join Date: Dec 2003
Posts: 26
|
you're very welcome, vynil-junkie.. i've adressed my post to charter because i usually speak with him here, when i've got a problem !
Hmm.. in fact, it's protected with a good password, only 8 characters but letters, numbers, no meanings... So i really wondering how someone could get in to put some other sites in the admin..? i've already asked the only one other who have the passwords.. but he doesn't do this ! |
06-02-2004, 06:09 AM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Check to make sure this patch has been applied. Also, perhaps try emptying the tempspider table between runs. If using PhpDig version 1.8.0+ you can click the delete button without selecting a site to empty the tempspider table. As for the MySQL warnings, check all the PhpDig files for code like the following:
PHP Code:
PHP Code:
__________________
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. |
06-03-2004, 02:09 AM | #5 | ||
Green Mole
Join Date: Dec 2003
Posts: 26
|
hmm, ok my tempspider table was crashed ! after a repair, it quite cool !
I've applied the patch, but it's not exactly the same code u gave : Quote:
Other point, i have searched in all files in my folder phpdig, and did not found the following : Quote:
anyway, thanks for help, again ! |
||
06-03-2004, 03:12 AM | #6 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Search for get_magic_quotes_runtime in the files. If you don't have get_magic_quotes_runtime in any files, just download version 1.8.0 and search for get_magic_quotes_runtime to find where to add to your version.
__________________
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. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Strange problem | gim | Troubleshooting | 1 | 05-19-2005 06:53 AM |
strange result | franklin74 | Troubleshooting | 2 | 09-13-2004 02:18 AM |
Strange SQL error | drjohnchadwick | Troubleshooting | 2 | 01-18-2004 08:27 AM |
Strange indexing problem on my site | drbill | Troubleshooting | 9 | 01-01-2004 01:29 PM |
Strange Error | EdgeX | Troubleshooting | 1 | 09-24-2003 06:10 AM |