How do I make a PHP5/MySQL login system with admin features?
Wednesday, 8th February 2012
by irc4cpu
Hello, I want to make a PHP login system with admin features included, but I am just a beginner. (I took a PHP class, but it barely touched the surface. It only covered variables! Such a waste of $115!) I can tweak PHP code, but I need a login system for my site. It needs the following user levels: (I will make the chat and other features, ex blogging, chatting, but not profiles.) Every level has the privliges of the things above it.
Guest-Can only view, register, login.
Registered user- Can chat, blog, edit his/her profile.
Admins (Do not share privliges)
Profile- Edits/moderates profiles
Chat mod-Can ban users
Blog admin- Can moderate/delete blogs
Semi-owner- Can do everything but delete users, change user privliges
Owner-Can do everything
I also would need an admin panel with it that I can integrate into easily,
|