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,22 @@
|
||||
{
|
||||
"name": "F3Site",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.2",
|
||||
"description": "F3Site is a lightweight CMS written in XHTML 1.0 Strict, CSS and PHP 5. It lets you create multilingual websites without necessity of separate installation for each language.",
|
||||
"website": "http://compmaster.prv.pl",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<a href=\"http://compmaster.prv.pl\" target=\"_blank\">powered by F3Site</a></span>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by[^>]*<a[^>]*href=\"http:\\/\\/compmaster.prv.pl[^>]*>F3Site[^>]*<\\/a>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by[^>]*<a[^>]*href=\"http:\\/\\/dhost.info\\/compmaste[^>]*>F3Site[^<]*<\\/a>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/compmaster.prv.pl\">F3Site v([\\d\\.]+) plus<\\/a>)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user