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

22 lines
812 B
JSON

{
"name": "DotA-OpenStats",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "DotA OpenStats - MySQL based web statistics site for DotA games. - Requires PHP and MySQL",
"website": "https://sourceforge.net/projects/dotaopenstats/",
"matches": [
{
"text": "<meta name=\"generator\" content=\"dota OpenStats\" />"
},
{
"text": "<meta name=\"copyright\" content=\"openstats.iz.rs\" />"
},
{
"text": "<img alt='' width='16' height='16' style='vertical-align:middle' src='./style/dota/img/logo.png' />"
},
{
"regexp": "(?-mix:&copy; (20[\\d]{2}) Powered by <a target=\"_blank\" href=\"http:\\/\\/openstats\\.iz\\.rs\">DotA OpenStats<\\/a>)"
}
]
}