Author Topic: You can access SQL from scripts on blockland???  (Read 383 times)

I saw this in a script (Kalph's)

KalphSQL.post("POST","********",%bl_id,%name); //password there


I have a online SQL thing. Could I take and add to it?



Code: [Select]
function cmdServertestme(%client)
{
SQL.post("POST","********","Hello","Bye"); //password there
}

If so, would that be enough to make it post Hello,Bye to it when I type "/testme" ?

The answer to all of your questions including the one in the subject is "No"