Quote:
Originally Posted by Ron1n
You can change whether users can upload files via the following:
search in dl_add.php for CANDOWNLOADFILES, and change every instance of CANDOWNLOADFILES to CANUPLOADFILES. Then go to dl_panel.php and search for do=add. There will be two instances, because there are two different times that the navigation bar is constructed. You want to remove it from the one that deals with users, and keep it in the one that deals with managers.
|
Yes, now works!

But not with CANUPLOADFILES but with CANMANAGEFILES.
Now i missing only the Link Downloads, then this script is for me perfect!