Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Reply
 
LinkBack Thread Tools
Old 08-04-2009, 07:23 PM   #1
Active Warrior
 
Join Date: May 2009
Posts: 32
Thanks: 5
Thanked 0 Times in 0 Posts
Default Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

I cannot figure out how to do a double meta refresh. Ive read everything and would like to stop wasting time and see if anyone can walk me through step by step. Its so i can hide my traffic from a cpa network.

I will buy a beer or paypal cash, name your price. Please pm me. Thanks everyone.
AriMakade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2009, 07:51 PM   #2
Senior Warrior Member
War Room Member
 
Join Date: Jun 2005
Location: , , USA.
Posts: 3,414
Blog Entries: 4
Thanks: 0
Thanked 56 Times in 28 Posts
Contact Info
Send a message via AIM to stma
Default Re: Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

Just go get magic link cloaker - it should do what you need. Wso is currently here:
---> MAGIC LINK CLOAKER <--- ARTICLE MARKETERS DREAM

stma is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2009, 08:22 PM   #3
HyperActive Warrior
 
Join Date: Aug 2008
Location: Minnesota, USA
Posts: 219
Blog Entries: 1
Thanks: 14
Thanked 20 Times in 15 Posts
Default Re: Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

You can try this:

Blank the Referrer with Double Meta Refresh - Web Design & SEO Company



You could also signup for Tracking202(its free) and there is an option in there to do this as well. You may want to do that anyway for tracking stuff.



Michael D is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2009, 08:25 PM   #4
Website-Articles.net
War Room Member
 
Allen Graves's Avatar
 
Join Date: Jun 2008
Location: Tampa, Florida
Posts: 2,284
Blog Entries: 12
Thanks: 506
Thanked 536 Times in 249 Posts
Social Networking View Member's Twitter Profile 
Default Re: Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

Pardon my ignorance, but what is a double meta refresh and how does it help you?

Allen

Allen Graves is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2009, 08:37 PM   #5
SEO Enthusiast
War Room Member
 
Andy Crofford's Avatar
 
Join Date: Jun 2008
Location: Kansas City, MO
Posts: 173
Thanks: 0
Thanked 28 Times in 24 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via ICQ to Andy Crofford Send a message via AIM to Andy Crofford Send a message via MSN to Andy Crofford Send a message via Yahoo to Andy Crofford
Default Re: Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

Quote:
Originally Posted by Allen Graves View Post
Pardon my ignorance, but what is a double meta refresh and how does it help you?

Allen
Double meta refresh is used by affiliate marketers to mask where the traffic to the affiliate site has come from.

Marketers do this because they either:

1. Don't want Affiliate Networks to see their landing pages because they are afraid affiliate managers will share the info with others.

or

2. They are driving traffic in a way they shouldn't.

Andy

Andy Crofford is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2009, 08:37 PM   #6
HyperActive Warrior
 
Join Date: May 2008
Location: USA
Posts: 230
Blog Entries: 22
Thanks: 8
Thanked 22 Times in 21 Posts
Default Re: Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

Quote:
Originally Posted by AriMakade View Post
I cannot figure out how to do a double meta refresh.

I will buy a beer or paypal cash, name your price.
No need to pay when the method is free. A double meta refresh just means you are redirecting your outbound link using two files in sequence that are calling on each other with meta refresh. Works best with PHP files but here is a simple example.

On your webserver (www.example.com) create a subdirectory that you will use for holding the PHP files for outbound links. Call it /recommended or /go or something else. Inside that subdirectory you will need to create two PHP files, let's call them 1.php and 2.php.

Contents of 1.php
Code:
			 				<?php
        echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.example.com/go/2.php\">";
?>
Contents of 2.php
Code:
			 				<?php
    $referer = $_SERVER['HTTP_REFERER'];
    if($referer == "")
    {
        echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.your-cpa-affiliate-link.com\">";
    }
?>
On your webpage you can use this HTML code when you want to send visitors to your CPA affiliate link.
Code:
<a href="www.example.com/go/1.php">Sign up right now</a>
Keep in mind this doesn't always work on. It depends on the web browser and how it behaves. May not work on Opera, Safari, and others, that's why you need to perform your own tests to see what does and does not work properly. Good luck.

awesometbn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
$$$, double, meta, pay, refresh

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 01:20 PM.