![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Nov 2008
Posts: 1,164
Thanks: 223
Thanked 302 Times in 128 Posts
|
What is the easiest method for redirecting to a cpa offer so it looks like a different referrer? I'm aware that there are a variety of scripts and plugins available but I'm looking for a tutorial that can walk me through the exact steps (I'm a total noob when it come to this.) I've done a search here and on another forum but most of the posts are too vague. Any advice on EXACTLY how to do this? Thanks in advance... |
| | |
| | #2 |
| HyperActive Warrior Join Date: Mar 2009 Location: Gold Coast, Australia
Posts: 158
Thanks: 6
Thanked 16 Times in 11 Posts
|
yeah double meta refresh works. You could do some php redirects but they are more complicated.
|
| | |
| | |
| | #3 |
| Warrior Member Join Date: May 2009
Posts: 19
Thanks: 5
Thanked 0 Times in 0 Posts
|
Hi Guys You guys going to think that I am stupid but I dont care . My question is what is " Spoofing The Referrer " ? |
| | |
| | #4 |
| Articles-Written.com War Room Member Join Date: Dec 2007 Location: NY, USA
Posts: 2,707
Blog Entries: 1 Thanks: 112
Thanked 552 Times in 115 Posts
|
Spoofing the referrer means hiding where the traffic is coming from. i.e. If you're doing something the networks wouldn't necessarily approve of, you can hind that source and all they see is whatever you want them to see, more or less.
|
| | |
| | |
| | #5 | |
| Advanced Offline Warrior War Room Member Join Date: Mar 2007 Location: St. Louis Area
Posts: 901
Blog Entries: 1 Thanks: 180
Thanked 227 Times in 143 Posts
| Quote:
You may also want to hide the referrer so that your hard work and campaigns are not easily stolen by your CPA Network, your AM, or the Advertiser. Regards, John | |
| How do you keep a Warrior in suspense? Click here for the answer Real learning and results begin when you take action - get busy! | ||
| | |
| | #6 |
| HyperActive Warrior Join Date: Nov 2008 Location: Chicago
Posts: 154
Thanks: 24
Thanked 20 Times in 20 Posts
|
Along those same lines is a "double meta refresh" pretty well fool proof? Is that way almost impossible for cpa networks to violate? Thanks |
| | |
| | #7 | |
| Advanced Offline Warrior War Room Member Join Date: Mar 2007 Location: St. Louis Area
Posts: 901
Blog Entries: 1 Thanks: 180
Thanked 227 Times in 143 Posts
| Quote:
Sometimes the refresh does not work and leaks the referrer. There are many other methods; some worse and some better... Regards, John | |
| How do you keep a Warrior in suspense? Click here for the answer Real learning and results begin when you take action - get busy! | ||
| | |
| | #8 |
| Spreading Backlink Effect War Room Member Join Date: Jun 2009
Posts: 241
Thanks: 9
Thanked 23 Times in 18 Posts
|
You might want to go with Java or Flash if you want truly reliable solution. Of course you can always do a simple PHP script that checks if referer is blank. If it's not, visitor might get stuck in a redirect loop but hey, life sucks anyway |
| | |
| | |
| | #9 |
| Senior Warrior Member Join Date: Jun 2008
Posts: 4,122
Thanks: 9
Thanked 508 Times in 402 Posts
|
spoofing the referrer would actually be adding something back in as the referrer, a double meta refresh actually removes the referrer (in most cases)
|
| | |
| | |
| | #10 |
| SEO Ninja War Room Member Join Date: Nov 2008 Location: Mesa, AZ near Phoenix
Posts: 215
Thanks: 11
Thanked 119 Times in 45 Posts
|
via Perl, save this file as transfer.cgi: #!/usr/bin/perl -wT print qq~Content-type: text/html\n\n <html><head> <meta http-equiv="refresh" content="0; URL=$ENV{QUERY_STRING}"> <script language="JavaScript"> window.location="$ENV{QUERY_STRING}"; </script> </head><body></body></html> ~; chmod the file to 755 permissions and if uploading to unix server, save as unix file (take out the carriage returns, and use newlines instead). If on windows, just upload it. then, use tranfer.cgi as follows: <a href="transfer.cgi?http://expert-marketer.com">Clickable</a> The "Best" Way, will be one that your server can handle, and that you can implement and manage easily. This is just one way. |
| Phoenix, AZ Internet Marketing Consultant: (site edits, script installs, php/perl/mysql/xhtml/css coding, split testing, code troubleshooting, wordpress, link building, PPC management, Research, SEO & more for a small monthly fee.)
| |
| | |
![]() |
|
| Tags |
| referrer, spoofing |
| Thread Tools | |
| |
![]() |