-
Sorcerer Supreme
Help From my GMEDitor
I have A noob Question... I have a ep3 server.. and Im Editing mY gm account and i cannot log in to my Gm editor... And when im enter the user name and password login failed help me pls
-
-
Member
Re: Help From my GMEDitor
-
Thunder Storms ~
Re: Help From my GMEDitor
in ep3 no need to use md5, and also, see your gmc's config.
-
Sorcerer Supreme
Re: Help From my GMEDitor
Open up your SQL Manager, go to the RanUser database.
Now, Open ServerGroup table. Fill in this Column
SGNum : 0
SGName : IaNz Server ( you can put any name u want )
OdbcName : RanGame1
OdbcUserID : sa
OdbcPassword : 1234
OdbcLogName : RanLog
OdbcLogUserID : sa
OdbcLogPassword : 1234
When done, Open ServerInfo table in the RanUser database.
put these values.
For Windows Authentication user and pass is not needed.
SGNum : 0
SvrNum : 0
SvrType : 4
Now, run the GMCharEdit. If this is your first time running it
you'll see 4 fields to input information.
First field : RanUser
Second field : sa
Third field : 1234
Fourth field : 1234
For Windows Authentication user and pass is not needed.
Creating an account
set UserType = 32 on UserInfo table for GM
and UserType = 1 for Users Only
on Ep4 database, you notice that the password is code instead of word
thats the new changes on Ep4 database
you must convert your password to a code known as MD5 Hash
ex:
Password | MD5 Hash Code
123456 = E10ADC3949BA59ABBE5
test = 098F6BCD4621D373CAD
ianz = 0948D2350A28EEB4B3B
pdf = BCD1B68617759B1DFCF
Credit:
Ianz
Thnx Ianz..