mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Subrion-CMS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.2",
|
||||
"description": "Subrion CMS unites the functionality of articles script, auto classifieds script, realty classifieds script, and web directory script all in one package.",
|
||||
"website": "http://www.subrion.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "Powered by <a href=\"http://www.subrion.com\">Subrion CMS</a>"
|
||||
},
|
||||
{
|
||||
"text": "Powered by <strong><a href=\"http://www.subrion.com/\" title=\"Subrion CMS\" target=\"_blank\">Subrion CMS</a>"
|
||||
},
|
||||
{
|
||||
"text": "powered by <a href=\"http://www.subrion.com/\" title=\"Site powered by Subrion CMS\">Subrion CMS</a>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\t<meta name=\"generator\" content=\"Subrion CMS ([\\d\\.a-zA-Z]+)\" \\/>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\t<title>Subrion CMS ([\\d\\.a-zA-Z]+) - Web Installer<\\/title>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\tPowered by <a href=\"http:\\/\\/www.subrion.com\\/\" title=\"Classifieds Software\">Subrion CMS<\\/a> Version ([\\d\\.a-zA-Z]+)<br \\/>)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user