新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,29 @@
{
"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": "&nbsp;theme:bismarck by <A HREF=\"#\" TITLE=\"myrddin8 <AT> gmail <DOT> com\">myrddin</A>&nbsp;",
"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
}
]
}