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?
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" ?