Well now I'm having an issue saving the string to a file..
It worked before but now it has stopped working o.o
Here is the part that is problematic.
PHP Code:
function GetFiles(){
this.ply = player.account;
temp.req = requesturl("http://wr3ckless.net/corinthia/getfiles.php");
thiso.catchevent(req, "onReceiveData", "onGot");
}
function onGot(req){
temp.url = "http://www.wr3ckless.net/corinthia/";
temp.dat = req.fulldata;
for(temp.f = 0; temp.f < dat.size(); temp.f ++){
temp.file = requesturlasgamefile(url@dat[f], dat[f], 0, false);
temp.dat = temp.file.fulldata;
temp.dat.savestring("levels/"@dat[f], 0);
sleep(1);
}
}
It isn't creating a file, yet before it was.
And yes the control NPC has rw rights.