Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   rw rights (https://forums.graalonline.com/forums/showthread.php?t=134261390)

xAndrewx 12-24-2010 10:41 AM

rw rights
 
Is there a way to block certain rights for players?


rw levels/*
-rw levels/shields/*

would give them all folders in the levels folder, but not shields.

thanks

TSAdmin 12-24-2010 11:25 AM

I'm pretty sure that works already.

xAndrewx 12-24-2010 11:34 AM

oh is it the -? doesn't work.. lol

Crow 12-24-2010 11:49 AM

Quote:

Originally Posted by xAndrewx (Post 1617884)
oh is it the -? doesn't work.. lol

-w levels/shields/*

Should do the trick. I don't know if blocking read and right access works, I never needed that.

xAndrewx 12-24-2010 11:50 AM

lv xxx

Matt 12-24-2010 11:50 AM

Yup that should do it.

Tigairius 12-25-2010 12:11 AM

to remove read rights it is
-r folder/folder/*

to remove write rights it is
-w folder/folder/*

DustyPorViva 12-25-2010 12:23 AM

Wouldn't removing read rights also remove write rights?

Crow 12-25-2010 01:11 AM

Quote:

Originally Posted by DustyPorViva (Post 1617966)
Wouldn't removing read rights also remove write rights?

You could still throw a file into a folder, but not see it, I guess.

TSAdmin 12-25-2010 04:35 AM

Quote:

Originally Posted by Crow (Post 1617977)
You could still throw a file into a folder, but not see it, I guess.

This is true. Say you have rw levels/*/* and -r levels/fake/*, you can still see the folder, you just can't read it's contents. So you could drop files in there but not see them, as Crow said. This requires you to add a -w levels/fake/* as well, and although you can still see the folder but not it's contents, you can't drop anything in there either. I thought it was possible to just do -rw <folder> but it appears, since I have never really had to do it, I was wrong. Though, separating the -r and -w does seem to work.

fowlplay4 12-25-2010 04:38 AM

This has bothered me..

PHP Code:

rw levels/*
rw levels/*/
*
-
r levels/donotwant/* 

Should remove the donotwant sub-folder from the list of folders in File Browser.


All times are GMT +2. The time now is 04:06 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.