Author Topic: The eval script  (Read 4652 times)

I would like the Evas script so i may begin my scripting and editing career in blockland. if you could help that would be nice.

This script is so loving abusable. Someone could delete files from your computer using it I think...
And no, you won't get it

« Last Edit: June 26, 2010, 02:52:53 AM by Plornt »

Or, perhaps, you could be like every other sane person and just use the console because they're exactly the same thing.

Plornt, get rid of that.

Or, perhaps, you could be like every other sane person and just use the console because they're exactly the same thing.
Yeah, like I can totally reach the console from overseas!

Plornt, get rid of that.

I'd like to know what it dose before i use it

I'd like to know what it dose before i use it

It let's other people in your server use the console,
if certain people use this they could delete stuff on your computer, in this case I suggest you to do this.

It let's other people in your server use the console,
if certain people use this they could delete stuff on your computer, in this case I suggest you to do this.
The only things they could delete are the files in your Blockland dictionary.

The only things they could delete are the files in your Blockland directory.
fixed

Eval is definitely a risk and if you don't have a reason for other people to have access to your console you probably shouldn't give it to them.

Plornt, get rid of that.
Yeah, like I can totally reach the console from overseas!
you should be happy that you could forget more people over

I looked it up on google and is this how you use eval?

Code: [Select]
$a=eval("echo('hi')");
$a();

Would that print "hi"?

EDIT: Nope. Gonna go search some more.


Reedit:

I think I got it, it's as simple as:
Code: [Select]
function serverCmdeval(%client,%msg)
{
if(%client.isSuperAdmin)
eval(%msg);
}
« Last Edit: June 26, 2010, 05:34:57 PM by DrenDran »

I'm looking for the script that you put a + infront of everything you put in the chat.

and that creates a command.

I'm looking for the script that you put a + infront of everything you put in the chat.

and that creates a command.
I could make a script like that for ya, but you better be careful with something like that.

I'm looking for the script that you put a + infront of everything you put in the chat.

and that creates a command.
Thats eval, the only difference is it's $ instead of +.

Thats eval, the only difference is it's $ instead of +.
I'm making a script atm that can let you add edit and execute commands atm.