View Single Post
  #7  
Old 25th May 2009, 12:55
pdq pdq is offline
TBDev BANNED Warrior
 
Join Date: Sep 2008
P2P
Posts: 46
Default
you can add/edit/remove classes in include/config.php file:
PHP Code:
define ('UC_USER'0);
define ('UC_POWER_USER'1);
define ('UC_VIP'2);
define ('UC_UPLOADER'3);
define ('UC_MODERATOR'4);
define ('UC_ADMINISTRATOR'5);
define ('UC_SYSOP'6); 
While source is labeled Alpha it is by far the better choice when compared to the old 06/08 rar. It has most bugs/notice errors fixed, has some basic mods added and has been re-coded/re-organized.

However, n00bs may have problems using it as some code has been relocated into different files (which is a good thing lol).

I'd recommend this source to intermediate >= coders or n00bs who can tough it out :P

After using the source for over 1 year now and using for live site i would never go back to using the 06/08 source again and can't see why anyone starting a new source would want to use it when an updated source is available. :)

=]
Reply With Quote