this program is used for mr sunarko assignment in network programming course. beware this program will use your phone credits to send the sms
- Manually inserting your device id
- Send Single message
- Send Multple message
- Typing your own messages / no templates
-
Goto: https://smsgateway.me/ and Signup.
- email and password will be used to login to the app in your phone.
-
Download the application in https://apkpure.com/es/sms-gateway-api/networked.solutions.sms.gateway.api
- the original app is no longer available in the playstore/ region lock but not sure.
-
Login to with your credentials in the app.
- sometimes it kinda buggy and say wrong password, try changing your password in the web if that happen(personal experience).
-
I assume you guys will use XAMPP so put download the the repo and put it on ~/XAMPP/htdocs/nameyourfolder
-
Goto: https://smsgateway.me/ login and then go to settings overthere u can get your API Token you can copy it now
-
Open sendSms.php in a text editor and uncomment the $token = "your-api-token-here"; and put your token here. since you don't use the external files u might want to comment or delete the require_once('apitoken.php);
- alternatively you can make a php file and paste the token there.
-
For the Device ID you can get the device id from the app of your phone or get it from the smsgateway web.
- Currently trying to get a simple crud and getting number from mysqli database
- Get Device Id form or something?
- A working login system for the web? but its not a priority right now
- CSS for the front end
-
https://smsgateway.me/sms-api-documentation/getting-started
Im using this two repos for the base
This assignment will be my first git repo. sorry for the inconviences, also i think i wont be accepting any pull request yet since im not that adept yet at branching build and git in overall