30.05.2011, 22:00
After a few testing I fixed some bugs in the server view page (wrong variable names), but there seems to be a problem with the GF encryption:

Can you check it out?
P.S: This is what I used to show the variables on the page:
Later Edit:
Found out that there was a problem with the $pwtyp variable (description in settings != from the code) and instead of encrypting it the GF way it used MD5 (fixed that now), but there still seems to be a problem:

Anyone has an idea about this problem? Thanks.

Can you check it out?
P.S: This is what I used to show the variables on the page:
PHP код:
echo'<center><big>Wrong password!</big></center>'."\n<center><big>Password from INI on the FTP: ".$tmpPlayer['Key']." & Encrypted Password: ".$tmppass."</center></big>";
Found out that there was a problem with the $pwtyp variable (description in settings != from the code) and instead of encrypting it the GF way it used MD5 (fixed that now), but there still seems to be a problem:

Anyone has an idea about this problem? Thanks.