The RPG Maker Resource Kit

RMRK General => General Chat => Topic started by: Rhamises on August 21, 2011, 10:58:17 AM

Title: My System
Post by: Rhamises on August 21, 2011, 10:58:17 AM
Actually, i just want someone to rate or suggest this system i made and it's not done yet. thank you guys! (that's not my best in web design)

username: admin
password: admin

http://haruglory.vivacomputersales.com/enrollment
Title: Re: My System
Post by: game_guy on August 21, 2011, 05:13:18 PM
I recommend having a small javascript snippet to preload the rollover images. It looks nice though. As for the sub navigation. Like the Create Account - Search under Accounts, you should make those stand out a bit more or make it so people know those are links. I didn't notice them right away, and when I did, I wasn't aware they were links. Otherwise nice job, the system and design is really nice.

Also I'm sure you have passwords stored into a MySql database. If you're not already, I recommend using an irreversible encryption method that way if someone were to get into the database they couldn't steal passwords.

It would be something like this.
$password = $crypt($real_password, $salt);
Then lob $password into the database. Then to check if the password is correct, just encrypt the password from the form and compare it to the database.
Title: Re: My System
Post by: Rhamises on August 21, 2011, 05:37:56 PM
oh thank you. yes, the links are not noticeable and im planning later to use md5 encrypting. by the way thanks alot. maybe after a month i can finish it. i am working on 4 systems right now using PHP.

btw, you edited the admin password, what is it?