GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   tgp randomizer? (https://gfy.com/showthread.php?t=131377)

xxxjay 05-05-2003 09:05 PM

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?

Juicy D. Links 05-05-2003 09:06 PM

dick delicious

foe 05-05-2003 09:08 PM

Nope but I can build one for you :thumbsup

TheEnforcer 05-05-2003 09:09 PM

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

http://www.adultraffic.com/tgpbase/

Steve 05-05-2003 09:28 PM

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

marzzo 05-05-2003 09:40 PM

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 "."

Turboface 05-05-2003 09:50 PM

Quote:

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'.

:glugglug

Steve 05-05-2003 09:53 PM

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

marzzo 05-05-2003 09:58 PM

Quote:

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.

Lane 05-05-2003 10:47 PM

Quote:

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


All times are GMT -7. The time now is 03:06 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123