Simple ad rotation script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Google Expert
    Webmaster
    • Jun 2004
    • 14294

    #1

    Simple ad rotation script?

    Whats a simple ad rotation script to just rotate banners on a free website?

    Please spam me.
  • xFoundry
    Confirmed User
    • Jun 2015
    • 180

    #2
    Originally posted by Muad'Dib
    Whats a simple ad rotation script to just rotate banners on a free website?

    Please spam me.
    "SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


    Smart Spots

    Comment

    • AllAboutCams
      Femcams.com
      • Jul 2011
      • 12234

      #3
      Originally posted by xFoundry
      "SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


      Smart Spots
      Is that $50 per domain?
      Binance - Blockchain and Crypto Asset Exchange
      Chaturbate make money in cams

      Comment

      • xFoundry
        Confirmed User
        • Jun 2015
        • 180

        #4
        Originally posted by AllAboutCams
        Is that $50 per domain?
        I did not see the pricing, which is high. This topic was mentioned on the forum, several times, so I would use search. There is more scripts for this, as far as I remember, but I am not sure, what they are. I've never used anything like that, by myself.

        Comment

        • Google Expert
          Webmaster
          • Jun 2004
          • 14294

          #5
          Originally posted by xFoundry
          "SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


          Smart Spots
          Looking good, but i could settle for something much more simple.

          Comment

          • just a punk
            So fuckin' bored
            • Jun 2003
            • 32393

            #6
            Code:
            <?php
            $links = file('http://www.mysite.com/my_links.txt');
            shuffle($links);
            echo $links[0];
            ?>
            Where my_links.txt should look like this:

            <a href="http://www.bbc.com/">BBC.com</a>
            <a href="http://www.cnn.com/">CNN.com</a>
            etc..

            or like this:

            <a href="http://www.bbc.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/BBC.svg/200px-BBC.svg.png" /></a>
            <a href="http://www.cnn.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Cnn.svg/230px-Cnn.svg.png" /></a>
            etc..

            or like what you want
            Obey the Cowgod

            Comment

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

              #7
              Originally posted by Muad'Dib
              Whats a simple ad rotation script to just rotate banners on a free website?

              Please spam me.
              I've been using this one for years. Works great and easy to set up. Simple Banner Rotator
              CryptoFeeds

              Comment

              Working...