[PlusR2] Logout instantly
Hi,
Basically working on localhost, restarted laptop, client no work no more. Nothing was changed, except the fact it doesn't work. Emu loads up fine, shows the user signed in, displays welcome message, then says the user logged out.
Vars = http://pastebin.com/5XfSwjna
CMS Config (Uber2);
Code:
$client['connection_info_host'] = "127.0.0.1";
$client['connection_info_port'] = "30000";
$client['productdata_load_url'] = "http://127.0.0.1/game/productdata.txt";
$client['furnidata_load_url'] = "http://127.0.0.1/game/furnidata_xml.xml";
$client['external_texts_txt'] = "http://127.0.0.1/game/external_flash_texts.txt";
$client['external_variables_txt'] = "http://127.0.0.1/game/external_variables.txt";
$client['swf_base_dir'] = "http://127.0.0.1/game/";
$client['habbo_swf'] = "http://127.0.0.1/game/RELEASE63-201405071257-197450526.swf";
Emu config;
Code:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=password
db.name=plusemu
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=301
mus.tcp.allowedaddr=localhost;127.0.0.1;
page-client.tpl code;
Code:
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "%connection_info_host%",
"connection.info.port" : "%connection_info_port%",
"site.url" : "%site_url%",
"url.prefix" : "%site_url%",
"client.reload.url" : "%client_reload_url%",
"client.fatal.error.url" : "%client_fatal_error_url%",
"client.connection.failed.url" : "%client_fatal_error_url%",
"external.variables.txt" : "%external_variables_txt%",
"external.override.texts.txt" : "http://127.0.0.1/externals.php?type=texts&?h=180520131",
"external.override.variables.txt" : "http://127.0.0.1/externals.php?type=vars&?h=180520131",
"hotelview.banner.url" : "http://127.0.0.1/game/rs4.php",
"external.texts.txt" : "%external_texts_txt%",
"productdata.load.url" : "%productdata_load_url%",
"furnidata.load.url" : "%furnidata_load_url%",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "1",
"account_id" : "19927505",
"client.starting" : "%client_starting%",
"flash.client.url" : "%www%/client",
"user.hash" : "<?php echo sha1(USER_ID); ?>",
"flash.client.origin" : "popup",
};
Things I've tried, new database, new emulator (Plus2.1 and 2.5), restarting from scratch, restarting laptop etc etc.. Nothing seems to work. Anyone any ideas?
Cheers.