mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
26 lines
1.2 KiB
JSON
26 lines
1.2 KiB
JSON
{
|
|
"name": "Ultrastats",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "UltraStats is a php based gamelog parser for the famous Call of Duty franchise supporting Call of Duty, Call of Duty: United Office, Call of Duty2, Call of Duty 4: Modern Warfare and Call of Duty: World at War. In order to fully support UltraStats, you need a Apache or IIS Webserver with PHP5 ( PHP4 should still work ) installed. You also need a MySQL Database to store the data into.",
|
|
"website": "http://www.ultrastats.org/",
|
|
"matches": [
|
|
{
|
|
"text": "<DIV align=center>Powered by Ultrastats"
|
|
},
|
|
{
|
|
"text": "<img src=\"./images/main/ultrastatslogo.png\" width=\"300\" height=\"200\" name=\"ultrastats_logo\" align=\"center\">"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<title>Ultrastats :: [^<]+<\\/title>)"
|
|
},
|
|
{
|
|
"text": "<title>UltraStats :: Critical Error occured</title>"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx: <a href=\"http:\\/\\/www.ultrastats.org[\\/]?\" target=\"_blank\">Ultrastats<\\/a> Version ([\\d\\.]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|