Index playing random song, how to remove?

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
Hey everyone. Im having an issue with my retro. For some reason when you go to it, index page, user page... any page it fucking plays cold play Paradise. See for yourself below is my index thats in my folder,the only difference when i click view page source at the bottom it shows this. Any help would be greatly appreciated. If i hear the song one more time im ganna loose it.



<iframe width="1" height="1" src=" " frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>



<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{hotelname} Hotel - Make friends, join the fun, get noticed! </title>
<meta name="viewport" content="width=device-width">

<script>
var andSoItBegins = (new Date()).getTime();
var habboPageInitQueue = [];
var habboStaticFilePath = " ";
</script>
<link rel="shortcut icon" href=" " type="image/vnd.microsoft.icon" />

<link rel="stylesheet" href=" ">

<link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/frontpage_new.css" type="text/css" />
<script src="{url}/app/tpl/skins/{skin}/js/v3_landing_top.js" type="text/javascript"></script>

<meta name="description" content="Check into the world's largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more..." />
<meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

<script src="//cdn.optimizely.com/js/13389159.js"></script>
<meta name="build" content="63-BUILD2030 - 22.03.2013 11:10 - com" />
<meta name="csrf-token" content="89fe674d03"/>
</head>
<body>

<div id="overlay"></div>

<header>
<div id="border-left"></div>
<div id="border-right">
</div>

<?php if(isset($template->form->error)) { ?>
<div id="loginerrorfieldwrapper">
<div id="loginerrorfield">
<div><?php echo $template->form->error; ?></div>
</div>
</div>
<?php } ?>


<div id="login-form-container">
<a href="#home" id="habbo-logo"></a>

<form id="loginformitem" name="loginformitem" method="post">

<div id="login-columns">
<div id="login-column-1">
<label for="login-username">Username</label>
<input tabindex="2" type="text" class="login-field" name="log_username" id="credentials-email">
<input tabindex="5" type="checkbox" name="_login_remember_me" id="credentials-remember-me">
<label for="credentials-remember-me" class="sub-label">Keep me logged in</label>
</div>

<div id="login-column-2">
<label for="login-password">Password</label>
<input tabindex="3" class="login-field" type="password" name="log_password" type="password" id="credentials-password">
</div>

<div id="login-column-3">
<input type="submit" value="Login" name="login" style="width: 60px;">

</div>


<div id="login-column-4">
<div id="fb-root"></div>
<script type="text/javascript">
window.fbAsyncInit = function() {
Cookie.erase("fbsr_183096284873");
FB.init({appId: '183096284873', status: true, cookie: true, xfbml: true});
if (window.habboPageInitQueue) {
// jquery might not be loaded yet
habboPageInitQueue.push(function() {
$(document).trigger("fbevents:scriptLoaded");
});
} else {
$(document).fire("fbevents:scriptLoaded");
}

};
window.assistedLogin = function(FBobject, optresponse) {

Cookie.erase("fbsr_183096284873");
FBobject.init({appId: '183096284873', status: true, cookie: true, xfbml: true});

permissions = 'user_birthday,email';
defaultAction = function(response) {

if (response.authResponse) {
fbConnectUrl = "/facebook?connect=true";
Cookie.erase("fbhb_val_183096284873");
Cookie.set("fbhb_val_183096284873", response.authResponse.accessToken);
Cookie.erase("fbhb_expr_183096284873");
Cookie.set("fbhb_expr_183096284873", response.authResponse.expiresIn);
window.location.replace(fbConnectUrl);
}
};

if (typeof optresponse == 'undefined')
FBobject.login(defaultAction, {scope:permissions});
else
FBobject.login(optresponse, {scope:permissions});

};

(function() {
var e = document.createElement('script');
e.async = true;
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>

<center><label for="email-address"><span class="usuario"><strong>{online}</strong> Users Online</label> | <label class="sub-label"><br><strong><?php $users = mysql_query("SELECT * FROM users "); $teller = mysql_num_rows($users); ?>
<?php echo $teller; ?></strong> Registered Users</span></center></label>
</div> </div>
</div>
</form>
</div>

<div id="alerts">
<noscript>
<div id="alert-javascript-container">
<div id="alert-javascript-title">
Missing JavaScript support
</div>
<div id="alert-javascript-text">
Javascript is disabled on your browser. Please enable JavaScript or upgrade to a Javascript-capable browser to use {hotelname} :)
</div>
</div>
</noscript>

<div id="alert-cookies-container" style="display:none">
<div id="alert-cookies-title">
Missing cookie support
</div>
<div id="alert-cookies-text">
Cookies are disabled on your browser. Please enable cookies to use {hotelname}.
</div>
</div>
<script type="text/javascript">
document.cookie = "habbotestcookie=supported";
var cookiesEnabled = document.cookie.indexOf("habbotestcookie") != -1;
if (cookiesEnabled) {
var date = new Date();
date.setTime(date.getTime()-24*60*60*1000);
document.cookie="habbotestcookie=supported; expires="+date.toGMTString();
} else {
if (window.habboPageInitQueue) {
// jquery might not be loaded yet
habboPageInitQueue.push(function() {
$('#alert-cookies-container').show();
});
} else {
$('alert-cookies-container').show();
}
}
</script>
</div>
<div id="top-bar-triangle"></div>
<div id="top-bar-triangle-border"></div>
</header>


<div id="content">
<ul>
<li id="home-anchor">
<div id="welcome">
<a href="#registration" class="button large" id="join-now-button"><b></b><span>Join today</span><span class="sub">(It's free)</span></a>
<div id="slogan">
<h1>Welcome to {hotelname},</h1>
<p>a strange place with awesome people.</p>
<p><a id="tell-me-more-link" href="#">Tell me more...</a></p>
</div>
</div>
<div id="carousel">
<div id="image1"></div>
<div id="image2"></div>
<div id="image3"></div>
<div id="tell-me-more">{hotelname} Hotel is a virtual world for players 13 years and older, where you can create your very own {hotelname} character and design your room the way you like. You'll meet new friends, chat, organize parties, look after virtual pets, create and play games and complete quests. Click 'Join Today' to get started!</div>
</div>
<div id="floaters"></div>
</li>

<li id="registration-anchor">

<div id="registration-form">
<div id="registration-form-header">
<h2>User ID</h2>
<p>Fill in these details to begin:</p>
</div>
<div id="page-content-padding">

<?php if(isset($template->form->error)) { echo '<div style="text-align:center; color:red; font-weight: bold;">'.$template->form->error.'</div>'; }?>
<br />
<form action="register" method="post" id="registerForm">
<div id="registration-form-main">
<div id="registration-form-main-left">
<label for="email-address">Username</label>
<label for="email-address" class="details">You'll need to use this <b>to log in</b> to {hotelname} in the future. Please use a valid address.</label>
<input type="text" autocomplete="on" name="reg_username" value="<?php echo $_POST['reg_username'] ?>" id="username" placeholder="Username" class="box1"><br /><br />
<label for="email-address">Email</label>
<label for="email-address" class="details">We will use this to restore your account if you ever lose access. Your Email will never be shared publicly.</label>
<input type="text" autocomplete="on" name="reg_email" id="email" value="<?php echo $_POST['reg_email']; ?>" placeholder="Email Address" class="box1"><br /><br />
<br><br><label for="email-address" class="details">Already have an account? Click <b><a href="javascript:window.history.back()">here</a></b>!</label>
</div>

<div id="registration-form-main-right">
<label for="register-password">Password</label>
<label for="register-password" class="details">Password must be at least <b>6 characters </b>long and include <b>letters and numbers</b></label>
<input type="password" autocomplete="off" name="reg_password" id="password" placeholder="Password" class="box1"><br /><br />
<label for="password2"><b>Repeat Password</b></label>
<label for="register-password" class="details">Please verify<b> your password </b>to make sure you didn't make a mistake.</b></label>
<input type="password" autocomplete="off" name="reg_rep_password" id="password1" placeholder="Confirm Password" class="box1"><br /><br />

<input type="hidden" name="reg_seckey" value="1234" />
<input type="hidden" name="register" value="register" />
<input class="regbtn" type="submit" name="register" onClick="checkForm(); return false;" value="Register" />
</div>
</div>
</form>
<br /><br /><br />

</div>
</div>



</div>
<div id="magnifying-glass"></div>
<div id="sail"></div>
</li>
</ul>
</div>

<footer>

<div id="footer-content">
<div id="footer"><a href=" ">Customer Support</a> / <a href=" ">Parents</a> / <a href=" " target="_new">Terms of Use & Privacy Policy</a> / <a href=" " target="_new">Infringements</a> / <a href=" " target="_new">{hotelname} Way</a> / <a href=" ">Safety</a> / <a href=" " target="_blank">For Advertisers</a></div>
<div id="copyright">{hotelname} Hotel is not Habbo.com nor is it affiliated or operated by Sulake Corporation. Please do not enter your details from Habbo.com here!<br><b>Want your VERY own Habbo Retro WITH a host, setup for you and ready in less than 30 minutes? <a href=" ">Click here!</a></b></div>
</div>
<div id="sulake-logo"><a href=" "></a></div>
</footer>


<script src="{url}/app/tpl/skins/{skin}/js/v3_landing_bottom.js" type="text/javascript"></script>
<!--[if IE]><script src=" " type="text/javascript"></script>
<![endif]-->



</body>
</html>
 

Illusions

Member
Dec 31, 2017
62
20
idiot. it's in the first line. remove "iframe width="1" height="1" src=" " frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"
 

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
idiot. it's in the first line. remove "iframe width="1" height="1" src=" " frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"

Thats not the first line in the html, thats the line im looking for i just put it there in the post so you could see what i was talking about. I know what im looking for I just dont know where to find it.
 

Users who are viewing this thread

Top