skylark516
Regular Member
- Aug 29, 2009
- 236
- 7
Ok. I'm having some trouble blanking all of my traffic. I've got the method I want to use to blank my traffic set, but i'm having trouble with an input redirect URL.
Basically this is what I mean:
Situation 1:
I make a PHP file that checks to make sure the referrer is blank, then it will redirect to the "afflink" variable that I placed in the code.
Here is what I want:
Situation 2:
The PHP file checks to make sure referrer is blank, then redirects to a site from the URL bar.
ex. http://www.mysite.com/blanktraffic.php?http://www.cmyip.com/
(If http://wwwcmyip.com was the destination site)
Does anyone have any tips on how to grab input from a URL?
Basically this is what I mean:
Situation 1:
I make a PHP file that checks to make sure the referrer is blank, then it will redirect to the "afflink" variable that I placed in the code.
Here is what I want:
Situation 2:
The PHP file checks to make sure referrer is blank, then redirects to a site from the URL bar.
ex. http://www.mysite.com/blanktraffic.php?http://www.cmyip.com/
(If http://wwwcmyip.com was the destination site)
Does anyone have any tips on how to grab input from a URL?