[TUT] How to make a R63 retro [TUT]

Status
Not open for further replies.

vRory

Unemployed.
May 4, 2011
447
69
Firstly Lets start off with the downloads.
If you don't know how to download this isn't the right place for you.



Things you'll need through the tutorial:







EDIT: MAKE SURE YOU DOWNLOAD MYSQL CONNECTOR NET OTHERWISE THE EMULATOR WILL NOT WORK!
Additional
Please note if you are going to port forward please ignore this,
if not download:
Installing Xampp
Right, Now lets start off by downloading xampp.

KG5a4k-1.png

When xampp pops up press next.
Capture.png

Check to see if you have the required space, you can check this by going to 'computer'.
Capture1.png

Then click install, This might take some time.
Whilst thats downloading we download Msql Connector.

Capture2.png

A installation pop-up will appear press next.
Capture3.png

There will be 3 options pick the first one 'Typical'.
Capture4.png

Then select 'install'.

By now xampp would be installed. If not don't worry just wait till it has finished.

Now head over to Your localhost,
Choose your language.
You should then be on a page looking like this:

capture5.png

Now you want to click 'Security'.
Then you should see a page and it will have a underlined link on it. Click that the page should be looking somthing like this.

Capture6.png

On the black outlined boxes Enter a password.
in the second box enter your password yet again.

Installing the Content management system
Now lets head over to htdocs. If you don't know where that is
Code:
c:/xampp/htdocs

When you are in htdocs, delete everything.
Now we have the htdocs empty we want to find the Cms we download earlier and simply extract them to c:/xampp/htdocs Using WinRAR, when done close WinRAR Now in htdocs look for a file called 'includes' then look for a file called 'inc-config' Edit the details matching your suitable needs. When done simply save it and close. Confused let me show you.

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']['twitter_name'] = "MeetHotel";
$config['Site']['hotel_name'] = "Habbo";
$config['Site']['www'] = "http://HAMACHI IP OR YOUR IP";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "You Password you made earlier";
$config['MySQL']['database'] = "db";

$config['Game']['ip'] = "Hamachi ip or Your ip";
$config['Game']['port'] = 7575;

$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 6565;
?>

Setting up the Database.

Firstly open up your internet e.g. Google Chrome, in the url box at the top type in 'http://localhost/phpmyadmin'
When done, A Box should appear sign:


Code:
[SIZE="3"]Username: root

[SIZE="2"]Password: The one you set earlier[/SIZE]
Then press 'Log-in or sign in'.
We are going to be using the database that was on the thread in 'breakzones v3 edit'.
Now create a db called 'db' No capitalization otherwise it will not config rightly with your Emu or site.
When you have created a db Click import. then go find the db
Most likely called Uberdata.sql or something like that.
Then see a tab called 'MYSQL' Click it and copy&paste this code
Code:
ALTER TABLE `site_config` ADD `web_build` VARCHAR( 255 ) NOT NULL;

INSERT INTO `site_cron` (`id`, `prio`, `enabled`, `scriptfile`, `last_exec`, `exec_every`) VALUES
(6, 5, '1', 'webbuild.php', 1304513524, 7200);
Then click 'GO'.

we are now finished setting up the database[/SIZE]

Setting up the emulator


Firstly, find your emulator. then click it, there should be a file called 'Config' Edit that with any text formed program.

Its just like setting up the previous file called 'inc-config' Because all we are doing is entering the ports and ips from your previous configuration file and no you cannot just copy and paste it from that file as it may not work happpy days :).
Once you have set up the config file then you want to goto bin/release/ the fire icon click it twice.
We have now successfully set up the emulator.

Head over to your site done.
This is my first tutorial. I've never made one like this but here it is if i missed out any atall please tell me.


Credits to : Pejump2 (Cms) Meth0d (Uber) Breakzone (Emulator & Db).


Don't forget to hit 'Like' button if it helped.

And questions or need help leave a Message or add my msn [email protected]

IMPORTANT FOUND A FIX FOR THE EMULATOR! ALL THIS FILE TO UBER > BIN > RELEASE. IM 99% Sure it will work it worked on me,
-Rory
 

Ayumi

Joshua Pike.
Sep 13, 2010
1,028
73
Include more screenshots, and no tutorial has ever done a swf setup guide (decent one) with it, so do that. Look around the section and check other tutorials, find out how to improve your thread. It isn't just about content, it is about looks too. And also simplicity.
 

Forum

Anything and everything.
Jun 18, 2011
104
3
This is a very great tutorial and all you screenshot's and explaination's are right because i got one whole setted up thanks for this great tutorial and i love to see more in the future
 

vRory

Unemployed.
May 4, 2011
447
69
This is a very great tutorial and all you screenshot's and explaination's are right because i got one whole setted up thanks for this great tutorial and i love to see more in the future

Thanks, maybe i'll make some about older versions.
 

Legend97

New Member
Jul 3, 2011
1
0
Help me please!!! Im having trouble setting up the database.. i did everything, i created a db and called it db, then i when to import, then i chose SQL found the tab but there were two choices MSQL 40 and MSQL 323, i chose MSQL 323 just guessing... but when you said then to paste that code there was no where to paste it... Please help me
 

Webby53

New Member
Jun 22, 2011
8
0
I get this error:
"Specified cast is not valid."
Help?

-EDIT-

Fixed now, but what about the name bug?
 

-Donny-

Member
Jul 30, 2011
84
0
"Then see a tab called 'MYSQL' Click it and copy&paste this code "
Where do I find the MYSQL Tab, i don't see anything that says that :(
 

MariosGFX

Member
Aug 22, 2011
33
0
OMG Your the best :D I have made loads of hotels in my past but i could never do a r63 :p but no I have :D By the way hod you get into housekeepin :confused: ??
 

Kenny Perquy

New Member
Aug 23, 2011
6
0
Hey i have a problem... everything works axcept opening my client... it only shows me that background image from the hotel ;( HELP ME!!!

oh yeah i forgot to tell that if i let it open for a while it just go to a page that says: "
Game client error

The game client encountered an critical problem and needed to close.
Try to reload the client. If you think you've found a bug, please report it.

"

PLz HELP MEEE!

Please refrain from double posting, please edit your previouse reply to avoid possible spam.
 
Status
Not open for further replies.

Users who are viewing this thread

Top