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)

rex_b 03-26-2005 07:28 PM

Ok guys don't you realize that you can get banned from google for cloaking. This is an SEO NO-NO

stroke25 03-26-2005 07:42 PM

Quote:

Originally Posted by rex_b
Ok guys don't you realize that you can get banned from google for cloaking. This is an SEO NO-NO

I agree most people should not use this..Im just playing with it on a site that im not worried about..

bold 03-26-2005 09:58 PM

how about if we just take out google in the spider list?

Cerb 03-26-2005 10:22 PM

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.

Osterling 03-26-2005 10:26 PM

substr_count(): Empty substring. in /includes/functions.php on line 3928

Unable to add cookies, header already sent.
File: /home/dssrookie/htdocs/forums/includes/init.php
Line: 27

I am getting that error, I saw it mentioned before in this thread but the advice to fix it didnt make sense to me.

bold 03-26-2005 10:37 PM

cerb can you make it so that it ignores certain spiders? i want the spiders to still show up in the who's online list.

Osterling 03-26-2005 11:25 PM

how do you know if it is working?

stroke25 03-27-2005 12:10 AM

Quote:

Originally Posted by exasko
substr_count(): Empty substring. in /includes/functions.php on line 3928

Unable to add cookies, header already sent.
File: /home/dssrookie/htdocs/forums/includes/init.php
Line: 27

I am getting that error, I saw it mentioned before in this thread but the advice to fix it didnt make sense to me.

Post 12 and 16 explain what needs to be done to fix it.

morrow 03-27-2005 01:21 AM

Is there a way to use this honestly? For an example... I run a fly fishing website. by placing keywords such as 'fly rod' or 'how to fly fish'... stuff like that, wouldn't really hurt anyone...

My other questions are the following

What's the difference between 'Title words', 'Fillers', and Targets?

They all appear to do the same exact thing.

Cerb 03-27-2005 01:55 AM

Quote:

Originally Posted by bold
cerb can you make it so that it ignores certain spiders? i want the spiders to still show up in the who's online list.

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


All times are GMT. The time now is 06:23 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.01328 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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