新增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
@@ -0,0 +1,15 @@
{
"name": "DMXReady-Members-Area-Manager",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "DMXReady Members Area Manager allows you to quickly create a whole area of your website that is 'members only' so you can control who sees your content.",
"website": "http://www.dmxready.com/?product=members-area-manager",
"matches": [
{
"regexp": "(?-mix:<p align=\"center\"><a href=\"[^\"]*\\/applications\\/MembersAreaManager\\/inc_membersareamanager\\.asp\\?show=sendpassword\">Forget Password\\?<\\/a>)"
},
{
"regexp": "(?-mix:<form ACTION=\"[^\"]*\\/applications\\/MembersAreaManager\\/inc_membersareamanager\\.asp\" method=\"POST\" name=\"login\" onSubmit=\"YY_checkform\\('login','entity_username','#q','0','Please provide username','entity_password','#q','0','Please provide password'\\);return document.MM_returnValue\" >)"
}
]
}