Do any sponsors offer rotating banners?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jace
    FBOP Class Of 2013
    • Jan 2004
    • 35562

    #1

    Do any sponsors offer rotating banners?

    I keep looking and don't see any that really offer it

    I want to place banner code on my site and every time the banner is pulled it shows something different

    it would be perfect for placing in blogs, in the loop, so that it was in between posts, but not the same banner in between every post....
  • CuriousToyBoy
    Crazy Aussie Bastard
    • Aug 2005
    • 16787

    #2
    CuriousCash has dynamic banners that change with every weekly model update to focus on the latest models. Varying sizes.

    RevshareRewards also have dynamic banners that update with every new special release.

    ;-)
    Celebs
    Adult Who's Who ==> Ambush Interview ==> ICQ 293 070 684 ==> intmarpacrim AT gmail DOT com

    Comment

    • Sen
      Confirmed User
      • May 2004
      • 347

      #3
      openads
      ICQ: 48518296

      Comment

      • Jace
        FBOP Class Of 2013
        • Jan 2004
        • 35562

        #4
        Originally posted by Sen
        openads
        yeah, I have that going as well, just looking to see if sponsors have it

        Comment

        • Jace
          FBOP Class Of 2013
          • Jan 2004
          • 35562

          #5
          Originally posted by CuriousToyBoy
          CuriousCash has dynamic banners that change with every weekly model update to focus on the latest models. Varying sizes.

          RevshareRewards also have dynamic banners that update with every new special release.

          ;-)
          LIKE I SAID IN MY FIRST POST

          every time the banner is pulled it shows something different

          Comment

          • Madame0120
            Confirmed User
            • Nov 2004
            • 1227

            #6
            Video Secrets has tons of rotating banners.


            I also use their rotating cams on my blog. Those pages get steady traffic hits.

            Try Something New! Teasing Bucks
            Mistress Always Wins!

            Comment

            • Jace
              FBOP Class Of 2013
              • Jan 2004
              • 35562

              #7
              Originally posted by Madame0120
              Video Secrets has tons of rotating banners.


              I also use their rotating cams on my blog. Those pages get steady traffic hits.

              I am using their iframe now and it keeps refreshing the whole blog page....which SUCKS

              i looked in the admin and don't see any code for rotating banners that show a new banner every time the page is refreshed

              give me an example please

              Comment

              • Jace
                FBOP Class Of 2013
                • Jan 2004
                • 35562

                #8
                yeah, cams is definitely the answer, seems to be the only thing that truely rotates

                you know, the more I get back into affiliate promotions, the more I realize just how archaic most programs are.....hell, some haven't added or changed a thing in 2-3 years

                Comment

                • bobby666
                  boots are my religion
                  • Nov 2005
                  • 21765

                  #9
                  spacash offers that

                  Comment

                  • Jace
                    FBOP Class Of 2013
                    • Jan 2004
                    • 35562

                    #10
                    Originally posted by bobby666
                    spacash offers that
                    oooo..nice...just checked it out

                    doesn't seem to be rotating yet after I made it, but I will give it time

                    thanks!

                    Comment

                    • Madame0120
                      Confirmed User
                      • Nov 2004
                      • 1227

                      #11
                      Originally posted by Jace
                      I am using their iframe now and it keeps refreshing the whole blog page....which SUCKS

                      i looked in the admin and don't see any code for rotating banners that show a new banner every time the page is refreshed

                      give me an example please
                      Oh .. I Frames .. I don't use them as banners, I use the rotating banners for the VIP shows. When we do use VS's I Frames, it is for the left hand Adverts on our hubs.

                      Example

                      My coding skills aren't advanced enough to tell you why your blog page is refreshing. If I were to guess, it is more about your template function.

                      If I couldn't figure it out in a timely fashion, I'd ask my REP. Mine is very helpful. Cute too.
                      Try Something New! Teasing Bucks
                      Mistress Always Wins!

                      Comment

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

                        #12
                        Strange question. Is it a problem to write a couple of PHP or JavaScript lines that will implement a banner rotation algorithm?

                        e.g.:
                        PHP Code:
                        <?php
                        $banners = file("banners.txt");
                        srand ((float) microtime() * 10000000);
                        shuffle($banners);
                        $parts = explode("|", $banners[0]);
                        echo '<a href="'.$parts[1].'"><img src="'.$parts[0].'"></a>';
                        ?>
                        There should be a "banners.txt" file which must contain the links to banners and paysites in the following format:
                        {path to banner 1}|{url 1}
                        {path to banner 2}|{url 2}
                        etc..

                        e.g.:
                        thumbs/banner1.jpg|http://www.sponsorsite1.com
                        thumbs/banner2.gif|http://www.sponsorsite2.com/
                        Obey the Cowgod

                        Comment

                        • Cash
                          Click on my TCG signature
                          • Feb 2002
                          • 20825

                          #13
                          Topbucks - $35/trial or 80&#37; offers that.
                          $9.95/month for 15000 GB bandwidth monthly, unlimited (sub)domains and MySQL5, PHP4/5, 500 GB disk storage! ; use any of these invitation codes: 216263692101; 408636009193; 846090586647; my ICQ 30160426!

                          Comment

                          • SmokeyTheBear
                            ►SouthOfHeaven
                            • Jun 2004
                            • 28609

                            #14
                            jace check out spacash ones they have hundred and hundreds , you can create custom rotations etc.. all hotlinkeable of course. great for blogs / forums etc
                            hatisblack at yahoo.com

                            Comment

                            • Jace
                              FBOP Class Of 2013
                              • Jan 2004
                              • 35562

                              #15
                              Originally posted by SmokeyTheBear
                              jace check out spacash ones they have hundred and hundreds , you can create custom rotations etc.. all hotlinkeable of course. great for blogs / forums etc
                              yup, as I said, I did already

                              Comment

                              • Jace
                                FBOP Class Of 2013
                                • Jan 2004
                                • 35562

                                #16
                                Originally posted by cyberxxx
                                Strange question. Is it a problem to write a couple of PHP or JavaScript lines that will implement a banner rotation algorithm?

                                e.g.:
                                PHP Code:
                                <?php
                                $banners = file("banners.txt");
                                srand ((float) microtime() * 10000000);
                                shuffle($banners);
                                $parts = explode("|", $banners[0]);
                                echo '<a href="'.$parts[1].'"><img src="'.$parts[0].'"></a>';
                                ?>
                                There should be a "banners.txt" file which must contain the links to banners and paysites in the following format:
                                {path to banner 1}|{url 1}
                                {path to banner 2}|{url 2}
                                etc..

                                e.g.:
                                thumbs/banner1.jpg|http://www.sponsorsite1.com
                                thumbs/banner2.gif|http://www.sponsorsite2.com/
                                if I wanted to do it myself I would open my OpenAds install and throw some banners in there

                                i was looking for a sponsor provided solution so that THEY updated the banners for me

                                Comment

                                • jonesonyou
                                  Confirmed User
                                  • Sep 2003
                                  • 3853

                                  #17
                                  I want some Rotating Banner spots for my DVDs

                                  Completely Real Amateur girls doing awesome things! Signup to promote Nebraskacoeds Today!

                                  Hit me up on ICQ/AIM 473324556/jasonnecoeds for exclusive content to promote with! And any ?'s

                                  Comment

                                  • Argoz
                                    Confirmed User
                                    • Aug 2002
                                    • 3006

                                    #18
                                    Use http://www.openads.org/
                                    rssEVOLUTION : Produce a FULL website with ANY RSS feed(s) in seconds.

                                    contentSOLUTION : Allowing you to automatically grab articles from article directories,
                                    import as many text files as you want at once, grab ANY content from ANY RSS feed, and scrape search engines, instantly.

                                    Comment

                                    • XPays
                                      Team Player
                                      • May 2004
                                      • 13002

                                      #19
                                      http://XPays.com serves and rotates banners since 1998
                                      InterNext Expo Domain Auction Live Now thru Feb 5
                                      HuntingMoon GFY Domains Marketplace is LIVE
                                      XPays always pays! Top Site: * RealJasmine.com * + HotelHeiress® with The Paris Hilton Sex Video
                                      Insert the HotelHeiress® HD FEED into your members areas
                                      XPin.com Opening for Pin Partners Soonish
                                      Mainstream Offers For Emailers and DomainersNONADULT.COM


                                      Like Us!

                                      Comment

                                      • Jace
                                        FBOP Class Of 2013
                                        • Jan 2004
                                        • 35562

                                        #20
                                        Originally posted by Argoz
                                        does anyone actually read threads anymore?

                                        Comment

                                        • JayDeeZee
                                          Confirmed User
                                          • Aug 2006
                                          • 3595

                                          #21
                                          Banner no....We do have rotating box-covers that link to a 30 minute clip.

                                          Hit me up on ICQ, maybe we can tweak it to make you a banner.

                                          Comment

                                          • ~Ray
                                            visit hardlinks.org
                                            • Jun 2003
                                            • 18361

                                            #22
                                            http://www.openads.org/












































                                            j/k
                                            Adult Backlinks for Adult Websites - Testimonials Available

                                            Comment

                                            • Argoz
                                              Confirmed User
                                              • Aug 2002
                                              • 3006

                                              #23
                                              Originally posted by Jace
                                              does anyone actually read threads anymore?
                                              hmmmmm my error!!

                                              With Spacash you have a tons of rotating banners!
                                              rssEVOLUTION : Produce a FULL website with ANY RSS feed(s) in seconds.

                                              contentSOLUTION : Allowing you to automatically grab articles from article directories,
                                              import as many text files as you want at once, grab ANY content from ANY RSS feed, and scrape search engines, instantly.

                                              Comment

                                              • SmokeyTheBear
                                                ►SouthOfHeaven
                                                • Jun 2004
                                                • 28609

                                                #24
                                                Originally posted by Jace
                                                yup, as I said, I did already
                                                yah perhaps it sounded like i had not read the thread , but i did , i read every post before i respond or i state so in my post.. i was just giving a second mention . my bad i will remember not to do this next time
                                                hatisblack at yahoo.com

                                                Comment

                                                • munki
                                                  Do Fun Shit.
                                                  • Dec 2004
                                                  • 13393

                                                  #25
                                                  Good call... I will set it up after returning from the show...

                                                  I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

                                                  Comment

                                                  Working...