November 8, 200817 yr 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! ^_^~
November 9, 200817 yr 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.
November 9, 200817 yr 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]
November 9, 200817 yr 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.
November 9, 200817 yr or just create a file with: <?php phpinfo(); ?> in it and navigate your browser to it. [Assist-X]
Create an account or sign in to comment