View Single Post
  #6  
Old 16th May 2012, 18:26
costy22it costy22it is offline
Senior Member
 
Join Date: Oct 2010
Romania
Posts: 35
Default pm for help
send me private mesager or add me to messenger newarea_eu at yahoo.com

This are the lines you must edit for admin

Quote:
// Check Staff Names
$lmaxclass = 19
;
$lsysopnames = array("the staff name goes here");
// Case sensitive. Change this (YOUR SYSOP-ADMIN

}
// Check Staff IDS
define ('UC_TECH', 19);
// Minumum Staff Level (4= UC_MODERATOR)
if ($CURUSER['class'] >= UC_TECH
) {
$allowed_ID = array(Your id goes here);
// Change this (YOUR SYSOP-ADMIN IDS GOES HERE) (example: array(1,2,3,4,5))


Last edited by costy22it; 16th May 2012 at 18:30. Reason: update post
Reply With Quote