Hi there!
I want to show you how to send SMS for free from anywhere (Server, B4J, B4A, B4I, Python, JS, etc.) just by using a POST request, MySQL, PHP, and B4A!
If you encounter any problems, contact me via private chat.
Enjoy!
I want to show you how to send SMS for free from anywhere (Server, B4J, B4A, B4I, Python, JS, etc.) just by using a POST request, MySQL, PHP, and B4A!
Steps to use:
- You need to have a web server (shared or private is fine). To create a free one, use 000webhost.
- Once you have access to your server, upload the contents of PHP_Server.zip to your server.
- Create a MySQL database using the contents of the MYSQL.zip file.
- Save the database credentials and enter them into the config.php file on the server.
- Test the database connection by navigating to the GetFiles.php link (for example: https://your-server.com/SMSSender/config.php).
- Open the B4A project.
- Update the "link to GetList.php" and "link to sms_sent.php" in the HTTP background service.
- Compile the project and grant the "Send SMS" permission on your phone.
- Done!
If you encounter any problems, contact me via private chat.
Enjoy!