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)

DementedMindz 01-11-2006 11:22 PM

You would have to add more names of the bots in the spiders_vbulletin.xml file.
PHP Code:
Code:

<spider ident="METATAG INFO"> 
<name>SpiderName of Your Desire</name> 
</spider>


mikelbeck 01-11-2006 11:34 PM

Lizard King: On what page do you get that message? And what do you mean, "the log is too big"? There is no log, it's a table in the database.

Devil Woman: Have a look at this page: http://www.4webhelp.net/tutorials/misc/htaccess.php

Lizard King 01-12-2006 05:30 AM

Quote:

Originally Posted by mikelbeck
Lizard King: On what page do you get that message? And what do you mean, "the log is too big"? There is no log, it's a table in the database.

Devil Woman: Have a look at this page: http://www.4webhelp.net/tutorials/misc/htaccess.php

When i tried to view spiders.php the first day it worked but after first day it never worked. ıt might be because i have a lot of spider activity lately. Checked the attached log because of this i always get timeout errors.

NexDog 01-12-2006 05:45 AM

This is great - installs. I want admins only to be able to see this so what conditional would I need for forumhome...if condition="$bbuserinfo['user.....?

armagan 01-12-2006 08:55 AM

Quote:

Originally Posted by Lizard King
When i tried to view spiders.php the first day it worked but after first day it never worked. ıt might be because i have a lot of spider activity lately. Checked the attached log because of this i always get timeout errors.

!!!!

mikelbeck 01-12-2006 12:26 PM

Quote:

Originally Posted by NexDog
This is great - installs. I want admins only to be able to see this so what conditional would I need for forumhome...if condition="$bbuserinfo['user.....?

Yeah, something like this:

Code:

<if condition="$permissions['adminpermissions']">
<a href="$vboptions[homeurl]/spiders.php">Spider Activity</a>
</if>


Zia 01-12-2006 01:03 PM

Quote:

Originally Posted by samu2
Google and slurp have been on and seems to have gotten stuck lol

I uploaded buttons and saw them three days after everyone else could.Had to put up a redirect last night,works ok for everyone else,bar me.

ahha...same here...Tahoo !Slurp just sticky my place...even 3/4 at a time..
Google very frequently...

just wondering too many spider can slow down forum ??

NexDog 01-12-2006 01:16 PM

Quote:

Originally Posted by mikelbeck
Yeah, something like this:

Code:

<if condition="$permissions['adminpermissions']">
<a href="$vboptions[homeurl]/spiders.php">Spider Activity</a>
</if>


I did it with a usergroup ID:

Code:

<if condition="is_member_of($bbuserinfo, 6)">
6 being the ID of the admin usergroup. Can you think of any drawbacks to doing it that way?

The hack is so cool though. Since I installed just a few hours ago it's logged over 900 hits from google and 400 from slurp. :)

Club3G 01-12-2006 04:19 PM

Installed, but getting the following error in 3.5.3:

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        : Thursday, January 12th 2006 @ 01:18:47 PM
Script      : http://www.sevenstring.org/forum/spiders.php
Referrer    :
IP Address  : xxx
Username    : Chris
Classname    : vb_database

:(

mikelbeck 01-12-2006 04:21 PM

NexDog: I'm able to view your spiders page as a guest, so I'm going to assume that your code isn't working properly.

Club3G: What database & version are you using?


All times are GMT. The time now is 01:07 PM.

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.01309 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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