tgp randomizer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxxjay
    Tube groupie.
    • Aug 2002
    • 13482

    #1

    tgp randomizer?

    Can anyone reccomend a good tgp randomizer script? You know like one of those script that you can just drop a shitload of galleries in but you don't have to review submissions (I have found this not to be worth the time).

    That way I can drop a bunch of my galleries in, break them into niches, and just trade traffic.

    I've never seen the traffic spillover from gallery listings to be anything substantial.

    Anybody used one?
    http://donttellmehowtoruinmylife.com/ - http://www.jmdigitalmarketing.com/my...s-and-reviews/ - http://www.wouldyouhitit.org - http://shinyobjectreviews.com/
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #2
    dick delicious

    Comment

    • foe
      Confirmed User
      • May 2002
      • 5246

      #3
      Nope but I can build one for you

      Comment

      • TheEnforcer
        Confirmed User
        • May 2001
        • 2855

        #4
        I've never used this but ran across it one day and bookmarked it.

        http://www.adultraffic.com/tgpbase/
        Hit me up below for all your advertising needs!

        Comment

        • Steve
          Confirmed User
          • Feb 2001
          • 6894

          #5
          choker used to sell a nice one

          I think I have a really simple php rotaion script somewhere on my HD - it doesn't have bells and whistles but it will get the job done - just have to have a copy named for each catagory

          Comment

          • marzzo
            Confirmed User
            • May 2002
            • 2134

            #6
            This one works, just make a text file "amateur_galleries.txt"

            <.?
            mt_srand((float)microtime()*1000000);
            $f=file("amateur_galleries.txt");
            $u=trim($f[mt_rand(0,sizeof($f)-1)]);
            header("Location: $u");
            ?.>

            take out the "."
            4 5 zero - 2 2 - nine nine nine

            Comment

            • Turboface
              Back in Black
              • Mar 2002
              • 9976

              #7
              Originally posted by marzzo
              This one works, just make a text file "amateur_galleries.txt"

              <.?
              mt_srand((float)microtime()*1000000);
              $f=file("amateur_galleries.txt");
              $u=trim($f[mt_rand(0,sizeof($f)-1)]);
              header("Location: $u");
              ?.>

              take out the "."

              Cool - Can you give me an example of how to use this?

              I've seen a few posts that are similar to this one at another board, but never really looked too much into them.

              I don't want to mention the board, but it starts with an 'a' and ends with an 'i'.

              Search Engine Optimization Services for Adult Sites

              Comment

              • Steve
                Confirmed User
                • Feb 2001
                • 6894

                #8
                PHP Code:
                <?PHP
                
                $filName = "./galleries.txt";
                
                $arry = file($filName);
                $randNum = rand(0,sizeof($arry)-1);
                
                header("Location: ". $arry[$randNum]);
                
                ?>
                put your links in a text file 1 URL per line, name it amater.txt or teen.tx (you get the idea) save the above as samecatagoryasthe galleriestxt.php , put them in the same folder you'll be in business

                Comment

                • marzzo
                  Confirmed User
                  • May 2002
                  • 2134

                  #9
                  Originally posted by Steve
                  put your links in a text file 1 URL per line, name it amater.txt or teen.tx (you get the idea) save the above as samecatagoryasthe galleriestxt.php , put them in the same folder you'll be in business
                  What he said.
                  4 5 zero - 2 2 - nine nine nine

                  Comment

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

                    #10
                    Originally posted by marzzo
                    This one works, just make a text file "amateur_galleries.txt"

                    <.?
                    mt_srand((float)microtime()*1000000);
                    $f=file("amateur_galleries.txt");
                    $u=trim($f[mt_rand(0,sizeof($f)-1)]);
                    header("Location: $u");
                    ?.>

                    take out the "."
                    dejavu

                    http://www.gofuckyourself.com/showth...threadid=42939

                    hehe

                    Comment

                    Working...