新增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
+34
View File
@@ -0,0 +1,34 @@
{
"name": "SQLiteManager",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "SQLiteManager - Web-based SQLite administration",
"website": "http://www.sqlitemanager.org",
"matches": [
{
"text": "<!-- SQLiteFunctionProperties.class.php : propView() -->"
},
{
"text": "<!-- common.lib.php : displayMenuTitle() -->"
},
{
"text": "<td style=\"white-space: nowrap\">\t<form name=\"database\" action=\"main.php\" enctype=\"multipart/form-data\" method=\"POST\" onSubmit=\"checkPath();\" target=\"main\">"
},
{
"text": "<h2 class=\"sqlmVersion\">Database : <a href=\"main.php?dbsel="
},
{
"regexp": "(?-mix:<title>(SQLite version [\\d\\.\\s-]+)(undefined)?<\\/title>)"
},
{
"regexp": "(?-mix:<h2 class=\"sqlmVersion\">Welcome to <a href=\"http:\\/\\/www\\.sqlitemanager\\.org\" target=\"_blank\">SQLiteManager<\\/a> version ([^\\s^>]+)<\\/h2>)",
"offset": 1
},
{
"regexp": "(?-mix:<h4 class=\"serverInfo\">(SQLite version [\\d\\.\\s-]+)(undefined)? \\/ PHP version 5.2.17<\\/h4>)"
},
{
"regexp": "(?-mix:<h4 class=\"serverInfo\">SQLite version [\\d\\.\\s-]+(undefined)? \\/ (PHP version [^\\s^<]+)<\\/h4>)"
}
]
}