Simple banner rotate script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DWB
    Registered User
    • Jul 2003
    • 31779

    #1

    Simple banner rotate script?

    Looking for something simple to run a banner inside a members area. Ditching OpenX.


    What cha got up your sleeves?
  • Value
    Confirmed User
    • Feb 2010
    • 116

    #2
    Smokey posted "ghetto openx" here - do a search.

    Comment

    • GlazedMedia
      Registered User
      • Nov 2010
      • 70

      #3
      Originally posted by DirtyWhiteBoy
      Looking for something simple to run a banner inside a members area. Ditching OpenX.

      What cha got up your sleeves?
      Probably too simple for your needs but this does a rotation - glazedmedia.com/rotator.txt
      Hsted.com: Website Advertising Services.
      Adult Traffic For Sale - Pops, Skimmed, Clicked, Banner, Text Ads etc. Large Volumes Available.
      Email us here for full details.

      Comment

      • myneid
        Confirmed User
        • Jan 2003
        • 736

        #4
        you just want to rotate banners and nothing more?

        http://www.htmlbasix.com/banner.shtml
        ^^google search led to tht
        Last edited by myneid; 12-02-2010, 01:47 PM.
        Tanguy 0x7a69 inc. Programmer/President/CEO
        http://www.0x7a69.com
        A Leader in Programming since 1996
        PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

        Comment

        • DWB
          Registered User
          • Jul 2003
          • 31779

          #5
          Originally posted by myneid
          you just want to rotate banners and nothing more?

          http://www.htmlbasix.com/banner.shtml
          ^^google search led to tht
          Yea, but randomly rotate them.

          If I load up say 10 banners, it would just pull them at random and load them up. I'm putting this in an include and will put on a few different pages.

          Comment

          • DWB
            Registered User
            • Jul 2003
            • 31779

            #6
            Originally posted by GlazedMedia
            Probably too simple for your needs but this does a rotation - glazedmedia.com/rotator.txt
            Thanks.

            Originally posted by Value
            Smokey posted "ghetto openx" here - do a search.
            God bless Smokey, I'll check it out. Thanks.

            Comment

            • fris
              Too lazy to set a custom title
              • Aug 2002
              • 55679

              #7
              you could just add them in a .txt file 1 per line with linkcode, and rotate them that way.

              Code:
              <?
              $file = "ads.txt";
              $fp = file($file);
              srand((double)microtime()*1000000);
              $urls = $fp[array_rand($fp)];
              echo $urls;
              ?>
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              Comment

              • ruff
                I have a plan B
                • Aug 2004
                • 5507

                #8
                Try this one. You will like it. I use it a lot and it works great.

                http://www.spyka.net/docs/simple-banner-rotator
                CryptoFeeds

                Comment

                • HomerSimpson
                  Too lazy to set a custom title
                  • Sep 2005
                  • 13826

                  #9
                  javascript or php

                  simple array with random selection and output...
                  5 minutes of coding job...
                  Make a bank with Chaturbate - the best selling webcam program
                  Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                  PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                  Comment

                  Working...