1 Attachment(s)
Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Source]
Hello guys, that is my own phoenix emulator edit of the organized Source with some fixes.
Here is the changelog for the emulator:
02.12.2013 (v3.11.1):
- x64
- use .NET 4.5
- added the command lay
- fixed socket connections
- changed the about display
- added the command handitem
- added the command roomfreeze
- cleaned up the AntiDDoSSystem
- cleaned up and fixed AntiMutant
- added the command convertshells
- added the command convertpixels
- translated the invisible command
- updated mysql connector 6.6.4 to 6.7.4
- cleaned up and fixed UpdateFigureDataMessageEvent
- added staff chat configuration to the config.conf
- cleaned up and fixed SaveWardrobeOutfitMessageEvent
- added, that if hide online is enabled, the staff chat is invisible
- enabled 6 new commands (dance, rave, roll, control, makesay, sitdown)
- cleaned up and fixed disconnect error in DanceMessageEvent (NullReferenceException)
- fixed the following MUS-Commands: updatecredits, updatepixels, updatepoints, updatelook
- cleaned up and fixed disconnect error in AssignRightsMessageEvent (NullReferenceException)
Information: Please dont forget to run the FIX.sql in the SQL file.
Regards, Imagician.
Download (without the Source for the first time):
X64: File-Upload.net - PHX-X64-3.11.1-DEBUG.rar
X32: http://www.file-upload.net/download-...DEBUG.rar.html
You've some bugs or features for the emulator? Then let me know and i will try to coding / fixing it in the emulator.
Screenshot:
Attachment 141683
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Why don't you include the source code? This looks good, but I would like the source as well.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Make a 32bit version, making trouble running it on my 32bit vps.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Quote:
Originally Posted by
tomsandz
Make a 32bit version, making trouble running it on my 32bit vps.
added.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Invalid license details? :o
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
You need the licence files for the emulator.
Create "phx" directory in your web server root then create licence.php and fill in with:
<?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";
}
if (isset($res['Authpass'])) {
$pass = $res['Authpass'];
} else {
$pass = "nope";
}
$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');
?>
and create override.php and fill in with:
127.0.0.1
Regards, Imagician.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
I already have a phoenix licence set up..that's the weird part. I'm still getting the error though.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Thank you very much, This is being used on entityhotel now (:
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
@tomsandz send me your skype name please, i will try to help you.
@Hablet no problem, nice :)
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
I seem to get a problem where it says "Faild to boot rolls" and then the emu shuts down,
Yes i have ran the update sql,
So not sure why this has happend.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Quote:
Originally Posted by
Imagician
@tomsandz send me your skype name please, i will try to help you.
@Hablet no problem, nice :)
skype : tommyyhm8
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Quote:
Originally Posted by
MrSpooks
I seem to get a problem where it says "Faild to boot rolls" and then the emu shuts down,
Yes i have ran the update sql,
So not sure why this has happend.
look in your permissions_ranks and users table and be sure, that cmd_lay exists.
Regards, Imagician.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Excellent emulator, that good that even further improve the phoenix crack
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou
Could you help me with this please. I have the license thing sorted, but it's not working, thanks.
Re: Phoenix 3.11.1 [Organized / Fixed / Without Backdoors / Edit of the organized Sou