Ini dia Buat akun di 160by2.com dan instal php di sistem Anda.
sudo apt-get install php5-cli php5-curl curl
Rekatkan nomor dan kata sandi Anda di tempat yang saya sebutkan dan jalankan skrip ini:
<? php
gema "Telepon:"; $ phno = trim (fgets (STDIN));
echo "Pesan:"; $ msg = trim (fgets (STDIN));
echo "Panjang Pesan:" .strlen ($ msg). "\ nMengirim ...";
$ yournumber = ''; // nomor Anda di dalam tanda kutip tunggal
$ yourpassword = ''; // kata sandi Anda di dalam tanda kutip tunggal
$ 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_close ($ 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 & msg1 = $ msg & action1 = sa65sdf656fdfd");
$ x = curl_exec ($ cur);
curl_close ($ cur);
gema "\ nKirim!";
Simpan skrip sebagai sms.php.Kemudian di jalankan terminal php sms.php
DIBUAT!