Making a Server Monitor -
Zekiloni - 06.11.2015
Regards, i'm making site on which going to print some servers, and informations for the same.
I'm using
'server_query.php'(SA-MP Query Server Version 0.3), and i'm on the half way to make
but i need some help: i want to make to show informations of more than one server, how to make that ?
http://i.imgur.com/2ipkRUF.jpg
contact me or write in the answer
skype: zekirija_king
********:
https://www.********.com/ZekyOS.Alomerovic
Re: Making a Server Monitor -
Kaperstone - 06.11.2015
Read the terms of use.
Quote:
(b) You may not connect to the SA-MP master list using custom software unless
permission is granted by the service provider.
|
http://sa-mp.com/service_agreement.txt
There is a reason why its not listed anywhere how to get the full server list.
However, there is an alternative -
https://monitor.sacnr.com
Re: Making a Server Monitor -
Zekiloni - 07.11.2015
i want only to show servers from balkan, i'll add all servers from balkan manual, but how to get for more ips, this is only for one
Re: Making a Server Monitor -
Kaperstone - 08.11.2015
Quote:
Originally Posted by Zekiloni
i want only to show servers from balkan, i'll add all servers from balkan manual, but how to get for more ips, this is only for one
|
I don't understand ...
you said you will get manually, but want more, and I gave you a link where you can manually reach all servers.
Re: Making a Server Monitor -
Zekiloni - 08.11.2015
i don't want reach all servers, only servers from balkan that i want,
Код:
$serverIP = "93.119.25.85";
$serverPort = 7777;
server info
but i want
Код:
$serverIP2 = "93.119.25.85";
$serverPort2 = 7777;
server info2
-----------------------------------------
$serverIP3 = "93.119.25.85";
$serverPort3 = 7777;
server info3
-----------------------------------------
$serverIP4 = "93.119.25.85";
$serverPort4 = 7777;
server info4
Re: Making a Server Monitor -
Zekiloni - 08.11.2015
this
https://sampforum.blast.hk/showthread.php?tid=99649&page=8 but i want to show more than one server
Re: Making a Server Monitor -
Kaperstone - 08.11.2015
You just can't without getting the IP's manually.
Re: Making a Server Monitor -
Zekiloni - 08.11.2015
I have adresses of servers that i want to add, but how to add with this process 'samp_query.php' more than one server ?
Re: Making a Server Monitor -
Kaperstone - 08.11.2015
https://sampforum.blast.hk/showthread.php?tid=104299
put them in an array and loop through them.
Re: Making a Server Monitor -
Zekiloni - 09.11.2015
can you help me, and explain ?