SQL2KDBA69
Programmer
does anybody know what this error means.
Notice: fwrite(): send of 9 bytes failed with errno=1 Operation not permitted in /home/allout/public_html/rvsslwebphp/serverliste.php on line 57
here is my site
Notice: fwrite(): send of 9 bytes failed with errno=1 Operation not permitted in /home/allout/public_html/rvsslwebphp/serverliste.php on line 57
here is my site
Code:
$fp = fsockopen("udp://".$ip[$i],$bp[$i],$errno,$errstr);
if (is_resource($fp)){
socket_set_timeout($fp,$socket_timeout);
fwrite($fp,"REPORTEXT",9);