Simple, "One Php File" Frontend for Gammu-smsd
-
Copy the index.php to the web server.
-
Edit the variables for database connection.
-
Edit the variables for authentication.
Displays list of sent SMS. From the database "sentitems" table.
Displays list of sent SMS. From the database "inbox" table.
Query join of the database "inbox" and "senditens" tables to display list of available conversations.
Displays list of OutBox (Queued For Delivery) SMS. From the database "outbox" table.
Form for sending SMS.
Send sms from command line. Example: http://localhost/?do=api&token=your_token&phone=to_phone&message=your_message
Displays the smsd log file.