Files
OneForAll-mirror/data/rules/whatweb/mybb.json
T
2020-07-29 00:02:06 +08:00

25 lines
1.3 KiB
JSON

{
"name": "MyBB",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customization of your forums using the template system.",
"website": "http://mybb.com/",
"matches": [
{
"text": "\t\t\t\t<!-- MyBB is free software developed and maintained by a volunteer community. "
},
{
"text": "\t\t\t\t<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time."
},
{
"text": "<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img"
},
{
"regexp": "(?-mix:Powered By <a href=\"http:\\/\\/(mybb.com\\/|www.mybboard.net)\" target=\"_blank\">MyBB<\\/a>, &copy; 2002-20[\\d]{2} <a href=\"http:\\/\\/(mybb.com\\/|www.mybboard.net)\" target=\"_blank\">MyBB Group<\\/a>.)"
},
{
"text": "Powered By <a href=\"http://www.mybboard.com\" target=\"_blank\">MyBB</a>"
}
]
}