vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Spider Watcher (https://vborg.vbsupport.ru/showthread.php?t=104582)

Guest210212002 02-19-2006 09:02 PM

It's still working, I just got the two emails about it. I allowed overwrite as well. Reinstall gives me the same thing.

It's not a big issue, since it's still working, just figured it was worth mentioning. ;)

Zia 02-20-2006 04:10 AM

yeah micklebeck...

its sober & nice upgrade..least it makes the makes page miles long :)

my warm wishes to u :)

btw do u have time to modify robots list...hence theres no one taking care of robots list... ?

993ti 02-21-2006 10:52 AM

Omg, look at Gigabot and Yahoo
http://www.twenteracingscene.com/spiders.php
Is that normal?

mikelbeck 02-21-2006 02:32 PM

Quote:

Originally Posted by 993ti
Omg, look at Gigabot and Yahoo
http://www.twenteracingscene.com/spiders.php
Is that normal?

Yeah, they do a lot of that. Have a look at what they've done to one of my sites: http://www.happyhourpub.com/spiders.php.

Check out MSNbot, too, over 37K hits.

Megareus Rex 02-21-2006 11:09 PM

Uhh, a weird occurence:

When I first clicked on it a few minutes ago (after upgrading yesterday), it said Yahoo! Slurp had 390 IPs. I clicked on the link to display them, and it didn't open. I went and re-accessed the page, and it was down to 22. Now, every time I access spiders.php, the # of IPs for Y! Slurp goes down by 1.

Just an odd occurence...

PS: http://www.evermoreforums.com/forums/spiders.php if you wanna see

Brandon Sheley 02-22-2006 02:43 AM

upgraded and all seems fine..

thx for the update :)

btw, I like the popup for the ip's..
much cleaner..

mikelbeck 02-24-2006 02:36 PM

Quote:

Originally Posted by Megareus Rex
Uhh, a weird occurence:

When I first clicked on it a few minutes ago (after upgrading yesterday), it said Yahoo! Slurp had 390 IPs. I clicked on the link to display them, and it didn't open. I went and re-accessed the page, and it was down to 22. Now, every time I access spiders.php, the # of IPs for Y! Slurp goes down by 1.

Just an odd occurence...

PS: http://www.evermoreforums.com/forums/spiders.php if you wanna see

Yeah, I see that happening too.

It'll be fixed in the next version...

funinthesun 02-24-2006 04:35 PM

I've just installed this and got this error:
Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
START TRANSACTION;

MySQL Error  : You have an error in your SQL syntax near 'START TRANSACTION' at line 1
Error Number : 1064
Date        : Friday, February 24th 2006 @ 06:33:48 PM
Script      : http://www.********.com/spiders.php
Referrer    :
IP Address  : **.**.***.***
Username    : *****
Classname    : vb_database

I've also just read through 16 pages on this thread so not to bother you if the problem had already been solved with someone else but the two times that it's mentioned nobody has replied with a solution. So what I'm asking nicely is... can somebody help me please :nervous: :D

Robbed 02-25-2006 04:13 AM

I just got the same error, any fix?

Robbed 02-25-2006 04:38 AM

I figured it out, It's most likely because we are using sql version lower then 4.0. Start Transaction is only used in 4 and higher.

I opened up spiders.php line 47

replaced


Quote:

$cleanup_data = $db->query_first("START TRANSACTION");
with

Quote:

$cleanup_data = $db->query_first("BEGIN");
so far it's working.


All times are GMT. The time now is 10:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01405 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete