View Single Post
  #4 (permalink)  
Old 09-19-2008, 11:04 PM
bruce6667's Avatar
bruce6667 bruce6667 is offline
Jr. VIP
 
Join Date: Apr 2008
Posts: 223
Thanks: 28
Thanked 75 Times in 30 Posts
iTrader: (0)
Default Re: Hiding the origin of a traffic to a CPA company

are you doing php header redirects like this?

Code:
<?php
header("Location: http://someurl.com");
?>
cause you should definately not do that if you want to hide your traffic. umm.... do the double meta refresh, great info on that around here.
Reply With Quote