Welcome to the RaGEZONE - MMORPG development forums.

How to properly setup SWFS, uberCMS & uberEMU

This is a discussion on How to properly setup SWFS, uberCMS & uberEMU within the Habbo Tutorials forums, part of the Habbo Hotel category; uberCMS & uberEMU The Proper Guide Introduction Here is a Tutorial that alot of my mates requested of me. They ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    How are you doing? XD
    Rank
    Member +
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    475
    Liked
    72

    How to properly setup SWFS, uberCMS & uberEMU

    Tabo Hotel
    uberCMS & uberEMU

    The Proper Guide


    Introduction
    Here is a Tutorial that alot of my mates requested of me. They kept asking the Question - "How do I setup uberCMS & uberEMU?" - it really started to get on my nerves so I decided to post this.

    Things you will need
    uberEMU(Slaxxer v3) - RapidShare AG, Cham, Switzerland
    uberCMS - 2shared - download UberCMS r51.rar
    New Webbuild - 63_1dc60c6d6ea6e089c6893ab4e0541ee0/137
    R63 Remixed SWFS - R63 Remixed Pack.rar
    MySQL Connector 6.0.7 - http://download.softagency.net/MySQL...-net-6.0.7.zip
    .NET Framework 4 - Download details: Microsoft .NET Framework 4 (Standalone Installer)
    XAMPP 1.7.3 - Download XAMPP from SourceForge.net
    A brain

    --------------------------------------------

    Guide - uberCMS
    1. Download uberCMS from the links above.
    2. Once downloaded extract the contents to your Desktop.
    3. Open the Folder that has been extracted and copy and paste the files inside to your HTDOCS in XAMPP.
    4. Go into 'Inc > Class.tpl.php' then change;
    Code:
    		$this->SetParam('web_build', 'HERE');
    to

    Code:
    		$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/137');
    5. Now go open up 'inc.config.php' and fill in your XAMPP Configuration like so;

    Code:
    $config['Site']['www'] = "SITE LINK";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/"; // leave this alone
    
    $config['MySQL']['hostname'] = "localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "XAMPP PASSWORD";
    $config['MySQL']['database'] = "PHPMYADMIN DATABASE NAME";
    
    $config['MUS']['enabled'] = false;
    $config['MUS']['ip'] = "VPS OR PC IP";
    $config['MUS']['port'] = 30001;
    --------------------------------------------

    Guide - SWFS - NOTE: If you want to quickly do the Link parts just press CTRL & H at the same time, in top part put 'DOMAIN' and in bottom put your Hotel Link!
    1. Download SWFS from the files above and fill in the Variables to your correct Domain.
    2. Open 'Client.php' and change the following setting which are at the bottom of the File.

    Code:
    $client->SetParam('info_host', 'VPS OR PC IP');
    $client->SetParam('info_port', '30000'); // Leave this alone
    
    $client->SetParam('flash_base', 'http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/');
    $client->SetParam('flash_client_url', 'http://DOMAIN/client');
    $client->SetParam('habbo10_swf', 'http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/Habbo10.swf');
    $client->SetParam('external_flash_texts', 'http://DOMAIN/gamedata/external_flash_texts.txt');
    3. Now go into 'Inc > TPL > Page-Client-r63.tpl' and fill in the following Configuration.

    Code:
    <body>
    	<center>
    		<div style='position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; height:100%; width:100%;'>&nbsp;
           			<object id="flash-container" style="height:100%; width:100%; position:absolute; top:0px; left:0px;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"> 
    				<param name="movie" value="http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/Habbo10.swf" /> 
    				<param name="base" value="http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/" /> 
    				<param name="allowScriptAccess" value="always" /> 
    				<param name="menu" value="false"/> 
    				<param name="flashVars" value="external.variables.txt=http://DOMAIN/gamedata/external_variables.txt&amp;external.texts.txt=http://DOMAIN/gamedata/external_flash_texts.txt&amp;client.allow.cross.domain=0&amp;client.notify.cross.domain=1&amp;flash.client.url=http://DOMAIN/client&amp;connection.info.host=127.0.0.1&amp;connection.info.port=30000&amp;site.url=http://DOMAIN&amp;url.prefix=http://localhost&amp;client.reload.url=http://DOMAIN/client&amp;client.fatal.error.url=http://localhost/client&amp;client.connection.failed.url=http://DOMAIN/client&amp;sso.ticket=%sso_ticket%&amp;use.sso.ticket=1&amp;has.identity=1&amp;processlog.enabled=0&amp;account_id=0&amp;client.starting=Please+wait%21+Habbo+is+starting+up.&amp;processlog.enabled=0&amp;flash.client.origin=popup&amp;" /> 
                			<!--[if !IE]>--> 
                				<object style="height:100%; width:100%; position:absolute; top: 0px; left: 0px;" type="application/x-shockwave-flash" data="http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/Habbo10.swf" width="100%" height="100%"> 
                				<param name="movie" value="http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/Habbo10.swf" /> 
              		       	 	<param name="base" value="http://DOMAIN/gordon/RELEASE63-31659-31623-201102182315_21e7ff0b7895ac0c30d6183ce69b4016/" /> 
                    			<param name="allowScriptAccess" value="always" /> 
                    			<param name="menu" value="false"/> 
                    			<param name="flashVars" value="external.variables.txt=http://DOMAIN/gamedata/external_variables.txt&amp;external.texts.txt=http://DOMAIN/gamedata/external_flash_texts.txt&amp;client.allow.cross.domain=0&amp;client.notify.cross.domain=1&amp;flash.client.url=http://DOMAIN/client&amp;connection.info.host=127.0.0.1&amp;connection.info.port=30000&amp;site.url=http://DOMAIN&amp;url.prefix=http://localhost&amp;client.reload.url=http://DOMAIN/client&amp;client.fatal.error.url=http://localhost/client&amp;client.connection.failed.url=http://DOMAIN/client&amp;sso.ticket=%sso_ticket%&amp;use.sso.ticket=1&amp;has.identity=1&amp;processlog.enabled=0&amp;account_id=0&amp;client.starting=Please+wait%21+Habbo+is+starting+up.&amp;processlog.enabled=0&amp;flash.client.origin=popup&amp;" /> 
                			<!--<![endif]--> 
                    		<div style="color: #FFFFFF; width: 400px; margin: 20px auto 0 auto"> 
        					<h2>Please install Adobe Flash Player.</h2> 
                        			<p>You can install and download Adobe Flash Player here:
    					<a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p> 
                        			<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> 
                    		</div> 
                			<!--[if !IE]>--> 
                				</object>
                			<!--<![endif]-->
                			</object>
                		</object> 
    		</div>
    	</center>
    </body>
    Don't forget to fill in the IP's.

    --------------------------------------------

    Guide - uberEMU
    1. Download .NET Framework 4 and MySQL Connector 6.0.7 and Install them.
    2. Go into 'bin > Debug > Uber-Config.conf' and fill in your XAMPP Information like so.

    Code:
    ## uberEmulator System Configuration File
    ## Must be edited for the server to work
    
    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password=XAMPP PASSWORD
    db.name=PHPMYADMIN DATABASE NAME (Same one as you used in uberCMS Configuration)
    
    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=5
    db.pool.maxsize=300
    
    ## Game TCP/IP Configuration
    game.tcp.bindip=VPS OR PC IP
    game.tcp.port=30000
    game.tcp.conlimit=5000
    
    ## MUS TCP/IP Configuration
    mus.tcp.bindip=VPS OR PC IP
    mus.tcp.port=30001
    mus.tcp.allowedaddr=VPS OR PC IP
    
    ## Client configuration
    client.ping.enabled=0
    client.ping.interval=30000
    3. Run uberEmulator and then you should be in your Hotel Client!

    --------------------------------------------

    Notes
    - uberEmulator is really Unstable so make sure you find a Stable one, or make it Stable yourself.
    - uberCMS is very insecure and contains a fuck load of Exploits.
    - uberEmulator can be Exploited aswell as it has not got alot of working features.
    - Do not fuck with your Configuration unless you know what your doing.

    Credits
    Meth0d
    PEjump2
    Slaxxer
    Microsoft
    ApacheFriends
    Habbo Hotel/Sulake

    Thanks,
    FlyCoder
    Last edited by FlyCoder; 08-03-11 at 07:26 PM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    RaGEZONER
    Rank
    Newbie
    Join Date
    Sep 2007
    Location
    Michael Jacksons House
    Posts
    95
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    UberCMS link isnt working

  4. #3
    How are you doing? XD
    Rank
    Member +
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    475
    Liked
    72

    Re: How to properly setup SWFS, uberCMS & uberEMU

    Quote Originally Posted by douf92 View Post
    UberCMS link isnt working
    Working perfectly. -.-

  5. #4
    RaGEZONER
    Rank
    Newbie
    Join Date
    Sep 2007
    Location
    Michael Jacksons House
    Posts
    95
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    When i click download i get this message

    The file link that you requested is not valid. Please contact link publisher or try to make a search

  6. #5
    How are you doing? XD
    Rank
    Member +
    Join Date
    Jan 2011
    Location
    United Kingdom
    Posts
    475
    Liked
    72

    Re: How to properly setup SWFS, uberCMS & uberEMU

    Quote Originally Posted by douf92 View Post
    When i click download i get this message

    The file link that you requested is not valid. Please contact link publisher or try to make a search
    How come it works perfectly fine for me? O.o

  7. #6
    RaGEZONER
    Rank
    Newbie
    Join Date
    Sep 2007
    Location
    Michael Jacksons House
    Posts
    95
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    ill clear cookies

    EDIT: nope still not worked :( can you upload to somthign else?
    Last edited by douf92; 08-03-11 at 09:31 PM.

  8. #7
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2008
    Location
    Netherland
    Posts
    174
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    where can i find my vps?

  9. #8
    Raise the roof!
    Rank
    Subscriber
    Join Date
    Aug 2009
    Posts
    615
    Liked
    43

    Re: How to properly setup SWFS, uberCMS & uberEMU

    very nice tutorial. Thanks!

  10. #9
    Newbie
    Rank
    Newbie
    Join Date
    Mar 2011
    Posts
    5
    Liked
    0

  11. #10
    <(^^,)> =D xD
    Rank
    Member +
    Join Date
    Aug 2010
    Location
    uk
    Posts
    315
    Liked
    3

    Re: How to properly setup SWFS, uberCMS & uberEMU

    hey, btw when i dothat with the emu i get an error: mus socket error-the requested adress is not valid in this context :s

  12. #11
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: How to properly setup SWFS, uberCMS & uberEMU

    Quote Originally Posted by IbrahimBram View Post
    where can i find my vps?
    You have got to be kidding me

  13. #12
    Member
    Rank
    Newbie
    Join Date
    Apr 2011
    Posts
    35
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    client no work for me

  14. #13
    Newbie
    Rank
    Newbie
    Join Date
    Apr 2009
    Location
    Netherlands
    Posts
    19
    Liked
    0

    Re: How to properly setup SWFS, uberCMS & uberEMU

    But how do i setup it for Phoenix CF 3.0? (The SWF's)

  15. #14
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Mar 2011
    Location
    c:\xampp\htdocs
    Posts
    399
    Liked
    8

    Re: How to properly setup SWFS, uberCMS & uberEMU

    Nice tutorial 10/10

  16. #15
    Member
    Rank
    Newbie
    Join Date
    Dec 2010
    Location
    Norway
    Posts
    48
    Liked
    1

    Re: How to properly setup SWFS, uberCMS & uberEMU

    Wher can i download a brain?

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •