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

22 lines
861 B
JSON

{
"name": "Flat-File-Guestbook",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The Flat File PHP Guestbook is designed to be lightweight, easy on the server, and simple to install. Requires PHP 4+.",
"website": "http://www.advancebydesign.com/software/php-scripts-and-programmes/mail-and-feedback/php-flat-file-guestbook.html",
"matches": [
{
"text": "<link rel=\"stylesheet\" type=\"text/css\" href=\"ffgb_styles.css\">"
},
{
"text": "<a href=\"guestbook.php\">Return to the Guestbook</a><br>&nbsp;<br>"
},
{
"text": "<td align=\"right\"><input type=\"password\" value=\"\" name=\"ffgb_pass\"></td></tr>"
},
{
"text": "<a href=\"ffgb_admin.php\"><i>Manage this Guestbook</i></a>"
}
]
}