Free Android SMS gateway API
powered by SMS gateway | indositus.com


This page is used to test the proper operation of the HTTP server after it has been installed. If you can read this page it means that the HTTP server installed at this site is working properly.


PHP script so you can send SMS

Instal PHPSMS.APK

Download at Google Playstore or http://sms.indositus.com/phpsms.apk

How to SMS sending from PHP Script

< ? php
function sendsms($to,$msg){
//init SMS gateway, look at android SMS gateway
$idmesin="your ID Mesin";
$pin="your PIN";

// create curl resource
$ch = curl_init();

// set url
curl_setopt($ch, CURLOPT_URL, "https://sms.indositus.com/sendsms.php?idmesin=$idmesin&pin=$pin&to=$to&text=$msg");

//return the transfer as a string
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

// $output contains the output string
$output = curl_exec($ch);

// close curl resource to free up system resources
curl_close($ch);
return($output);
}
$sending=sendsms("082137980096","hello guest");

?>

You are free to use the images below on Linux powered HTTP servers. Thanks for using CentOS-WebPanel!

About CentOS-WebPanel:

The CentOS-WebPanel - a Free Web Hosting control panel designed for quick and easy management of (Dedicated & VPS) servers minus the chore and effort to use ssh console for every time you want to do something, offers a huge number of options and features for server management in its control panel package.

For information on CentOS-WebPanel please visit the CentOS-WebPanel.com.



Note:

CentOS-WebPanel is Software and it is used to power this website; however, the webserver is owned by the domain owner and not the CentOS-WebPanel.

If you have issues with the content of this site, contact the owner of the domain, not the CentOS-WebPanel.

For example, if this website is www.example.com, you would find the owner of the example.com domain at the following WHOIS server: http://whois.domaintools.com