25.04.2016, 19:22 
	
	
	
		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
GRRRRR 
XD
	
	
	
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>';
 }
 ?>
XD


