Tropo free sms client api class

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Same as me, the demo says message sent i didn't receive any messages.

    Added after 19 minutes:

    Oops! I received the message now, it's working just delayed.
    Last edited by Jervy; 19.05.11, 05:30.

    Comment


      #17
      demo works 4 me...
      ..and theres a signiture of sir creativity inside the message...

      Comment


        #18
        Server problem sometime. 'free thing' right. So be patient. This is nice app..
        sigpic
        Visit my WEBSITE Project: http://www.aspirewap.net

        Comment


          #19
          Fatal error: Call to undefined function curl_init() in /srv/disk2/575585/www/eruptionbd.tk/tropo/lib/tropo.php on line 127
          whats the problem here????????????/

          Comment


            #20
            Originally posted by masud_rana View Post
            whats the problem here????????????/
            your server does not support curl then. In the next release i will add support for fsock and maybe json, that would solve it for those without curl.

            Added after 3 minutes:

            Originally posted by pkmob View Post
            I not understand,
            where i add token,

            pls. post,

            lib/tropo_config.php

            with an example.

            pls. in that page post an notvalid token for example.
            there is already a not valid token in the tropo.config.php file. Look for this line:
            PHP Code:
            define('TROPO_API_TOKEN''here sir, replace me with valid token'); 
            Originally posted by m4ster_v4 View Post
            Server problem sometime. 'free thing' right. So be patient. This is nice app..
            thank you for the props
            Last edited by CreativityKills; 19.05.11, 06:08.

            Comment


              #21
              i add valid token here,

              but now its says,

              "tropo no response, check ur token"

              Comment


                #22
                CreativityKills mate our problem is how to add the number thats all, i tested ur demo and workin with me but mine not

                plz add math captcha on it, example 3 + 2 = ??

                Comment


                  #23
                  Originally posted by pkmob View Post
                  i add valid token here,

                  but now its says,

                  "tropo no response, check ur token"
                  your problem has to be your token. The code cant be wrong. Let me explain why, if you make a direct GET call through your browser to the api url (http://api.tropo.com/1.0/session?action=create&token=your-token) you get an xml response with the flag true, and your token. If the token is invalid on the other hand, you get a blank response. My script checks the resonse curl returns for your token
                  PHP Code:
                  return stristr($tropo->response'your-token'); 
                  since on every valid call, your token will be included in the return response string it should only return false if the response does not contain your token (invalid token most likely)

                  Added after 8 minutes:

                  Originally posted by atef View Post
                  CreativityKills mate our problem is how to add the number thats all, i tested ur demo and workin with me but mine not

                  plz add math captcha on it, example 3 + 2 = ??
                  i was gonna add captcha to the next release but i decided against it, for flexibility, the developer should be allowed to do whatever he wants as regards validation. The form token should be enough.

                  And adding the number is easy, if you are on mobile, you will need opera mini 5.1 and above
                  Last edited by CreativityKills; 19.05.11, 09:28.

                  Comment


                    #24
                    my token is Valid,

                    if i give u my Ftp account and my tropo account information,
                    Can u solve my problem.

                    pls. bro.

                    Comment


                      #25
                      why the hell would you want to do that. I dont need your passwords. Try to get the FULL token. Click on the token on the tropo application page, when you do a pop up will appear, copy the token frm dat pop up.

                      Comment


                        #26
                        Am getting no respond from tropo token. What happen?

                        Comment


                          #27
                          Originally posted by puge View Post
                          Am getting no respond from tropo token. What happen?
                          invalid token that is man, recopy it

                          Comment


                            #28
                            i have done everything with ur latest version,again it says "Message sent successfully." but im not getting it :0 .your demo working great to me
                            PHP Code:
                            /* I don't know everything hehe */ 
                            Find me on facebook

                            Comment


                              #29
                              same to me too, it is writing sms sent successfully but NO SMS at all.. but your demo site is working well

                              Comment


                                #30
                                Originally posted by Ponick View Post
                                i have done everything with ur latest version,again it says "Message sent successfully." but im not getting it :0 .your demo working great to me
                                did you add a number to the application on the tropo control panel?

                                Originally posted by wapnepal View Post
                                same to me too, it is writing sms sent successfully but NO SMS at all.. but your demo site is working well
                                did you add a number too? And are you sure you are using their hosted scripts

                                Comment

                                Working...
                                X