rotator script required

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nishat5pk
    Registered User
    • Jan 2012
    • 5

    #1

    rotator script required

    I want a script to be used for my adult blogspot website for blind traffic skimming, want to redirect the traffic to my trafficholder link, kindly assist....
    -Nishat-
    owner: http://www.qualitysexlinks.blogspot.com
  • Zorgman
    Confirmed User
    • Aug 2002
    • 6103

    #2
    If your using php, this should work.
    Code:
    $rand = rand(1,4);
    if($rand=="1"){
    $url = "http://"; // go to trafficholder url
    } else {
    $url = "http://"; // to to normal link
    }
    ---

    Comment

    Working...