Does anyone know where I can find a script that I can dump gallery urls into, and have the gallery links on my tgp pull up random galleries from the script. Sort of like cashforgalleries does with their galleries. With a big enough database of galleries, I would never have to update my tgp again. Thanks for the help
Gallery Database Script
Collapse
X
-
Gallery Database Script
ICQ me lets make a deal 116894466

Need dating, cam, or tube traffic? I got it.http://http://www.chokertraffic.com
The Original http://www.chokertraffic.com/
Premium country pop-unders from $1.50 per k. I challenge you to compare this traffic to any other brokers.
http://www.chokertraffic.com/public/tabs.php?t=oTags: None -
Thanks, but I want to set up my own database, and pull up the galleries I put in it myselfICQ me lets make a deal 116894466

Need dating, cam, or tube traffic? I got it.http://http://www.chokertraffic.com
The Original http://www.chokertraffic.com/
Premium country pop-unders from $1.50 per k. I challenge you to compare this traffic to any other brokers.
http://www.chokertraffic.com/public/tabs.php?t=oComment
-
Blunt, thanks so much man, but I can't get it to workICQ me lets make a deal 116894466

Need dating, cam, or tube traffic? I got it.http://http://www.chokertraffic.com
The Original http://www.chokertraffic.com/
Premium country pop-unders from $1.50 per k. I challenge you to compare this traffic to any other brokers.
http://www.chokertraffic.com/public/tabs.php?t=oComment
-
yeah, i deleted it by accident when i went to edit it
it works fine.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 per line, name it galleies.txt .
save the above as whatever.php , put them in the same folder.
no probs, enjoyComment
-
Thanks a million Blunt. That will do for now, what I would like is a full script with admin, set cookies so the surfer doesn't see the same gallery twice, and a full database instead of using text pages. But what you gave will do for now. Thanks manICQ me lets make a deal 116894466

Need dating, cam, or tube traffic? I got it.http://http://www.chokertraffic.com
The Original http://www.chokertraffic.com/
Premium country pop-unders from $1.50 per k. I challenge you to compare this traffic to any other brokers.
http://www.chokertraffic.com/public/tabs.php?t=oComment
-
We already have that, TGP1 version coming VERY soon tooOriginally posted by -=HOAX=-
We're developing a tool to allow webmasters to draw from the xxx.com/tgp database should be ready soon...
www.tgp2gallerypool.comseks.ai for sale - ping meComment
-
check out
www.cleangalleries.net
i got a shit load galleries in there,,, the script is a super fast dedicated server,,,
hit me up if you got any ?'s
38147712Comment
-
Blunt,
I setup the script & put 454 galleries in the .txt file, but when i click the .php link it pulls the same gallery about 99% of the time.
I tried reducing the # of galleries in the .txt file to about 220, but it still pulled the same few galleries most of the time.
Is there a way to make it randomize more?Comment
-
seed the random number generator, and try mt functions
Code:<?php $fileName = "./galleries.txt"; mt_srand( (double) microtime() * 1000000 ); $a = file($fileName); $randNum = mt_rand( 0, sizeof($a)-1 ); header( "Location: ". $a[$randNum] ); ?>
Last edited by Brujah; 02-28-2002, 02:45 PM.- Free Premium Domain Lists and Tools at Clickmojo.com
- For Sale: Obscenity.com
Comment

Comment