View Single Post
Old 12-23-2007, 12:47 AM   #10 (permalink)
bdm
The Acquainted
Good Samaritan 
 
Join Date: Nov 2007
Posts: 127
Thanks: 14
bdm is on a distinguished road
Default

Your users table needs some lovin'.

users
user_rank => tinyint(1)
username seems to be way too long, same with password and name
and i think the hashes password will always be the same length. so it's safe to use char(n)

Sorry, only had a quick second to spare.
bdm is offline  
Reply With Quote