Bonjour,
J'ai un problème ave PHPSend. Sur un script :
J'obtiens ces erreurs :
Warning: socket_connect() [function.socket-connect]: Host lookup failed [-10004]: No address associated with name in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 48
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 53
Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 21
5
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 92
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 93
Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 21
1
Merci d'avance
J'ai un problème ave PHPSend. Sur un script :
PHP:
<?php
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);
include_once("PHPSend.php");
$connect = new PHPSend();
$result = $connect->PHPSconnect("ecucraft.minecraft-mania.fr", "z8W73ùùùùùùùùùùùùùùQ384Jmq7", "30015");
echo $result."<br>";
$result = $connect->PHPSdisconnect();
echo $result;
?>
J'obtiens ces erreurs :
Warning: socket_connect() [function.socket-connect]: Host lookup failed [-10004]: No address associated with name in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 48
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 53
Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 21
5
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 92
Warning: socket_write() [function.socket-write]: unable to write to socket [32]: Broken pipe in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 93
Warning: socket_read() [function.socket-read]: unable to read from socket [107]: Transport endpoint is not connected in /home/geeksdel/public_html/ecu-craft/PHPSend.php on line 21
1
Merci d'avance