Privacy Policy / TOS on Proxy sites with google ads?

Discussion in 'Guidelines / Compliance' started by Rizy, Aug 1, 2008.

  1. #1
    Hi,
    I'm running a few proxy sites, and just wondering do I need one for that kind of site, and if so, what all information would I go and put on it?

    Thanks.
     
    Rizy, Aug 1, 2008 IP
  2. axs

    axs Guest

    Best Answers:
    0
    #2
    axs, Aug 1, 2008 IP
  3. Rizy

    Rizy Well-Known Member

    Messages:
    207
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Thanks,
    I ended up coding a little different, for multiple sites.. Maybe this will help people, used what that had, and than did this.
    
    <?
    if (stristr($_SERVER['HTTP_HOST'],'www')) {
    $site = $_SERVER['HTTP_HOST'];
    } 
    else {
    $site = 'www.'.$_SERVER['HTTP_HOST'];
    }
    ?>
    
    Code (markup):
    and than used $site for website.
     
    Rizy, Aug 1, 2008 IP