ecco gli errori
Codice PHP:
Notice: Undefined offset: 3 in /4/whois_class.php on line 422 PHP Warning: fsockopen() [function.fsockopen]: unable to connect to whois.crsnic.net:43 (Connection timed out) in /4/whois_class.php on line 338 Warning: fsockopen() [function.fsockopen]: unable to connect to whois.crsnic.net:43 (Connection timed out) in /4/whois_class.php on line 338 PHP Warning: fputs(): supplied argument is not a valid stream resource in /4/whois_class.php on line 346 Warning: fputs(): supplied argument is not a valid stream resource in /4/whois_class.php on line 346 PHP Warning: feof(): supplied argument is not a valid stream resource in /4/whois_class.php on line 354 Warning: feof(): supplied argument is not a valid stream resource in /4/whois_class.php on line 354 PHP Warning: fgets(): supplied argument is not a valid stream resource in /4/whois_class.php on line 355 Warning: fgets(): supplied argument is not a valid stream resource in /4/whois_class.php on line 355
-la linea 422 è questa:
-
Codice PHP:
$full_dom=$this->servers[$i][3];
-linea 338:
-
Codice PHP:
$fp = fsockopen($whois_server,43);
-linea346:
Codice PHP:
fputs($fp, "$dom\r\n");
-linea 354:
Codice PHP:
while(!feof($fp)){
-linea 355
Codice PHP:
$line=trim(fgets($fp,128));