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,19 @@
|
||||
{
|
||||
"name": "MiniBB",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "MiniBB is a free standalone open source program for building your own Internet forum.",
|
||||
"website": "http://www.minibb.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<td class=\"tbTransparent txtR\"><!--miniBB Copyright link. You are not allowed to remove it if you have not purchased the Commercial License. Refer to COPYING file for more-->"
|
||||
},
|
||||
{
|
||||
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.minibb.(com|net)\"[^>]*>miniBB[^<]{0,15}<\\/a>)"
|
||||
},
|
||||
{
|
||||
"offset": 1,
|
||||
"regexp": "(?i-mx:Powered by <a[^>]+href=\"http:\\/\\/www.miniBB.(com|net)\"[^>]*>miniBB ([^<]{1,7})<\\/a>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user