View Full Version : Miscellaneous Hacks - eXtend Show Spiders
eXtremeTim
10-20-2006, 10:00 PM
What this hack does is extends vbulletins base functionality for $show['search_engine']. By defualt vbulletin only recognizes three spiders well this hack extends it to around 300 or so spiders.
I would say more about this and or provide screenshots if only that was possible for this. Basicly this is using a function i made to identify spiders and modified the vbulletin show variable for spiders.
This is a great seo mod becuase it helps filter out the useless junk that spiders dont care about.
I no longer have time to support my mods here so please report suggestions and other things: http://vbhacks.extremewebtech.com/forums/showthread.php?t=167
I will try to maintain the latest version of this hack on here but no promises.
tazB.ca
10-21-2006, 04:30 PM
good stuff :classic:
TheEDIGuy
10-21-2006, 04:48 PM
I installed this for about 3 seconds, as it made every link I clicked on my forum show just a blank page.
After uninstalling it, things worked normally, so it's definitely this.
jerrygad
10-21-2006, 04:51 PM
a screenshot for this mod would be great, so people will know whether or not it is work.
eXtremeTim
10-21-2006, 04:55 PM
How do you screenshot a mod that is just code changes?
It only effects what spiders see using vbulletins defualt method for that. I just extended it to support more spiders for the spider detection variable.
eXtremeTim
10-21-2006, 05:48 PM
I installed this for about 3 seconds, as it made every link I clicked on my forum show just a blank page.
After uninstalling it, things worked normally, so it's definitely this.
Did you upload the files to the correct folder? If not then it could generate a white page becuase of not finding the function file.
folder path should look like so:
/yourforumsdir/ewt/core/
ChavMagnet
10-21-2006, 06:04 PM
Thanks alot mate v.nice hack
Muellmann
10-21-2006, 07:09 PM
https://vborg.vbsupport.ru/external/2011/01/19.gif This is very useful if you want not to have indexed different "secret" contents on your Pages. I personally now use it to protect my Spoilers from being indexed by any spiders or mailaddresses or any private informations - a must-have!
Snake
10-21-2006, 09:58 PM
Thanks man!
akanevsky
10-21-2006, 10:13 PM
I believe there is an official expansion to the XML file posted over at vb.com...
eXtremeTim
10-21-2006, 10:18 PM
If you took at look at this you would notice its not dealing with that spider system. Its dealing with the $show['search_engine'] variable defined in the init process using
// conditional used in templates to hide things from search engines.
$show['search_engine'] = ($vbulletin->superglobal_size['_COOKIE'] == 0 AND preg_match("#(google|msnbot|yahoo! slurp)#si", $_SERVER['HTTP_USER_AGENT']));
akanevsky
10-21-2006, 11:07 PM
Ahh! My bad, bro. Nice hack.
bashy
10-22-2006, 12:57 AM
Cheers, installed, although....in ya 300 spiders, theres 1 thats got away lol
207.171.167.25
Mozilla/5.0 (compatible; AMZNKAssocBot/4.0)
Can i add bots/spiders as i find them?
eXtremeTim
10-22-2006, 02:09 AM
Give me a list of them and ill rebuild the function file every so often and release updated products that are using it. :)
Spikeman
10-22-2006, 12:34 PM
I get the blank white page too, have uploaded all files to forums/ewt & forums/ewt/core uploaded product but blank screen everytime?
AzzidReign
10-22-2006, 06:22 PM
I know when I would get blank pages, it meant that there was another mod that was conflicting with the current mod. Do you guys have the template cache mod installed? I know that was the big one that gave me some trouble...
Anyways, great hack! *installed*
AyeCapn
10-23-2006, 01:44 AM
I got error messages so I uninstalled :(
jerrygad
10-23-2006, 04:53 AM
How do you screenshot a mod that is just code changes?
It only effects what spiders see using vbulletins defualt method for that. I just extended it to support more spiders for the spider detection variable.
lol. Sorry, my bad. Do not think about that before I posted. Sorry :knockedout:
eXtremeTim
10-23-2006, 04:57 PM
It happens. ;)
Capper5016
11-20-2006, 01:47 PM
I installed this mod, but in my haste thought it was a mod that showed the Spider's on the Index page....I'm getting these error messages on my CPANEL error log
[Sun Nov 19 02:33:46 2006] [error] PHP Fatal error: (null)(): Failed opening required './ewt/core/functions_spidercheck.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hardwa5/public_html/forums/global.php(356) : eval()'d code on line 665
[Sun Nov 12 13:21:45 2006] [error] PHP Fatal error: (null)(): Failed opening required './ewt/core/functions_spidercheck.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hardwa5/public_html/forums/global.php(356) : eval()'d code on line 600
rezapci
11-21-2006, 01:44 PM
yoooo
v5etboyphc
12-23-2006, 03:13 AM
installed>. but don't get how this work.. anyone could tell?
Switch02
12-25-2006, 01:19 PM
installed>. but don't get how this work.. anyone could tell?
ditto^^
eXtremeTim
04-06-2007, 11:15 PM
This hack only effects what spiders see. Its not a noticable effect for the end user only spiders.
FatalBreeze
06-24-2007, 11:57 AM
So Installed :)
just one question! Shouldn't you wrote:
$show['search_engine'] = false;
before the if statement?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.