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.
Banned
Banned
Joined
Feb 9, 2007
Messages
1,313
Reaction score
177
You need to go to me.pho and change api.php to /client
 
Newbie Spellweaver
Joined
Jan 19, 2013
Messages
86
Reaction score
37
I have re uploaded the SWF pack because some people have complained the current one isn't working..

Here is the mirror:

(There are 3 parts because of the Size)

-Kyle
 
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
I have re uploaded the SWF pack because some people have complained the current one isn't working..

Here is the mirror:

(There are 3 parts because of the Size)

-Kyle

this swfs from habnet? thank for reupload dude..
 
Newbie Spellweaver
Joined
Aug 24, 2011
Messages
7
Reaction score
0
Hey @KyleVonnie . Nice tutorial and I've got some problems here .
When I go to the client I got this 'annoying' white box . .
I didnt change the client page . Also , I've been disconnected .

This is my config.php
Code:
<?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'] = '*****'; //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'] = 'localhost'; //IP of VPS/DEDI/etc

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

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

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

$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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'] = 'Welcome to  ' . $_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/1114/'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/furnidata.txt'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs'; //URL to your SWF folder(does not end with a '/')

/*
*
*	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'] = 'Habbo'; 

/*
*
*	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

?>

This is my Phoenix config.php
Code:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=Predator
password=Rulez

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=*****
db.name=r63b

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

For some reason i use Phoenix because when I Import your SQL . It will go to an error . So i use Phoenix SQL . Also I can;t use BCStorm because I will get an error because i dont upload that sql I think .

I also use custom client I've found somewhere ( but in a different file ) .
Also not working .
Code:
<!DOCTYPE html> 

<html lang="en"> 

    <head> 

        <meta http-equiv="content-type" content="text/html; charset=utf-8"> 

        <title>{hotelName} - Client</title> 

      	<script type="text/javascript"> 
		var habboName = "{username}";
		var habboReqPath = "{url}";
		var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
		var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
		var habboPartner = "";
		var habboDefaultClientPopupUrl = "{url}/client";
		window.name = "ClientWndw";
		if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
	</script> 

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> 
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" 

type="text/css" /> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" 

type="text/css" /> 
 
 
<noscript> 
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript> 

        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> 

      

        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> 

        <script type="text/javascript"> 

            var BaseUrl = "{swf_folder}"; 

            var flashvars = 

            { 

                "client.starting" : "Please wait, the hotel is loading", 

                "client.allow.cross.domain" : "1", 

                "client.notify.cross.domain" : "0", 

                "connection.info.host" : "{server_ip}", 

                "connection.info.port" : "30000", 

                "site.url" : "{url}", 

                "url.prefix" : "{url}", 

                "client.reload.url" : "{url}/client", 

                "client.fatal.error.url" : "{url}/me", 

                "client.connection.failed.url" : "{url}/me", 

                "external.variables.txt" : "{external_vars}", 

                "external.texts.txt" : "{external_texts}", 

                "productdata.load.url" : "{product_data}", 

                "furnidata.load.url" : "{furni_data}", 

                "use.sso.ticket" : "1", 

                "sso.ticket" : "{sso}", 

                "processlog.enabled" : "0", 

                "flash.client.url" : BaseUrl, 

                "flash.client.origin" : "popup" 

            }; 

            var params = 

            { 

                "base" : BaseUrl + "/", 

                "allowScriptAccess" : "always", 

                "menu" : "false"              

            }; 
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/

{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params, null); 
        </script> 

    </head> 

  

    <body> 

  

        <div id="client"></div> 

  

    </body> 

</html>
Not working too .

So this is my files , to proof that I put the swf in the right folder.


All helps appreaciated .
 
Initiate Mage
Joined
Jul 25, 2013
Messages
2
Reaction score
0
Error at the beginning [h=1]Erreur[/h]Requête SQL:
-- ----------------------------
-- Table structure for `achievements`
-- ----------------------------
EXISTS `achievements` ;


MySQL a répondu:
#1046 - No database selected
 
Newbie Spellweaver
Joined
Jan 19, 2013
Messages
86
Reaction score
37
Hey @KyleVonnie . Nice tutorial and I've got some problems here .
When I go to the client I got this 'annoying' white box . .
I didnt change the client page . Also , I've been disconnected .

This is my config.php
Code:
<?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'] = '*****'; //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'] = 'localhost'; //IP of VPS/DEDI/etc

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

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

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

$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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'] = 'Welcome to  ' . $_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/1114/'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/furnidata.txt'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs'; //URL to your SWF folder(does not end with a '/')

/*
*
*    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'] = 'Habbo'; 

/*
*
*    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

?>

This is my Phoenix config.php
Code:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=Predator
password=Rulez

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=*****
db.name=r63b

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=200

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

For some reason i use Phoenix because when I Import your SQL . It will go to an error . So i use Phoenix SQL . Also I can;t use BCStorm because I will get an error because i dont upload that sql I think .

I also use custom client I've found somewhere ( but in a different file ) .
Also not working .
Code:
<!DOCTYPE html> 

<html lang="en"> 

    <head> 

        <meta http-equiv="content-type" content="text/html; charset=utf-8"> 

        <title>{hotelName} - Client</title> 

          <script type="text/javascript"> 
        var habboName = "{username}";
        var habboReqPath = "{url}";
        var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
        var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
        var habboPartner = "";
        var habboDefaultClientPopupUrl = "{url}/client";
        window.name = "ClientWndw";
        if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script> 

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> 
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script> 
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" 

type="text/css" /> 
 
<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" 

type="text/css" /> 
 
 
<noscript> 
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript> 

        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> 

      

        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> 

        <script type="text/javascript"> 

            var BaseUrl = "{swf_folder}"; 

            var flashvars = 

            { 

                "client.starting" : "Please wait, the hotel is loading", 

                "client.allow.cross.domain" : "1", 

                "client.notify.cross.domain" : "0", 

                "connection.info.host" : "{server_ip}", 

                "connection.info.port" : "30000", 

                "site.url" : "{url}", 

                "url.prefix" : "{url}", 

                "client.reload.url" : "{url}/client", 

                "client.fatal.error.url" : "{url}/me", 

                "client.connection.failed.url" : "{url}/me", 

                "external.variables.txt" : "{external_vars}", 

                "external.texts.txt" : "{external_texts}", 

                "productdata.load.url" : "{product_data}", 

                "furnidata.load.url" : "{furni_data}", 

                "use.sso.ticket" : "1", 

                "sso.ticket" : "{sso}", 

                "processlog.enabled" : "0", 

                "flash.client.url" : BaseUrl, 

                "flash.client.origin" : "popup" 

            }; 

            var params = 

            { 

                "base" : BaseUrl + "/", 

                "allowScriptAccess" : "always", 

                "menu" : "false"              

            }; 
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/

{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params, null); 
        </script> 

    </head> 

  

    <body></body> 

</html>
Not working too .

So this is my files , to proof that I put the swf in the right folder.


All helps appreaciated .

You cannot use a Phoenix EMU with this RevCMS. This one has been edited to work with BcStorm.

Use the original RevCMS - Released by Kryptos:
 
Newbie Spellweaver
Joined
Aug 24, 2011
Messages
7
Reaction score
0
You cannot use a Phoenix EMU with this RevCMS. This one has been edited to work with BcStorm.

Use the original RevCMS - Released by Kryptos:

Okay thanks for that . So If I still want to use BcStorm .
When I import the sql given , it shows this .

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


@KyleVonnie
 

Attachments

You must be registered for see attachments list
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
Okay thanks for that . So If I still want to use BcStorm .
When I import the sql given , it shows this .

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


@KyleVonnie

dude.. use navicat..
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 24, 2011
Messages
7
Reaction score
0
Okay , but how about this ?
Hey @KyleVonnie . Nice tutorial and I've got some problems here .
When I go to the client I got this 'annoying' white box .
...

Theres a white box there .

BTW , how to use navicat ?
 
Last edited:
Newbie Spellweaver
Joined
Jan 19, 2013
Messages
86
Reaction score
37
Okay , but how about this ?


Theres a white box there .

BTW , how to use navicat ?
Just download Navicat Premium,
Top Left, Set up a new connection, with your DB password.
Right click the database and click "Execute SQL".
And Choose the Sql. Should work now!
 
Newbie Spellweaver
Joined
Aug 24, 2011
Messages
7
Reaction score
0
Just download Navicat Premium,
Top Left, Set up a new connection, with your DB password.
Right click the database and click "Execute SQL".
And Choose the Sql. Should work now!

Yeah its working , so how can I get my hotel public , using that no-ip.com . When I go to the link , it redirects to my internet panel . Do I need to portfoward ? Also I dont want to use hamachi atm .
 
Last edited:
Initiate Mage
Joined
Jul 25, 2013
Messages
2
Reaction score
0
When I start the game, I have Invalid Request
Sorry, but it appears that an invalid request is being sent.

Please contact the webmaster if this issues contiues.

Click to proceed to the client.

and when I click on "click here to proceed to the client" it loads until 70% and then, black screen, and I deleted my cache
 
Last edited:
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
14
Reaction score
0
I have re uploaded the SWF pack because some people have complained the current one isn't working..

Here is the mirror:

(There are 3 parts because of the Size)

-Kyle
Thanks a lot.
I've followed every step and it was going everything ok, until I reached step #8.
I've installed the Microsoft .NET Framework Client Profile 4.0.30319 (the version was said when I tryed to open the "Butterfly emulator" and I didn't have any .NET Framework installed).
I've got a fatal error (image below). What should I do?
KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums




When you said we have to create a new folder named "swfs" you mean inside the folder "htdocs"? So, i extract the 3 parts of swfs files you uploaded inside the new folder, like I have here?
KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums
 
Last edited:
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
Thanks a lot.
I've followed every step and it was going everything ok, until I reached step #8.
I've installed the Microsoft .NET Framework Client Profile 4.0.30319 (the version was said when I tryed to open the "Butterfly emulator" and I didn't have any .NET Framework installed).
I've got a fatal error (image below). What should I do?
KyleVonnie - [TUT] How to make a r63b Retro! - RaGEZONE Forums

try change the ip from localhost to 127.0.0.1
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
14
Reaction score
0
Where do I change that? In "config.php"? Which part? Here's what I have:



Code:
<?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'] = '***********; //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    


$_CONFIG['hotel']['desc'] = 'HOTEL MOTTO!'; //Hotel's description


$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.


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


$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/external_variables.txt'; //URL to your external vars


$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/external_flash_texts.txt'; //URL to your external texts


$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/productdata.txt'; //URL to your productdata


$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/furnidata.txt'; //URL to your furnidata


$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs'; //URL to your SWF folder(does not end with a '/')

EDIT: I didn't install Navicat. Do I need that? What do I have to do with it?
 
Last edited:
dat face
Loyal Member
Joined
May 25, 2012
Messages
1,738
Reaction score
621
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

If you can import the sql without any problem using the xampp you dont need the navicat..
 
Status
Not open for further replies.
Back
Top