[TUT] Making an r61 Hotel [VIA UBER]

Livar

Now 35% cooler!
Oct 15, 2010
846
86
uberEmulator
uberEmulator, I'm going to show you how to set-up and Flash hotel using uberCMS for the Site and uberEmulator as the Core of the hotel.

System Requirment's
- Support for the .NET framework and the MySQL driver is required.
- Window's OS - 2000/XP/Vista/Windows 7
- uberEmulator & CMS Provided in Link's below
- XAMPP Control Panel or a Host
- At least 1 GB of RAM.
----------------------------------------
Download Link: [SERVER ONLY]
Newer Version of CMS:
XAMPP:
Database:
SWF's:
-----------------------------------------
1. We go into Local Disk:C and Find xampp
2. We find htdocs
3. We then delete the XAMPP folder and Index.html in htdocs
4. We open up WinRAR and find our uberCMS the updated one
5. We then extract it to our htdocs folder.
6. We go to localhost/xamppsecurity/security.php and change our password
7. We go to localhost/phpmyadmin then login as root, and your password
8. We then make a new db, naming what ever you want.
9. We click on Import whislt we're on db and Head over to our db whereever you saved it
10. When you import the db we head to our Htdoc's and find inc directory
11. We click on inc Config and it'll Look like this:
PHP:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| http://www.meth0d.org
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

$config['Site']['www'] = "Site URL, or Localhost or Hamachi IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "Your password";
$config['MySQL']['database'] = "Name of database";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank";
$config['MUS']['port'] = 2001;

?>
12. After that we go to class.php in the inc folder. and find
Code:
$this->SetParam('web_build',
13. Underneath that there will be a few number's change it to
Code:
63_1dc60c6d6ea6e089c6893ab4e0541ee0/12
14. Then go to your site and see if your Site's working!
--------------------------------------------------------------
Your Emulator.

1. We go to bin/debug and find Config
2. We edit all our information to what is needed
3.
4. We do what it say's on the Thread
5. We add the Htaccses found on the README
6. We go to yoursite.w.e/r61_pack_editor and edit Variable's to your IP. (NOTE ONLY LOCALHOST IS ALLOWED)
9. We go to our emulator and let it Load up the information
10. If it say's Ready for connection's, Listening your READY to GO!
-----------------------------------------------------------------
How do I set the SWF'S up?
How do i setup this shizzle?
PHP:
- Drop all the files in /htdocs and replace all files ( client.php )
- Edit The variables ( You can do this easily through the R61+ Pack Editor )
- Read the file "README.txt"
- Delete this line from you'r .htaccess:
Code:
RewriteRule ^gamedata/external(|/)$ ./externals.php
- Edit you'r host & port in client.php
PHP Code:
$client->SetParam('info_host', '127.0.0.1');
$client->SetParam('info_port', '30000');  

How does the Multi-language system work?
Well it works pretty easy, you just go to this link:
http://%hotel_url%/client?lang=%language code here%
Example language codes:
NL
DE
SE
ES
Credit's to:
- iJakey for Emulator and Database (and cuz he's cewl xD)
- PEJump2 the SWF man on (censored) for the SWF Pack
- MDK, for the Newer uberContent Managment System
- and Me for the tutorial (powahcoder)
-----------------------------------------------------------------

- Struggling, contact me on msn or e-mail at: [email protected]
-----------------------------------------------------------------
Much love, |ivar. :rolleyes::p:cool:
 

Dayron1234

Rapnameiszero,cuzIhavezero,toleranceforidiots
Jun 30, 2010
772
35
Thanks for this even though its easy to setup a R50+ good for nubs and newbies 10/10
 

Ayumi

Joshua Pike.
Sep 13, 2010
1,028
73
Nice, keep up the tutorial work, although their are too many tutorials based around setting up, make some on coding / securing your hotel, or how to edit it..
 

Livar

Now 35% cooler!
Oct 15, 2010
846
86
Thank's for this positive comment's, I'll make some for PHPRetro, and then Old school also. And yes I did make it.
 

Mastah

the funny thing is \r\n i did
Oct 25, 2010
739
41
no because this r51 is bad the normal home page and the /me page is very bad
 

Zinal

New Member
Nov 12, 2010
2
0
Heya! This Tutorial is great but i encounter a problem when i try to start the Server. The error is as follows:
Code:
System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
File name: 'MySql.Data, Version=6.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'
   at Uber.Storage.DatabaseManager.MonitorClients()
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
Where can i find the so-called MySql.Data file?
 

Zinal

New Member
Nov 12, 2010
2
0
Great, now i can start the Emulator. But now i have another problem to solve :p.

When i start it up it says:
Code:
Please wait while the emulator loads...
Unknown column ´enabled´ in ´where clause´ [COLOR=yellow][Info] Checking Pings
[Info] Checking Pings[/COLOR]
and it keeps saying [Info] Checking Pings. What to do?
 

JQNI

New Member
Nov 12, 2010
11
0
Great, now i can start the Emulator. But now i have another problem to solve :p.

When i start it up it says:
Code:
Please wait while the emulator loads...
Unknown column ´enabled´ in ´where clause´ [COLOR=yellow][Info] Checking Pings
[Info] Checking Pings[/COLOR]
and it keeps saying [Info] Checking Pings. What to do?

i have the same problem :(
 

Dzetki

The Prodigal Son Returns
Jul 16, 2010
990
220
is this for making a habbo V40+ retro? please Quote me

an r61 is over r40.. So yes it is ;]

Ont; Nice tut mate! but yeh, i have to agree with obrien, Uber's is easy to setup but yet this is great for the noobs,
Keep it up!

Cheers..:cool:
 

Users who are viewing this thread

Top