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

31 lines
1.3 KiB
JSON

{
"name": "i-Gallery",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "i-Gallery is a complete online photo gallery. Easy to navigate thumbnails with paging. Enlarged views offer print & email buttons.",
"website": "http://www.b-cp.com/igallery",
"matches": [
{
"regexp": "(?-mix:<title>.:: i-Gallery ([\\d\\.]+) -[^:]+:.<\\/title>)",
"offset": 1
},
{
"regexp": "(?i-mx:<font class=\"textsm\">Powered By:&nbsp;<a class=\"linksm\" href=\"http:\\/\\/www.b-cp.com\\/igallery\" target=\"_blank\">i-Gallery ([\\d\\.]+)<\\/a>)",
"offset": 1
},
{
"text": "var verify = confirm(\"Are you sure you want to permanently delete the selected \\\"Item\\\" from the i-Gallery database? All information will be lost!\");"
},
{
"text": "<!-- ################ Begin Empty Root Folder Message ################ -->"
},
{
"regexp": "(?-mix:<img src=\"images\\/igallery-logo.gif\" width=[0-9]* height=[0-9]* border=[0-9]* alt=\"i-Gallery Home Page\"><\\/a><br>)"
},
{
"text": "<title>.:: - Photo Viewer ::.</title>",
"url": "ViewPhoto.asp"
}
]
}