Résolu PHPSend

Killer_of_Space

Architecte en herbe
14 Février 2012
158
17
124
Aix-en-Provence
Bonjour,

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
 
Merci, je vais regarder cela.
Mais permet-il comme PHPSend d'avoir un nombre de commandes illimités ? C'est à dire, comme il est plus tenu à jour, va-t-il utiliser seulement les commandes existantes par défaut où comme PHPSend, on peut indiquer n'importe laquelle ?