Für alle OLDSCHOOL-Fans ein Client Fix für die Hotelversion v14.
Was ist mit "Version v14" gemeint ?
Bild:
So hier der Fix:
PHP
<?php//////////////////////////
//Habbo PHP //
//Your retro easy made //
//////////////////////////
include ("config.php");
?>
<title><?php echo "$hotelname ~ Client" ?></title>
<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='<?php echo"$dcr"; ?>'>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=<?php echo"$texts" ?>'>
<param name='sw2' value='connection.info.host=<?php echo"$ip";?>;connection.info.port=<?php echo"$port";?>'>
<param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'>
<param name='sw3' value='client.reload.url=client.php'>
<param name='sw1' value='site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl'>
<param name='sw5' value='external.variables.txt=<?php echo"$vars" ?>
<embed src='<?php echo"$dcr" ?>' 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=<?php $texts; ?>' sw2='connection.info.host=$ip;connection.info.port=<?php echo"$port" ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=client.php' sw1='site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo"$vars" ?>
</embed>
</object>
Alles anzeigen
Einfach mit den alten Code in der client.php ersetzen
Good Luck,