답변:
여기 요 160by2.com에서 계정을 만들고 시스템에 php를 설치하십시오.
sudo apt-get install php5-cli php5-curl curl
내가 언급 한 곳에 번호와 비밀번호를 붙여 넣고이 스크립트를 실행하십시오.
<? php echo "전화 :"; $ phno = trim (fgets (STDIN)); echo "Message :"; $ msg = trim (fgets (STDIN)); echo "메시지 길이 :".strlen ($ msg). "\ n 보내기 ..."; $ yournumber = ''; // 작은 따옴표 안의 숫자 작은 따옴표 안에 $ yourpassword = ''; // 비밀번호 $ cur = curl_init ( "http://160by2.com/re-login"); curl_setopt ($ cur, CURLOPT_POST, 1); curl_setopt ($ cur, CURLOPT_POSTFIELDS, "사용자 이름 = $ yournumber & password = $ yourpassword"); curl_setopt ($ cur, CURLOPT_COOKIESESSION, 1); curl_setopt ($ cur, CURLOPT_COOKIEJAR, "쿠키"); 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, "쿠키"); curl_setopt ($ cur, CURLOPT_POSTFIELDS, "mobile1 = $ phno & msg1 = $ msg & action1 = sa65sdf656fdfd"); $ x = curl_exec ($ cur); curl_close ($ cur); echo "\ n 보냈습니다!";
스크립트를 sms.php로 저장 한 다음 터미널 실행시 php sms.php
끝난!
sudo apt-get install curl php5-curl
PHP 용 cURL 및 cURL API를 설치합니다. 오류가 해결됩니다.
간단 해.
CS Networks에 등록 하면 다음 명령으로 터미널에서 메시지를 보낼 수 있습니다.
wget http://api.cs-networks.net:9011/bin/send?USERNAME=yourusername&PASSWORD=yourpassword&DESTADDR=447123456789&MESSAGE=somemessageSOURCEADDR=test
다음은 sendms / gsendsms의 32 비트 및 64 비트 버전 모두에 대한 .deb 파일을 다운로드하는 링크입니다. Sendsms는 GNU / GPL 라이센스에 따라 공개 된 오픈 소스 소프트웨어입니다.
https://www.cs-networks.net/index.php/products/toolsandutils/linux-sendsms
GNOME 아래 터미널이나 간단한 GUI에서 메시지를 보낼 수 있습니다.