Thread: How?
View Single Post
  #2  
Old 3rd June 2008, 12:29
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: How?
You are the admin just not shown on that page because the developer of this source choosed this!
If you want to be on that page do this:
(already answered in the main topic)

open staff.php and change this line

Code:
WHERE class >= ' . UC_UPLOADER . ' AND class < ' . UC_SYSOP . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';

to
Code:
WHERE class >= ' . UC_UPLOADER . ' AND status = 1 AND enabled = 1 ORDER BY name ASC, class ASC';

Quote:
Originally Posted by azog
and how to remove this problem:

Code:
[TB Dev SZ Edition Debug] PHP Notice: in file /include/class.cleanup.php on line 47: set_time_limit() has been disabled for security reasons
Try and disable safe_mode!
Reply With Quote