Guest Posted March 1, 2006 Share Posted March 1, 2006 (edited) Hi, I have started to creat 4 PHP scripts today, Visit Website -MTA Easy Stats: Easy PHP script for get mta server status (on or off, servername, connected, places, players list and mroe...). -MTA List Servers: Small PHP script with MySQL database, for creat server list for your favorites servers. -MTA Panel Servers: Panel written in PHP, it's possible to creat users for control servers form website (config, start and clsoe server only). -MTA Images Servers: Small PHP script for creating server status image (you need GD module). MTA Easy Stats 1.0 it's finish, it's so very easy to add stats 1- Download it here. 2- Unzip enywhere. 3- Open index.php, and see it's easy . it's possible to creat a mix example: include ("mta.php"); $server1 = mtaserver("serverip1","serverport1",""Connected"","closed server sry"); $server2 = mtaserver("serverip2","serverport2",""Connected"","closed server sry"); $numbertwoserver = $server1 + $server2; echo $numbertwoserver; // Its for get the total of connected players about the serverip1:serverport1 and serverip2:serverport2 Sorry for my english, im french. Edited March 1, 2006 by Guest Link to comment
Jeremy Posted March 1, 2006 Share Posted March 1, 2006 Hi,I have started to creat 4 PHP today, Visit Website -MTA Easy Stats: Easy PHP script for get mta server status (on or off, servername, connected, places, players list and mroe...). -MTA List Servers: Small PHP script with MySQL database, for creat server list for your favorites servers. -MTA Panel Servers: Panel written in PHP, it's possible to creat users for control servers form website (config, start and clsoe server only). -MTA Images Servers: Small PHP script for creating server status image (you need GD module). MTA Easy Stats it's finish, it's so very easy to add stats 1- Download it here. 2- Unzip enywhere. 3- Open index.php, and see it's easy . it's possible to creat a mix example: $numbertwoserver = mtaserver("serverip1","serverport1",""Connected"","closed server sry") + mtaserver("serverip2","serverport2",""Connected"","closed server sry"); echo $numbertwoserver; // Its for get the total of connected players about the serverip1:serverport1 and serverip2:serverport2 Sorry for my english, im french. Good Job Erick keep up the good work Link to comment
Harry Posted March 1, 2006 Share Posted March 1, 2006 Might be usefull to post a working example with this. Link to comment
Jeremy Posted March 1, 2006 Share Posted March 1, 2006 Might be usefull to post a working example with this. Harry, he did check the post it takes you to his website and its shows a demo on there Link to comment
DEVIL-gtamp.net Posted March 1, 2006 Share Posted March 1, 2006 how can i make it so all the text is on the left please Link to comment
Guest Posted March 1, 2006 Share Posted March 1, 2006 Make what sry i dont understand, what do you want? Link to comment
DEVIL-gtamp.net Posted March 1, 2006 Share Posted March 1, 2006 look at http://www.gtamp.net/mta/ i want all that teft aligned left 1 on top of each other so i can use it as a block Link to comment
Guest Posted March 1, 2006 Share Posted March 1, 2006 ok i understand, i update it now, It's easy for change structure, 1- open mta.php 2- find line 107 code: ///// Default Config echo "$blks[2] Adress: " . $ip . ":" . $port . "Version: $blks[3] ($blks[5])Map: $mapPlayers: $blks[7]Places: $blks[8]Pourcent: $pourcents% ID Nick Score Ping You just need to modify Link to comment
DEVIL-gtamp.net Posted March 1, 2006 Share Posted March 1, 2006 i tried changing them centers to left and there no diff Link to comment
DEVIL-gtamp.net Posted March 2, 2006 Share Posted March 2, 2006 can some 1 help me get all the text and tables on the left please Link to comment
Battlefan Posted March 3, 2006 Share Posted March 3, 2006 Will it come out in english? It is in english Link to comment
Omg Posted March 5, 2006 Share Posted March 5, 2006 Will it come out in english? It is in english Weird on the demo site all i saw was some language out of my league. Link to comment
Recommended Posts