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)
-   -   Image Rotating Script (https://gfy.com/showthread.php?t=193870)

Pete 11-05-2003 08:32 AM

Image Rotating Script
 
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.

Juicy D. Links 11-05-2003 08:33 AM

Cant you change the cron to do that?

Pete 11-05-2003 08:35 AM

Quote:

Originally posted by juicylinks
Cant you change the cron to do that?
The script I have is just a simple j a v a s c r i p t and doesnt use cron

Juicy D. Links 11-05-2003 08:37 AM

Quote:

Originally 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

I bet you can alter that hahahha script to do what you need based on what you said about it already changing it once daily

POSTTTTTTTTT CODEEEEEEEEEEEE

mikeeee 11-05-2003 08:40 AM

www.wojfun.com

Pete 11-05-2003 08:43 AM

Quote:

Originally posted by mikeeee
www.wojfun.com
I know there is a free one out there already. Just cant remember where the fuck it is.

fatbaby 11-05-2003 08:47 AM

Why not just do it using SSI??

WebTitan 11-05-2003 08:50 AM

i would suggest doing it via ssi or php. no need to run a script for something as simple as that. way quicker too

Pete 11-05-2003 08:52 AM

Quote:

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 too
how?

some_idiot 11-05-2003 08:55 AM

You don't need a script, just an SSI.

Start here...

http://www.freewebmasterhelp.com/tutorials/ssi/2

fris 11-05-2003 09:03 AM

hotscripts.com has plenty of stuff.

radical 11-05-2003 09:11 AM

Yep I would recommend hotscripts!! they have plenty of java, php scripts that would suite what your looking for!!

grumpy 11-05-2003 09:30 AM

i will post it later.

Pete 11-05-2003 09:36 AM

Quote:

Originally posted by grumpy
i will post it later.
sounds good

WebTitan 11-05-2003 09:52 AM

Quote:

Originally posted by Pete

how?

email me and i will reply with the files that shoul step you thru it

john at buildporn dot com

Helix 11-05-2003 09:55 AM

Here is a <a href=http://www.schlabo.com/info/potd/2.01/index.shtml"> free POTD script</a>

some_idiot 11-05-2003 10:41 AM

Here yah go Pete. SSI for a month of rotation for those
too lazy to even type.

http://www.iamlazy.com/gfy/SSI.txt


.

Pete 11-05-2003 11:59 AM

Quote:

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


.

SWEET!

grumpy 11-08-2003 10:00 AM

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.

dougeetx 11-08-2003 10:34 AM

http://www.hotscripts.com/PHP/Script...ges/index.html


All times are GMT -7. The time now is 05:43 AM.

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