stargazer989 Posted November 8, 2008 Share Posted November 8, 2008 hey guys, i need a code or w/e so that for the next 8 days images are swapped. so, for example, i want BD.png to be deleted and swapped out with 7.png (which will be renamed BD.png). midnight is the time i need it to change. (this is for a web page only) please and thank you! ^_^~ Link to comment Share on other sites More sharing options...
Ouchy Posted November 9, 2008 Share Posted November 9, 2008 So basically, you want a program that will swap your images round, so that a new one is shown everyday? If so, use Uzzisoft. The only downside is there is a 40KB file size limit. Here is the link: http://uzzisoft.com/ My relaxation method involves a bottle of lotion, beautiful women, and partial nudity. Yes I get massages. Link to comment Share on other sites More sharing options...
ClareJonsson Posted November 9, 2008 Share Posted November 9, 2008 hey guys, i need a code or w/e so that for the next 8 days images are swapped. so, for example, i want BD.png to be deleted and swapped out with 7.png (which will be renamed BD.png). midnight is the time i need it to change. (this is for a web page only) please and thank you! ^_^~ Can your webpage use PHP? [Assist-X] Link to comment Share on other sites More sharing options...
dsavi Posted November 9, 2008 Share Posted November 9, 2008 Exactly. PHP would be perfect for this. I suppose you could test for PHP by uploading a page to your server with this as the contents: <?php echo"PHP is installed" ?> Save it as test.php on your server and open it with a web browser, if it is installed it will say so. Link to comment Share on other sites More sharing options...
ClareJonsson Posted November 9, 2008 Share Posted November 9, 2008 or just create a file with: <?php phpinfo(); ?> in it and navigate your browser to it. [Assist-X] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now