Server did not respond -_-
#1

https://sampforum.blast.hk/showthread.php?tid=355574

Good evening,
I spent the whole day trying to list the players from my server in my site, I still have that message, that my server does not respond -_-
I use a simple script to see if my server it works well, then yes it works but the other I can not

the simple script
Код:
   <?php
 $fp = @fsockopen("udp://51.254.29.46", "30465", $errno, $errstr, 1);
 if($fp >= 1)
 { 
 echo '<p align="center" class="style3"><strong>En ligne</strong></p>';
 }
 else
 { 
 echo '<p align="center" class="style2"><strong>Hors ligne</strong></p>';
 }
 ?>
GRRRRR
XD
Reply


Messages In This Thread
Server did not respond -_- - by Saliim - 25.04.2016, 19:22
Re: Server did not respond -_- - by Saliim - 26.04.2016, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)