View Single Post
  #21  
Old 13th August 2008, 16:13
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
you also need to enter your user ID a few lines lower here
Code:
if(get_user_class() >= UC_MODERATOR){
   $adminids = array(8,9,xx);    // put your admins id in here like this (1,1553,956,12414)
Reply With Quote