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 Releases
CMS Releases
[REL] Random PHP old school client! [EASY]
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="Sledmore" data-source="post: 21893" data-attributes="member: 591"><p style="text-align: center"><strong>This is in the CMS releases since it's partly a CMS page? But old school, if moderators have a problem you can move it!</strong></p><p></p><p>Alright, so I got bored and might make a old school, but I did an easy to configure old school PHP client. (Doesn't need MYSQL).</p><p></p><p>I left in the DCRS,VARIABLES and TEXTS, as some people have an hard time finding them, also I left in some decent ports for you to use.</p><p></p><p>The other bits just fill in your information, here is the file code, save it as index.php (or anything else you want).</p><p></p><p>[PHP]<?php</p><p>// info for the client // I'l leave you the mus ports.</p><p>$musport = '30001';</p><p>$infoport = '1232';</p><p>$clientreloadurl = 'the reload url';</p><p>$connectioninfohost = 'your hamachi/normal IP address';</p><p></p><p>// dcrs // I'l leave them DCRS there for you.</p><p>$dcr = 'http://www.alexgroup27.com.ve/dcrsall/V18/habbo.dcr';</p><p>$texts = 'http://flux-hotel.webs.com/external_texts.txt';</p><p>$variables = 'http://kevooo.webs.com/var.txt';</p><p></p><p>// hotel information</p><p>$hotelname = 'Your Hotel Name!';</p><p>?></p><p></p><p><center><?php echo "$hotelname"; ?></center></p><p><center></p><p> <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'></p><p></p><p> <param name='src' value='<?php echo "$dcr"; ?>'></p><p></p><p> <param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '></p><p></p><p> <param name='swStretchStyle' value='none'></p><p></p><p> <param name='swText' value=''></p><p></p><p> <param name='bgColor' value='#000000'></p><p></p><p> <param name='sw6' value='external.texts.txt=<?php echo "$texts"; ?>'></p><p></p><p> <param name='sw2' value='connection.info.host=<?php echo "$connectioninfohost"; ?>;connection.info.port=<?php echo "$infoport"; ?>'></p><p></p><p> <param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'></p><p></p><p> <param name='sw3' value='client.reload.url=<?php echo "$clientreloadurl"; ?>'></p><p></p><p> <param name='sw1' value='site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl'></p><p></p><p> <param name='sw5' value='external.variables.txt=<?php echo "$variables"; ?>'></p><p></p><p> <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 echo "$texts"; ?>' sw2='connection.info.host=<?php echo "$connectioninfohost"; ?>;connection.info.port=<?php echo "$infoport"; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo "$clientreloadurl"; ?>' sw1='site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo "$variables"; ?>'></p><p></p><p> </embed></p><p></p><p> </object></center>[/PHP]</p><p></p><p>- <strong>Enjoy.</strong></p></blockquote><p></p>
[QUOTE="Sledmore, post: 21893, member: 591"] [CENTER][B]This is in the CMS releases since it's partly a CMS page? But old school, if moderators have a problem you can move it![/B][/CENTER] Alright, so I got bored and might make a old school, but I did an easy to configure old school PHP client. (Doesn't need MYSQL). I left in the DCRS,VARIABLES and TEXTS, as some people have an hard time finding them, also I left in some decent ports for you to use. The other bits just fill in your information, here is the file code, save it as index.php (or anything else you want). [PHP]<?php // info for the client // I'l leave you the mus ports. $musport = '30001'; $infoport = '1232'; $clientreloadurl = 'the reload url'; $connectioninfohost = 'your hamachi/normal IP address'; // dcrs // I'l leave them DCRS there for you. $dcr = 'http://www.alexgroup27.com.ve/dcrsall/V18/habbo.dcr'; $texts = 'http://flux-hotel.webs.com/external_texts.txt'; $variables = 'http://kevooo.webs.com/var.txt'; // hotel information $hotelname = 'Your Hotel Name!'; ?> <center><?php echo "$hotelname"; ?></center> <center> <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 "$connectioninfohost"; ?>;connection.info.port=<?php echo "$infoport"; ?>'> <param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'> <param name='sw3' value='client.reload.url=<?php echo "$clientreloadurl"; ?>'> <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 "$variables"; ?>'> <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 echo "$texts"; ?>' sw2='connection.info.host=<?php echo "$connectioninfohost"; ?>;connection.info.port=<?php echo "$infoport"; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo "$clientreloadurl"; ?>' sw1='site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo "$variables"; ?>'> </embed> </object></center>[/PHP] - [B]Enjoy.[/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[REL] Random PHP old school client! [EASY]
Top