View Single Post
  #10 (permalink)  
Old 06-04-04, 10:02 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
well what i did was a very very very simple protect script.

you can add like:
PHP Code:

if ($rank == "admin"){

//admin powers
}
elseif (
$rank == "Member"){
//member powers
}
else{
include 
"login.php";

then you would have to make a process file. if you want more help, you can either im or pm me
Reply With Quote