mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "Piwik",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Bhavin Senjaliya <bhavin.senjaliya@gmail.com>",
|
|
"version": "0.3",
|
|
"description": "Piwik is a downloadable, open source (GPL licensed) real time web analytics software program.",
|
|
"website": "http://piwik.org/",
|
|
"matches": [
|
|
{
|
|
"certainty": 75,
|
|
"ghdb": "+intitle:Piwik \"JavaScript must be enabled in order for you to use Piwik in standard view\""
|
|
},
|
|
{
|
|
"text": "<title>Piwik › Web Analytics Reports</title>"
|
|
},
|
|
{
|
|
"text": "<img src=\"themes/default/images/loading-blue.gif\" alt=\"\" /> Loading data"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\\\"generator\\\"[^>]*content=\\\"Piwik ([0-9\\.]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^_pk_)",
|
|
"name": "_pk_ cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^PIWIK_SESSID)",
|
|
"name": "PIWIK_SESSID cookie"
|
|
}
|
|
]
|
|
}
|