Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBCloaker 0.1 Details »»
vBCloaker 0.1
Version: 0.1, by Cerb Cerb is offline
Developer Last Online: Jan 2008 Show Printable Version Email this Page

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.

Encouraging him is encouraging me.

https://www.paypal.com/cgi-bin/websc...rency_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

https://vborg.vbsupport.ru/showpost....5&postcount=12


UPDATE #2

This post

https://vborg.vbsupport.ru/showpost....6&postcount=30

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 03-27-2005, 08:15 AM
bold bold is offline
 
Join Date: Oct 2004
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cerb
well, not included in cloaker (i will probably consider this for v0.2)

I just wrote something for you though:

in file functions.php, your vBCloaker_CheckUserAgent function..

find

PHP Code:
$spideragents explode("\n",$spideragents['defaultvalue']); 

add after

PHP Code:
    $dontcloak = array("googlebot","slurp");

        for (
$x=0;$x sizeof($dontcloak);$x++)
        {
            if ( 
substr_count(trim($dontcloak[$x]),$_SERVER["HTTP_USER_AGENT"]) > 0
            {
                return 
false;
            }
        } 
now notice the line $dontcloak = array("googlebot","slurp");

googlebot is google's web crawler and slurp is yahoo's

you can add more, for instance: $dontcloak = array("googlebot","slurp","lycos");



You can include parts of the user agent also, for instance you could just put google instead of googlebot.





#37, read my post on the first two pages about SummitMedia spider simulator

#39: Targets are words that will link to other pages.
Titles are words that will be embraced with <h3> HTML tags
Fillers are remaining words that will fill the page
thanks cerb!
Reply With Quote
  #43  
Old 03-27-2005, 01:44 PM
Club3G Club3G is offline
 
Join Date: Aug 2004
Location: Orlando, Fl
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod.
Reply With Quote
  #44  
Old 03-27-2005, 01:54 PM
rex_b rex_b is offline
 
Join Date: Jul 2004
Location: LA
Posts: 271
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cerb
I know google and yahoo got their policies on this, however MSN Web Search doesn't. You can get top ranked easily with a cloaker on MSN.

It doesn't matter, this is unethical. And looked down upon by all webmasters.

:ermm:
Reply With Quote
  #45  
Old 03-27-2005, 02:25 PM
AlexanderT's Avatar
AlexanderT AlexanderT is offline
 
Join Date: Mar 2003
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cerb
I know google and yahoo got their policies on this, however MSN Web Search doesn't. You can get top ranked easily with a cloaker on MSN.
Where did you come up with that??

Cloaking, i.e. spammy doorways, is as forbidden at MSN as it is for the other two. From MSN:
Quote:
Items and techniques discouraged by MSN Search
The following items and techniques are not appropriate uses of the index. Use of these items and techniques may affect how your site is ranked within MSN Search and may result in the removal of your site from the MSN Search index.
...
- Using hidden text or links. You should use only text and links that are visible to users.
...
Read this for a real-life example of getting banned from search engine, MSN included.
Reply With Quote
  #46  
Old 03-27-2005, 02:31 PM
Cerb Cerb is offline
 
Join Date: Jul 2004
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry Alexander.

However my friend has been top 3 in 'online dating' on MSN Search for 6 months and he's still, thanks for his cloaker.
Reply With Quote
  #47  
Old 03-27-2005, 03:35 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant see the cloaked page's source when I visit http://tools.summitmedia.co.uk/spider/

Any ideas?

Quote:
Originally Posted by Cerb
Here's how you could test it:

Add "summit" to your Spider identification strings (for this test)
Activate the Cloaker and everything
Use a spider simulator such as: http://tools.summitmedia.co.uk/spider/ and have it access your forums, it should display a cloaked page's source
Reply With Quote
  #48  
Old 03-27-2005, 04:48 PM
Cerb Cerb is offline
 
Join Date: Jul 2004
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Realist
Cant see the cloaked page's source when I visit http://tools.summitmedia.co.uk/spider/

Any ideas?
Read posts #4 and #8 on the first page
Reply With Quote
  #49  
Old 03-27-2005, 05:30 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"the best thing to do is to redirect the search engine to the /archive/ directory, so the crawler visit the text version of the site, and nothing else"

How is this done in this hack?



Quote:
Originally Posted by Cerb
Read posts #4 and #8 on the first page
Reply With Quote
  #50  
Old 03-27-2005, 05:49 PM
Deaths Deaths is offline
 
Join Date: Oct 2004
Location: Europe, Belgium
Posts: 679
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Add a redirect in the META tag.
Reply With Quote
  #51  
Old 03-27-2005, 05:57 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now you have lost me
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:01 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.06338 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete