mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
28 lines
951 B
JSON
28 lines
951 B
JSON
{
|
|
"name": "Squirrelcart",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Squirrelcart PHP Shopping Cart software - Requires PHP and MySQL",
|
|
"website": "http://www.squirrelcart.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<div class=\"sc_link\">Powered by <a target=\"_blank\" href=\"http://www.squirrelcart.com/php_shopping_cart.php\">Squirrelcart © PHP Shopping Cart Software</a></div>"
|
|
},
|
|
{
|
|
"text": "<!-- Template: price_html.tpl.php -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>Squirrelcart v([^\\s]+) Control Panel<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:SC_referer=)"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:SC_referral_date=[\\d]{4}\\-[0-1][\\d]\\-[0-3][\\d]\\+)"
|
|
}
|
|
]
|
|
}
|