banner rotation script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sfera
    Confirmed User
    • Aug 2005
    • 8597

    #1

    banner rotation script

    dont need something advanced like phpadnews but is there a script that is seo friendly that will rotate some banners for me. if not ill use phpadnews
  • babalapoulos
    Confirmed User
    • Dec 2005
    • 475

    #2
    Ok, I am interested 2.

    and where can I find phpadnews.

    Thanx allready.
    BEST ADULT PROGRAMS:
    MOOCASH - Adult Webmaster Empire - Bangbros NETWORK - TrafficCashGold - PussyCash.com - CAMS.com

    Comment

    • QTbucks_Mark
      Confirmed User
      • Mar 2006
      • 254

      #3
      Originally posted by babalapoulos
      Ok, I am interested 2.

      and where can I find phpadnews.
      phpadsnew.com

      But it sure is overkill if you just want to rotate a couple of banners. phpAdsNew gets interesting if you need a full blown adserver, which supports campaigns, zones, geo-ip and almost everything else you might want.

      It can also be quite a ressource hog if you set some wrong parameters or haven't your server configured with performance in mind.

      regards,
      Markus


      QTbucks : featuring cherrywinters.com - sweetcarry.com - cutecaroline.com
      [email protected] :: ICQ 26505638

      Comment

      • JasonB
        Confirmed User
        • Nov 2001
        • 1183

        #4
        just simple random rotation? just use php like this
        if you have 18 banners, just name them 1.gif, 2.gif, etc.
        PHP Code:
        
        <?
        $num = rand(1,18);
        echo "<a href='http://www.tour.com'><img src='$num.gif'></a>";
        ?>

        Comment

        • fr0gman
          Confirmed User
          • Feb 2005
          • 2093

          #5
          Originally posted by JasonB
          just simple random rotation? just use php like this
          if you have 18 banners, just name them 1.gif, 2.gif, etc.
          PHP Code:
          
          <?
          $num = rand(1,18);
          echo "<a href='http://www.tour.com'><img src='$num.gif'></a>";
          ?>
          That's not very SE friendly.

          I suggest: Marsal Advanced Banner Manager

          It can be downloaded here: http://www.hotscripts.com/Detailed/33971.html

          You can see it in play on the left sidebar of: http://rss.xxposedcash.com
          Earn up to $.03 per Visitor -> No Click Monetization!
          "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
          Wild College Videos | ICQ: 7746696

          Comment

          • babalapoulos
            Confirmed User
            • Dec 2005
            • 475

            #6
            That's not very SE friendly.

            I suggest: Marsal Advanced Banner Manager

            It can be downloaded here: http://www.hotscripts.com/Detailed/33971.html

            You can see it in play on the left sidebar of: http://rss.xxposedcash.com
            Frogman that's not very good advertising for that script, I'll have 2 wait about 20 seconds for that script 2 load.
            BEST ADULT PROGRAMS:
            MOOCASH - Adult Webmaster Empire - Bangbros NETWORK - TrafficCashGold - PussyCash.com - CAMS.com

            Comment

            • JasonB
              Confirmed User
              • Nov 2001
              • 1183

              #7
              Originally posted by fr0gman
              That's not very SE friendly.

              I suggest: Marsal Advanced Banner Manager

              It can be downloaded here: http://www.hotscripts.com/Detailed/33971.html

              You can see it in play on the left sidebar of: http://rss.xxposedcash.com

              Not SE friendly? sure it is ...you can format it any way you like. it all gets parsed in the end & is just html

              Comment

              • usbhosting
                Confirmed User
                • Mar 2006
                • 110

                #8
                For all your script needs.
                Please check hotscripts.com
                30 Day FREE Web Hosting!
                1000 MB Space - 50 GB Bandwidth - Unlimited Domains
                http://usbhosting.com/free

                Comment

                • casualsexmate
                  Registered User
                  • Apr 2006
                  • 17

                  #9
                  do you still need a simple ad rotating script? I have 1 that i use on my site. just php files and text to post ur bannerads. less than a min and u should be up running it...

                  let me know
                  SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

                  Comment

                  • hakkrdan
                    Confirmed User
                    • Nov 2004
                    • 223

                    #10
                    Originally posted by fr0gman
                    That's not very SE friendly.

                    I suggest: Marsal Advanced Banner Manager

                    It can be downloaded here: http://www.hotscripts.com/Detailed/33971.html

                    You can see it in play on the left sidebar of: http://rss.xxposedcash.com

                    There's nothing SE-unfriendly about that. I think that's a perfect quick and dirty solution, actually.

                    Just my $0.02 ;)

                    Thanks
                    -dant
                    Dan
                    ICQ: 487641781

                    Comment

                    Working...