Free Unlimited international SmS Sender code

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

    #31
    It works! Thanks for this.
    Last edited by metulj; 09.05.11, 14:50.

    Comment


      #32
      Welcome @Jervy

      Comment


        #33
        <?php
        print "<form method='post' action='http://umpata.com/sms/?aBurl=ur_site_url_without_http' name='bdnetwork_sms' type='bdnetwork_sms'>Phone number: <br/><input type='text' name='f_phone' value='+'/><br/>Enter mSg:<br/><input type='text' name='f_msg'/><br/><input type='hidden' name='f_code'/><input type='submit' value='Send SmS'/></form> ";
        ?>
        /// below i try just make in a new file, then try curl it based from the form above.. it failed... Any solution how to curl it????

        Code:
        $curlPost = 'f_phone=+60139146196&f_msg=Your text or from global request';  
        $alamat = "http://umpata.com/sms/";   
        $ch = curl_init();   
        url_setopt($ch, CURLOPT_URL,$alamat);      
        curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,2);   
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);   
        curl_setopt($ch, CURLOPT_POST, 1);   
        curl_setopt($ch, CURLOPT_POSTFIELDS, $curlPost);  
        $result = curl_exec ($ch);  
        curl_close ($ch);   
        echo $result;
        Last edited by ewanz; 09.05.11, 12:51. Reason: add quote
        our lfe is simple words....
        http://mygenkz.net
        ewanz06@yahoo.com
        PHP Code:
        $output="i am NOoob....";
        $newfile="ewanz.txt";
        $file fopen ($newfile"w");
        fwrite($file$output);
        fclose ($file); 

        Comment


          #34
          its working. . Thanks 4 sharing. .

          Comment


            #35
            Wc @LaNsTyLoO

            Comment


              #36
              Its Working...Nice Script...

              Comment


                #37
                Confirmed working on all USA Networks.......................... Nice Share

                Comment


                  #38
                  working with my gp... but taking too long time to respons
                  PHP Code:
                  /* I don't know everything hehe */ 
                  Find me on facebook

                  Comment


                    #39
                    //// Here my own demo

                    Comment


                      #40
                      working at egypt

                      Comment


                        #41
                        i havent change anything, is it just not working in lithuania, or smth wrong?
                        nwa.fanas.net/sms

                        Comment


                          #42
                          Originally posted by ewanz View Post
                          /// below i try just make in a new file, then try curl it based from the form above.. it failed... Any solution how to curl it????

                          Code:
                          $curlPost = 'f_phone=+60139146196&f_msg=Your text or from global request';  
                          $alamat = "http://umpata.com/sms/";   
                          $ch = curl_init();   
                          url_setopt($ch, CURLOPT_URL,$alamat);      
                          curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,2);   
                          curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);   
                          curl_setopt($ch, CURLOPT_POST, 1);   
                          curl_setopt($ch, CURLOPT_POSTFIELDS, $curlPost);  
                          $result = curl_exec ($ch);  
                          curl_close ($ch);   
                          echo $result;
                          yea how to curl it

                          Comment


                            #43
                            Its stopd facing this error "SMS not not SENT SENT ! ! Something Something Problem"

                            Comment


                              #44
                              Yeah it's not working anymore, too bad i got many additional visitors because of this service and now its not working anymore

                              Comment


                                #45
                                Lol... I told yu guyz before... Btw try changing the token of tropo.

                                Comment

                                Working...
                                X