Este es un loader multilenguaje para hacer sus loaderes en varios idiomas
Ejemplo:
http://www.hobbahotel.6x.to/Solo reemplaza la linea de idioma en el loader y guardalo con extencion ".php". Then you go to the url of the file include ?lang=nl or something.
Example:
loader.php?lang=nl Dutch Language
loader.php?lang=com English Language
loader.php?lang=ru Russian Language
<?php
//---------------------------------
$ip = "YOUR IP HERE";
$port = "YOUR PORT HERE";
$vars = "FULL PATH TO YOUR EXTERNAL VARS, INCLUDE HTTP ETC";
$dcr = "FULL PATH TO YOUR DCR'S, INCLUDE HTTP ETC";
// Don't change anything below this line
//---------------------------------
if (!isset($_GET['lang'])) {
$langfile = "http://www.habbohotel.nl/gamedata/external?id=external_texts";
} else {
$lang = "$_GET[lang]";
if ($lang == "au") {
$langfile = "http://www.habbohotel.com.au/gamedata/external?id=external_texts";
}
if ($lang == "at") {
$langfile = "http://www.habbohotel.ch/gamedata/external?id=external_texts";
}
if ($lang == "be") {
$langfile = "http://www.habbohotel.nl/gamedata/external?id=external_texts";
}
if ($lang == "br") {
$langfile = "http://www.habbohotel.com.br/gamedata/external?id=external_texts";
}
if ($lang == "ca") {
$langfile = "http://www.habbohotel.ca/gamedata/external?id=external_texts";
}
if ($lang == "cl") {
$langfile = "http://www.habbohotel.cl/gamedata/external?id=external_texts";
}
if ($lang == "co") {
$langfile = "http://www.habbohotel.com.co/gamedata/external?id=external_texts";
}
if ($lang == "dk") {
$langfile = "http://www.habbohotel.dk/gamedata/external?id=external_texts";
}
if ($lang == "fi") {
$langfile = "http://www.habbohotel.fi/gamedata/external?id=external_texts";
}
if ($lang == "fr") {
$langfile = "http://www.habbohotel.fr/gamedata/external?id=external_texts";
}
if ($lang == "de") {
$langfile = "http://www.habbohotel.de/gamedata/external?id=external_texts";
}
if ($lang == "ie") {
$langfile = "http://www.habbohotel.ie/gamedata/external?id=external_texts";
}
if ($lang == "it") {
$langfile = "http://www.habbohotel.it/gamedata/external?id=external_texts";
}
if ($lang == "jp") {
$langfile = "http://www.habbohotel.jp/gamedata/external?id=external_texts";
}
if ($lang == "my") {
$langfile = "http://www.habbohotel.com/gamedata/external?id=external_texts";
}
if ($lang == "mx") {
$langfile = "http://www.habbohotel.es/gamedata/external?id=external_texts";
}
if ($lang == "nl") {
$langfile = "http://www.habbohotel.nl/gamedata/external?id=external_texts";
}
if ($lang == "nz") {
$langfile = "http://www.habbohotel.com/gamedata/external?id=external_texts";
}
if ($lang == "no") {
$langfile = "http://www.habbohotel.no/gamedata/external?id=external_texts";
}
if ($lang == "pt") {
$langfile = "http://www.habbohotel.pt/gamedata/external?id=external_texts";
}
if ($lang == "ru") {
$langfile = "http://www.habbohotel.ru/gamedata/external?id=external_texts";
}
if ($lang == "sg") {
$langfile = "http://www.habbohotel.com.sg/gamedata/external?id=external_texts";
}
if ($lang == "es") {
$langfile = "http://www.habbohotel.es/gamedata/external?id=external_texts";
}
if ($lang == "se") {
$langfile = "http://www.habbohotel.se/gamedata/external?id=external_texts";
}
if ($lang == "ch") {
$langfile = "http://www.habbohotel.ch/gamedata/external?id=external_texts";
}
if ($lang == "uk") {
$langfile = "http://www.habbohotel.co.uk/gamedata/external?id=external_texts";
}
if ($lang == "com") {
$langfile = "http://www.habbohotel.com/gamedata/external?id=external_texts";
}
if ($lang == "uk") {
$langfile = "http://www.habbohotel.nl/gamedata/external?id=external_texts";
}
if ($lang == "ve") {
$langfile = "http://www.habbohotel.com.ve/gamedata/external?id=external_texts";
}
}
?>
<html>
<head>
<title>HobbaHotel</title>
</head>
<body>
<div align="center">
<object>
<param>
<param>
<param>
<param>
<param>
<param>
<param>
<param>
<param>
<param>
<param>
<embed src="<? echo " bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=<? echo " sw2="connection.info.host=<? echo " sw4="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001" sw3="client.reload.url=" sw1="site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl" sw5="external.variables.txt=<? echo ">
</embed>
</object>
</div>
</body>
</html>
Traducio un poco al español es que noc mucho xD Att Maickol