Y T Nuke  
Results 1 to 24 of 24
Some moron reported our sites, so we will stop using it for a while and ...
  1. #1
    SERGEY is offline Newbies
    Join Date
    Mar 2007
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Free basic cloaking + shuffling script

    Some moron reported our sites, so we will stop using it for a
    while and make improved script.

    It's not perfect, it's just a nice small script to begin
    with and extend it as you need

    It checks if user-agent contains word "google", or
    if reverse-domain lookup contains "google".

    If yes, it inserts randomly keywords at every visit to make site
    appear "often updated" for Googlebot

    Some suggestions for improvement:
    - don't overuse it too much
    - extend it (i.e. sentence-like)

    You need PHP5 for stripos!

    If you use PHP4, please replace it by equivalent expression
    to convert string to uppercase and then compare it against
    uppercase value. Any PHP-savvy person can help you with it

    Code:
    <?
    error_reporting(0);
    if((isset($_SERVER["HTTP_USER_AGENT"])&&is_numeric(stripos($_SERVER["HTTP_USER_AGENT"], "Google")))||
    $_SERVER["QUERY_STRING"]=="google"||(isset($_SERVER["REMOTE_HOST"])&&stripos($_SERVER["REMOTE_HOST"],"google")))
    {
    $keywords = array("keywords","go","into","this","array");
    srand((float)microtime()*1000000);
    shuffle($keywords);
    for($y=0;$y<20;$y++)
    {
    srand((float)microtime() * 1000000);
    shuffle($keywords);
    for($x=0;$x<count($keywords);$x++)
    {
    echo $keywords[$x];
    echo "   ";
    }
    }
    
    }
     ?>

  2. #2
    Diamond Damien's Avatar
    Diamond Damien is offline Site Owner & Administrator black hat forumsblack hat forumsblack hat forumsblack hat forumsblack hat forums
    Join Date
    Oct 2005
    Posts
    7,897
    Reputation
    345
    Blog Entries
    1
    Thanks
    58
    Thanked 4,152 Times in 371 Posts

    Default Re: Free basic cloaking + shuffling script

    Nice little script you have there. Did you know the person that reported you? Or was it some random jerk that found out you were cloaking?

  3. #3
    turnkeytraders is offline Registered Member
    Join Date
    Mar 2007
    Posts
    64
    Reputation
    10
    Thanks
    0
    Thanked 6 Times in 2 Posts

    Default Re: Free basic cloaking + shuffling script

    Some people are just jealouse i think fucking bastards that was stupid of the person who reported you

  4. #4
    china186's Avatar
    china186 is offline Newbies
    Join Date
    Mar 2007
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Free basic cloaking + shuffling script

    Good script you have there,thanks

  5. #5
    Theo's Avatar
    Theo is offline Newbies
    Join Date
    Mar 2007
    Location
    Northern Hemisphere
    Posts
    12
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Thanks for the script...
    I'll have to learn how to use it now

  6. #6
    navin's Avatar
    navin is offline Jr. VIP
    Join Date
    Mar 2007
    Posts
    107
    Reputation
    21
    Thanks
    6
    Thanked 13 Times in 8 Posts

    Default Re: Free basic cloaking + shuffling script

    how the hell do u use that script?

  7. #7
    TwistR is offline Newbies
    Join Date
    Apr 2007
    Posts
    14
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Yea, how to use that script ??
    What language is the script written in ?

  8. #8
    Lucifer is offline Newbies
    Join Date
    Mar 2007
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    How big of a loser do you have to be to report someone for cloaking?

  9. #9
    pome is offline Newbies
    Join Date
    Jun 2007
    Posts
    5
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Are you supposed to have this code in each of the cloaked pages? or is it possible to have it at one place (server side) and make it work for all the cloaked pages?

  10. #10
    beneth is offline Newbies
    Join Date
    Dec 2006
    Posts
    13
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    You can place the code in it's own file (eg. include.php) and then include it in your other files. Ah, the joys of OOP .

  11. #11
    Join Date
    Feb 2007
    Location
    Online
    Posts
    35
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    ("keywords","go","into","this","array");
    Is this where I keyword spam?

  12. #12
    arw1986 is offline Newbies
    Join Date
    Jun 2007
    Posts
    23
    Reputation
    10
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    nice script, but i have one question

    maybe anybody could tell me how to modify it that it could redirect user (if it is not a google) to other page?

    thank you

  13. #13
    seadigital's Avatar
    seadigital is offline Newbies
    Join Date
    Aug 2007
    Posts
    17
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Quote Originally Posted by beneth View Post
    You can place the code in it's own file (eg. include.php) and then include it in your other files. Ah, the joys of OOP .
    My question is this. Do we need to OOP it?

    Can the php in page be spidered? I was under the impression that it was server side code that could not be seen... until, I read this thread and remembered a programmer telling me he wanted to use perl rather then PHP for anonymity reasons.

    Whats the scoop? Thx!

  14. #14
    Cloakster is offline Newbies
    Join Date
    Aug 2007
    Posts
    10
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Are you sure someone reported you? I think it's great you're sharing the script, but that type of cloaking would be very easy to detect for several reasons:
    1. It would be easy for a competitor to spoof their user agent and see your cloaked page. That's why IP checking is usually preferred.
    2. Having content that changes on every single visit is suspicious. When spiders visit the same page to check for new content and it's completely different every time, they may suspect something.
    3. Stuffing a page with solid keywords is very spammy and suspicious looking. I think the ideal keyword density is between 3%-10% and that script is basically creating pages of 100% keyword density. Even if the script is just used as an include, the keywords work better if they're peppered throughout the page and not in an obvious clump.

    That's just my 2 cents from experience. I was also planning on sharing my php cloaking script as soon as I finish cleaning it up. It addresses all of these issues with IP checking, caching and configurable keyword density per page(plus lots more).

  15. #15
    supa's Avatar
    supa is offline Registered Member
    Join Date
    Aug 2007
    Posts
    62
    Reputation
    22
    Thanks
    0
    Thanked 51 Times in 3 Posts

    Default Re: Free basic cloaking + shuffling script

    nice script!

  16. #16
    bbbsites's Avatar
    bbbsites is offline Newbies
    Join Date
    Aug 2007
    Posts
    18
    Reputation
    15
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Free basic cloaking + shuffling script

    Thank you for the nice script.

  17. #17
    blitz is offline Newbie
    Join Date
    Aug 2007
    Posts
    27
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    Thank You for the script

  18. #18
    brad1001 is offline Executive VIP
    Join Date
    Apr 2006
    Posts
    216
    Reputation
    71
    Thanks
    3
    Thanked 1,178 Times in 73 Posts

    Default Re: Free basic cloaking + shuffling script

    I have similar script (WP plugin), that appends text to duplicate articles to prevent them from being hit by the duplicate content filters. I'm unable to post the link (less than 15 posts), but look for the article about 'Avoiding Duplicate Content Penalties The Plugin' on my blog (link in sig.)

  19. #19
    cysh is offline Newbie
    Join Date
    Oct 2007
    Posts
    45
    Reputation
    15
    Thanks
    119
    Thanked 9 Times in 7 Posts

    Default Re: Free basic cloaking + shuffling script

    thanx for the script will try

  20. #20
    Join Date
    Oct 2007
    Posts
    914
    Reputation
    115
    Thanks
    36
    Thanked 424 Times in 274 Posts

    Default Re: Free basic cloaking + shuffling script

    Very good code work. Interesting the way people will come into these style of sites and forums when no one is looking and then turn on you for doing the same techniues they are using... " HAIL HYPOCRYTICAL MORONS!!! "

    Good code work, did you do this yourself or outsource to a programmer?

  21. #21
    Join Date
    Oct 2007
    Posts
    914
    Reputation
    115
    Thanks
    36
    Thanked 424 Times in 274 Posts

    Default Re: Free basic cloaking + shuffling script

    Quote Originally Posted by brad1001 View Post
    I have similar script (WP plugin), that appends text to duplicate articles to prevent them from being hit by the duplicate content filters. I'm unable to post the link (less than 15 posts), but look for the article about 'Avoiding Duplicate Content Penalties The Plugin' on my blog (link in sig.)
    Yeah, you can get that same result within your code for articles, blogs and all ofthe other stuff simply by blocking the content feed with a line or two of special meta-tags which are set to prevent content extraction.

    Anyone having an interest in them can PM me about it. I can't post them here, then where would I get my article content?...

  22. #22
    hiruma is offline Newbies
    Join Date
    Oct 2007
    Posts
    21
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Free basic cloaking + shuffling script

    wow great script

  23. #23
    Kaylum is offline Newbies
    Join Date
    Mar 2007
    Posts
    14
    Reputation
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Free basic cloaking + shuffling script

    thanks for sharing this!

    this is a great starter script, and the observations/tips offered by cloaktser are on point.

    very berry cool indeed

  24. #24
    chrisaragon is offline Newbies
    Join Date
    Nov 2011
    Location
    USA
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Re: Free basic cloaking + shuffling script

    hey does this script still work?

Dot Gov Backlinks Sale


Smarter Submit

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76