新增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,20 @@
{
"name": "ASPThai_Net-Webboard",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "ASPThai.Net Webboard",
"website": "http://www.aspthai.net/",
"matches": [
{
"text": "<meta name=\"copyright\" content=\"Copyright (C) 2002-2005 Supap Wanawan\" />"
},
{
"regexp": "(?-mix: <br \\/><br \\/><span class=\"text\" style=\"font-size:10px\">Powered by <a href=\"http:\\/\\/www.aspthai.net\\/\" target=\"_blank\" style=\"font-size:10px\">ASPThai.Net Webboard<\\/a> version ([\\d\\.]+)<\\/span><br \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<!-- ASPThai.Net Webboard ver. ([\\d\\.]+) is written and produced by Supap Wanawan)",
"offset": 1
}
]
}