Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   SZ Edition (http://www.bvlist.com/forumdisplay.php?f=24)
-   -   How? (http://www.bvlist.com/showthread.php?t=405)

azog 3rd June 2008 12:16

How?
 
How I can add a team on staff.
I'am a admin but say Nothing found ins staff

:cool:

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

Fynnon 3rd June 2008 12:29

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!


All times are GMT +2. The time now is 17:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.