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!

The Free PhoenixEmu (Build 13800- Multi-language)!

Status
Not open for further replies.
Junior Spellweaver
Joined
Aug 9, 2011
Messages
172
Reaction score
75
I have one more thing to say but I'm not sure if its a mistake/error. In the :about window, it sais "Free Licenced to: free". In my config.conf file I didn't put the username "free". Is it supposed to be like that or is it a mistake/error?

Apart from that I really appreciate your high quality work. Keep it up! :D
heheh you aren't using the config.conf of the Free version :p:
the difference are these:

Otaku Phoenix conf:
## Licence Information
*************.username=...
*************.password=...

Free Phoenix conf:
username=...
password=...

but the Free version is "smart" and recognizes that you are using a different config file and conform itself for compatibility :thumbup:
 
Newbie Spellweaver
Joined
Dec 11, 2011
Messages
27
Reaction score
15
heheh you aren't using the config.conf of the Free version :p:
the difference are these:

Otaku Phoenix conf:
## Licence Information
*************.username=...
*************.password=...

Free Phoenix conf:
username=...
password=...

but the Free version is "smart" and recognizes that you are using a different config file and conform itself for compatibility :thumbup:

Thank you! I changed it now and it works!
PS: Nice compatibility feature! XD :thumbup:
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Alpha-Series is in VB6, which'll just give you forms.

edit:
can someone recommend me a swf pack?

No one said can he decompile it, people want a crack not the source.
 
Junior Spellweaver
Joined
Aug 9, 2011
Messages
172
Reaction score
75
Alpha-Series is in VB6, which'll just give you forms.

edit:
can someone recommend me a swf pack?

VB6, C/C++, Delphy, .NET? where is the problem? :)
instead decompile it I debug it, I don't need the source never. I know assembly language :)
 
Newbie Spellweaver
Joined
Nov 2, 2011
Messages
22
Reaction score
6
Thanks it works for me :) No bugs found and it runs verry fast :)
gianni95 - The Free PhoenixEmu (Build 13800- Multi-language)! - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Dec 4, 2011
Messages
26
Reaction score
0
WoW it works like real Phoenix !! Can we get the Source ?
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Hmm...
Im using RevCMS but i got that error:

Any answers? Add me on skype please if you can help me..
Btw great Release!

gianni95 - The Free PhoenixEmu (Build 13800- Multi-language)! - RaGEZONE Forums

:p

My skype name is "zoapdk" :/
 
Newbie Spellweaver
Joined
Dec 11, 2011
Messages
27
Reaction score
15
Hmm...
Im using RevCMS but i got that error:

Any answers? Add me on skype please if you can help me..
Btw great Release!

gianni95 - The Free PhoenixEmu (Build 13800- Multi-language)! - RaGEZONE Forums

:p

My skype name is "zoapdk" :/


Open your client.php file and search for:

if (!LOGGED_IN)
{
header("Location: " . WWW. "/login_popup");
exit;
}

Add the following code below this:

dbquery("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '".USER_NAME."'"
 
Junior Spellweaver
Joined
Aug 9, 2011
Messages
172
Reaction score
75
thanks guys :)

@SuckLake:as classic phoenix, it's a db problem, try clear db field ip_last...
but I want explore the code in this position....

@HerrFreak thank you
 
Junior Spellweaver
Joined
Aug 9, 2011
Messages
172
Reaction score
75
released internal version 2.3
I add more speed optimization :)

... there are a lot to optimize too :D
 
Junior Spellweaver
Joined
Aug 9, 2011
Messages
172
Reaction score
75
@HerrFreak sorry for the offtopic but awesome ascii art in sign XD thank youuuu!
 
Status
Not open for further replies.
Back
Top