I would like a webdesigner with experience to help me design and add content to my new site hosted by habbox. I fi employ them they will receive a @royal.habboxhosting.com email address. I need loads of pages done, it may take some time.

I would like a webdesigner with experience to help me design and add content to my new site hosted by habbox. I fi employ them they will receive a @royal.habboxhosting.com email address. I need loads of pages done, it may take some time.
what kinda site is it? and i may be able to help![]()
its a habbo fansite, and i need the WHOLE thing designed, even error pages.
Have u got a template?
I do have a template. One that comes with cutenews, which you will aslo need to edit. I will need it to be turned habboy and have you the pages you think it needs. i will post the html for it soon.
Ignore what i have added, you can change it as much as you like, as long as it is habboy and cutenews works
Code:<?PHP /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Path to the CuteNews directory (to make the includng easyer) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ $path = "."; /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is a fix if register_globals is turned off ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ if(!$PHP_SELF){ if($HTTP_POST_VARS) {extract($HTTP_POST_VARS, EXTR_PREFIX_SAME, "post_");} if($HTTP_GET_VARS) {extract($HTTP_GET_VARS, EXTR_PREFIX_SAME, "get_");} if($HTTP_COOKIE_VARS) {extract($HTTP_COOKIE_VARS, EXTR_PREFIX_SAME, "cookie_");} if($HTTP_ENV_VARS) {extract($HTTP_ENV_VARS, EXTR_PREFIX_SAME, "env_");} } if($PHP_SELF == ""){ $PHP_SELF = $HTTP_SERVER_VARS[PHP_SELF]; } ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Example</title> <style> <!-- A { color: #003366; text-decoration: none; } A:link { color: #003366; text-decoration: none; } A:visited { color: #003366; text-decoration: none; } A:active { color: #54622D; } A:hover { color: #54622D; } BODY,TD,TR{ font-family: verdana, arial, sans-serif; color:#000; font-size:11; font-weight:normal; } .banner { font-family: georgia, verdana, arial, sans-serif; color:white; font-size:x-large; font-weight:bold; border-left:1px solid #FFF; border-right:1px solid #FFF; border-top:1px solid #FFF; background:#003366; padding:7px; } .description{ font-family:verdana, arial, sans-serif; font-size:x-small; font-weight:bold; } //--> </style> </head> <body bgcolor="#ffffff"> <div align="center"><center> <table border="0" width="700" cellspacing="0" cellpadding="0"> <tr> <td class=banner ><img src="http://67.15.181.134/4239/75/pip/OurHabbo_banner.jpg" width="778" height="123"></td> </tr> <tr> <td> <marquee>Welcome to OurHabbo. A new habbohotel fansite, with Radio.</marquee> <table border="0" width="100%" cellspacing="0" cellpadding="6"> <tr> <td width="180" valign=top style="border-right: 1px dotted #000000;"><table border="0" width=93% cellspacing="0" cellpadding="0"> <tr> <td width="100%" style="border-top: 1 solid #000000; border-bottom: 1 solid #000000" bgcolor="#F3F4F5" height="26"> <p align="left"> <b><font color="#003366">your links</font></b></p></td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%"> Homepage <a href="?"></a></td> </tr> <tr> <td width="100%"> Forums</td> </tr> <tr> <td width="100%">Habbo News </td> </tr> <tr> <td width="100%"> Radio News</td> </tr> <tr> <td width="100%">Competitions</td> </tr> <tr> <td width="100%">Events</td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%" style="border-top: 1 solid #000000; border-bottom: 1 solid #000000" bgcolor="#F3F4F5" height="26"> <p align="left"> <strong><font color="#003366">Link us </font></strong></p></td> </tr> <center> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%"> <img src="../../My Documents/Habbo/OurHabbo/OurHabbo Pictures/OurHabbo_link.jpg" width="120" height="38"></td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%" style="border-top: 1 solid #000000; border-bottom: 1 solid #000000" bgcolor="#F3F4F5" height="26"> <p align="left"> <font color="#003366"><b>Useful Link </b></font></p></td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%"> <a href="http://www.habbohotel.co.uk">HabboHotel.co.uk</a></td> </tr> <tr> <td width="100%"> <a href="http://www.gihabbo.co.uk">GIHabbo.co.uk </a></td> </tr> <tr> <td width="100%"> <a href="http://www.habtips.com">Habtips.com </a></td> </tr> </table> <p align="center"><br><br> <br> <br> <br> </center> </td> <td width="520" valign="top" align="center"> <table border="0" width="453" cellspacing="1" cellpadding="3"> <tr> <td width="441"> <?PHP /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Here we decide what page to include ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ if($do == "search" or $dosearch == "yes"){ $subaction = "search"; $dosearch = "yes"; include("$path/search.php"); } elseif($do == "archives"){ include("$path/show_archives.php"); } elseif($do == "stats"){ echo"You can download the stats addon and include it here to show how many news, comments ... you have"; /* include("$path/stats.php"); */ } else{ include("$path/show_news.php"); } ?> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table><br><br><center> <table border=0 width=700 style="border-top: 1px dotted #000000;"> <tr><td> <p align="center">powered by CuteNews </td></tr></table> </body> </html>
Want to hide these adverts? Register an account for free!