Accounts Administration Form

06/16/2010 18:18 daniel7851109#1
hey guys i am using CoSX source and i open the CoSX.exe and type in /accounts to edit and acc and it wont work is there a way i can fix this issues
06/16/2010 18:47 _DreadNought_#2
Your going to need an ini reader.
06/16/2010 18:56 daniel7851109#3
Quote:
Originally Posted by Eliminationn View Post
Your going to need an ini reader.
were can i get one of those ?
06/16/2010 19:07 EnoiZe#4
1. Google
2. Write yourself one
06/16/2010 19:10 daniel7851109#5
Quote:
Originally Posted by EnoiZe View Post
1. Google
2. Write yourself one
idk how to code but i have friends that can help me
06/16/2010 19:18 _DreadNought_#6
Already in the source. I think :/
06/16/2010 22:58 xStylo#7
did u create a character before u used the account panel?
06/17/2010 00:31 Adziunia#8
ya u need to create some accounts if u want to modify them by accounts control panel
06/17/2010 02:02 .Summer#9
also need to create a character :D
06/17/2010 03:16 daniel7851109#10
i already made a test account and it still wont work
06/17/2010 12:37 .Summer#11
/newacc test 1234 [PM]
or
/newacc test 1234

then go ingame create character.
Then logout.
Go to console write /accounts

Other problems:
Your NET Framework is not high enough.
06/17/2010 19:18 _DreadNought_#12
I'm making one now!

You enter your navicat/mysql username, passoword, and the database. then it will display all the account in the table 'Accounts' then it will display the Username and Password for the account please add any extra things u want it to have

P.S: The code will not be able to be de-compiled. ;) 5 packers hah
06/17/2010 20:41 .Summer#13
eliminationn you failed.
his not using mysql.
is ini based.
the system that is already there works.
his just using it wrong.
:facepalm:
06/17/2010 21:32 _DreadNought_#14
I fail xD but meh im still making it :D its coming along well :D

Form1 - DONE ( Database name, username, pass, 7vl checks, connects to account table )

Form2 - NOT DONE (Displays every username + Pass, Create own account)
06/17/2010 21:41 .Summer#15
You should make one for sql and one for flatfile then.
The creator is pretty simple to make.
Goodluck on it :)