You change it in licence.php and in the configuration?
Printable View
I fixed it thanks guys for the help
On Licence.php Edit The Following To Get You Own Licence Details
<?php
if (!function_exists('getallheaders')) {
function getallheaders() {
$headers = '';
foreach ($_SERVER as $name => $value) {
if (substr($name, 0, 5) == 'HTTP_') {
$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
}
}
return $headers;
}
}
$res = getallheaders();
if (isset($res['Authname'])) {
$user = $res['Authname'];
} else {
$user = "Bui"; Username For Emu
}
if (isset($res['Authpass'])) {
$pass = $res['Authpass'];
} else {
$pass = "nope"; Password For Emu
}
$k1 = "CF4E14B54958188F9EC4A75CBE1B2B4C";
$k1 = strtoupper(md5($k1 . $user));
$k1 = strtoupper(md5($k1 . $pass));
$k1 = strtoupper(md5($k1 . strlen($user)));
$k1 = strtoupper(md5($k1 . strlen($pass)));
$k2 = strtoupper(md5(strlen($user) * 14986));
$k3 = strtoupper(md5(strlen($pass) % 14986));
header('AuthU: ' . strlen($user));
header('AuthGen: ' . strtoupper(md5(strlen($user) * strlen($pass))) . 'a669d0dc7051ddb9d102157cca675e57' . $k1 . $k2 . $k3);
header('MinBuild: 14986');
header('CurBuild: 14986');
header('ExtraData: 0.0.0.0:1232:1233');
header('dce: true');
?>
0e92305e841133f26b16ca23560203fb.png I got this problem could anyone help? ;S
dea9a6eb0e58cc05771452aaeefd59de.png This is my configuration, when i start the emulator it says cant connect to otaku, and i did change the name & pw in the licence.php file but still doensn't work, help?
Yea i did type my domain, could u send me the php files cause i think i have done something wrong in them, could u upload them to mediafire or something?
Now my emulator works but i can't enter the hotel, cd3a2dc895790882a4b1d5fd9cd88ce1.png
I only come to this page: bda657635531bdefef7e76ee57544892.png and then nothing happends, there is no problem with my external_variables or anything it worked before with phoenix emulator, my ports are open to
1232 in the client page right now, i did change the port from 24671 to 1232 even in the config and in the client.php
still i cant enter the hotel, teamviewer?
if i try to use Open Port Check Tool and i write port ''1232'' it says Success: I can see your service on [MYIPADRESS] on port (1232)
Your ISP is not blocking port 1232, but i can't enter the client, and my client.php is right & the emu config..
yea i did that, on open port check tool, i got a connection on the emu, but i can't enter the hotel, just the client background shows up nothing more, and there is no problem with my external_variables cause i have been using the 3.11.0 phoenix before so it must be a problem with this emu or something
Skype anyone who could take some time to help me
Robin.kebab1