help

05/15/2011 16:58 hello36#1
semone tell me...how to make account.....pleasss tell me step by step..pleass
05/15/2011 17:26 lukester#2
Thanks for moving to this section :)

1.) you must have the account query thing

2.) then copy and paste it to NaviCat

3.) you got it.

here ill give you a query user-test pass-test

insert into account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');
05/15/2011 17:41 hello36#3
like this.....put this into navicat/mysql command line:
insert into my.account (name,password) values('hello36','3cc9371c67fdbcbc1808eaedad3cd23e ');??????
05/15/2011 18:27 hello36#4
?????
05/15/2011 20:59 lukester#5
Yes just like that.
05/16/2011 22:06 magewarior2#6
Quote:
Originally Posted by lukester View Post
Thanks for moving to this section :)

1.) you must have the account query thing

2.) then copy and paste it to NaviCat

3.) you got it.

here ill give you a query user-test pass-test

insert into account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');

and now a script for changing your password

update account set password = (md5(concat('[PASSWORD]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = [ACCOUNT-ID];
05/17/2011 07:47 hello36#7
?????
05/18/2011 00:39 lukester#8
Quote:
Originally Posted by hello36 View Post
?????
no no no no no. That just mean if you wanna change your password
05/18/2011 07:05 hello36#9
owh ok