Save file on host?
#1

stock Save(str[])
{
new File:log = fopen("http:\\133.58.22.165\Logs\File.txt", io_append);
format(str, 256, "%s\r\n", str);
fwrite(log, str);
fclose(log);
return 1;
}

i want to save File.txt to other host not in scriptfiles

can ?
Reply


Messages In This Thread
Save file on host? - by dud - 26.07.2011, 08:55
Re: Save file on host? - by cessil - 26.07.2011, 10:39
Re: Save file on host? - by Guest3598475934857938411 - 26.07.2011, 12:16
Re: Save file on host? - by PGTips - 26.07.2011, 12:20
Re: Save file on host? - by linuxthefish - 26.07.2011, 12:26
Re: Save file on host? - by PGTips - 26.07.2011, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)