Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-04-2009, 08:23 PM   #1
Active Warrior
 
Join Date: May 2009
Posts: 30
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   Reply With Quote
Old 08-04-2009, 08:51 PM   #2
Senior Warrior Member
War Room Member
 
Join Date: Jun 2005
Location: , , USA.
Posts: 3,637
Blog Entries: 5
Thanks: 0
Thanked 101 Times in 54 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   Reply With Quote
Old 08-04-2009, 09:22 PM   #3
HyperActive Warrior
War Room Member
 
Join Date: Aug 2008
Location: Minnesota, USA
Posts: 253
Blog Entries: 1
Thanks: 13
Thanked 23 Times in 18 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   Reply With Quote
Old 08-04-2009, 09:25 PM   #4
PromoteMyArticles.com
War Room Member
 
Allen Graves's Avatar
 
Join Date: Jun 2008
Location: Tampa, Florida
Posts: 2,469
Blog Entries: 13
Thanks: 610
Thanked 697 Times in 306 Posts
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

Just another new article directory.
Allen Graves is offline   Reply With Quote
Old 08-04-2009, 09:37 PM   #5
HyperActive Warrior
War Room Member
 
Andy Crofford's Avatar
 
Join Date: Jun 2008
Location: Carl Junction, MO
Posts: 302
Thanks: 1
Thanked 59 Times in 44 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   Reply With Quote
Old 08-04-2009, 09:37 PM   #6
HyperActive Warrior
 
Join Date: May 2008
Location: USA
Posts: 249
Blog Entries: 22
Thanks: 9
Thanked 29 Times in 27 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   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 04:46 PM.