[Antrix] Accounts Manager
I'm currently working an a Antrix Account manager, almost done. Just wondering, what all features would you like to see in it? Currently I've got...
1. Account Cycling, browse through all your accounts in the database.
2. Update Account, Edit right there and click update (Contains Acct, Login, Password, GM Flags, Banned check, BC enabled Check, Email)
3. Add new entry, adds in a new entry based on the current record.
4. Delete Entry
[EDIT]
Ok Alpha Version is done... The ZIP includes 2 files, AccntManager.exe and MyODBC-3.51.11-2-win.exe
You'll need to install the MyODBC-3.51.11-2-win.exe (Its a SQL connector)
Then Extract the AccntManager.exe wherever you want and run it.
From there Fill out the host ip of your DB server along with the user name and pass and click connect.
On the left you'll see all your database entry number click one to bring it up.
In the bottom right are 3 commands, Update (Updates the current record) Delete (Deletes the current record) Add New (Adds a new record based on the current filled out records)
Please post any bugs you come across.
Download here... Filebeam - Free Fast File Hosting
Re: [Antrix] Accounts Manager
I get a runtime error evertime i try to create an account. The error is 40002
S0022 Unknown column 'email' in field list'
Thats all I get when i attempt to create an account. Is there a fix to this?
Re: [Antrix] Accounts Manager
What Database are you using?
Im asuming one that doesnt include the email field.
Go into your sql and edit your table adding an email field - varchar - 26.
Re: [Antrix] Accounts Manager
Which table? Im a little bit confused here.
Re: [Antrix] Accounts Manager
In your accounts table, add an email field. This is made with the newest Antrix DB in mind.
Re: [Antrix] Accounts Manager
what should I put in it? Im not being dumb, im just confused
Re: [Antrix] Accounts Manager
Just what I was looking for, good job :)
To bad I cant get it to work, I get the error message:
"Run time error "429": "ActiveX component can't create object."
Re: [Antrix] Accounts Manager
same here error 429: activex component can't create object
Re: [Antrix] Accounts Manager
Quote:
Originally Posted by
hellothere
same here error 429: activex component can't create object
Try to install the .net Framework 1.0 And tell me if that fixes the problem.
Download details: .NET Framework Redistributable
This was made with VB6 which requires .net framework. So let me know if that fixes the problem :)
Re: [Antrix] Accounts Manager
I allredy use Net.Framework 2.0, does it only support 1.0?
Edit: Forgot I just installed Vista, diddnt have it, but I installed it now, and it still dont work, same error message.
Re: [Antrix] Accounts Manager
i'ave installed net Framework 1.0, same error, not work.
Re: [Antrix] Accounts Manager
i get an error when trying to connect to my DB it says
Run-Time '429'
ActiveX can't create Object
Re: [Antrix] Accounts Manager
Hmm seems like its wanting you to register some DLL's used with creation proccess....
I'm going to recode this in VB.net so it's more freindly, I'm also going to code it for PHP because some people dont like exe's. Check back in a couple of days!