Banner rotation script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bigPunk
    Confirmed User
    • Jan 2012
    • 1093

    #1

    Banner rotation script

    Hey. Where can I find easy to use banner rotator script? All the banners are images hosted on my server. Thanks!
    Signature goes here
  • yuu.design
    Too lazy to set a custom title
    • Mar 2006
    • 25924

    #2
    codecanyon.net ?
    Beautiful And Usable Web Design Creations For The Adult Industry Since 2003
    I'm Yuu, Designer and Content Producer

    Paysites - Affiliate Programs - Dating & Cam Sites - Mainstream Projects - Tube Sites - Banners - Wordpress Themes - NATs integration - Landing Pages

    Check my Portfolio and Content Production Offers

    Comment

    • luhasr
      Confirmed User
      • Jul 2013
      • 294

      #3
      CHECK OUT HERE thepcmanwebsite.com

      Comment

      • jscott
        jscizzle
        • Feb 2001
        • 25412

        #4
        I have always used this one

        Code:
        <p align="center">
        <script language="Javascript">
        <!--
        // original content taken from Nic's JavaScript Page with permission
        // lack of these three lines will result in copyright infringment
        // made by: Nic's JavaScript Page - http://www.javascript-page.com
        
        var currentdate = 0;
        var core = 0;
        
        function initArray() {
        
        this.length = initArray.arguments.length;
          for (var i = 0; i < this.length; i++) {
          this[i] = initArray.arguments[i];
          }
        }
        
        link = new initArray(
        "LINK CODE",
        "LINK CODE"
        );
        
        image = new initArray(
        "IMG URL",
        "IMG URL"
        );
        
        text = new initArray(
        "ALT TEXT",
        "ALT TEXT"
        );
        
        var currentdate = new Date();
        var core = currentdate.getSeconds() % image.length;
        var ranlink  = link[core];
        var ranimage = image[core];
        var rantext  = text[core];
        
        document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
        
        //-->
        
        </SCRIPT>
        </p>
        “If you think tough men are dangerous, wait until you see what weak men are capable of.”
        —Jordan B. Peterson

        Listen to Pomp tell why is Bitcoin important

        Comment

        • magneto664
          God Bless You
          • Aug 2014
          • 1470

          #5
          for normal site: Global Leader in Programmatic Advertising | OpenX
          for a wordpress : WP PRO from codecanyon.
          magneto664 📧 gmail.com
          Cams.Zone 💘 Best CDN for Adult Content
          My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder

          Comment

          Working...