Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Phoenix 3.11.0

Status
Not open for further replies.
Experienced Elementalist
Joined
Jul 14, 2012
Messages
244
Reaction score
147
I was able to add some custom commands, the source isn't that hard to understand, just takes a while.

It seems quite stable after the fixes I posted for wardrobe and logs.

Lot of my users, when they enter the hotel, they're not on their own account. After a few times F5 they got in their account..

Any fix for this? (With another emu i don't have this problem.)

Not sure yet, I tried to recreate this problem.

Let's say you login to your hotel with firefox, but you stay loged in.
Then you login to your hotel (with the same account) in chrome, then the bugs start to happen.


edit: I fixed this for myself to use a MUS command on the top of client.php, if the user is online, use the signout MUS command on your user id.
 
Last edited:
Initiate Mage
Joined
Jan 3, 2011
Messages
11
Reaction score
2
I was able to add some custom commands, the source isn't that hard to understand, just takes a while.

It seems quite stable after the fixes I posted for wardrobe and logs.



Not sure yet, I tried to recreate this problem.

Let's say you login to your hotel with firefox, but you stay loged in.
Then you login to your hotel (with the same account) in chrome, then the bugs start to happen.


edit: I fixed this for myself to use a MUS command on the top of client.php, if the user is online, use the signout MUS command on your user id.

Can you fix the "permissions" bug?
(If an user have the "acc_supporttool" permission, he have ALL permission, access to full catalog.)
If you're able to fix this, can you share the fix?
 
Skilled Illusionist
Joined
Mar 26, 2013
Messages
371
Reaction score
280
Can you fix the "permissions" bug?
(If an user have the "acc_supporttool" permission, he have ALL permission, access to full catalog.)
If you're able to fix this, can you share the fix?

Hey, I have already fixed and released it :p:
 
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
To fix the permissions search for:

this.method_2().uint_1 = (uint)Phoenix.smethod_15().method_4().method_9();

and replace it with:

//this.method_2().uint_1 = (uint)Phoenix.smethod_15().method_4().method_9();

Thanks to Burak.
Regards, Imagician.
How do you mean 'Fix' it?
what does it changes?
 
Experienced Elementalist
Joined
Apr 25, 2012
Messages
222
Reaction score
35
The emu works only on the IP 127.0.0.1 in config, if you use another IP the emu will crash.
 
Experienced Elementalist
Joined
Apr 25, 2012
Messages
222
Reaction score
35
Works fine for everyone else, sure you've done it correctly.


Yes, i did.





In the error there is a name "Kenny" But, my name isnt Kenny?
 
Web & Interaction Design
Member
Joined
Dec 18, 2010
Messages
1,506
Reaction score
712
Yes, i did.





In the error there is a name "Kenny" But, my name isnt Kenny?

That appears to be somebody else's `debug` path.

Did you have the asterisks (*) in the config file before boot? That'll probably be the issue. Change them to an actual IP address.
 
Last edited:
Experienced Elementalist
Joined
Apr 25, 2012
Messages
222
Reaction score
35
That appears to be somebody else's `debug` path.

Did you have the asterisks (*) in the config file before boot? That'll probably be the issue. Change them to an actual IP address.

I did that to filter my IP on the screenshot :p
 
Junior Spellweaver
Joined
Feb 13, 2011
Messages
151
Reaction score
52
Why are people using an ancient server?

Because it's pretty stable and secure.
fStorm have been fixed up, sure, but it's still vulnerable.

You can't just change from phoenix to bcstorm, you need to convert the database which takes a lot of time, requiring you to close down your hotel for a day or two anyway.

It's a lot of negative things.
 
Experienced Elementalist
Joined
Sep 19, 2011
Messages
240
Reaction score
35
Because it's pretty stable and secure.
fStorm have been fixed up, sure, but it's still vulnerable.

You can't just change from phoenix to bcstorm, you need to convert the database which takes a lot of time, requiring you to close down your hotel for a day or two anyway.

It's a lot of negative things.
Your talking to someone who code code a converter in java within mins to a hour or so and do it with ease...
 
Status
Not open for further replies.
Back
Top