- Code: Select all
if ($_GET['file'] <> "" && strpos($_SERVER['PHP_SELF'], "download.php")){
if (file_exists("./files/".$_GET['file'].".dfh")) {
$fh1=fopen("./files/".$_GET['file'].".dfh",r);
$foundfile= explode('|', fgets($fh1));
fclose($fh1);
}
}
if ($_GET['file'] <> "" && strpos($_SERVER['PHP_SELF'], "download.php")){
if (file_exists("./files/".$_GET['file'].".dfh")) {
$fh1=fopen("./files/".$_GET['file'].".dfh",r);
$foundfile= explode('|', fgets($fh1));
fclose($fh1);
}
}
Return to Daddy's File Host v1.X
Users browsing this forum: No registered users and 6 guests