vBCloaker 0.1
This modification is in the archives.
This hack is a search engine cloaker, it will help you get ranked on search engines.
However, certain search engines have nice protection against cloakers and don't like em, like AlexanderT mentioned so well, so use this hack at your own risk. I really hope you will appreciate it, this is my first real vBulletin hack ever. Also, I have a friend that won a VIP pass to E3, but he needs to buy a plane ticket which costs $600 and he doesn't have the money, so if you feel generous, a donation would be very nice. Encouraging him is encouraging me. https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=hubertactif@hotmail.com&no_note=1¤cy_code=USD Also, there is one thing that is VERY important. When you add words (fillers,targets,links,titles), use enter to seperate each entry. If you want a bunch of words altogether, seperate the words you want grouped together with spaces. Features you can expect to see in next release (if this project is appreciated): - User settable "max words" from admin panel - Random font color - Spiderbot logs - Add random HTML tags Click install if you install please UPDATE There seems to be a bug with editing spider strings from the user CP (vbulletin bug), you will have to edit the database manually Spoiler (click to open)
Quote by stroke25
Do you have access to phpMyAdmin?
If so, could you please check the "setting" table for your vB database? Look for varname 'spiderstrings' and tell me what is 'value' EDIT: There should not be anything. It looks like a vBulletin bug, whenever you edit the spider strings, the 'value' field is reset. If you want cloaker to work, you should add the info yourself manually through phpMyAdmin, I'm going to tell jelsoft about that bug. Close
UPDATE #2 This post Spoiler (click to open)
Quote by stroke25
I just tested and found the problem. Something very easy, just didn't pay attention. There was a space that ruined everything
Here's the fix: in the vBCloaker_CheckUserAgent() function (file is functions.php) take this line PHP Code:
if (substr_count(strtolower($_SERVER["HTTP_USER_AGENT"]),strtolower($spideragents[$i])) > 0) // Spiderbot
PHP Code:
if (substr_count(trim($spideragents[$i]),$_SERVER["HTTP_USER_AGENT"]) > 0) // Spiderbot
Edit: Sec, going to reupload, thanks for pointing that out, stroke25 Edit2: There seems to be something else wrong, give me 5 minutes Edit3: Got it, now it's perfect, I'll reupload. (re-edited this post with changes) Close
Download This modification is archived and cannot be downloaded. Screenshots
|