mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
926 B
JSON
25 lines
926 B
JSON
{
|
|
"name": "PHPWind",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "BBS [Chinese]",
|
|
"website": "http://www.phpwind.net/",
|
|
"matches": [
|
|
{
|
|
"certainty": 25,
|
|
"regexp": "(?-mix:<title>[^<]+ - (powered by phpwind.net|Powered by PHPWind)<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<meta name=\"generator\" content=\"PHPWind [v]?([^\"^\\(]+)(\\([\\d]+\\))?\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "Powered by <a href=\"http://www.phpwind.net/\" target=\"_blank\"><b>PHPWind</b></a>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.phpwind.net\\/\" target=\"_blank\"><b>PHPWind<\\/b><\\/a>[\\s]*<a href=\"http:\\/\\/www.phpwind.net\\/\" target=\"_blank\"><b style=\"color:#FF9900\">v([\\d\\.]+)<\\/b><\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|