-
Re: [PATCHER] Phoenix License URL Modifier
You didn't make any problem to deobfuscate and crack phoenix all these times and now you say that you obfuscated your patcher to protect your code and the intelligence behind this application? well i think not..
Here it is the deobfuscated code:
[C#] Quackster patcher source code - Pastebin.com
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
gianni95
You didn't make any problem to deobfuscate and crack phoenix all these times and now you say that you obfuscated your patcher to protect your code and the intelligence behind this application? well i think not..
Here it is the deobfuscated code:
[C#] Quackster patcher source code - Pastebin.com
And the point of that was?
-
1 Attachment(s)
Re: [PATCHER] Phoenix License URL Modifier
I get the error all the time in my emulator. I do not know what the problem is. When I click on any link in the navigator, I get a disconnect, please help me!
Exceptions: Error in thread Navigator cache box:
System.NullReferenceException: Object reference not set to an instance of an object.
at ns0.Class92.method_0 (GClass4 gclass4_0)
at ns0.Class187.method_12 (Class122 class122_0, Int32 int_0)
at ns0.Class205.method_0 ()
Attachment 129019
Threaderror: Error in Thread Navigator cache task:
System.NullReferenceException: Object reference not set to an instance of an object.
at ns0.Class92.method_0 (GClass4 gclass4_0)
at ns0.Class187.method_12 (Class122 class122_0, Int32 int_0)
at ns0.Class205.method_0 ()
-
Re: [PATCHER] Phoenix License URL Modifier
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Spruitje
Nobody needs to reset I assume as if you're sure that Phoenix is going to be able to use without having to reset and so not need to delete the database.
I was sure that Phoenix wasn't going to an end but anyhow I kept the database and now since it came back I still have the database and no reset nothing so this was a saviour but if it really didn't came back and I was sure about it then I would remove it so it was.pretty much weighting the chance if coming back or not.
Sent from my GT-I9070 using Tapatalk 2
Oh no, you forget the different database tables, structures and the hotels who're using customs and if they use the new build baibai!
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Ryan
Oh no, you forget the different database tables, structures and the hotels who're using customs and if they use the new build baibai!
Yeah they where pretty much screwed indeed thats something your surely right with.
Sent from my GT-I9070 using Tapatalk 2
-
Re: [PATCHER] Phoenix License URL Modifier
When I use this one (I did everything you said and used everything you said) every users has admin permissions in the hotel even when they are set as rank 1 in the database.
-
1 Attachment(s)
Re: [PATCHER] Phoenix License URL Modifier
I got this problem Attachment 129149
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Chrisii
Try adding
Into the configuration. :):
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Quackster
Try adding
Into the configuration. :):
Works Thankz Dude!! :thumbup:
-
Re: [PATCHER] Phoenix License URL Modifier
Is there a way of adding my own Otaku name into the license?
## Licence Information
**************.username=Trink
**************.password=*********
-
Re: [PATCHER] Phoenix License URL Modifier
The emu auto closes o.O after a while.
-
Re: [PATCHER] Phoenix License URL Modifier
I'm getting an error that there is a proxy found. Anyone knows how to fix? I'm sure I did everything correctly.
Fixed, forgot <?php at the begin of licence.php
Everything is working now, thanks!
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
ImNotSatan
The emu auto closes o.O after a while.
I had this problem after 2 ppl loged in! I will send you the one he did for me! do you host your licence localy?
-
Re: [PATCHER] Phoenix License URL Modifier
mine has been up for 2 hours now...
-
Re: [PATCHER] Phoenix License URL Modifier
mine is running for over 3 days, without any problems :)
thanks quacky <3
-
Re: [PATCHER] Phoenix License URL Modifier
Is there any more features anyone would like me to add? :):
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Quackster
Is there any more features anyone would like me to add? :):
Maybe the ability to change the otaku hosting message
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Vrop93
Maybe the ability to change the otaku hosting message
Should work!
http://forum.ragezone.com/f86/c-mono...r-edit-909526/
-
Re: [PATCHER] Phoenix License URL Modifier
Any way of changing the license name? Right now its set as " Bui " :/
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Trink
Any way of changing the license name? Right now its set as " Bui " :/
You change it in licence.php and in the configuration?
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Quackster
You change it in licence.php and in the configuration?
when i change it, it says incorrect license details...
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Trink
when i change it, it says incorrect license details...
You can also just leave it like it is and just have the emulator start up.
I Personally don't care whether there's Bui's name in the License to or my own name. I was more happy that Phoenix actually worked so I'm not going to change anything about it.
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Trink
when i change it, it says incorrect license details...
put this in
user = bui
pass = nope
-
Re: [PATCHER] Phoenix License URL Modifier
I fixed it thanks guys for the help
-
Re: [PATCHER] Phoenix License URL Modifier
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');
?>
-
Re: [PATCHER] Phoenix License URL Modifier
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?
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Flow Retros
Did you type your domain correctly?
-
Re: [PATCHER] Phoenix License URL Modifier
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?
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Trink
Any way of changing the license name? Right now its set as " Bui " :/
Change it in config.conf. The name/pass in licence.php shouldn't matter; it's only there for when a header isn't sent.
It works like that with the unmodified phoenix.exe anyway; I dunno about Quackster's release.
-
Re: [PATCHER] Phoenix License URL Modifier
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
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Flow Retros
What port is entered in the client page? Replace it with your emu port :/
-
Re: [PATCHER] Phoenix License URL Modifier
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..
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Flow Retros
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 ''30000'' it says Success: I can see your service on [MYIPADRESS] on port (30000)
Your ISP is not blocking port 30000, but i can't enter the client, and my client.php is right & the emu config..
telnet a connection to your emu on the right port and see if you get a response or connection shows on the emu. If you can't figure this out I feel for your hotel.
-
Re: [PATCHER] Phoenix License URL Modifier
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
-
Re: [PATCHER] Phoenix License URL Modifier
I get this if i go in client: Screenshot by Lightshot :/
-
Re: [PATCHER] Phoenix License URL Modifier
-
Re: [PATCHER] Phoenix License URL Modifier
-
Re: [PATCHER] Phoenix License URL Modifier
when i try to enter the hotel it doesnt want to show up in the emulator that someone are trying to enter :/
and their is no errors in the emulator
-
Re: [PATCHER] Phoenix License URL Modifier
Nothing wrong : works 100% !!! Thanks Quackster, you make alot of kids happy !!!
-
Re: [PATCHER] Phoenix License URL Modifier
-
Re: [PATCHER] Phoenix License URL Modifier
Help me i get now this : Screenshot by Lightshot
-
Re: [PATCHER] Phoenix License URL Modifier
This is not a help thread. If you don't have the initiative or intelligence to look through this thread (which has all the answers to your questions) then you should give up now. God forbid you actually try and run a community when you can't even read a thread...
-
Re: [PATCHER] Phoenix License URL Modifier
Using this now.
Thanks, Quackie.
-
Re: [PATCHER] Phoenix License URL Modifier
Why should i give up? what if i really need to fix my emulator and open my hotel again?, so if u had any problem with anything u wouldnt ask people for help? if not, i dont know why someone have setup a forum, forum is for tutorials, to learn & give people stuffs so they can get a use for it. so
-
Re: [PATCHER] Phoenix License URL Modifier
Works perfectly, thanks. If people would just follow directions they wouldn't have any issues.
-
Re: [PATCHER] Phoenix License URL Modifier
Changing the patcher for multiple Phoenix versions (PhoenixRP) however I need someone for me to test if it works or not. PM me if you want the patched .exe
http://i.imgur.com/Ys0NuMg.png
-
Re: [PATCHER] Phoenix License URL Modifier
I get this in exceptions...
12-5-2013 0:25:01: MySql.Data.MySqlClient.MySqlException (0x80004005): Data truncated for column 'login_timestamp' at row 1
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
at ns0.Class184.method_1(String string_0)
at ns0.Class257..ctor(String string_0, String string_1, Boolean bool_1)
at ns0.Class122.method_6(String string_0)
And the client fucks offf lol
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Quackster
Changing the patcher for multiple Phoenix versions (PhoenixRP) however I need someone for me to test if it works or not. PM me if you want the patched .exe
http://i.imgur.com/Ys0NuMg.png
Can you do this patch for phoenix 3.8.1?
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
LucasAbade
Can you do this patch for phoenix 3.8.1?
If you have the legit Phoenix 3.8.1 download yes I can. :)
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Quackster
If you have the legit Phoenix 3.8.1 download yes I can. :)
Yes I have :)
https://mega.co.nz/#!KxYjgYqK!SZGbn3...sUd_ClP-CbHVNM
-
Re: [PATCHER] Phoenix License URL Modifier
-
Re: [PATCHER] Phoenix License URL Modifier
Nice work but in this one the Super WIRED's does not work anymore, idk why.
-
Re: [PATCHER] Phoenix License URL Modifier
though :sit doesn't work, quackie :i
-
1 Attachment(s)
Re: [PATCHER] Phoenix License URL Modifier
Hey,
having an issue, my db can't connect to the Emu. I've tried on an another cracked version of phoenix (by burak) and it works fine, but there is still bugs to fix on this version :/. And i have mysql connectors NET 6.6.5 installed.
Attachment 130728
Thx for help,
Krako.
-
Re: [PATCHER] Phoenix License URL Modifier
Quote:
Originally Posted by
Krako Bobbaz
Hey,
having an issue, my db can't connect to the Emu. I've tried on an another cracked version of phoenix (by burak) and it works fine, but there is still bugs to fix on this version :/. And i have mysql connectors NET 6.6.5 installed.
Attachment 130728
Thx for help,
Krako.
Thinking the MySQL Connector NET should be 6.5.4
-
Re: [PATCHER] Phoenix License URL Modifier
A lower version should work :o ? I'm going to try this, have you a link please ?
EDIT : found it : http://download.softagency.net/MySQL...-net-6.5.4.msi
I'm going to try and get informed
EDIT 2 : It works but i still have some bugs, most of furniture with the height_adjustable and rooms with a lot of wired don't work anymore.
23/05/2013 10:20:44: Error in thread Room [ID: 62801] cycle task -- Process Floor Items:
System.FormatException: Le format de la cha?ne d'entr?e est incorrect.
? System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
? System.Convert.ToDouble(String value)
? ns0.Class145.method_2()
? ns0.Class119.method_33()
-
Re: [PATCHER] Phoenix License URL Modifier
Download is gone :/
When new download me
-
Re: [PATCHER] Phoenix License URL Modifier
Anyone got a download for this?