Jump to content

MTA: SS (MTA Server Statistics)


Falcon

Recommended Posts

Latest News On MTASS

MTASS 1.1 for MTA:SA Released

just 1 or 2 quick fixes to make it work better..

------------------------------------------------------------------------------------

MTASS 1.0 for MTA: SA Released

For all of you having to wait a few agonizing hours I've now released MTA: SS for MTA:SA!

Downloads are listed below..

------------------------------------------------------------------------------------

summary

it generates the following:

- server name

- game type

- mta version

- players

- patch installed (only for VC)

- player list

- join server link

you also have the option to integrate the script in your own pages, detailed description in the file.

download

Vice City (tested on 0.5)

main page: download!

mirror 1: download!

demo: click!

San Andreas v 1.1 (tested on dedicated server 1.0.3)

main page: download!

mirror 1: download!

demo: click!

Edited by Guest
Link to comment

Latest News On MTASS

MTASS 1.1 for MTA:SA Released

just 1 or 2 quick fixes to make it work better..

------------------------------------------------------------------------------------

MTASS 1.0 for MTA: SA Released

For all of you having to wait a few agonizing hours I've now released MTA: SS for MTA:SA!

Downloads are listed below..

------------------------------------------------------------------------------------

summary

it generates the following:

- server name

- game type

- mta version

- players

- patch installed (only for VC)

- player list

- join server link

you also have the option to integrate the script in your own pages, detailed description in the file.

download

Vice City (tested on 0.5)

main page: download!

mirror 1: download!

demo: click!

San Andreas v 1.1 (tested on dedicated server 1.0.3)

main page: download!

mirror 1: download!

demo: click!

Edited by Guest
Link to comment

Yeah, i changed one that was made for vc for sa ready for when vces get a SA server, tested it on littlewhiteys server

Demo

also with the image script

Clickah

You could always remove the 'ListenServer' part with a str_replace

Nice script mate, looking good :)

Edited by Guest
Link to comment

Yeah, i changed one that was made for vc for sa ready for when vces get a SA server, tested it on littlewhiteys server

Demo

also with the image script

Clickah

You could always remove the 'ListenServer' part with a str_replace

Nice script mate, looking good :)

Edited by Guest
Link to comment

if you had taken a look at it you would have noticed that it's not a script that should be used by advanced users who want all their stats published on a site.

I made this script for clans who want simple real-time server statistics wich is easy to implement in their site.

Link to comment

if you had taken a look at it you would have noticed that it's not a script that should be used by advanced users who want all their stats published on a site.

I made this script for clans who want simple real-time server statistics wich is easy to implement in their site.

Link to comment

The normal monitor, but these mistakes "" look not so beautifully what to correct, execute the following steps.

Find:

// sort all data.

After add:

$serverquery = str_replace("","<=>",$serverquery);

Find:

foreach (array_keys ($players) as $player) {
pcount ++;

After add:

$players = str_replace("","<>",$players);

$players = str_replace("","<>",$players);

$players = str_replace("","<>",$players);

Other mistakes are corrected as.

Link to comment

The normal monitor, but these mistakes "" look not so beautifully what to correct, execute the following steps.

Find:

// sort all data.

After add:

$serverquery = str_replace("","<=>",$serverquery);

Find:

foreach (array_keys ($players) as $player) {
pcount ++;

After add:

$players = str_replace("","<>",$players);

$players = str_replace("","<>",$players);

$players = str_replace("","<>",$players);

Other mistakes are corrected as.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...