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)
-   -   Anyone know of a PHP script that does this? (https://gfy.com/showthread.php?t=175600)

CCdoug 09-17-2003 10:23 AM

Anyone know of a PHP script that does this?
 
I need a script that basically pull a certain amount of links from a flat file or db which can be included in a tgp.

It can't be random links, it needs to read:

On day 1 - > links 1-20
On day 2 - > links 21-40

etc. etc. until it hits the end, then goes back, and starts again.

I've looked everywhere but found nadda. Anyone seen something like this?

WebTitan 09-17-2003 10:28 AM

no but i have a contact that can write one for you

hit me up here and i can put you in touch with him

www.buildporn.com

Stud Money 09-17-2003 10:29 AM

Yes,

email [email protected] for an example url.

4Pics 09-17-2003 10:30 AM

not very difficult but nothing free will do that

Alky 09-17-2003 10:37 AM

PHP Code:

$num_of_gals 10;
$day date("d");
$max $day $num_of_gals;
$min = ($max - ($num_of_gals 1)); 

then do some kind of query like:

PHP Code:

mysql_query("select * from TABLE where id >= $min && id<= $max"); 

of course your going to have to do a little bit more with the mysql, error trapping it and whatnot.

that should work though as far as just getting days from a database, based on the id's of the galleries in the table.

im a little hungover, so if im wrong, oh well.

CCdoug 09-17-2003 10:44 AM

Yeah maybe but, 'free' is more convenient :winkwink:

I just figured that with all of the script sites et al on the web that maybe something like this could possibly be available.

I'll probably just buy something custom from Nibbi in the end.

swedguy 09-17-2003 10:50 AM

Quote:

Originally posted by CrazyJ
Yeah maybe but, 'free' is more convenient :winkwink:
Just like free porn?


All times are GMT -7. The time now is 09:01 PM.

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