Welcome, Guest. Please login or register.
Did you miss your activation email?
September 10, 2010, 07:21:31 AM
Home Help Search Login Register
News: New goText website and forum launched!

+  goText Forums
|-+  International Forums
| |-+  Services
| | |-+  Wadja [3 sms/day]: to Worldwide mobile numbers
« previous next »
Pages: [1] 2 3 ... 13 Print
Author Topic: Wadja [3 sms/day]: to Worldwide mobile numbers  (Read 17434 times)
Zydio
Administrator
Hero Member
*****
Posts: 1917

goText++ Desk! author


View Profile WWW
« on: January 22, 2009, 09:23:07 AM »

Description
With this service you can send 3 free SMS every day, to worldwide mobile numbers.

Message can be up to 92 characters long.


Registration
Use the registration form on Wadja website, choose a WadjaID and password.


Configuration
Create a new service in goText with the following address:

To configure the service in goText you have to fill in the following service configuration fields:
  • User: your Wadja ID
  • Pass: your Wadja account password


Important Notes:
  • It seems that sometimes some messages are not delivered
  • Other than the free service there is a premium "SMS Plus" service that is not actually implemented in goText. We can consider supporting it upon request.


Service status
Not Working: the website has changed to a credit based system, and the script is not up to date.


Service author
Egosum, Zydio
« Last Edit: March 13, 2010, 10:49:36 AM by Zydio » Logged
Mip104
Hero Member
*****
Posts: 576


View Profile
« Reply #1 on: February 14, 2009, 06:37:48 PM »

Dear Administrator,

Regarding the new changes in wadja ( in recent days ), it seems that the script is not working for the mobile!!! Is it possible to confirm whether it is working or not  ?

On my side it can connect to wadja and green ticked but error -3 is being received and not being sent.

status:completed
100%
71 bytes
0 bytes
null

PS: I have tried both with "+" and also without before the country code and the mobile number, I am not using zero between the mobile number and the country code as well.. Still No SUCCESS.  I can browse the web , so the connection is OK:)

Regards
« Last Edit: February 14, 2009, 07:09:10 PM by mip104 » Logged
astrologer
Newbie
*
Posts: 11



View Profile
« Reply #2 on: March 03, 2009, 11:25:45 AM »

Yes. I too...
websit error..
Help!
Logged
gandhilz
Full Member
***
Posts: 182



View Profile
« Reply #3 on: March 03, 2009, 11:44:02 AM »

I think only just the server problem..,because today i can still using it..
Logged
CyBeRaY
Newbie
*
Posts: 48


View Profile
« Reply #4 on: March 03, 2009, 10:05:03 PM »

Same problem. Wadja script doesn't work anymore. Needs fixing.
Logged
i.fingers
Full Member
***
Posts: 127


View Profile
« Reply #5 on: March 04, 2009, 01:19:30 AM »

The answer is because wadja has updated their web again, and according to its changed has made wadja script KO. So please for the administrator or script maker to update wadja script at gotext.
Logged
astrologer
Newbie
*
Posts: 11



View Profile
« Reply #6 on: March 04, 2009, 07:22:01 AM »

Dear administrator!
I Wadja, originally, do not goText but sent messages, but now does not. goText always send notifications about website error -1 .. administrator review. Huh
Logged
gandhilz
Full Member
***
Posts: 182



View Profile
« Reply #7 on: March 04, 2009, 10:14:32 AM »

That right friends..they are has updated website again..so the script not working again..mr white tiger,would you like to fix the script wadja?
Logged
White_Tiger
Global Moderator
Sr. Member
*****
Posts: 412


...non sò cosa sò, ma certamente sò cosa non sò...


View Profile
« Reply #8 on: March 04, 2009, 10:34:34 PM »

wadja working in progress...
Logged

---

Ciriciao da White Tiger

... non so' cosa so', ma certamente so' cosa non so' ...
i.fingers
Full Member
***
Posts: 127


View Profile
« Reply #9 on: March 05, 2009, 01:50:43 AM »

I,m Glad to hear mr white would be updating wadja script, we will patient to wait it, good luck for you.
Logged
Mip104
Hero Member
*****
Posts: 576


View Profile
« Reply #10 on: March 05, 2009, 02:31:15 PM »

White_Tiger,

Thanks for working on the Wadja script

Good luck
Logged
egosum
Jr. Member
**
Posts: 94


View Profile
« Reply #11 on: March 05, 2009, 03:20:09 PM »

In the meantime you could use my service.

Standard version:
92-chars sms (3 per day) => wadja2.php

Friends version:
117-chars sms (infinite ONLY to wadja members) => wadja2.php?f=1

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...)
Code:
$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.

OT: this service does not use the gotext browser (GREAT job Zydio) since it was written before.
Logged
White_Tiger
Global Moderator
Sr. Member
*****
Posts: 412


...non sò cosa sò, ma certamente sò cosa non sò...


View Profile
« Reply #12 on: March 05, 2009, 03:31:06 PM »

the service is ready, I have only a problem with the answer of carried out shipment
Logged

---

Ciriciao da White Tiger

... non so' cosa so', ma certamente so' cosa non so' ...
Zydio
Administrator
Hero Member
*****
Posts: 1917

goText++ Desk! author


View Profile WWW
« Reply #13 on: March 05, 2009, 05:40:53 PM »

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...)
Code:
$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  Grin ), 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.

Quote
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 Smiley
Logged
White_Tiger
Global Moderator
Sr. Member
*****
Posts: 412


...non sò cosa sò, ma certamente sò cosa non sò...


View Profile
« Reply #14 on: March 05, 2009, 08:30:58 PM »


I update the wadja script, would have to work, but I have had a problem with  header location, therefore in order now it answers always positively
Logged

---

Ciriciao da White Tiger

... non so' cosa so', ma certamente so' cosa non so' ...
Pages: [1] 2 3 ... 13 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!