Tạo tập tin guitin.php dán code này vào
Thay tuoitreit.vn thành mật khẩu của bạn
Chúc các bạn thành công!
Theo daivietpda.vn
PHP:
<?php
$tuoitreit = "http://zonesms.tk/index.php?mobile";
if($_POST['submit']){
if ($_POST['matkhau'] !== 'tuoitreit.vn')
echo 'Bạn đã nhập sai mật khẩu, mật khẩu đúng là tuoitreit.vn';
else {
$ttit = array (
"phone" => $_POST['sodienthoai'],
"gateway" => $_POST['maychu'],
"message" => $_POST['noidung'],
);
$ch = curl_init ($tuoitreit);
curl_setopt ($ch, CURLOPT_POST, true);
curl_setopt ($ch, CURLOPT_POSTFIELDS, $ttit);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
$dulieuttit = curl_exec ($ch);
if (preg_match ('/has been sent to/',$dulieuttit)) echo '<font color="red">Gửi tin nhắn thành công</font>';
elseif (preg_match ('/The system has detected Spam!/',$dulieuttit)) echo '<font color="red">Gửi tin nhắn thất bại</font>';
elseif (preg_match ('/Your message send failure! Please try again./',$dulieuttit)) echo '<font color="red">Máy chủ đang bận, thử lại sau</font>';
elseif (preg_match ('/Your message send failure! Please try again./',$dulieuttit)) echo '<font color="red">Máy chủ đang bận, thử lại sau</font>';
elseif (preg_match ('/A similar message has been sent before, This message is ignored!/',$dulieuttit)) echo '<font color="red">Nội dung này đã được gửi trước đây, vui lòng nhập nội dung khác</font>';
}
}
?>
<form method="post">
Mật khẩu:
<input type="text" name="matkhau"><br>
Chọn máy chủ:
<input type="radio" name="maychu" value="0" checked="checked">Máy chủ 1
<input type="radio" name="maychu" value="1">Máy chủ 2<br>
Số điện thoại:
+<input type="text" name="sodienthoai" value="84"><br>
Nội dung tin nhắn:
<textarea type="text" name="noidung"></textarea><br>
<input type="submit" name="submit" value="Gửi tin"></form>
Chúc các bạn thành công!
Theo daivietpda.vn