[Tutorial] Rotating Signature - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: [Tutorial] Rotating Signature (/showthread.php?tid=28882) |
[Tutorial] Rotating Signature - Galaxy - 10-24-2014 Making your Signature Randomizer
Step 1: Get your own web host For this step you need an actual webhosting service that supports the use of the PHP language. If you already have your website set up then you can skip this step. Once you've set up your site (it shouldn't take too long, you normally just have to provide a username, password, website name and a contact email address for yourself. Personal details are sometimes required, but you can sometimes skip that part.) you can move on to step number 2. Step 2: Create your directory Once your site is set up and is running, you can create a new directory (folder) on the root of your site and call it "random.jpg." Actually you can call it whatever you like but remember to change the referenced names at the end. And yes you can create directories which have dots in them followed by extensions. Upload all of the images which you want to be in your rotator to the "random.jpg" directory. Also, make sure that the files which you upload are only files with the following extensions: .jpg .jpeg .png .gif Step 4: Make the index.php file Open up notepad or an equivalent plain text editor, it doesn't really matter which. Then copy and paste the following code into your document. For easy copy and pasting, Ctrl + Click in the white box, then press Ctrl + C. Code: <?php Save this file as index.php and upload it into the "random.jpg" directory which you created in step 2. Step 5: Save your rotator Create an [IMG] tag which links to your random.jpg directory. An example is below. Code: [img]http://yourhost.com/random.jpg[/img] |