Rappelz Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to make an Account Password? (Solution)

Go down

How to make an Account Password? (Solution) Empty How to make an Account Password? (Solution)

Post  w2lf Thu Jul 14, 2011 3:34 pm

In this example i will use "w2lf" as a password.
Works on all versions.
Use this link:http://www.miraclesalad.com/webtools/md5.php
Its a MD5 generator but before you write the code you want to generate.
You write 2011 at the front for Example.
It doesnt have to be 2011 its just a key to encrypt the password so that others cant find out the passwords easly.
You can change the key at the Authserver.opt

Code:
N db.auth.use_md5:1
N db.auth.debug_md5:0
N db.auth.md5_key:2011

w2lf = 74d8ad54a3ee876b7c0e503a678253f1 NOT CORRECT
2011w2lf = 99dd7a6e08f71d406355b96b919802f6 CORRECT

Then go to SQL Server Management Studio/Databases/Auth/Tables/dbo.Accounts.
To edit dbo.Accounts, right click it and then press Edit top 200 rows
There you write the password, the MD5 (99dd7a6e08f71d406355b96b919802f6) and then it works =D

The Password is w2lf not 2011w2lf.
So when you log in you use w2lf.


So it should look like this in SQL Server Management Studio/Databases/Auth/Tables/dbo.Accounts.
account_id 4
login_name w2lf
password 99dd7a6e08f71d406355b96b919802f6
block 0
withdraw_remain_time 0
age 18
auth_ok 1
pcbang 1
last_login_server_idx 1
event_code 0
server_list_mask NULL
result 1
ip NULL
game_code NULL
gamecode NULL


account_id - How many accounts have been made so far.
login_name - The name you will use to login.
password - The password you will use to login (MD5 key is 2011)
block - Block the account [i think you input time for how long] or [1 = Block 0 = not Block] (Not sure)
withdraw_remain_time - (Not Sure)
age - The age of the person who uses the account
auth_ok - 1 = Auth is ok
pcbang - (Not Sure)
last_login_server_idx (Not Sure)
event_code - (Not Sure)
server_list_mask - (Not Sure)
result - (Not Sure)
ip - The ip of the user
game_code - (Not Sure)
gamecode - (Not Sure)

Don't ask for more than this, If you can't even understand how to do this simple thing you shouldnt even try to make a server then.
I mean it its very simple, just try. I already gave you more than enough of info here.
Damn even i didnt have so much help when i was trying to make the server work and it took me 2 days to totaly fix it.
So plz

How to make an Account Password? (Solution) 7768e5019db939904cd9add05e
How to make an Account Password? (Solution) DBOsig
w2lf
w2lf

Posts : 34
Join date : 2011-07-14
Age : 31
Location : Greece

http://www.w2lf.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum