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,29 @@
|
||||
{
|
||||
"name": "SMF",
|
||||
"author": "Andrew Horton, Brendan Coles <bcoles at gmail dot com>, @csalazar",
|
||||
"version": "0.6",
|
||||
"description": "SMF (Simple Machines Forum) is an opensource forum written in PHP",
|
||||
"website": "www.simplemachines.org",
|
||||
"matches": [
|
||||
{
|
||||
"name": "copyright link",
|
||||
"text": "<a href=\"http://www.simplemachines.org/about/copyright.php\" title=\"Free Forum Software\" target=\"_blank\""
|
||||
},
|
||||
{
|
||||
"name": "javascript",
|
||||
"text": "document.getElementById(\"upshrink\").src = smf_images_url + "
|
||||
},
|
||||
{
|
||||
"name": "smflogo gif",
|
||||
"regexp": "(?-mix:<img class=\"floatright\" id=\"smflogo\" src=\"[^\"]*\\/images\\/smflogo.gif\" alt=\"Simple Machines Forum\" \\/>)"
|
||||
},
|
||||
{
|
||||
"offset": 1,
|
||||
"regexp": "(?-mix:<a href=\"http:\\/\\/www.simplemachines.org\\/\" title=\"Simple Machines Forum\" target=\"_blank\"( class=\"new_win\")?>Powered by SMF ([^<]+))"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a href=\".*?\" title=\"Simple Machines Forum\" target=\"_blank\" class=\"new_win\">SMF ([^<]+))",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user