Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUT] How to make a r63b Retro!

Status
Not open for further replies.

O3O

Initiate Mage
Joined
Dec 8, 2012
Messages
11
Reaction score
0
fail - [TUT] How to make a r63b Retro! - RaGEZONE Forums

Now this shows up..what did I do wrongly? need help asap! :( Im trying really hard..
 

Attachments

You must be registered for see attachments list

O3O

Initiate Mage
Joined
Dec 8, 2012
Messages
11
Reaction score
0
Where is configuration.ini? ive only changed config.php
 
Initiate Mage
Joined
Jul 18, 2012
Messages
29
Reaction score
1
Wich Navicat (Navicat Premium,Navicat for MySQL,Navicat for SQL Server) ??????

When i go on to the site it says, MySQL Engine - RevCMS:
MySQL could not connect to database
 
Experienced Elementalist
Joined
Oct 13, 2012
Messages
220
Reaction score
55
Where is configuration.ini? ive only changed config.php

On the Bin>Debug>Settings>configuration.ini

Wich Navicat (Navicat Premium,Navicat for MySQL,Navicat for SQL Server) ??????

When i go on to the site it says, MySQL Engine - RevCMS:
MySQL could not connect to database

I think it's your config.php
Please check it again and make sure you write the right info.
 

O3O

Initiate Mage
Joined
Dec 8, 2012
Messages
11
Reaction score
0
Now, after I access the website, and click : Enter Habnet Hotel, this shows up:
invalidrequest - [TUT] How to make a r63b Retro! - RaGEZONE Forums

After I click: click here to proceed to client, this shows up:
black - [TUT] How to make a r63b Retro! - RaGEZONE Forums

I was told to download another swf file, but is there another way? Whats the problem? :(: I'm sooo close!
 

Attachments

You must be registered for see attachments list

O3O

Initiate Mage
Joined
Dec 8, 2012
Messages
11
Reaction score
0
Okay, now I'm even closer..(I think). I started the client, and it loads! But after that, its just a blank screen. I already cleared my cache but still won't work..Please help! :junglejane: Thanks alot <3
 
Junior Spellweaver
Joined
Mar 22, 2008
Messages
145
Reaction score
13
Well I tried uploading via PhpMyAdmin and it timed out upon importing but I tried Navicat and it came up with 66 ERRORS.
 

Les

Visit http://Maple.wtf
Joined
Mar 7, 2007
Messages
524
Reaction score
47
Hey RZ,
Kyle in the house! :lol: As you probably know, r63b's are the "new thing" and they are fairly simple to make, so I thought I'd make a quick tutorial on how to, I hope this is noob friendly and works for you! Enjoy :eek:tt1:

__________________________________________________________________________________________
Downloads : PASSWORD FOR ALL FILES IS : KyleVonnie
Xampp 1.7.3 :
BcStorm Emulator (Credits to Leon) :
DB SQL :
RevCMS :
SWFS :
WinRAR :
__________________________________________________________________________________________
Making of Retro :
1. Download Xampp 1.7.3 from the link above. Open the downloaded .exe file and you should see something
similar to this:

y7ueS0c - [TUT] How to make a r63b Retro! - RaGEZONE Forums


- Press Install, and Xampp should install by itself. Once the main setup is complete, another screen should
popup.

xEJ66wH - [TUT] How to make a r63b Retro! - RaGEZONE Forums


- Press enter twice.
- Then It should ask "Your Choice ? <y/n>", make sure its "n" and press enter.
- Once again, press enter twice, then at the next question type "x" and enter.
- Xampp is successfully installed!

2. Open the Xampp control panel, which is in C: > Xampp > xampp-control
- Start "Apache" and "MySql".
- Go to
- Type in a MySql password where it says "New Password" and "Repeat the new password" and press
Password Changing.

REMEMBER THIS PASSWORD!

XrrRIRO - [TUT] How to make a r63b Retro! - RaGEZONE Forums


3. Download the DB SQL
- Go to and make a new database named r63b .
- Press Import and then Choose File
- Find the downloaded SQL and press open.
- Press "Go" and wait for the DB to import. (This might take a while).
(If you get an error about Xampp not being able to import DB, then download Navicatt and use that)

K3Go8GY - [TUT] How to make a r63b Retro! - RaGEZONE Forums


4. Next, go to your htdocs in your xampp folder.
- Delete everything in there.
- Download the RevCMS from the link above, and export them into your htdocs.

NdihWm - [TUT] How to make a r63b Retro! - RaGEZONE Forums


5. Open htdocs > app > management > config.php
- Fill out the config based on the codes below. Do not change anything if it's not said so.
Code:
[COLOR=#141414]$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.[/COLOR]

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host   

$_CONFIG['mysql']['username'] = 'root'; //MySQL username   

$_CONFIG['mysql']['password'] = 'DBPASSWORD'; //MySQL password   

$_CONFIG['mysql']['database'] = 'r63b'; //MySQL database   

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/* 

* 

*    Hotel management  - All URLs do not end with an "/" 

* 

*/   
$_CONFIG['hotel']['server_ip'] = 'ServerIP'; //IP of VPS/DEDI/etc   

$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/" 

$_CONFIG['hotel']['name'] = 'HOTEL NAME'; // Hotel's name    
[COLOR=#141414]
$_CONFIG['hotel']['desc'] = 'HOTEL MOTTO!'; //Hotel's description [/COLOR]

6. Download the SWFS from above. Export these into your htdocs, this is a big file, so it will take
some time to download and export. Be Patient
KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums

- If you didn't change the name of the folder or the config, everything should be already set up
for you!

7. Download the BcStorm Emulator and export them onto your desktop or anything else you want.
- Go into BcStorm Folder > Bin > Debug > Settings > Open configuration and fill it out
accordingly :

Code:
[COLOR=#141414]## MySQL Configuration[/COLOR]
db.hostname=localhost 
db.port=3306 
db.username=root 
db.password=DBpassword  
[COLOR=#141414]db.name=r63b[/COLOR]
(Everything else should be fine)

8.Go to BcStorm Folder > Bin > Debug > and open "Butterfly Emulator". Should run perfectly if you set
everything up properly.

KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums


9. Make an account, and enter client, congratulations you now own a r63b retro! (That is if you did everything right
KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums
)

KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums


__________________________________________________________________________________________
Credits:
Leon - BcStorm Emu
Kryptos - RevCMS
Edited RevCMS - Habp
Kyle - Tut
SWFS - Habp
Sadly, I have no clue on who I should give the credits to for the Swfs or SQL, so please tell me if you know!
__________________________________________________________________________________________

this is crap please dont re-post tuts that have been posted everyday since r63 came out... get a life already like come on
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 27, 2012
Messages
1
Reaction score
0
I can't upload the DB because it's too big, and i don't understand how to upload it using Navicat. Please help? :$
 
Initiate Mage
Joined
Jun 9, 2012
Messages
43
Reaction score
2
furni dont stay in the room the are gone if you go out and in the room
 
Initiate Mage
Joined
Mar 19, 2013
Messages
15
Reaction score
1
Most of the regular habbo features, in the retros such as, groups/horses won't work. Its a bug that is commonly known.
 
Initiate Mage
Joined
Jun 5, 2012
Messages
3
Reaction score
0
link to Navicatt?

<p style="background-color:blue;color:red">Hey please tell me, what i do it wont allow me to import the sql file on xampp</p>
 
Initiate Mage
Joined
Mar 31, 2013
Messages
2
Reaction score
0
hel - [TUT] How to make a r63b Retro! - RaGEZONE Forums Help!! I followed the step properly but this came out...:(:
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Apr 4, 2013
Messages
2
Reaction score
0
Capture.PNG - [TUT] How to make a r63b Retro! - RaGEZONE Forums Why does it be like this?
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top