where can i find a randomizer script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dj Furious
    Confirmed User
    • Jan 2003
    • 505

    #1

    where can i find a randomizer script?

    hey all, lookin for a randomizer script, are there any free ones to check out?

    thanks...
    <a href="http://www.pornkings.com/default.php?id=800443" target="_blank"><img src="http://www.easymack.com/pornkings.jpg" width="377" height="32" border="0"></a> Start using a fucking quality sponsor.. one that converts at 1:25 - <a href="http://www.pornkings.com/default.php?id=800443" target="_blank">Porn Kings</a> - Insane Conversions
  • Babaganoosh
    ♥♥♥ Likes Hugs ♥♥♥
    • Nov 2001
    • 15841

    #2
    What are you trying to randomize?
    I like pie.

    Comment

    • Ramster
      Confirmed User
      • Jul 2002
      • 1447

      #3
      You want a script that will pull galleries at random from a txt file?
      Fcuk Cash - Backroom Casting Couch, ExCoGi, BlackAmbush
      DarkReach Cash - Top Pornstars & Sites
      Skype: robmurray999
      Email: rob-at-paysitemanagers.com

      Comment

      • jact
        Confirmed User
        • Sep 2002
        • 9134

        #4
        like a password randomizer or..?
        Free agent

        Comment

        • Dj Furious
          Confirmed User
          • Jan 2003
          • 505

          #5
          Originally posted by Ramster
          You want a script that will pull galleries at random from a txt file?
          sorry, yes
          this is what im looking for, a script for my tgp that will place random categorized galleries from a text file into thier categories every day...

          thanks!
          <a href="http://www.pornkings.com/default.php?id=800443" target="_blank"><img src="http://www.easymack.com/pornkings.jpg" width="377" height="32" border="0"></a> Start using a fucking quality sponsor.. one that converts at 1:25 - <a href="http://www.pornkings.com/default.php?id=800443" target="_blank">Porn Kings</a> - Insane Conversions

          Comment

          • European Lee
            Confirmed User
            • Dec 2002
            • 7133

            #6
            What you are looking for is called 'SSI'

            And best of all its free ;)

            Regards,

            Lee
            YOUR TRAFFIC IS SAFE WITH US - CONDOM CASH
            PUTTING THE GAY ADULT INDUSTRY ON YOUR PC!!
            AFFORDABLE 2257 COMPLIANT GAY + BI CONTENT

            Comment

            • Dj Furious
              Confirmed User
              • Jan 2003
              • 505

              #7
              do you know where i can find ssi?
              <a href="http://www.pornkings.com/default.php?id=800443" target="_blank"><img src="http://www.easymack.com/pornkings.jpg" width="377" height="32" border="0"></a> Start using a fucking quality sponsor.. one that converts at 1:25 - <a href="http://www.pornkings.com/default.php?id=800443" target="_blank">Porn Kings</a> - Insane Conversions

              Comment

              • Maca
                Confirmed User
                • Apr 2002
                • 183

                #8
                Found this on some board only I can't remember who deserves the credit - it was however given freely for those who have PHP installed. You just write it up in a text file save it as say, galleries.php and stick it in the same directory as your gallery list.


                <?
                $f = file('galleries.txt');
                srand((double)microtime()*1000000);
                $num = rand(0,count($f)-1);
                $url = $f[$num];
                header("Location: $url");
                ?>



                Hope it helps
                BBW sales not up to scratch? try some tgp2 hosted galleries
                Insane Tshirts that Sell Sweetly on Adult and Mainstream sites!

                Comment

                • Maca
                  Confirmed User
                  • Apr 2002
                  • 183

                  #9
                  And I should have mentioned have one gallery URL per line in your text file called galleries.txt and link the gallery description to galleries.php


                  You can of course have several lists and links - just name them all something other than galleries.php/galleries.txt
                  BBW sales not up to scratch? try some tgp2 hosted galleries
                  Insane Tshirts that Sell Sweetly on Adult and Mainstream sites!

                  Comment

                  Working...