Download Page

[insert_php]

if(!isset($_POST[‘downloadfile’]))
{
echo(““);
}
[/insert_php]

Downloading
[insert_php]
$val=$_POST[“downloadfile”];
$newname=substr($val,22);

$secondname=strstr($newname, ‘/’);

//echo $secondname;

//echo date(‘d/m/Y 22:55:55’, strtotime(‘+2 days’));
//$finalname=str_replace(“/”,””,$secondname);
//$nameoffile=str_replace(“_”,” “,$finalname);
//$nameoffile2=str_replace(“-“,” “,$nameoffile);

$file=$secondname;
$secret_word = “haji”;
$uri_prefix = “http://209.126.105.33″;
$time = time()+600;
$md5 = base64_encode(md5($secret_word.$file.$time, true));
$md5 = strtr($md5, ‘+/’, ‘-_’);
$md5 = str_replace(‘=’, ”, $md5);
$url= html_entity_decode($val.’?st=’.$md5.’&e=’.$time);

echo $url;

[/insert_php]

Our high-speed Linux server has received your request, which will be processed shortly. After your request is processed

it will automatically start downloading the requested file on your computer.

Please wait while we process your download

processing download

If your download does not starts automatically click here.

Please report. any broken link or harmful software here.

[insert_php]
echo(”

“);
echo(‘‘);
[/insert_php]