Re: PHP Query (show your server on your website) -
gamer931215 - 26.09.2010
Quote:
Originally Posted by ReVo_
Send me fixed query for 0.3b? this query not work
|
Read at the date, its posted somewhere in 2009 when 0.3a came out,
also please dont bumb old posts (bumping means posting at very old threads so there up in the list again).
Re: PHP Query (show your server on your website) -
thimo - 27.01.2012
This is still working just fine
Re: PHP Query (show your server on your website) -
Translator - 10.07.2012
Anyway to get server stats that have over 100+ players?
Re: PHP Query (show your server on your website) -
[MM]18240[FMB] - 25.07.2012
I am new to PHP, what do I save the first one as, and the second? And where do I upload them? Just to
http://eefs2.vacau.com/Forums/EEFS/query ?
Re: PHP Query (show your server on your website) -
ca2k - 25.07.2012
Quote:
Originally Posted by [MM]18240[FMB]
|
Take a look in here
https://sampforum.blast.hk/showthread.php?tid=362385
Re: PHP Query (show your server on your website) -
CrossUSAAF - 25.07.2012
If your host provider does not allow to do something, just like your upload limit is only 5 mb, you can easily change it with .htaccess file.
Thanks for this information.
Re: PHP Query (show your server on your website) -
StoNe- - 12.07.2014
Hi,
This is awesome, but I have a problem. When I'm getting the online players, if their number is too high (around ~100), them won't be shown. Why?
Thanks.
Re: PHP Query (show your server on your website) -
Sithis - 12.07.2014
Quote:
Originally Posted by StoNe-
Hi,
This is awesome, but I have a problem. When I'm getting the online players, if their number is too high (around ~100), them won't be shown. Why?
Thanks.
|
The SA-MP server has a built in limitation: it will not send detailed player information via server query if there are more than a 100 players. This is to prevent many people querying large amounts of data from one server.
Re: PHP Query (show your server on your website) -
StoNe- - 12.07.2014
Quote:
Originally Posted by Sithis
The SA-MP server has a built in limitation: it will not send detailed player information via server query if there are more than a 100 players. This is to prevent many people querying large amounts of data from one server.
|
Thanks for answer. There's a method to avoid this? I really need to execute a query to get the informations from a server.
ps. I saw a website which showed around 700 online players.
Re: PHP Query (show your server on your website) -
Aldo. - 12.07.2014
Quote:
Originally Posted by StoNe-
Thanks for answer. There's a method to avoid this? I really need to execute a query to get the informations from a server.
ps. I saw a website which showed around 700 online players.
|
Update player accounts to show if they are online or offline then query your DB from your site and return all accounts that are shown to be online.
Re: PHP Query (show your server on your website) -
StoNe- - 13.07.2014
Thanks for answer, but I need a method to use just PHP, it is possible?
Re: PHP Query (show your server on your website) -
Zekiloni - 07.11.2015
how to show more than one server ?
Re: PHP Query (show your server on your website) -
NLDBrian - 16.10.2017
Is there a way to remove the underscores from player names?