Suggestions?
POTD script
Collapse
X
-
Tags: None
-
ImageShuffler
Description: This script is a simple and random image rotator with optional image links and delay times and image usage count. Full control is given with regards to the image tag's alt, border and alignment parameters and whether the optional link will open in a new window or the current one. Called with SSI.
NOTE: I have no experience with this script, I am working on a project that needed the script but have yet to test it. -
-
btw to use that would be something like
which would end up displaying "<.img src=11/04.jpg>"PHP Code:<img src=<?php echo date("m/d"). ".jpg"; ?>>
minus the period in the img tag
where 11 is the m and 04 is the d
so each month 01-12 has a folder with 01-31 pics in it
( 31 pics to be safe w/out writing more code )C:\Code\
C:\Code\Run\Comment
-
Originally posted by uproaredTo run your own POTD, or to offer it to affiliates?
going on a linklist in a table to fill spaceComment
-
I am assuming you want a URL to click on as well, will those codes you guys posted do this? or just display a random image? Cause I use a simple script in my sig to randomize my family guy animations.
For a site I would want a URL to the sponsor or gallery of the images.Comment
-
Originally posted by MurderousI am assuming you want a URL to click on as well, will those codes you guys posted do this? or just display a random image? Cause I use a simple script in my sig to randomize my family guy animations.
For a site I would want a URL to the sponsor or gallery of the images.
Exactly.
And I'll check that out too Uproared.Comment

Comment