Will Pay $$$ Anyone Know How To Do A Double Meta Refresh?

5 replies
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.
#$$$ #double #meta #pay #refresh
  • Profile picture of the author stma
    Just go get magic link cloaker - it should do what you need. Wso is currently here:
    http://www.warriorforum.com/warrior-...ers-dream.html
    {{ DiscussionBoard.errors[1050290].message }}
  • Profile picture of the author Allen Graves
    Pardon my ignorance, but what is a double meta refresh and how does it help you?

    Allen
    Signature
    Every day I check the obituaries. If I don't see my name there, then I know it's going to be a good day!
    {{ DiscussionBoard.errors[1050353].message }}
    • Profile picture of the author Andy Crofford
      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
      {{ DiscussionBoard.errors[1050374].message }}
  • Profile picture of the author awesometbn
    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.
    {{ DiscussionBoard.errors[1050375].message }}

Trending Topics