Solution Of Proxy Hijack ... in wordpress?

Discussion in 'Google' started by azuka, Nov 4, 2007.

  1. #1
    Hi there:

    I found that this code is the solution of Proxy Hijack: (http://forums.digitalpoint.com/showthread.php?p=5072613)

    <?php
    if (@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errno, $errstr, 30))
    {
    exit('Your message comes here when people visit your with proxy ');
    }
    ?>
    Code (markup):
    I want to know if I can use it in Wordpress and where.

    I also found this http://www.seoegghead.com/blog/simplecloak-v2-php-implementation/, another solution but I'm not sure how to implement it in wordpress. Any idea?

    I really appreciate your help guys, or any another idea. I'm really sick of this situation, everyday I see that a lot of sites are stealing my ranking in Google... I've tried a plugin and codes... but I don't see any change. :(

    Thank you for your help.
     
    azuka, Nov 4, 2007 IP
  2. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Insert google ads. :D
     
    yyyk9, Nov 8, 2007 IP