新增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
+16
View File
@@ -0,0 +1,16 @@
{
"name": "BosClassifieds",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "The BosClassifieds Classified Ad System will allow your web site visitors to place their own classified ads to your web site into categories which you specify. All BosDev, Inc products require a web server running PHP version 4.10 or higher, MySQL 3.23 or higher, and the GD2 graphics library.",
"website": "http://www.bosdev.com/bosclassifieds/",
"matches": [
{
"text": "Powered by <a href=\"http://www.bosdev.com/\" target=\"_blank\">BosClassifieds</a> <a href=\"http://www.bosdev.com/\" target=\"_blank\">Classified Ads</a> System<br>Copyright"
},
{
"regexp": "(?-mix: <meta name=\"generator\" content=\"BosClassifieds ([\\d\\.]+) by BosDev\">)",
"offset": 1
}
]
}