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

28 lines
943 B
JSON

{
"name": "ClanSphere",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Free OpenSource Clan CMS",
"website": "www.csphere.eu/index/clansphere/about",
"matches": [
{
"text": "<title>ClanSphere - News</title>"
},
{
"text": "<meta name=\"generator\" content=\"ClanSphere\" />"
},
{
"regexp": "(?i-mx:Powered by <a href=\"http:\\/\\/www.csphere.eu[^>]+>Clansphere[\\ CSP]*)"
},
{
"regexp": "(?i-mx:<a href=\"[\\/]*index.php\\?mod=clansphere&amp;action=about[^>]+>Powered by Clansphere[\\ CSP]*)"
},
{
"regexp": "(?i-mx:<a href=\"[\\/]*index.php\\?mod=clansphere&amp;action=about[^>]+>Clansphere[\\ CSP]*)"
},
{
"regexp": "(?-mix:powered by <a href=\"http:\\/\\/www.clansphere.net[^>]+>ClanSphere Project<\\/a>)"
}
]
}