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)
-   -   potd script (https://gfy.com/showthread.php?t=294445)

TommyM 05-14-2004 06:27 AM

potd script
 
anybody knows where to find a picture of the day script?

Thanks

hmmwv 05-14-2004 09:18 AM

schlabo.com

Global Dialers 05-14-2004 09:51 AM

.php

its easy enough to do.

create a directory on your server containing 365 pics named 001.jpg to 365.jpg

create a html page with .php extension with the look of how you want the potd to have.

include this in the appropriate place in the html code

PHP Code:

<?include("directory/0".date("z").".jpg");?>

thatll update the page with a new pic every day of the year

TommyM 05-14-2004 01:09 PM

Quote:

Originally posted by Global Dialers
.php

its easy enough to do.

create a directory on your server containing 365 pics named 001.jpg to 365.jpg

create a html page with .php extension with the look of how you want the potd to have.

include this in the appropriate place in the html code

PHP Code:

<?include("directory/0".date("z").".jpg");?>

thatll update the page with a new pic every day of the year

Thanks...is that all I have to do, just place that code? dont I have to change anything, so it would know what date is it or something?


All times are GMT -7. The time now is 10:01 AM.

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