Help with R63B

Exempting

Member
Jan 13, 2013
47
1
Code:
 $client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "2083";
$client['productdata_load_url'] = "http://riskhotel.net/swfs/productdata2.txt";
$client['furnidata_load_url'] = "http://riskhotel.net/swfs/furnidata15.txt";
$client['external_texts_txt'] = "http://riskhotel.net/swfs/external_flash_texts.txt";
$client['external_variables_txt'] = "http://riskhotel.net/swfs/external_variables.txt";
$client['swf_base_dir'] = "http://riskhotel.net/swfs/";
$client['habbo_swf'] = "http://riskhotel.net/swfs/habbo.swf";
$client['client_starting'] = "Please wait. Risk is starting.";

is that right
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
Code:
 $client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "2083";
$client['productdata_load_url'] = "http://riskhotel.net/swfs/productdata2.txt";
$client['furnidata_load_url'] = "http://riskhotel.net/swfs/furnidata15.txt";
$client['external_texts_txt'] = "http://riskhotel.net/swfs/external_flash_texts.txt";
$client['external_variables_txt'] = "http://riskhotel.net/swfs/external_variables.txt";
$client['swf_base_dir'] = "http://riskhotel.net/swfs/";
$client['habbo_swf'] = "http://riskhotel.net/swfs/habbo.swf";
$client['client_starting'] = "Please wait. Risk is starting.";

is that right
Change productdata and furnidata to :

Code:
$client['productdata_load_url'] = "http://riskhotel.net/swfs/productdata.txt";
$client['furnidata_load_url'] = "http://riskhotel.net/swfs/furnidata.txt";
 

Giovanni1

Member
Mar 30, 2012
54
7
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=xxx
db.name=xxxx
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
the db and pass is right just blocked it , is this correct
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=xxx
db.name=xxxx
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
the db and pass is right just blocked it , is this correct
Looks right to me,
 

Giovanni1

Member
Mar 30, 2012
54
7
$client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "3306";
$client['productdata_load_url'] = " ";
$client['furnidata_load_url'] = " ";
$client['external_texts_txt'] = " ";
$client['external_variables_txt'] = " ";
$client['swf_base_dir'] = " ";
$client['habbo_swf'] = " ";
$client['client_starting'] = "Please wait. Risk is starting.";

Config part ubercms? good
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
$client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "3306";
$client['productdata_load_url'] = " ";
$client['furnidata_load_url'] = " ";
$client['external_texts_txt'] = " ";
$client['external_variables_txt'] = " ";
$client['swf_base_dir'] = " ";
$client['habbo_swf'] = " ";
$client['client_starting'] = "Please wait. Risk is starting.";

Config part ubercms? good
Yeah all those links work perfectly for me, Are you sure the swfs work?
 

Users who are viewing this thread

Top