Jump to content

MTA: SS (MTA Server Statistics)


Falcon

Recommended Posts

Posted (edited)

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
Posted (edited)

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
Posted

Nice work! But could you make the small adjustmensts required to let is output valid HTML4 or XHTML? These errors are minor, but can fuck up a complete site

Posted

Nice work! But could you make the small adjustmensts required to let is output valid HTML4 or XHTML? These errors are minor, but can fuck up a complete site

Posted (edited)

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
Posted (edited)

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
  • MTA Team
Posted

i think if you'll search the forums you will find other scripts like these. And also log file parsers that can show statistics from players and weapons and stuff

  • MTA Team
Posted

i think if you'll search the forums you will find other scripts like these. And also log file parsers that can show statistics from players and weapons and stuff

Posted

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.

Posted

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.

Posted

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.

Posted

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.

Posted
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 :)

how u make it do that ????

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

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