include_once "includes/database.php"; include_once "includes/functions.php"; $go = "downloads.php"; if($elif) { check_Login($go); $elif = "/downloads/" .base64_decode($elif); header("Content-disposition: attachment; filename=$elif"); header("Content-Type: application/force-download"); header("Content-Transfer-Encoding: binary"); header("Pragma: no-cache"); header("Expires: 0"); } #check for select $sql = "select file,name from download_games order by id desc"; $result = mysql_db_query(DATABASE,$sql); if(mysql_error()) admin_error("