Просмотр файла scripts/md5.php
<div class=a>MD5</div> <form method=GET> <input type=text name=md5hash><BR> <input type=submit><BR> </form> <div class=a> <? include("../config.php"); include("../templates/head.php"); include("../data/data_links.dat"); $md5hash = $_GET['md5hash']; echo md5($md5hash); ?> </div> <? include("../templates/foot.php"); ?>