OK thanks I did a clean install, re-tried and it works .
Can you help me put it on the download page.
if (is_file('./files/' .$_GET['file'] .'.dfh') && strpos($_SERVER['PHP_SELF'], 'download.php')){
$fop = fopen('./files/' .$_GET['file'] .'.dfh', 'r');
$foundfile = fread($fop, '999');
fclose($fop);
$foundfile = explode("|", $foundfile);
?>
<title><? echo $foundfile[1] . " | " . $compname;?></title>
<?php
}else{
?>
<title>Some other title</title>
<?php
}
if( $_SESSION['security_code'] == $_POST['security_code'] && !empty($_SESSION['security_code'] ) ) {
if (isset($_POST['submit']) && $_GET['act'] == "forgotpass"){
<img src="CaptchaSecurityImages.php?width=100&height=40&characters=5" /><br /><input id="security_code" name="security_code" type="text" />
Return to Hacks and Modifications
Users browsing this forum: No registered users and 4 guests