Bạn đi đây Tạo một tài khoản tại 160by2.com và cài đặt php trên hệ thống của bạn.
sudo apt-get install php5-cli php5-curl curl
Dán số và mật khẩu của bạn vào nơi tôi đã đề cập và chạy tập lệnh này:
<?
tiếng vang "Điện thoại:"; $ phno = trim (fgets (STDIN));
echo "Tin nhắn:"; $ dir = trim (fgets (STDIN));
echo "Độ dài tin nhắn:" .strlen ($ dir). "\ n Gửi ...";
$ yournumber = ''; // số của bạn trong dấu ngoặc đơn
$ yourpassword = ''; // mật khẩu của bạn bên trong dấu ngoặc đơn
$ cur = curl_init ("http://160by2.com/re-login");
curl_setopt ($ cur, CURLOPT_POST, 1);
curl_setopt ($ cur, CURLOPT_POSTFIELDS, "username = $ yournumber & password = $ yourpassword");
curl_setopt ($ cur, CURLOPT_COOKIESESSION, 1);
curl_setopt ($ cur, CURLOPT_COOKIEJAR, "cookie");
curl_exec ($ cur);
curl_c Đóng ($ cur);
$ cur = curl_init ("http://160by2.com/SendSMSAction");
curl_setopt ($ cur, CURLOPT_POST, 1);
curl_setopt ($ cur, CURLOPT_AUTOREFERER, 1);
curl_setopt ($ cur, CURLOPT_COOKIEFILE, "cookie");
curl_setopt ($ cur, CURLOPT_POSTFIELDS, "mobile1 = $ phno & dir1 = $ dir & action1 = sa65sdf656fdfd");
$ x = curl_exec ($ cur);
curl_c Đóng ($ cur);
tiếng vang "\ nSent!";
Lưu tập lệnh dưới dạng sms.php. Sau đó, khi chạy thiết bị đầu cuối php sms.php
LÀM XONG!