mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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": " 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user