mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "VSP-Stats-Processor",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "vsp stats processor is a multi game log analyzer / stats generator / log parser.",
|
|
"website": "http://www.scivox.net/vsp/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:powered by <A HREF=\"http:\\/\\/www.(scivox.net|clanavl.com)\\/vsp\\/\">vsp stats processor<\\/A>)"
|
|
},
|
|
{
|
|
"text": " theme:bismarck by <A HREF=\"#\" TITLE=\"myrddin8 <AT> gmail <DOT> com\">myrddin</A> ",
|
|
"string": "bismarck"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"regexp": "(?-mix:<TITLE>vsp \\((map|award|game|player) stats\\)<\\/TITLE>)"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"text": "<BODY>error: cannot establish database connection or database database_name does not exist",
|
|
"string": "Error"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<A HREF=\"http:\\/\\/www.clanavl.com\\/vsp\\/\">vsp<\\/A> v([\\d\\.]+),)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|