新增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
+24
View File
@@ -0,0 +1,24 @@
{
"name": "MyBB",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customization of your forums using the template system.",
"website": "http://mybb.com/",
"matches": [
{
"text": "\t\t\t\t<!-- MyBB is free software developed and maintained by a volunteer community. "
},
{
"text": "\t\t\t\t<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time."
},
{
"text": "<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img"
},
{
"regexp": "(?-mix:Powered By <a href=\"http:\\/\\/(mybb.com\\/|www.mybboard.net)\" target=\"_blank\">MyBB<\\/a>, &copy; 2002-20[\\d]{2} <a href=\"http:\\/\\/(mybb.com\\/|www.mybboard.net)\" target=\"_blank\">MyBB Group<\\/a>.)"
},
{
"text": "Powered By <a href=\"http://www.mybboard.com\" target=\"_blank\">MyBB</a>"
}
]
}