Tutto questo:

codice:
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MyBeat ~ Registrazione</title>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/styles/common.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/styles/quickregister.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/572/web-gallery/static/js/quickregister.js" type="text/javascript"></script>
<script src="http://www.html.it/guide/esempi/jquery/esempi/jquery-1.3.2.js" type="text/javascript"></script>
<style type="text/css">
.avanti_submit {
background: url(web-gallery/v2/images/avanti_submit.png); 
border: none; 
width: 132px; 
height: 50px;
cursor: pointer;
}

.avanti_submit:hover {
background: url(web-gallery/v2/images/avanti_submit_hover.png); 
}

.fatto_submit {
background: url(web-gallery/v2/images/fatto_submit.png); 
border: none; 
width: 90px; 
height: 50px;
cursor: pointer;
}

.fatto_submit:hover {
background: url(web-gallery/v2/images/fatto_submit_hover.png); 
}
</style>
<script type="text/javascript">
document.habboLoggedIn = false;
var habboName = null;
var habboReqPath = "";
var habboStaticFilePath = "./web-gallery";
var habboImagerUrl = "/habbo-imaging/";
var habboPartner = "";
window.name = "habboMain";

</script>

<!--[if lt IE 8]>
<link rel="stylesheet" href="./web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="./web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="./web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(./web-gallery/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="9.0.47 - Login Template - HoloCMS" />
</head>
<body id="client" class="background-agegate">
<div id="overlay"></div>
<p class="phishing-warning">Questa schermata serve a proteggere i tuoi dati di accesso dai tentativi di furto. Assicurati che l'indirizzo della pagina web cominci con http://<?php echo $config['ip']; ?>/ e chiudi la finestra se vedi indirizzi diversi!</p>

...
secondo te cos'è? Non è un output?