[HELP] How to create an account

09/10/2009 18:09 wbl4352#1
can someone teach me how to create an account use mysql and how to add [GM} after the name.
09/11/2009 11:29 jamban012#2
me can...but u must gv me rank such as gm/pm/gh
09/11/2009 15:47 lightnin86#3
Quote:
Originally Posted by wbl4352 View Post
can someone teach me how to create an account use mysql and how to add [GM} after the name.
why don't you use do some searching and you'll find your answer
09/11/2009 16:19 forcer#4
Code:
insert into account.account (name, password) values ('[b]USERNAME[/b]',md5(concat('[b]PASSWORD[/b]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))
both USERNAME and PASSWORD are in clear text.

change account.account to my.account if you don't have account database.
09/12/2009 21:31 wbl4352#5
Quote:
Originally Posted by forcer View Post
Code:
insert into account.account (name, password) values ('[b]USERNAME[/b]',md5(concat('[b]PASSWORD[/b]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))
both USERNAME and PASSWORD are in clear text.

change account.account to my.account if you don't have account database.
i had tried.. but it gives me error.

mysql> insert into account.account (name, password) values ('power',md5(concat('newbie',char(0xA3,0xAC,0xA1,0 xA3),"fdjf,jkgfkl"));

1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
mysql>

can you help me with this? thanks..
09/13/2009 01:24 mama12#6
Ok, take the rar listed below. Extract. Then click on it, put user name and password.

Copy the line it created. Then go to mysql. And click on MY or MY2 depends which data base you are using then on the top go to Console pacte code but delete one of the account.

Here is the example: User name test, password test

insert into account.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd'); this is the line that was given from that EO.htm

Now this is what u gonna insert into console
insert into account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');

Hope this helped.
09/13/2009 03:06 King_Arthur#7
Quote:
Originally Posted by wbl4352 View Post
i had tried.. but it gives me error.

mysql> insert into account.account (name, password) values ('power',md5(concat('newbie',char(0xA3,0xAC,0xA1,0 xA3),"fdjf,jkgfkl"));

1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
mysql>

can you help me with this? thanks..
Looks like you need one more ")" at the end before the semi-colon.
09/14/2009 07:02 wbl4352#8
Quote:
Originally Posted by mama12 View Post
Ok, take the rar listed below. Extract. Then click on it, put user name and password.

Copy the line it created. Then go to mysql. And click on MY or MY2 depends which data base you are using then on the top go to Console pacte code but delete one of the account.

Here is the example: User name test, password test

insert into account.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd'); this is the line that was given from that EO.htm

Now this is what u gonna insert into console
insert into account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');

Hope this helped.
my problem solved.. thank you :)
07/16/2012 14:50 s7ns035sog#9
Guys i have the same problem and i just learned how to make my own server and i dont understand how u guys create a Pm or GM account so where should u write those things?
pls help out
07/19/2012 22:30 XxFearReaperXx#10
Nice Little Renew on topics s7 lol i aint seen this in years.
How about reading a little you'll see Post 6 Gives you eo.rar
Download that, open that, Type in Username and password.
Open Navicat, Go To Console, and Paste in the code. And Wa-La
Account Created.

Now to go a lil advanced, You could always make a website.