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!

How to setup a free r63 private Habbo Retro on localhost (NooB-Friendly)

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 26, 2012
Messages
16
Reaction score
0
duck to make matters worse it tells me to download flash and I have.
And I want it to connect to my hamachi VPN. So I can go live ASAP


 
Newbie Spellweaver
Joined
May 30, 2012
Messages
6
Reaction score
1
Hey, when ive done everything and goto the link to sign up to my hotel i get his webpage.

Untitled - How to setup a free r63 private Habbo Retro on localhost (NooB-Friendly) - RaGEZONE Forums

And when i goto the link it shows the hotel view but stays like that and doesnt say sign in or anything like this:

Untitled1 - How to setup a free r63 private Habbo Retro on localhost (NooB-Friendly) - RaGEZONE Forums

Please help
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 30, 2012
Messages
6
Reaction score
1
PHP:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
*	MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

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

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

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

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

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

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

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

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

$_CONFIG['hotel']['name'] = 'Lumia'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description 

$_CONFIG['hotel']['email'] = 'challengelobby2011@live.co.uk'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1044'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://dubhotel.net/r63/external_variables.txt'; //External Vars 

$_CONFIG['hotel']['external_texts'] = 'http://dubhotel.net/r63/external_flash_texts.txt';// External texts

$_CONFIG['hotel']['product_data'] = 'http://dubhotel.net/r63/productdata.txt'; //Product Data 

$_CONFIG['hotel']['furni_data'] = 'http://dubhotel.net/r63/furnidata.txt'; //Furni Data 

$_CONFIG['hotel']['swf_folder'] = 'http://dubhotel.net/r63'; //SWF Folder  

/*
*
*	Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'Mango'; 

/*
*
*	Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos'; 

/*
*
*	Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
*	Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account

?>
 
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
PHP:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
*	MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

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

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

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

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

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

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

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

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

$_CONFIG['hotel']['name'] = 'Lumia'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description 

$_CONFIG['hotel']['email'] = 'challengelobby2011@live.co.uk'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1044'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://dubhotel.net/r63/external_variables.txt'; //External Vars 

$_CONFIG['hotel']['external_texts'] = 'http://dubhotel.net/r63/external_flash_texts.txt';// External texts

$_CONFIG['hotel']['product_data'] = 'http://dubhotel.net/r63/productdata.txt'; //Product Data 

$_CONFIG['hotel']['furni_data'] = 'http://dubhotel.net/r63/furnidata.txt'; //Furni Data 

$_CONFIG['hotel']['swf_folder'] = 'http://dubhotel.net/r63'; //SWF Folder  

/*
*
*	Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'Mango'; 

/*
*
*	Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos'; 

/*
*
*	Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
*	Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account

?>

Gotel to $_CONFIG['hotel']['server_ip'] = '124.234.68.43' < make it 'localhost' not '124.234.68.43'

Then the hotel url, put
 
Newbie Spellweaver
Joined
May 30, 2012
Messages
6
Reaction score
1
Gotel to $_CONFIG['hotel']['server_ip'] = '124.234.68.43' < make it 'localhost' not '124.234.68.43'

Then the hotel url, put

Ok mate i got this site working but now when i click enter hotel i get this.

Untitled - How to setup a free r63 private Habbo Retro on localhost (NooB-Friendly) - RaGEZONE Forums

And also how do i use house keeping, i made myself rank 7 but it doesnt say house keeping anywhere.
 

Attachments

You must be registered for see attachments list
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
Ok mate i got this site working but now when i click enter hotel i get this.

View attachment 106108

And also how do i use house keeping, i made myself rank 7 but it doesnt say house keeping anywhere.

I explained at the bottom the link to the client is localhost/client - don't click 'enter hotel'
Also, it's for the housekeeping
 
Newbie Spellweaver
Joined
May 30, 2012
Messages
6
Reaction score
1
Got it all working mate cheers.

Do you know how i set it up with hamachi so my mate can join
 
Newbie Spellweaver
Joined
Jun 1, 2012
Messages
5
Reaction score
0
I need help too.. Same problem as ante had but those fixes didnt help

also: i have sent a message with conf thing using that 'reply to threat' buttonbut i cant see it here
 
Last edited:
Newbie Spellweaver
Joined
May 26, 2012
Messages
16
Reaction score
0
I asked the same question
but it hasent been awnsered yet:c
 
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
Got it all working mate cheers.

Do you know how i set it up with hamachi so my mate can join

Instead of localhost (only leave that for the mySQL host and the ip under the emulator) put your hamachi ip for everything.
 
Newbie Spellweaver
Joined
Jun 1, 2012
Messages
5
Reaction score
0
Please help me! it just stops on the hotel view
 
Newbie Spellweaver
Joined
Jun 2, 2012
Messages
5
Reaction score
0
View attachment 106199

This is at the bit where I am importing the Phoenix file. Why does it show this, it's happening all the time for each of your tutorials. Please help me A.S.A.P. :(
 
Status
Not open for further replies.
Back
Top