I have made a program which uses the default Phoenix 3.0. It will use a program called de4dot which will clean the legit Phoenix automaitcally. My program will replace otaku.cm with any hostname, without requiring a source change!
This allows the ability to use the legit Phoenix without bugs! And to host your own license server without DNS edits either.
How to use;
The legit Phoenix is already included so no need to worry about finding it!
Download of 3.11
https://www.rapidshare.com/files/333...?directstart=1
Step 1)
Open up LicenseChanger.exe and it should open de4dot and create a new file called phx-cleaned.exe, once that is done, this will appear:
And put in any domain your hotel is hosted on, if my hotel domain was http://scoobydoohotel.com/ I would type scoobydoohotel.com then press ENTER!
New feature!
You can now change the console colours!
And the output is
Step 2
You should see all this (shows which strings are being replaced):
Congrats it modified the program! It has made a new file called phx-licensemodify.exe, copy that file into the main folder where Phoenix 3.0 is.
Put it inside the folder where Phoenix 3.0.exe is of the legit download, posted above or
https://www.rapidshare.com/files/333...?directstart=1
Step 3
This is where it's gon' get hard, son!
Where the root directory of scoobydoohotel.com is, make a new directory/folder called /phx/
Add these two files - copy their names WORD FOR WORD:
- override.php
- licence.php
Put 127.0.0.1 inside override.php. Now open licence.php and add (Thanks to Bui)
Step 4Code:<?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'); ?>
Open up phx-licensemodify.exe remembering that you need to edit config.conf, add
And edit the port, then start the server!Code:game.tcp.port=30000
So you know what Phoenix can listen on, and it should work!
Congrats you've edited Phoenix without decompiling!
Download
To protect my code and the intelligence behind this application - I have obfuscated it. It may have a false positive!
Don't trust? Don't download.
Rep or Like?











![[PATCHER] Phoenix License URL Modifier](http://ragezone.com/hyper728.png)


