Setting Up Phoenix license files

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
FIRSTLY THIS ISN'T RIGHT SECTION I THINK, MY DEVBEST.COM IS CACHE'ing SO I CANNOT SEE THINGS :(

Where do I put the license files for phoenix? Or is there a tutorial I cannot find it :(
 

Data

Posting Freak
May 19, 2013
593
97
I got this of another forum.
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:

oPuLuK2.png


And put in any domain your hotel is hosted on, if my hotel domain was I would type scoobydoohotel.com then press ENTER!

New feature!

You can now change the console colours!

IK1PVvG.png


And the output is

8l5CQKo.png


Step 2

You should see all this (shows which strings are being replaced):

evtQy3q.png


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



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 )

Code:
<?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'); ?>
Step 4

Open up phx-licensemodify.exe remembering that you need to edit config.conf, add

Code:
game.tcp.port=30000
And edit the port, then start the server! http://forum.*****.com/images/smilies/001_smile.gif

So you know what Phoenix can listen on, and it should work!

Congrats you've edited Phoenix without decompiling!
 

Users who are viewing this thread

Top