Version: 0.1, by Cerb
Developer Last Online: Jan 2008
Version: 3.0.7
Rating:
Released: 03-24-2005
Last Update: 03-25-2005
Installs: 16
DB Changes
No support by the author.
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.
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
Yes, I actually got the idea for that robots.txt file from another user using vBulletin. This user seamed to know what he was talking about... However, I'll keep an open mind with your recommendations and look into this a little more now.
The reason I visit a forum like this is to 'learn'. So chastising me for asking questions in a forum where I can learn is not very encouraging.
Finally, thank you for posting something that is helpfull. I do appreciate yours and anyone's feedback.
Yes, I actually got the idea for that robots.txt file from another user using vBulletin. This user seamed to know what he was talking about... However, I'll keep an open mind with your recommendations and look into this a little more now.
The reason I visit a forum like this is to 'learn'. So chastising me for asking questions in a forum where I can learn is not very encouraging.
Finally, thank you for posting something that is helpfull. I do appreciate yours and anyone's feedback.
Well I'm not the huggy here ya go and do it for ya kinda guy.
As for your friend that "knows", you have your eggs in the wrong basket. Find a new place to get advice.
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ';
INSERT INTO `vbcloaker` (active,randbgcolor,metatags) VALU
I am getting the same error and I run this query:
PHP Code:
CREATE TABLE `vbcloaker` (
`active` tinyint(1) NOT NULL default '0',
`randbgcolor` tinyint(1) NOT NULL default '0',
`titles` longtext NOT NULL,
`fillers` longtext NOT NULL,
`targets` longtext NOT NULL,
`links` longtext NOT NULL,
`metatags` text NOT NULL,
PRIMARY KEY (`active`),
KEY `active` (`active`)
) TYPE=MyISAM;