Easy Way To Randomize 'Exit' Link?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Webmaster Advertising
    So Fucking Banned
    • Sep 2003
    • 1360

    #1

    Easy Way To Randomize 'Exit' Link?

    Anyone have any suggestions on how to add multiple product links on an exit link and have them display semi-randomly?

    For example, dating link, penis enlargement, PPC landing page, etc...
  • TrustedJ
    Registered User
    • Nov 2012
    • 98

    #2
    Are you looking for something to auto-load the random page, or for it to display a random banner with proper link?
    Free Trial Nutra Offers - High Paying Email Submits - Dating Submits

    Comment

    • Webmaster Advertising
      So Fucking Banned
      • Sep 2003
      • 1360

      #3
      Something along the lines of a 'link' that does some kind of random redirect to another URL when 'exit' is clicked.

      Comment

      • Barry-xlovecam
        It's 42
        • Jun 2010
        • 18083

        #4
        search: random+link+ array+qw (JavaScript,PHP,Perl,Python)+script

        Comment

        • Colmike9
          (>^_^)b
          • Dec 2011
          • 7230

          #5
          <?php
          $advert = array();
          $advert[] = '<a title="something" href="Link1">Link Text</a>';
          $advert[] = '<a title="something2" href="Link2">Link Text</a>';
          $advert[] = '<a title="something3" href="Link3">Link Text</a>';
          $advert[] = '<a title="something4" href="Link4">Link Text</a>';

          shuffle($advert);
          echo $advert[0];
          ?>
          Join the BEST cam affiliate program on the internet!
          I've referred over $1.7mil in spending this past year, you should join in.
          I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

          Comment

          Working...