Hello. I'm struggling with making my r63 Hotel Public. I'm trying to make it public right now with using Hamachi [logmein]. I have everything set up. I put the hamachi Ip on the Hotel url [conf file] , server ip . For the External variables/flash texts , furni data , and product I put the Hamachi Ip
infront of it like this: Note= I made the Hamachi IP: 1.234.56.789 because it connects to my computer. I have the real network id.
Config
PHP Code:
* 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'] = 'Acms'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
/*
*
* Hotel management - All URLs do not end with an "/"
*
*/
$_CONFIG['hotel']['server_ip'] = '1.234.56.789'; //IP of VPS/DEDI/etc
$_CONFIG['hotel']['url'] = 'http://1.234.56.789'; //Does not end with a "/"
$_CONFIG['hotel']['name'] = 'A'; // Hotel's name
$_CONFIG['hotel']['desc'] = 'Where The Fun Begins!'; //Hotel's description
$_CONFIG['hotel']['email'] = 'Ahotel@mail.com'; //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 Love A'; //Default motto users will register with.
$_CONFIG['hotel']['credits'] = 30000; //Default number of credits users will register with.
$_CONFIG['hotel']['pixels'] = 1000; //Default number of pixels users will register with.
$_CONFIG['hotel']['figure'] = 'ea-3168-62.he-1601-62.sh-3206-110.hd-3091-2.hr-828-1342.ch-3208-110-96.lg-3202-110-62'; //Default figure users will register with.
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1114'; //Web_Build
$_CONFIG['hotel']['external_vars'] = 'http://1.234.56.789/r63/gamedata/external_variables.txt'; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = 'http://1.234.56.789/r63/gamedata/external_flash_texts.txt'; //URL to your external texts
$_CONFIG['hotel']['product_data'] = 'http://1.234.56.789/r63/gamedata/productdata.txt'; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = 'http://1.234.56.789/r63/gamedata/furnidata.txt'; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = 'http://1.234.56.789/r63/gordon/swf'; //URL to your SWF folder(does not end with a '/')
Phoenix Emu:
## Licence Information put user and password that you want
username=Neptune
password=**********
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=********
db.name=Acms
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100
## Game TCP/IP Configuration
game.tcp.bindip=1.234.56.789
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=1.234.56.789
mus.tcp.port=30001
mus.tcp.allowedaddr=1.234.56.789
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
When I enter Localhost [Hamachi set up]in my web browser it redirects me to 1.234.56.789 and hotel works. The thing I don't get is , how do i let people join my network. I told one of my friends to download hamachi set it up. Join My Network. He Did. From there I'm Stuck , what is he supposed to do from there to access my retro. I tried to tell him to put the hamachi ip in the browser but didn't work. So please tell me What to do from here. how to let people access my retro when they joined network.
[/SIZE][/B]
I Would Really Appreciate it , if someone helped me.