Current Mods:
Timetable -
Demo: http://www.habbonewsiefm.net/timetable.php
The admin version is similar except:
Admins can clear a certain day
DJ's can book.
Download:
http://www.habbonewsie.net/MODS/Timetable.zip
Comes with install file
Enjoy

Current Mods:
Timetable -
Demo: http://www.habbonewsiefm.net/timetable.php
The admin version is similar except:
Admins can clear a certain day
DJ's can book.
Download:
http://www.habbonewsie.net/MODS/Timetable.zip
Comes with install file
Enjoy
Nice, +rep (I gave you rep for it in the other thread)
Also on my requests line I am having a problem changing the Background colour If I post the code and the colour code could you help me out?
Yes![]()
Colour: #c4f27c
When you open it as a page on its own its fine but when its on my site its got a white bgPHP Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<!--Serif WebPlus 9 HTML Export-->
<!--Supports HTML 4.01-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Serif WebPlus 9.0.1b">
<title>Page 2</title>
<style type="text/css">
<!--
body {margin: 0px; padding: 0px;}
.Normal-P
{
margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400;
}
.Normal-C
{
font-family:"Verdana", sans-serif; font-size:13.0px;
line-height:1.23; color:#609c00;
}
-->
</style>
</head>
<body bgcolor="#c4f27c" link="#609c00" vlink="#609c00" text="#609c00">
<noscript>
<center>
<div style="position:relative;width:375px;">
</noscript>
<script type="text/javascript">
<!--
if (!document.layers) { document.write("<center> <div style=\"position:relative;width:375px;\">"); }
//-->
</script>
<div style="position:absolute; left:0px; top:0px; width:375px; height:369px;">
<p class="Normal-P"><span class="Normal-C">
<?
include "dbConfig.php";
include "front_page_stats.php";
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Teen-Tunes - Request Line</title>
</head>
<style type="text/css">
body {background-color: #c4f27c}
</style>
<style type="text/css">
<!--
}
-->
</style>
</head>
<body bgcolor="#c4f27c">
<p align="left"><font color="#609c00" size="1" face="Verdana"><b>Request Line</b><br>
</font><i><font face="Verdana" color="#609c00" size="1">Contact The DJ</font></i>
</p>
<p align="left"><font face="Verdana"><span class="underheader">
<span style="FONT-STYLE: normal"><font color="#609c00" size="1">Welcome to the
Teen-Tunes request line.<br>
From here you send in your shoutouts and requests and hope that they will be
read out on air. (Remember to be patient as there are hundreds sent in every
hour)<br>
Please do not abuse the request line or you will be banned immediately!</font></span></span></font><FONT FACE="Verdana" SIZE="1"><BR> <BR>
<background-color: #c4f27c'>
Your IP Is: <I><? $ip=$_SERVER['REMOTE_ADDR']; echo "<font face='Verdana' size='1'><b>$ip</b>"; ?>
<br>
</I>Please Note, Your IP Is Sent With The Message.<br>
</p><P STYLE="margin-top: 0; margin-bottom: 0" align="left"> <?
if($_GET["op"] == "reg") {
//$result = mysql_query("SELECT * FROM `staff`");
//while($worked = mysql_fetch_array($result)) {
//$get_word = $worked['username'];
//if(preg_match("/$get_word/i", "$servertitle")) { $dj_name = "$get_word"; }
//}
$dj_name = addslashes($_POST["dj_name"]);
if($dj_name == "Choose One...") { echo "<font color='#609c00' face='Verdana' size='1'><b><font face=Verdana color=white size=2>You Need To Select A DJ Or No One Will Recieve It !<br>"; exit; }
if($habboname == "") { echo "<b><font face=Verdana color=black size=2>Please Go Back And Tell Us Your Name !<br>"; exit; }
$habboname = addslashes($_POST["habboname"]);
$request = addslashes($_POST["request"]);
$type = addslashes($_POST["type"]);
$ip = getenv("REMOTE_ADDR");
$date = date("d.m.y - H:i:s");
$query = mysql_query("INSERT INTO `requests` (`habboname`, `type`, `dj_name`, `message`, `ip`, `date`) VALUES('$habboname', '$type', '$dj_name', '$request', '$ip', '$date' )");
echo "<font color='#000000' face='Verdana' size='1'><br>Thank you <b>$habboname</b> for your <b>$type.</b> Stay Tuned To Hear Your Message !<p><META HTTP-EQUIV='Refresh'
CONTENT='10; URL=request.php'>
<br></font>
";
} else { echo "
<form method='post' action='?op=reg'>
<table border='0'>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b> Name:</b><br>
<input type='text' name='habboname' size='25'></font></td>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b>Type:</b><br>
<font size='1' face='Verdana'><select name='type' size='1' style='color: #609c00; font-family: Verdana; font-size: 10px; border: 1px solid #609c00; background-color: #c4f27c'>
<option value='Request'>Request</option>
<option value='Shoutout'>Shoutout</option>
<option value='Joke'>Joke</option>
<option value='Other'>Other</option>
<option value='Comp'>Competition</option>
</select></td>
</tr>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b>Select DJ: < Please Select!</b><br>
<font size='1' face='Verdana'><select name='dj_name' size='1' style='color: #000000; font-family: Verdana; font-size: 10px; border: 1px solid #609c00; background-color: #c4f27c'>";
$result = mysql_query("SELECT * FROM `staff`");
while($worked = mysql_fetch_array($result)) {
$get_word = $worked['username'];
if(preg_match("/$get_word/i", "$servertitle")) { echo "<option value='$get_word' selected>DJ $get_word</option>"; }
else { echo "<option value='$get_word'>DJ $get_word</option>"; }
}
echo "</select></td><tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#000000'><b>Message:</b><br>
<textarea rows='8' cols='35' type='text' name='request' class='button'></textarea></font></td>
</tr>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><input type='submit' name='submit' value='Send'></font></td>
</tr>
</table>
</form>";}
?> </P>
</body>
</html>
</span></p>
</div>
<noscript>
</div>
</center>
</noscript>
<script type="text/javascript">
<!--
if (!document.layers) { document.write("</div></center>"); }
//-->
</script>
</body>
</html>
Site: www.teen-tunes.com > go to request page
Last edited by redtom; 08-11-2006 at 01:34 AM.
PHP Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<!--Serif WebPlus 9 HTML Export-->
<!--Supports HTML 4.01-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Serif WebPlus 9.0.1b">
<title>Page 2</title>
<style type="text/css">
<!--
body {margin: 0px; padding: 0px;}
.Normal-P
{
margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400;
}
.Normal-C
{
font-family:"Verdana", sans-serif; font-size:13.0px;
line-height:1.23; color:#609c00;
}
-->
</style>
</head>
<body bgcolor="#c4f27c" link="#609c00" vlink="#609c00" text="#609c00">
<noscript>
<center>
<div style="position:relative;width:375px;">
</noscript>
<script type="text/javascript">
<!--
if (!document.layers) { document.write("<center> <div style=\"position:relative;width:375px;\">"); }
//-->
</script>
<div style="position:absolute; left:0px; top:0px; width:375px; height:369px;">
<p class="Normal-P"><span class="Normal-C">
<?
include "dbConfig.php";
include "front_page_stats.php";
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Teen-Tunes - Request Line</title>
</head>
<style type="text/css">
body {background-color: #c4f27c}
</style>
<style type="text/css">
<!--
}
-->
</style>
</head>
<body bgcolor="#c4f27c">
<p align="left"><font color="#609c00" size="1" face="Verdana"><b>Request Line</b><br>
</font><i><font face="Verdana" color="#609c00" size="1">Contact The DJ</font></i>
</p>
<p align="left"><font face="Verdana"><span class="underheader">
<span style="FONT-STYLE: normal"><font color="#609c00" size="1">Welcome to the
Teen-Tunes request line.<br>
From here you send in your shoutouts and requests and hope that they will be
read out on air. (Remember to be patient as there are hundreds sent in every
hour)<br>
Please do not abuse the request line or you will be banned immediately!</font></span></span></font><FONT FACE="Verdana" SIZE="1"><BR> <BR>
<body bgcolor="#c4f27c">
Your IP Is: <I><? $ip=$_SERVER['REMOTE_ADDR']; echo "<font face='Verdana' size='1'><b>$ip</b>"; ?>
<br>
</I>Please Note, Your IP Is Sent With The Message.<br>
</p><P STYLE="margin-top: 0; margin-bottom: 0" align="left"> <?
if($_GET["op"] == "reg") {
//$result = mysql_query("SELECT * FROM `staff`");
//while($worked = mysql_fetch_array($result)) {
//$get_word = $worked['username'];
//if(preg_match("/$get_word/i", "$servertitle")) { $dj_name = "$get_word"; }
//}
$dj_name = addslashes($_POST["dj_name"]);
if($dj_name == "Choose One...") { echo "<font color='#609c00' face='Verdana' size='1'><b><font face=Verdana color=white size=2>You Need To Select A DJ Or No One Will Recieve It !<br>"; exit; }
if($habboname == "") { echo "<b><font face=Verdana color=black size=2>Please Go Back And Tell Us Your Name !<br>"; exit; }
$habboname = addslashes($_POST["habboname"]);
$request = addslashes($_POST["request"]);
$type = addslashes($_POST["type"]);
$ip = getenv("REMOTE_ADDR");
$date = date("d.m.y - H:i:s");
$query = mysql_query("INSERT INTO `requests` (`habboname`, `type`, `dj_name`, `message`, `ip`, `date`) VALUES('$habboname', '$type', '$dj_name', '$request', '$ip', '$date' )");
echo "<font color='#000000' face='Verdana' size='1'><br>Thank you <b>$habboname</b> for your <b>$type.</b> Stay Tuned To Hear Your Message !<p><META HTTP-EQUIV='Refresh'
CONTENT='10; URL=request.php'>
<br></font>
";
} else { echo "
<form method='post' action='?op=reg'>
<table border='0'>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b> Name:</b><br>
<input type='text' name='habboname' size='25'></font></td>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b>Type:</b><br>
<font size='1' face='Verdana'><select name='type' size='1' style='color: #609c00; font-family: Verdana; font-size: 10px; border: 1px solid #609c00; background-color: #c4f27c'>
<option value='Request'>Request</option>
<option value='Shoutout'>Shoutout</option>
<option value='Joke'>Joke</option>
<option value='Other'>Other</option>
<option value='Comp'>Competition</option>
</select></td>
</tr>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><b>Select DJ: < Please Select!</b><br>
<font size='1' face='Verdana'><select name='dj_name' size='1' style='color: #000000; font-family: Verdana; font-size: 10px; border: 1px solid #609c00; background-color: #c4f27c'>";
$result = mysql_query("SELECT * FROM `staff`");
while($worked = mysql_fetch_array($result)) {
$get_word = $worked['username'];
if(preg_match("/$get_word/i", "$servertitle")) { echo "<option value='$get_word' selected>DJ $get_word</option>"; }
else { echo "<option value='$get_word'>DJ $get_word</option>"; }
}
echo "</select></td><tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#000000'><b>Message:</b><br>
<textarea rows='8' cols='35' type='text' name='request' class='button'></textarea></font></td>
</tr>
<tr>
<td valign='top' align='left'><font face='Verdana' size='1' color='#609c00'><input type='submit' name='submit' value='Send'></font></td>
</tr>
</table>
</form>";}
?> </P>
</body>
</html>
</span></p>
</div>
<noscript>
</div>
</center>
</noscript>
<script type="text/javascript">
<!--
if (!document.layers) { document.write("</div></center>"); }
//-->
</script>
</body>
</html>
It's still got a white bg for me![]()
PutIn:PHP Code:<body bgcolor="#c4f27c">
dbConfig.php
and front_page_stats.php
Kevin
Still white, this is werid every things telling it to be green and nothings saying to be white
try clearing ur cache. if ur using FF tools>options>clear private data. u dont need to clear history if u dont want to just uncheck the box. if ur using IE i think its clear temp internet files or sommin :s & blinger tht FF skin RAWKS! -downloads-
Want to hide these adverts? Register an account for free!