I'm looking for a script that changes an image everyday for 1 year, or even 1 month would do. I have one now that changes an image daily for a week.
Image Rotating Script
Collapse
X
-
Tags: None
-
-
The script I have is just a simple j a v a s c r i p t and doesnt use cronOriginally posted by juicylinks
Cant you change the cron to do that?Comment
-
I bet you can alter that hahahha script to do what you need based on what you said about it already changing it once dailyOriginally posted by Pete
The script I have is just a simple j a v a s c r i p t and doesnt use cron
POSTTTTTTTTT CODEEEEEEEEEEEEComment
-
-
I know there is a free one out there already. Just cant remember where the fuck it is.Originally posted by mikeeee
www.wojfun.comComment
-
how?Originally posted by WebTitan
i would suggest doing it via ssi or php. no need to run a script for something as simple as that. way quicker tooComment
-
You don't need a script, just an SSI.
Start here...
http://www.freewebmasterhelp.com/tutorials/ssi/2Comment
-
-
Here yah go Pete. SSI for a month of rotation for those
too lazy to even type.
http://www.iamlazy.com/gfy/SSI.txt
.Comment
-
SWEET!Originally posted by some_idiot
Here yah go Pete. SSI for a month of rotation for those
too lazy to even type.
http://www.iamlazy.com/gfy/SSI.txt
.Comment
-
f u n c t i o n day_pic()
RightNow = new Date();
mo=RightNow.getMonth();
da=RightNow.getDate();
img="< i m g s r c ='pics/"+mo+"_"+da+".jpg'>";
return img;
the html code
< s c r i p t > day_pic()< / s c r i p t >
------------------------------------------------------------------------
that will do the trick. You need pics named 1_1.jpg for the pic of the first of januari and so on.Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888Comment
-
Coming Soon! A NEW revolution in black adult social networking!Comment




Comment