FHG Rotator Script ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dr_Ace
    Confirmed User
    • Aug 2001
    • 206

    #1

    FHG Rotator Script ?

    i need a FHG Rotator Script
    nothing fancy like ST or COMUS

    better not to use mysql

    spam me
  • jmcb420
    So Fucking Drunk
    • Oct 2006
    • 2155

    #2
    Hey Ace, Here's a real simple script that I use to rotate thumbs on a few of my sites. There is nothing special about it, it just randomly chooses a thumb to display and sends the user to the link that you want to go with that thumb. I'm not sure if this is what you are looking for, but I think its might be along those lines. Just copy and paste this into whatever you use to edit your HTML pages:

    <SCRIPT LANGUAGE="Javascript"><!--

    function banner() {
    };

    banner = new banner();
    number = 0;

    // bannerArray

    banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
    banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
    banner[number++] = "<a href='link url here' target='_blank'><img src='image link here' border='0'></a>"
    //

    increment = Math.floor(Math.random() * number);

    document.write(banner[increment]);

    //--></SCRIPT>

    You can modify it to add more or less links and thumbs as you need to, and you can use it all over your site without slowing down the loading time for your surfers. Hope this helps you out.
    I'm funner than AIDS, and easier to explain to your parents.

    Comment

    • Dr_Ace
      Confirmed User
      • Aug 2001
      • 206

      #3
      thanks for the help but im looking for something in PHP

      Comment

      • jmcb420
        So Fucking Drunk
        • Oct 2006
        • 2155

        #4
        ahhhhh..... php....... in that case, try googleing around a bit. You'd be surprised what you can find for free out there. Good luck to you.
        I'm funner than AIDS, and easier to explain to your parents.

        Comment

        • brassmonkey
          Pay It Forward
          • Sep 2005
          • 77396

          #5
          nope wizzard had one but hes been hiding or some shit
          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

          Comment

          • Babaganoosh
            ♥♥♥ Likes Hugs ♥♥♥
            • Nov 2001
            • 15841

            #6
            You're going to need MySQL. There's no reason not to use it if the script is well-written.
            I like pie.

            Comment

            • Dr_Ace
              Confirmed User
              • Aug 2001
              • 206

              #7
              why is so hard to find a light thumb rotator ?
              no need to be free but i dont want to pay for things that i will not use, thats why i dont want ST or comus

              Comment

              • spacedog
                Yes that IS me. Bitch.
                • Nov 2001
                • 14149

                #8
                hit me up on icq 348-132-803

                Comment

                • stonehammer
                  Confirmed User
                  • Feb 2008
                  • 1430

                  #9
                  rstgp.com
                  GFY Educational Series: Buying Skimmed Traffic for Websites

                  Comment

                  • brassmonkey
                    Pay It Forward
                    • Sep 2005
                    • 77396

                    #10
                    Originally posted by stonehammer
                    rstgp.com
                    wtf is that
                    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                    Comment

                    • Dr_Ace
                      Confirmed User
                      • Aug 2001
                      • 206

                      #11
                      Originally posted by spacedog
                      hit me up on icq 348-132-803
                      open your icq my friend

                      Comment

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

                        #12
                        hit me up on ICQ...
                        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

                        • adulttemps
                          Confirmed User
                          • May 2002
                          • 320

                          #13
                          <?php
                          $filename = $_SERVER["DOCUMENT_ROOT"].'/inc/pub/pub_array.inc';
                          $how_many_to_show = 4;
                          if ($fileContents = file($filename)) {
                          shuffle($fileContents);
                          for ($i = 0; $i < $how_many_to_show; $i++) {
                          print($fileContents[$i]. '<br />');
                          }
                          } else {
                          die('Could not get contents of: ' . $filename);
                          }
                          ?>
                          Hillipino Money with Cams

                          Comment

                          • Dr_Ace
                            Confirmed User
                            • Aug 2001
                            • 206

                            #14
                            Originally posted by stonehammer
                            rstgp.com
                            i got this one
                            is very nice tool and very simple

                            Comment

                            • stonehammer
                              Confirmed User
                              • Feb 2008
                              • 1430

                              #15
                              thats cool
                              GFY Educational Series: Buying Skimmed Traffic for Websites

                              Comment

                              • u-Bob
                                there's no $$$ in porn
                                • Jul 2005
                                • 33063

                                #16
                                http://www.tgpfeeder.com/scripts/tgp-scripts.php
                                http://www.adultscriptdepot.com/#tgp-scripts

                                Comment

                                • u-Bob
                                  there's no $$$ in porn
                                  • Jul 2005
                                  • 33063

                                  #17
                                  http://www.tgpfeeder.com/scripts/tgp-scripts.php
                                  http://www.adultscriptdepot.com/#tgp-scripts

                                  Comment

                                  • brassmonkey
                                    Pay It Forward
                                    • Sep 2005
                                    • 77396

                                    #18
                                    i suggest tgpx
                                    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                    Comment

                                    • Stef.
                                      Confirmed User
                                      • Feb 2009
                                      • 995

                                      #19
                                      Originally posted by Dr_Ace
                                      i got this one
                                      is very nice tool and very simple
                                      Hey ! Thanks for trying out this script Dr_Ace !

                                      ..and i know you like it ;)
                                      Try RSTGP : A Really Simple FREE Thumb Rotator Script. You Can Build A Complete TGP Site In 20 Minutes...
                                      contact me if you have questions (example site : Teen Sex Galleries )
                                      Sexy Cams Online

                                      Comment

                                      • BigVikingAl
                                        Registered User
                                        • Jun 2006
                                        • 51

                                        #20
                                        I would like to try jmcb420 script. What do I have to do after putting the code into a page? I have to create the thumbs no? What should I name them and do they have tyo be located in the same file as the html page using the script?
                                        MrPornReview/throat-gaggers/
                                        In depth deepthroat site reviews

                                        Comment

                                        • BigVikingAl
                                          Registered User
                                          • Jun 2006
                                          • 51

                                          #21
                                          bump. Still waiting for an answer
                                          MrPornReview/throat-gaggers/
                                          In depth deepthroat site reviews

                                          Comment

                                          • jmcb420
                                            So Fucking Drunk
                                            • Oct 2006
                                            • 2155

                                            #22
                                            Originally posted by BigVikingAl
                                            I would like to try jmcb420 script. What do I have to do after putting the code into a page? I have to create the thumbs no? What should I name them and do they have tyo be located in the same file as the html page using the script?
                                            Sorry I missed this post dude, I get really high sometimes.
                                            To answer your questions:

                                            I have to create the thumbs no? = Yes you do unless you are hotlinking them.

                                            What should I name them? = whatever you want. Just remeber which thumb goes with which URL.

                                            do they have tyo be located in the same file as the html page using the script? - Nope.


                                            Remember, that script is nothing special. It serves no purpose other then randomization.
                                            I'm funner than AIDS, and easier to explain to your parents.

                                            Comment

                                            • Rangermoore
                                              Confirmed User
                                              • Jan 2009
                                              • 1541

                                              #23
                                              tgpx......

                                              Comment

                                              • brassmonkey
                                                Pay It Forward
                                                • Sep 2005
                                                • 77396

                                                #24
                                                oh oh try proton tm easy to set up no database needed from the makers of script pulse
                                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                Comment

                                                • erotismo
                                                  Confirmed User
                                                  • Dec 2008
                                                  • 142

                                                  #25
                                                  TGP Rotator is great as a small standallone gallery rotator....no submitts just your own sponsors.... Too bad its been discontinued and replaced by TGPX...which is great btw...but somewhat bloated if you want something small and fast...

                                                  Comment

                                                  Working...