SA-MP Query php, online players list - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA-MP Query php, online players list (
/showthread.php?tid=579116)
SA-MP Query php, online players list -
Zekiloni - 24.06.2015
Hi, i made on my portal online players list and other functions about server. On localhost, using xamp, it's works,
but on some hosting, real, it doesn't work

why ?
Re: SA-MP Query php, online players list -
Abagail - 24.06.2015
For future reference, this is a
PAWN support forum, this is a PHP / webserver issue. Anyways, what is probably happening is the port is either blocked by the webhost administrator or the fsockopen function isn't available, enabled or compatible with the configuration.
You can ask your webhost to correct the issue, most will open the port or enable the function depending on the cause of the problem.