Disable some ''?do=something'' commands
For example, you can disable the search function by setting $conf['disableactions']=“search”;
$conf['disableactions']=“search”;
Multiple actions can be given comma separated.