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.
TOS is optional, but it makes you more "safer". You need a Privacy Policy is you're using Adsense. Here is a Privacy Policy Generator: http://www.serprank.com/privacy-policy-generator/index.php
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.