新增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
+38
View File
@@ -0,0 +1,38 @@
{
"name": "phpScheduleIt",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "A web-based resource scheduling system that allows administered management of reservations on any number of resources. Typical applications are conference room or machine reservation management. Written in PHP and tested on MySQL. ",
"website": "http://phpscheduleit.sourceforge.net",
"matches": [
{
"text": "<div align=\"left\"><img src=\"img/phpScheduleIt.png\" alt=\"logo\" vspace=\"5\"/></div>"
},
{
"text": "<p align=\"center\">Powered by <a href=\"http://phpscheduleit.sourceforge.net\">phpScheduleIt</a></p>"
},
{
"text": "<p align=\"right\"><a href=\"http://phpscheduleit.sourceforge.net\">Powered By phpScheduleIt"
},
{
"text": "<br>Powered By: phpScheduleIt</p>",
"certainty": 75
},
{
"regexp": "(?-mix:<p align=\"center\">[<!\\-]*<a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">[\\->]*Powered By phpScheduleIt v([\\d\\.]+)[<!\\-]*<\\/a>[\\->]*<\\/p>)",
"offset": 1
},
{
"regexp": "(?-mix:<p align=\"center\"><a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">phpScheduleIt v([\\d\\.]+)<\\/a><\\/p>)",
"offset": 1
},
{
"regexp": "(?-mix:<p align=\"center\">Powered by <a href=\"http:\\/\\/phpscheduleit.sourceforge.net\">phpScheduleIt v([\\d\\.]+)<\\/a><\\/p>)",
"offset": 1
},
{
"regexp": "(?-mix:[P|p]?owered by <a href=\"http:\\/\\/phpscheduleit.sourceforge.net\"[^>]*>phpScheduleIt v([\\d\\.]+)<\\/a>)",
"offset": 1
}
]
}