Quote:
Originally Posted by OldSkoolRap
Hey you i got some warnings/errors!!
PHP код:
Warning: fsockopen() [function.fsockopen]: UDP protocol is not allowed includes/modules/SampQueryAPI.php on line 42
PHP код:
Line 42:
$this->rSocket = fsockopen('udp://'.$this->aServer[0], $this->aServer[1], $iError, $sError, 2);
Another Warning....
PHP код:
Warning: fread(): supplied argument is not a valid stream resource in includes/modules/SampQueryAPI.php on line 279
PHP код:
Line 279:
fread($this->rSocket, 11);
Another Warning..
PHP код:
Warning: fread(): supplied argument is not a valid stream resource in includes/modules/SampQueryAPI.php on line 232
PHP код:
Line 232:
fread($this->rSocket, 11);
And now a Fatal Error:
PHP код:
Fatal error: Call to undefined function ssh2_connect() in pages/status.php on line 29
PHP код:
Line 29:
$con = ssh2_connect($server_ip, 22);
!!Help me dude !!
|
Your webserver does not have ssh2 module, and does not allow upd sockets.
If you're using free webhosting, i cannot help you, if you're using paid hosting, open a support ticket with your host.