Just to edit Invent's script.
PHP Code:<?php
$banner[0] = "http://habbuzz.net/site/images/part/forum.gif"; // Change these to what your image is
$banner[1] = "http://habbuzz.net/site/images/part/jobs.gif";
$url[0] = "https://habbox.com/"; // Change these to what your link is
$url[1] = "http://www.habboxforum.com/";
$rand = rand(0, 1); //Change the 1 for how many banners there are above - now is 1
echo("<a href='".$url[$rand]."' alt='Image Rotator' border='0' target='_blank'><img src=\"".$banner[$rand]."\" alt=\"\" border=\"0\" /></a>");
?>





Reply With Quote
