if (isset($_GET['del']) || $_SESSION['emailactcheck'] == "ok" || $_SESSION['user'] == "admin" || isset($_POST['pass']) || $_SESSION['randno'] == $_POST['access'] && isset($_SESSION['randno'])){
unset($_SESSION['randno']);
}else{
$_SESSION['randno'] = md5(rand(1,100));
$fop = fopen('./files/' .$_GET['file'] .'.dfh', 'r');
$foundfile = fread($fop, '999');
fclose($fop);
$foundfile = explode("|", $foundfile);
?>
<p align="center"><b><?php echo $lang[downloadattempt];?> <?php echo $foundfile[1];?></b></p>
<?php
include ('./styles/'.$style.'/comparison_table.php');
include('footer.php');
}
Return to Daddy's File Host v1.X
Users browsing this forum: No registered users and 26 guests