新增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
+20
View File
@@ -0,0 +1,20 @@
{
"name": "XHP-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "XHP CMS - eXpandable Home Page is an easy to install, easy to use, easy to expand content management system (CMS) written in PHP and using MySQL as the database engine.",
"website": "http://xhp.targetit.ro/",
"matches": [
{
"text": "<title>XHP installation</title>"
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"XHP - eXpandable Home Page v([\\d\\.]+)\"\\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/xhp.targetit.ro\\/\">Powered by XHP CMS v([\\d\\.]+)<\\/a><br\\/><a href=\"http:\\/\\/lars.targetit.ro\\/\">Site engine is copyright)",
"offset": 1
}
]
}