You can use the "friends" version only with a personal server.
You will find an array (in wadja2.php) to set your friends mobile number and wadja ID:
(make your girlfriend and family sign up to wadja...)
$friends = array("39xxxxxxxxxx" => "friend1 ID", "39xxxxxxxxxx" => "friend2 ID");
This way the message will be sent using the unlimited sms towards wadja members.
Actually, this will happen also with the "standard" mode, if you set up $friends properly.
(but your text will be 92-chars long)
Obviously you need your server to personalize wadja2.php.
Woot, your script is really interesting as always!!!
But..why did you make the friend lookup that way? It's not really handy to hardcode friends ID into the script.
I've seen you allow also mail address as friend recipients, but you are stripping the part after the @ symbol.
Correct me if I'm wrong: this means that the friend-version can also be used writing a fake email address in the form of "FRIEND'S WADJA ID@FAKE DOMAIN.FAKE TLD" as recipient?
Now going into a more technical speach: iIf this is the case..why not making the "friend" mode the default one, with mixed mode recipients (<in>2</in> , you are the first person besides me to have used it

), and work that way:
- if recipient is email, the part after the @ symbol is ignored, and the first part is read as friend id
- if the recipient is number there are 2 ways. Try to search in the wadja friend lookup array:
- If the number is found, continue with friends mode
- If not found, send the message using the "non-wadja-member mode", standard send
What do you think about this? This allows to have only 1 entry for Wadja in goText service list, and be able to use both modes.
It is also better for making it available here on gotext.org webserver.
OT: this service does not use the gotext browser (GREAT job Zydio) since it was written before.
Thank you, I've spent quite a good amount of time on making it, making it simple yet powerful, and make it working on shared hosting webserver.
I hope you will find it useful in your code/projects in the future
