8,21d7 < for ($j=0; $j<200; $j++) { < if (isset($_POST['b' . $j])) { < $fx=urlencode(str_replace("Agree to Moderation of ","",urldecode($_POST['b' . $j]))) . ".aml"; < if (file_exists($fx)) { < unlink($fx); < $qw=@file_get_contents("what_we_have_in_common.html"); < file_put_contents("what_we_have_in_common.html", str_replace("Agree to Moderation of ","",urldecode($_POST['b' . $j])) . "\n" . $qw); < } else if (str_replace(".aml", "", $fx) != "") { < $qw=@file_get_contents("what_we_have_in_common.html"); < file_put_contents("what_we_have_in_common.html", urldecode($_POST['b' . $j]) . "\n" . $qw); < } < } < } < 36,55d21 < $i=0; < foreach (glob("*.aml") as $filename) { < if (substr($filename, 1, 1) == ":") { // Windows < $parts=explode("\\", $filename); < } else { < $parts=explode("/", $filename); < } < $thisfile=urldecode(str_replace(".aml", "", $parts[-1 + sizeof($parts)])); < if ($backbuttonhtml == "") { < $backbuttonhtml='
'; < } else { < $backbuttonhtml.='