where can I get this script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Juicy D. Links
    So Fucking Banned
    • Apr 2001
    • 122992

    #1

    where can I get this script?

    I need a script that holds a batch of galleries. And I can send clicks to this random script that pulls a url at random and sends the visitor to a different gallery evry time
  • SixNine
    Confirmed User
    • Jan 2001
    • 1357

    #2
    Her man, the script holy land:
    http://cgi.resourceindex.com/Program.../Random_Links/

    SixNine

    Comment

    • altasexa
      Registered User
      • Jul 2001
      • 19

      #3
      Here's one in PHP for ya -

      Code:
      <?
        $tgp = file($type . '.txt');
        srand((double)microtime() * 1000000); 
        header('Location: ' . $tgp[rand(0,count($tgp)-1)]);
      ?>
      1) Save the file as tgp.php
      2) Create text files containing URL's (one URL per line) and save it as type.txt i.e. for Teens, you would use teens.txt
      3) To run the script - tgp.php?type=teens

      Enjoy...
      Dave

      Comment

      • playa
        Confirmed User
        • Feb 2001
        • 6432

        #4
        contact me,,
        i got one thats compatible with UCJ

        ------------------
        ------------
        Playa
        icq#38147712
        I ain't no NEWBIE
        www.NoBSdialer.com

        Comment

        • Lane
          Will code for food...
          • Apr 2001
          • 8496

          #5
          Originally posted by playa:
          contact me,,
          i got one thats compatible with UCJ

          who did you get it from playa?



          ------------------
          Best Free CJ script
          CJULTRA
          ==&gt;CASHGALLERIES - They create and host the galleries for free and give you %50 of the income. Best program for LAZY people.

          Comment

          Working...