Well I had posted a long time ago about a safe mode feature,
which basically, if enabled, alerts when commands like /dll,
/run, sock commands and stuff like that are used to go along
with the ability to lock/disable those commands altogether.

Scripts can have an on LOAD or on START to do
if ($lock(run)) echo -a You need to unlock /run to use $nopath($script)

if ($lock(dll)) echo -a You need to unlock /dll to use $nopath($script)

if ($lock(sockets)) echo -a You need to unlock sockets to use $nopath($script)

Last edited by EVH; 30/12/03 04:12 PM.