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 Q&A
Index Page - Messed Up
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="Flint" data-source="post: 123973" data-attributes="member: 19286"><p>Hey Guys!</p><p>Well my brother was logging into my hotel and the index apge was fucked...</p><p>So please help!!!!</p><p>what it looks like</p><p><a href="http://Bubble-Hotel.co.uk" target="_blank">http://Bubble-Hotel.co.uk</a></p><p>Thanks</p><p> </p><p>My Index Page:</p><p> </p><p>[CODE]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script></p><p> <?require_once "sql_inject.php";</p><p>$bDestroy_session = TRUE;</p><p>$url_redirect = 'index.php';</p><p>$sqlinject = new sql_inject('./log_file_sql.log',$bDestroy_session,$url_redirect); ?></p><p> </p><p> </p><p><script type="text/javascript"></p><p> </p><p> var id = 25;</p><p> </p><p> $(document).ready(function(){</p><p> $.getJSON("http://*****.com/index.php?page=vote", { id: id, hasVoted: 'unknown' }, function(data) {</p><p> if(data == 2) {</p><p> window.location.replace("http://*****.com/index.php?page=vote&id=" + id);</p><p> }</p><p> });</p><p> });</p><p> </p><p></script></p><p> </p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Your Own Little World!</title></p><p> </p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/frontpage.css" type="text/css"></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/landing.js"></script></p><p> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script</p><p> </p><p> <script type="text/javascript"></p><p> document.habboLoggedIn = true;</p><p> var habboName = null;</p><p> var habboId = null;</p><p> var habboReqPath = "";</p><p> var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";</p><p> var habboImagerUrl = "http://www.habbo.fr/habbo-imaging/";</p><p> var habboPartner = "";</p><p> var habboDefaultClientPopupUrl = "{url}/client";</p><p> window.name = "habboMain";</p><p> if (typeof HabboClient != "undefined") {</p><p> HabboClient.windowName = "client";</p><p> HabboClient.maximizeWindow = true;</p><p> }</p><p> </script></p><p> </p><p> <style type="text/css"></p><p> body {</p><p> background-color: #000000;</p><p> }</p><p> #footer .footer-links { color: #666666; }</p><p> #footer .footer-links a { color: #ffffff; }</p><p> #footer .copyright { color: #666666; }</p><p> #footer #compact-tags-container span, #footer #compact-tags-container a { color: #333333; }</p><p> </p><p> input[type="submit"] {</p><p> background: url('{url}/app/tpl/skins/Habbo/images/lgn_btn.png') top;</p><p> font: bold 13px arial,sans-serif;</p><p> line-height: 33px;</p><p> color: white;</p><p> height: 33px;</p><p> width: 96px;</p><p> border: 0;</p><p> }</p><p> input[type="submit"]:hover {</p><p> background-position: bottom;</p><p> cursor: pointer;</p><p> }</p><p> </style></p><p> </p><p> <!--[if IE 8]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css"></p><p> <![endif]--></p><p> <!--[if lt IE 8]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" /></p><p> <![endif]--></p><p> <!--[if lt IE 7]></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" /></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script></p><p> <script type="text/javascript"></p><p> try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}</p><p> </script></p><p> <style type="text/css"></p><p> body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }</p><p> </style></p><p> <![endif]--></p><p> </head></p><p> </p><p> <body id="frontpage"></p><p> </p><p> <div id="overlay"></div></p><p> <div id="site-header"></p><p> <form id="loginformitem" name="loginformitem" method="post"></p><p> <?php if(isset($template->form->error)) { ?></p><p> <div id="loginerrorfieldwrapper"></p><p> <div id="loginerrorfield"></p><p> <div><?php echo $template->form->error; ?></div></p><p> </div></p><p> </div></p><p> <?php } ?></p><p> <div style="clear: both;"></div></p><p> <div id="site-header-content"></p><p> <div id="habbo-logo"></div></p><p> <div id="login-form"></p><p> <div id="login-form-email"></p><p> <label for="login-username" class="login-text">Username :</label></p><p> <input tabindex="3" type="text" class="login-field" name="log_username" id="login-username" value="" maxlength="48"></p><p> </div></p><p> <div id="login-form-password"></p><p> <label for="login-password" class="login-text">Password :</label></p><p> <input tabindex="4" type="password" class="login-field" name="log_password" id="login-password" maxlength="32"></p><p> </div></p><p> <div id="login-form-submit"></p><p> <input type="submit" value="Login" name="login"></p><p> </div></p><p> </div></p><p> <script type="text/javascript"></p><p> HabboView.add(function() {</p><p> LandingPage.init();</p><p> if (!LandingPage.focusForced) {</p><p> LandingPage.fieldFocus('login-username');</p><p> }</p><p> });</p><p> </script></p><p> </div></p><p> </form></p><p> </div></p><p> <div id="fp-container"></p><p> <div id="content"></p><p> <div id="column1" class="column"></p><p> <div class="habblet-container "> </p><p> <div style="width: 890px; margin: 0 auto"></p><p> <div id="tagline">Bubble Hotel - Your Own Little World!</div></p><p> </div></p><p> <div id="frontpage-image-container"></p><p> <div id="join-now-button-container"></p><p> <div id="join-now-button-wrapper-fb"></p><p> <div class="join-now-alternative">&nbsp;</div></p><p> <div class="join-now-button"></p><p> <a class="join-now-link" href="http://facebook.com/TheConverseHotel" onclick="assistedLogin(FB); return false;"></p><p> <span class="join-now-text-big">Follow Converse</span></p><p> <span class="join-now-text-small">on<span class="fbword">Facebook</span></span></p><p> </a></p><p> <span class="close"></span></p><p> </div></p><p> </div></p><p> <div id="join-now-button-wrapper"></p><p> <div class="join-now-alternative"></p><p> <a href="{url}/register" class="newusers" onclick="startRegistration(this); return false;"><b>Your First Time?</b><span style="color: #8f8f8f;">Click Below To:</span></a></p><p> </div></p><p> <div class="join-now-button"></p><p> <a class="join-now-link" id="register-link" href="{url}/register" onclick="startRegistration(this); return false;"></p><p> <span class="join-now-text-big">Join Us</span></p><p> <span class="join-now-text-small">For Free</span></p><p> </a></p><p> <span class="close"></span></p><p> </div></p><p> </div></p><p> </div></p><p> <script type="text/javascript"></p><p> function startRegistration(elem) {</p><p> targetUrl = elem.href;</p><p> if (typeof targetUrl == "undefined") {</p><p> targetUrl = "{url}/register";</p><p> }</p><p> window.location.href = targetUrl;</p><p> }</p><p> </script></p><p> <div id="people-inside"></p><p> <b><span><span class="stats-fig">{online}</span> {hotelName}s Online!</span></b></p><p> <i></i></p><p> </div></p><p> <a href="{url}/register" id="frontpage-image" style="background-image: url('{url}/app/tpl/skins/Habbo/images/loginbackdrop.png')" onclick="startRegistration(this); return false;"></a></p><p> </div></p><p> <script type="text/javascript"></p><p> document.observe("dom:loaded", function() {</p><p> LandingPage.checkLoginButtonSetTimer();</p><p> });</p><p> </script></p><p> </div></p><p> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p> </div></p><p> <!--[if lt IE 7]></p><p> <script type="text/javascript"></p><p> Pngfix.doPngImageFix();</p><p> </script></p><p> <![endif]--></p><p> </div></p><p> <div id="footer" class="new_and_improved"></p><p> </p><p> <p class="footer-links">Bubble Hotel Is NOT Habbo And NOT A Part Of Sulake , Please Do NOT Enter Your Habbo Details Here!</p></p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p><p class="copyright">&copy; Copyright 2012 {hotelName} Hotel. All rights reserved.</p></p><p> </p><p> </p><p> </div></p><p> </p><p> </div></p><p> <script type="text/javascript"></p><p> if (typeof HabboView != "undefined") {</p><p> HabboView.run();</p><p> }</p><p> </script></p><p> </p><p> </body></p><p> </p><p> </p><p> </p><p></html></p><p> </p><p><?php include_once('checktheban.php'); ?>[/CODE]</p><p></p><p>Sorry if im double posting -</p><p> </p><p>But whhen i go on google chrome</p><p>the parts thats suppose to have my url it stays as {url}</p><p></p><p></p><p> </p><p>In my last post it may have not been clear</p><p> </p><p>the parts like {url} Dont work it just shows up as {url}</p><p>same with online</p><p>i only added a sql injection Thing today it worked after</p><p>i really dont know wats going on</p></blockquote><p></p>
[QUOTE="Flint, post: 123973, member: 19286"] Hey Guys! Well my brother was logging into my hotel and the index apge was fucked... So please help!!!! what it looks like [url]http://Bubble-Hotel.co.uk[/url] Thanks My Index Page: [CODE]<!DOCTYPE html> <html lang="en"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <?require_once "sql_inject.php"; $bDestroy_session = TRUE; $url_redirect = 'index.php'; $sqlinject = new sql_inject('./log_file_sql.log',$bDestroy_session,$url_redirect); ?> <script type="text/javascript"> var id = 25; $(document).ready(function(){ $.getJSON("http://*****.com/index.php?page=vote", { id: id, hasVoted: 'unknown' }, function(data) { if(data == 2) { window.location.replace("http://*****.com/index.php?page=vote&id=" + id); } }); }); </script> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Your Own Little World!</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/frontpage.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/landing.js"></script> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script <script type="text/javascript"> document.habboLoggedIn = true; var habboName = null; var habboId = null; var habboReqPath = ""; var habboStaticFilePath = "{url}/app/tpl/skins/Habbo"; var habboImagerUrl = "http://www.habbo.fr/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "{url}/client"; window.name = "habboMain"; if (typeof HabboClient != "undefined") { HabboClient.windowName = "client"; HabboClient.maximizeWindow = true; } </script> <style type="text/css"> body { background-color: #000000; } #footer .footer-links { color: #666666; } #footer .footer-links a { color: #ffffff; } #footer .copyright { color: #666666; } #footer #compact-tags-container span, #footer #compact-tags-container a { color: #333333; } input[type="submit"] { background: url('{url}/app/tpl/skins/Habbo/images/lgn_btn.png') top; font: bold 13px arial,sans-serif; line-height: 33px; color: white; height: 33px; width: 96px; border: 0; } input[type="submit"]:hover { background-position: bottom; cursor: pointer; } </style> <!--[if IE 8]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css"> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" /> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" /> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script> <script type="text/javascript"> try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> <style type="text/css"> body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); } </style> <![endif]--> </head> <body id="frontpage"> <div id="overlay"></div> <div id="site-header"> <form id="loginformitem" name="loginformitem" method="post"> <?php if(isset($template->form->error)) { ?> <div id="loginerrorfieldwrapper"> <div id="loginerrorfield"> <div><?php echo $template->form->error; ?></div> </div> </div> <?php } ?> <div style="clear: both;"></div> <div id="site-header-content"> <div id="habbo-logo"></div> <div id="login-form"> <div id="login-form-email"> <label for="login-username" class="login-text">Username :</label> <input tabindex="3" type="text" class="login-field" name="log_username" id="login-username" value="" maxlength="48"> </div> <div id="login-form-password"> <label for="login-password" class="login-text">Password :</label> <input tabindex="4" type="password" class="login-field" name="log_password" id="login-password" maxlength="32"> </div> <div id="login-form-submit"> <input type="submit" value="Login" name="login"> </div> </div> <script type="text/javascript"> HabboView.add(function() { LandingPage.init(); if (!LandingPage.focusForced) { LandingPage.fieldFocus('login-username'); } }); </script> </div> </form> </div> <div id="fp-container"> <div id="content"> <div id="column1" class="column"> <div class="habblet-container "> <div style="width: 890px; margin: 0 auto"> <div id="tagline">Bubble Hotel - Your Own Little World!</div> </div> <div id="frontpage-image-container"> <div id="join-now-button-container"> <div id="join-now-button-wrapper-fb"> <div class="join-now-alternative"> </div> <div class="join-now-button"> <a class="join-now-link" href="http://facebook.com/TheConverseHotel" onclick="assistedLogin(FB); return false;"> <span class="join-now-text-big">Follow Converse</span> <span class="join-now-text-small">on<span class="fbword">Facebook</span></span> </a> <span class="close"></span> </div> </div> <div id="join-now-button-wrapper"> <div class="join-now-alternative"> <a href="{url}/register" class="newusers" onclick="startRegistration(this); return false;"><b>Your First Time?</b><span style="color: #8f8f8f;">Click Below To:</span></a> </div> <div class="join-now-button"> <a class="join-now-link" id="register-link" href="{url}/register" onclick="startRegistration(this); return false;"> <span class="join-now-text-big">Join Us</span> <span class="join-now-text-small">For Free</span> </a> <span class="close"></span> </div> </div> </div> <script type="text/javascript"> function startRegistration(elem) { targetUrl = elem.href; if (typeof targetUrl == "undefined") { targetUrl = "{url}/register"; } window.location.href = targetUrl; } </script> <div id="people-inside"> <b><span><span class="stats-fig">{online}</span> {hotelName}s Online!</span></b> <i></i> </div> <a href="{url}/register" id="frontpage-image" style="background-image: url('{url}/app/tpl/skins/Habbo/images/loginbackdrop.png')" onclick="startRegistration(this); return false;"></a> </div> <script type="text/javascript"> document.observe("dom:loaded", function() { LandingPage.checkLoginButtonSetTimer(); }); </script> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> <!--[if lt IE 7]> <script type="text/javascript"> Pngfix.doPngImageFix(); </script> <![endif]--> </div> <div id="footer" class="new_and_improved"> <p class="footer-links">Bubble Hotel Is NOT Habbo And NOT A Part Of Sulake , Please Do NOT Enter Your Habbo Details Here!</p> <p class="copyright">© Copyright 2012 {hotelName} Hotel. All rights reserved.</p> </div> </div> <script type="text/javascript"> if (typeof HabboView != "undefined") { HabboView.run(); } </script> </body> </html> <?php include_once('checktheban.php'); ?>[/CODE] Sorry if im double posting - But whhen i go on google chrome the parts thats suppose to have my url it stays as {url} In my last post it may have not been clear the parts like {url} Dont work it just shows up as {url} same with online i only added a sql injection Thing today it worked after i really dont know wats going on [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Index Page - Messed Up
Top