it really bothers me how 90 is not on a tick
I noticed that too, let me see if I can fix it real quick.
Is there support to replace S in Host with H?
I could add that.
pm me the remote admin thing if you're still using eval for custom commands
actually pm me anything that uses eval, i wish to "audit" as they say for security problems
i'm not like calling you stupid or anything btw, just human
Sure. Though if I remember correctly I had it filter out all semicolons, that should render it harmless.
edit: doesn't even use eval anymore:
function BLRS_AuthCommand(%sender,%command,%arg1,%arg2,%arg3)
{
if(isFunction("blrscmd" @ %command))
{
call("blrscmd" @ %command,%sender,%arg1,%arg2,%arg3);
}
//old bad way of doing it
//eval("blrscmd" @ %command @ "(" @ %sender @ ",\"" @ %arg1 @ "\",\"" @ %arg2 @ "\",\"" @ %arg3 @ "\");");
}
This is pretty badass, but I dont understand the purpose of it. Someone mind to elaborate for me?
Well each picture shows a different feature?
What aren't you getting?
I'm debating adding a column in the server list for wheater of not a server has this system.
Perhaps it could be something you could enable and disable.
Thanks for all the support so far guys!