Hey, Eviltoade and I are thinking of opening up another Enchanted Book Store like 18005, but we want you the community to deiced which Smp it should go on so please leave your vote. NO ALTS PLEASE All votes are appreciated
Hmm can you make the max snow count for the page like 100000 for a minute? Just to see (Yea I was looking at the source of your website)
Haha, I'll try. Looking at the source doesn't show much. A lot is hidden because I use PHP which is server side: Code: <head> <title>Merry Christmas!</title> <script src="scripts/snowstorm.js"></script> <link rel="stylesheet" media="screen" href="christmaslights.css" /> <style> .body { background-image: url(i/christmas_bg.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #464646; } .res_img { max-width: 100%; display:block; height: auto; } .goleft { margin-left: 10%; } .gofarleft { margin-left: 30%; } .text-glow { font-size:2em; color: #FFFFFF; font-family:Arial; } </style> </head> <body class="body"> <center> <p><a href="http://nfell2009.uk/christmas"><img src="http://nfell2009.uk/nfell2009_christmas.png"></a></p> <p><h1 class="text-glow">We wish you a merry Christmas from nfell2009.uk!</h1></p> <?php $url = $_SERVER['REQUEST_URI']; $url_array = explode("/", $url); if ($url_array[2] == "") { $imgs = array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10"); $rimg = array_rand($imgs); $aimg = $imgs[$rimg]; } else { $aimg = $url_array[2]; } ?> <p><h1 class="text-glow">Share the joy of the gif you're viewing: http://nfell2009.uk/christmas/<?php echo $aimg; ?></h1></p> </center> <div class="goleft"> <img src="http://nfell2009.uk/gifs/christmas/<?php echo $aimg; ?>.gif" class="res_img" style="border:10px solid black;"> </div> <?php if ($url_array[2] <> "") { echo "<br> <center> <p><h1 class='text-glow'>You're viewing a set gif. To view random gifs <a href='http://nfell2009.uk/christmas'>Click here</a></h1></p> </center>"; } ?> </body> Note: EMC's CODE tags make it look messy. It's nicely organised actually