新增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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "CS-Cart",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "CS-Cart is a full e-commerce solution for small to medium sized businesses. The software uses PHP4 and MySQL to provide an easy, quick and flexible interface, allowing you to produce a high functionality on-line store in minutes. It is all 100% template driven!",
"website": "http://www.cs-cart.com/",
"matches": [
{
"text": "\ttext_required_group_product: 'Please select a product for the required group [group_name]',"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.cs-cart.com\" target=\"_blank\"[^>]+>CS-Cart - Shopping Cart Software<\\/a>)"
},
{
"text": "<title>CS-Cart. Powerful PHP shopping cart software</title>"
}
]
}