gallery rotator script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IMP^or^SNiTL.e
    A/S/L .. I don't names.
    • Aug 2003
    • 1177

    #1

    gallery rotator script

    i need a gallery rotator script anyone know of any good ones?
  • QualityMpegs
    Confirmed User
    • Feb 2003
    • 3521

    #2
    Works like a charm... http://www.scriptarchive.com/rand_link.html

    PAYSITES CATEGORIZED AND THUMBNAILED BY NICHE - 69767780

    Comment

    • Mr Pheer
      So Fucking Banned
      • Dec 2002
      • 22082

      #3
      Originally posted by QualityMpegs
      Works like a charm... http://www.scriptarchive.com/rand_link.html
      Screw that perl shit

      contact me and I'll send you a 7 line php solution

      Comment

      • 4Pics
        Confirmed User
        • Dec 2001
        • 7952

        #4
        post the 7 line php script. maybe someone can make it 6 lines

        Comment

        • LiveDose
          Show Yer Tits!
          • Feb 2002
          • 25792

          #5
          Originally posted by 4Pics
          post the 7 line php script. maybe someone can make it 6 lines

          yeah! what he said...

          Scammer Alert: acer19 acer [email protected] [email protected] Money stolen using PayPal

          Comment

          • peewee
            Confirmed User
            • Oct 2003
            • 451

            #6
            <(?)php
            // geef random "$display" aantal links weer uit een text file genaamd "$file"

            function random_links($file, $display) {
            $filenaam = $file . '.txt';
            $f = file($filenaam);
            srand((double)microtime()*1000000);
            for($c=0; $c<=$display; $c++) {
            $i = rand(0,count($f)-1);
            list ($url, $desc) = split("\|", $f[$i]); $desc = rtrim($desc);
            echo '<a href="'.$url.'">'.$desc.'</a><br>';
            }
            } // einde functie: random_links

            ?>

            <(?)php
            random_links('http://??????', 25);
            ?>
            <a href="http://www.sexmoney.com/?adsid=59343" target="_blank"><img src="http://www.sexpiraat.nl/sexmo.gif"></a>

            Comment

            • IMP^or^SNiTL.e
              A/S/L .. I don't names.
              • Aug 2003
              • 1177

              #7
              rad cheers

              Comment

              Working...