
October 7th, 2012, 12:18 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 12
Time spent in forums: 3 h 3 m 39 sec
Reputation Power: 0
|
|
|
Try to add another field near each account in MySQL ,
Basically it should contain a number 0-9 or as many levels or usergroups you want , just name that field accesslevel or group.
Make sure on registration everyone enter to group "0" - regular registered members , than just play with the script and mysql , a script should read your mysql and if user's accesslevel is for example higher than 5 than its an administrator . something like that
|