One Hat Cyber Team
Your IP :
172.69.130.198
Server IP :
188.114.96.4
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thuruk
/
public_html
/
App
/
New
/
users
/
View File Name :
test_msg.php
<?php //following query will send sms to user $curl1 = curl_init(); $mobile ='94713505429'; // curl_setopt($curl1, CURLOPT_URL,'https://richcommunication.dialog.lk/api/sms/inline/send?q=994c2a181323d6d&destination=94713505429&message=aaaaaa&from=Test'); curl_setopt($curl1, CURLOPT_URL,'https://richcommunication.dialog.lk/api/sms/inline/send?q=994c2a181323d6d&destination=94713505429&message=aaaa&from=Test'); // curl_setopt($curl1, CURLOPT_URL,'https://richcommunication.dialog.lk/api/sms/inline/send?q//=75b0d5013208a40&destination=94713505429&message=hello&from=CloudX.LK'); curl_setopt($curl1, CURLOPT_FAILONERROR, true); curl_setopt($curl1, CURLOPT_FOLLOWLOCATION, true); curl_setopt($curl1, CURLOPT_RETURNTRANSFER, true); echo $output1 = curl_exec($curl1); ?>