Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Arniiii
Account is created thats the problem :p well idk whats wrong so lol ><
then developing is not for you.
Re: PW Server Files 1.5.1 v101
Some problems:
1/ Normal user can use ctrl + click on world map as GM?????????? If set debug_command_mode = inactive problem is fixed but GM cant use Create Monster
2/ View Territories in word map cant be active?????????
http://i163.photobucket.com/albums/t...ps26e1c5f7.jpg
-------------------------------
Problem 2 fixed: battlefield=1
Re: PW Server Files 1.5.1 v101
@Arniiii
have you started map 62 ? if not read the red text on the first post ...
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
fgru
@
Arniiii
have you started map 62 ? if not read the red text on the first post ...
His problem is not about map. His problem is about authd/password hashing i think.
Re: PW Server Files 1.5.1 v101
Hey is any of you understand this ?
TRACE : gdelivery::matrixpasswd query, user=123456
GQueryPasswd:account is 123456 , login ip is 79.85.209.147
TRACE : matrixpasswd NOT usbbind user 1056
Its what i got in putty when i try log x.x
frgu yes i have did start map is62 :) but still cant log x.x
Re: PW Server Files 1.5.1 v101
I'm new here guys...
1. I just wanna ask how much HDD space is most recommended since the databases are in the same OS with the server files.
2. Is this game server compatible with Centos 6.5 or only Ubontu is the best for this? Sorry for this noob question, i don't have enough knowledge about the difference between those linux OS.
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
jaguar666
I'm new here guys...
1. I just wanna ask how much HDD space is most recommended since the databases are in the same OS with the server files.
2. Is this game server compatible with Centos 6.5 or only Ubontu is the best for this? Sorry for this noob question, i don't have enough knowledge about the difference between those linux OS.
http://forum.ragezone.com/f755/required-specs-826651/
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Arniiii
Account is created thats the problem :p well idk whats wrong so lol ><
gdelivery::matrixpasswd query, user=test
GQueryPasswd:account is test , login ip is 79.85.***.***
TRACE : matrixpasswd NOT usbbind user 1024
thats what i got in putty when i try to log ingame o.O
1.4.4+ registration is not the same as 1.3.6, the hashing algorithm is different.
Make sure your algorithm concatenates the username and password, md5s that, and encodes that md5 hash in base64.
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Ozuru
1.4.4+ registration is not the same as 1.3.6, the hashing algorithm is different.
Make sure your algorithm concatenates the username and password, md5s that, and encodes that md5 hash in base64.
Iam using the reg page that are provided here so it should work i think? :/
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Arniiii
Iam using the reg page that are provided here so it should work i think? :/
Depends on how your auth will read it, some read base64, some read salted md5.
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Hulu
Depends on how your auth will read it, some read base64, some read salted md5.
I can see this somewhere? and well i use the authd thats provided here also (sorry for spamming...)
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
letanduy
Some problems:
1/ Normal user can use ctrl + click on world map as GM?????????? If set
debug_command_mode = inactive problem is fixed but GM cant use Create Monster
2/ View
Territories in word map cant be active?????????
http://i163.photobucket.com/albums/t...ps26e1c5f7.jpg
-------------------------------
Problem 2 fixed:
battlefield=1
(fix create monster)
"For 1.4.8 (V85)
1. Load gs in a hex editor.
2. Address D2247h find a combination of 75 05, change it to EB 05, address D24AFh find a combination of 75 05, change it to EB 05."
Is the same on 1.5.1 (v101) ????
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Ozuru
1.4.4+ registration is not the same as 1.3.6, the hashing algorithm is different.
Make sure your algorithm concatenates the username and password, md5s that, and encodes that md5 hash in base64.
Not true
It depends on wich version of the authd you use.
some use MD5, some use base64, some use both. (single base64 shouldnt be used cause you can still decrypt that)
anyway, just a tip. throw away the auth in this release and setup your own one.
or...if you feel adventurous. You can edit the auth yourself and change the algorithm to something you like. its pure Java, its not that hard.
edit: keep in mind there is 2 versions around.
1. auth
2. authd
Re: PW Server Files 1.5.1 v101
@Arniiii
files and reg page works 100% ... auth works with regpage / regpage are base64 and more options ... edit /var/www/curl_reg.php [ translate if u need ] and start browser with " xxx.xxx.xxx.xxx/registration.php " ...
and for all: this pck runs 100% without any bugs ... testet on ubuntu-12.04.3-server-amd64 clean install ... this pck is also easy to use as 343 pck ...
Re: PW Server Files 1.5.1 v101
Yeah i'll reinstall package, maybe there is something wrong idk