新增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
+28
View File
@@ -0,0 +1,28 @@
{
"name": "Uebimiau-Webmail",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Uebimiau Webmail",
"website": "http://www.uebimiau.org/download.php",
"matches": [
{
"regexp": "(?-mix:\t\t\t\t\t<td class=\"info\">Uebimiau Webmail v([^<]{1,15})<\\/td>)",
"offset": 1
},
{
"text": "<title>Uebimiau ( Installer )</title>",
"module": "Install Page"
},
{
"text": "<p>You are about to re-install Uebimiau Webmail on you system.<br>Thanks to log with your UebiMiau Admin ID and password to continue.</p>",
"module": "Install Page"
},
{
"text": "<script type=\"text/javascript\" src=\"themes/default/js/webmail.js\"></script>"
},
{
"text": "<meta name=\"keywords\" content=\"uebimiau,tdah,uebimiau,webmail,email,mail,client,application,pop3,php,open source,free,sourceforge,development\" />",
"certainty": 75
}
]
}