1 Attachment(s)
v75 ArberMS Account SQL Code Generator
I have written and compiled a program that I think may be useful to people using the ArberMS source. You enter the basic account details, then it generates a piece of code that you execute in Query Browser, which will make an account for you. Basic right?
NO! Not only does it write the statement for you, it also converts the password to SHA1, saving you the time of finding a website or program to do that for you.
In the future I plan on expanding this into a visual character designer where you can generate basic character code, with custom eyes, face, hair, skin, gender, mesos, etc.
If you think that I should expand this, feel free to say so.
Feel free to press Thanks, or give POSITIVE criticism.
Anyways, here we go.
Virus Scan for those who are weary about the download: http://www.virustotal.com/analisis/b...b3e-1269915505
Download link: http://www.mediafire.com/?gmfzvn2kguq
Screenies (All in one picture):
Re: v75 ArberMS Account SQL Code Generator
Quote:
Originally Posted by
PivotGamer84
I have written and compiled a program that I think may be useful to people using the ArberMS source. You enter the basic account details, then it generates a piece of code that you execute in Query Browser, which will make an account for you. Basic right?
NO! Not only does it write the statement for you,
it also converts the password to SHA1, saving you the time of finding a website or program to do that for you.
In the future I plan on expanding this into a visual character designer where you can generate basic character code, with custom eyes, face, hair, skin, gender, mesos, etc.
If you think that I should expand this, feel free to say so.
Feel free to press Thanks, or give POSITIVE criticism.
Anyways, here we go.
Virus Scan for those who are weary about the download:
http://www.virustotal.com/analisis/b...b3e-1269915505
Download link:
http://www.mediafire.com/?gmfzvn2kguq
Screenies (All in one picture):
UPDATE `accounts` SET `password` = SHA1("imgeneric") WHERE name="Generic";
Re: v75 ArberMS Account SQL Code Generator
@generic
Thanks, didnt know that. The only problem is your code only UPDATES the account. Mine makes the code to CREATE the account.
Re: v75 ArberMS Account SQL Code Generator
wow this program can take few seconds to write if u know what youre doin'
Posted via Mobile Device
Re: v75 ArberMS Account SQL Code Generator
Lol Good job will help alot of people
Re: v75 ArberMS Account SQL Code Generator
Could be useful on every CMS. But I was thinking of a random password everytime you reset it and able to change it to what the player desires.
Re: v75 ArberMS Account SQL Code Generator
Quote:
Originally Posted by
minikevin12
wow this program can take few seconds to write if u know what youre doin'
Posted via Mobile Device
true, the design takes more time then the coding part...