Ad Rotating Script I've been using

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • P_RABID
    Confirmed User
    • Apr 2017
    • 514

    #1

    Ad Rotating Script I've been using

    Hey guys,

    I was doing some work on my tube website and thought I'd share a great Banner Ad Rotating Script which I have been using.

    Its free to use, you just place the link to your banner image, and your affiliate link you want to link too, set the ad dimensions and hit Generate.

    It's a very basic script but great for self hosted JPG and GIF banner ads that you want to appear in a rotating order.

    Script is here Random Banner Generator

    Enjoy
  • faperoni
    Confirmed User
    • Feb 2015
    • 220

    #2
    Thanks! i was looking for something like this for a client.

    Comment

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

      #3
      This worked nicely for me
      rand_img.php

      PHP Code:
      function RandImg($dir) {
               $images = glob($dir . '*.{jpg,jpeg,png,gif}', GLOB_BRACE);
                  $randomImage = $images[array_rand($images)];
      
                  return $randomImage;
                      }
      
      $ads1_image = RandImg('../dir/path/toimages/'); 
      
      use

      echo "$ads1_image";

      Comment

      • bns666
        Confirmed Fetishist
        • Mar 2005
        • 11554

        #4
        nice
        CAM SODASTRIPCHAT
        CHATURBATEX LOVE CAM

        Comment

        • TitanWM
          Confirmed User
          • Dec 2015
          • 111

          #5
          If you want to try different Images/Banners with tracking code:

          Code:
          <?php
          
          $rand = rand(1, 8); //example for 8 different images/banners
           
          $ads = "<a href=\"AFFLINK?WM-ID&CAMPAIGN=CampaignName$rand\" title=\"title-text\" rel=\"nofollow\"><img src=\"/path-to-image/Image-$rand.gif\" alt=\"alt-text\" /></a>";
          
          echo $ads;
          
          ?>
          You should name the images/banners like:
          Image-1
          Image-2
          Image-3
          ...
          Image-8
          CamSoda invite link - promote an unsatisfied cam site!

          Comment

          Working...