vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBCloaker 0.1 (https://vborg.vbsupport.ru/showthread.php?t=78758)

bold 03-27-2005 08:15 AM

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!

Club3G 03-27-2005 01:44 PM

Great mod. :)

rex_b 03-27-2005 01:54 PM

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:

AlexanderT 03-27-2005 02:25 PM

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.

Cerb 03-27-2005 02:31 PM

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.

The Realist 03-27-2005 03:35 PM

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


Cerb 03-27-2005 04:48 PM

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 :)

The Realist 03-27-2005 05:30 PM

"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 :)


Deaths 03-27-2005 05:49 PM

Add a redirect in the META tag.

The Realist 03-27-2005 05:57 PM

Now you have lost me :)


All times are GMT. The time now is 08:09 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.01200 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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