Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[IN-DEV][SKIN] Aurora for RevCMS!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JustElmoo" data-source="post: 74886" data-attributes="member: 12950"><p>[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml"></p><p><head></p><p><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></p><p><title>Bubbo - Login</title></p><p><link href="{url}/css/login.css" rel="stylesheet" type="text/css"/></p><p><style>#hotel_view{background:url({url}/images/hotel_view_images_hq/hotelview_banzai.png) -200px 0px};</p><p></style></p><p></head></p><p> </p><p><body></p><p> </p><p> </p><p><div id="black_bar"></p><p> <div class="container"></p><p> <span class="online_users"> {users} Bubbo'(s) Online! </span></p><p> </div></p><p></div></p><p> </p><p><div id="blue_bar"> </p><p> <div class="container"></p><p> <a href="index.php"><img src="_templates/new/images/logo.png" border="0" style="float:left; padding-top:15px;padding-right:25px;" /></a></p><p> <table width="200" border="0"></p><p> <tr></p><p> <td><span>Username</span></td></p><p> <td><span>Password</span></td></p><p> <td>&nbsp;</td></p><p> <td>&nbsp;</td></p><p> </tr></p><p> <tr></p><p> <form action="" method="post"></p><p> <td valign="top"><input type="text" name="username"/></td></p><p> <td valign="top"><input name="password" type="password" /></td></p><p> <td valign="top"><input name="Submit2" type="submit" value="Login" class="button" /></td></p><p> <td valign="top"><input name="Submit" type="button" value="Register" class="button" onclick='window.location="register.php";' /></td></p><p> </form></p><p> </tr></p><p> </table></p><p> </div></p><p></div></p><p> </p><p><div id="hotel_view"></div></p><p> </p><p><div id="footer"></p><p><hr /></p><p>Copyright Bubbo Hotel 2011, All rights reserved go to their respective owner(s).<br />This site is powered by Aurora CMS and Phoenix v3.7.1 (Build 13800)<br />We are not endorsed, affiliated or offered by Sulake Corporation Oy.</p><p></div></p><p></body></p><p></html>[/HTML]</p><p>Its now the html code; move the <html></html> tags away and put the php taggs down and there's the register <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="JustElmoo, post: 74886, member: 12950"] [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Bubbo - Login</title> <link href="{url}/css/login.css" rel="stylesheet" type="text/css"/> <style>#hotel_view{background:url({url}/images/hotel_view_images_hq/hotelview_banzai.png) -200px 0px}; </style> </head> <body> <div id="black_bar"> <div class="container"> <span class="online_users"> {users} Bubbo'(s) Online! </span> </div> </div> <div id="blue_bar"> <div class="container"> <a href="index.php"><img src="_templates/new/images/logo.png" border="0" style="float:left; padding-top:15px;padding-right:25px;" /></a> <table width="200" border="0"> <tr> <td><span>Username</span></td> <td><span>Password</span></td> <td> </td> <td> </td> </tr> <tr> <form action="" method="post"> <td valign="top"><input type="text" name="username"/></td> <td valign="top"><input name="password" type="password" /></td> <td valign="top"><input name="Submit2" type="submit" value="Login" class="button" /></td> <td valign="top"><input name="Submit" type="button" value="Register" class="button" onclick='window.location="register.php";' /></td> </form> </tr> </table> </div> </div> <div id="hotel_view"></div> <div id="footer"> <hr /> Copyright Bubbo Hotel 2011, All rights reserved go to their respective owner(s).<br />This site is powered by Aurora CMS and Phoenix v3.7.1 (Build 13800)<br />We are not endorsed, affiliated or offered by Sulake Corporation Oy. </div> </body> </html>[/HTML] Its now the html code; move the <html></html> tags away and put the php taggs down and there's the register :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[IN-DEV][SKIN] Aurora for RevCMS!
Top