新增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
+35
View File
@@ -0,0 +1,35 @@
{
"name": "Coppermine",
"author": "Andrew Horton",
"version": "0.4",
"description": "Open-source Photo Gallery powered by PHP & MySQL",
"website": "http://www.coppermine-gallery.net/",
"matches": [
{
"text": "<title>Coppermine Photo Gallery - Home</title>"
},
{
"regexp": "(?-mix:Coppermine version: ([0-9\\.]+)[ \\n]*\\$Revision)"
},
{
"text": "<!-- BEGIN album_list -->"
},
{
"name": "powered by link",
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/(coppermine-gallery.net|coppermine.sf.net|coppermine.sourceforge.net)\\/\" [^>]+>Coppermine Photo Gallery<\\/a>)"
},
{
"regexp": "(?-mix:<!--Coppermine Photo Gallery ([\\d\\.]+)[^>]+-->)"
},
{
"name": "displayimage.php url",
"certainty": 50,
"regexp": "(?-mix:<a href=\"[^\"]*\\/displayimage.php\\?album=[a-z0-9]+&pos=\">)"
},
{
"name": "<!--Coppermine Photo Gallery",
"regexp": "(?-mix:<!--Coppermine Photo Gallery ([\\d\\.]+[^>]+)-->)",
"offset": 1
}
]
}