free international texts(kinda grabber)

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

    free international texts(kinda grabber)

    Hello guys,

    This script is a phonified version of a free sms site http://pumpsms.com

    I used to send free texts from the website since 1 year,so I thot of making a wap version of it (I mean to grab it!):D

    But before you use it,

    The script uses cURL post function to send sms,so if you think the script is not working after somedays,then most probably the site has changed the input values!
    But nothing to worry,visit the site,see the source code,& change the input values in the script,thats all! :D

    here is a DEMO: http://softwarefreak.in/free-sms
    Attached Files
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    #2
    Thanks for sharing...the demo works for my country....

    Comment


      #3
      works fr pakistan too... Thank u

      Comment


        #4
        working in philippines thanks for sharing

        Comment


          #5
          Most welcome guys,but don't forget to change the input names in the script if the source site has changed,

          Visit the site,view the source code,update the script.

          at this part/////////////////

          $softfreak = array(
          'messsage' => $message,
          'mmmobile' => $mobile,
          'country' => $country
          );
          I need some facebook likes, can you please help me
          http://facebook.com/softwarefreakin
          I noticed social media is really powerful
          Well DONE is better than well SAID

          Comment


            #6
            my brother "huwad" hacked the pumpsms site, here's the original gateway http://pinoycentral.org/gateway.php

            use it in your cURL, the form will never change, just wait for the pumpsms gateway to online to make it work, its offline now because my brother floods it

            Form Name(remove quotations):
            Code:
            for countrycode = "country"
            for recipient(NUMBER) = "mobile"
            for message = "message"
            Click image for larger version

Name:	gateway.png
Views:	2
Size:	124.4 KB
ID:	110072

            If you want their main form that you have seen in the <IFRAME> I have attached it (smsgateway01.php)
            Last edited by wapxtech; 02.12.11, 07:29.

            http://wapx.amob.com
            Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

            Comment


              #7
              Originally posted by softwarefreak View Post
              Hello guys,

              This script is a phonified version of a free sms site PUMPSMS.COM - FREE SMS WORLDWIDE. Send Unlimited Free Text All Over The World.

              I used to send free texts from the website since 1 year,so I thot of making a wap version of it (I mean to grab it!):D

              But before you use it,

              The script uses cURL post function to send sms,so if you think the script is not working after somedays,then most probably the site has changed the input values!
              But nothing to worry,visit the site,see the source code,& change the input values in the script,thats all! :D

              here is a DEMO: softwarefreak.in - Send free SMS worldwide | free text worldwide | free sms no registration | send fake sms
              WOOW !!
              this one actually sends to Slovenia as well !
              Thanks
              It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
              ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
              ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
              キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

              Comment


                #8
                working well.. nice share...
                Last edited by pyramid_raider; 28.11.11, 09:03.

                Comment


                  #9
                  Ok guys,this is my short tut to make the script work smoothly forever & ever & ever...................

                  Visit the site

                  Right click on the mouse button b4 the Iframe loads

                  Click on view frame source

                  Match the input names in the script & the source site,they must match or the script won't work cuz I've told script uses cURL post function to Grab the page & post the fields.

                  Match these parts in the site

                  <select name="country"

                  <input name="mmmmmobile"

                  <textarea name="message"

                  edit in the script(the left part
                  Not the variables.)

                  PHP Code:
                  $softfreak = array(
                      
                  'message' => $message,
                      
                  'mmobile' => $mmmobile,
                      
                  'country' => $country
                    
                  ); 

                  & trust me this is the only site I've seen which delivers sms to almost every country.
                  Last edited by softwarefreak; 28.11.11, 19:57.
                  I need some facebook likes, can you please help me
                  http://facebook.com/softwarefreakin
                  I noticed social media is really powerful
                  Well DONE is better than well SAID

                  Comment


                    #10
                    Not working for Albania, Serbia, Macedonia. But thank you from sharing
                    mysterio.al - programming is a functional art

                    Comment


                      #11
                      my brother "huwad" hacked the pumpsms site, here's the original gateway http://pinoycentral.org/gateway.php

                      use it in your cURL, the form will never change, just wait for the pumpsms gateway to online to make it work, its offline now because my brother floods it

                      Form Name(remove quotations):
                      Code:
                      for countrycode = "country"
                      for recipient(NUMBER) = "mobile"
                      for message = "message"
                      Click image for larger version

Name:	gateway.png
Views:	2
Size:	124.4 KB
ID:	110070

                      If you want their main form that you have seen in the <IFRAME> I have attached it (smsgateway01.php)
                      Last edited by wapxtech; 02.12.11, 07:29.

                      http://wapx.amob.com
                      Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

                      Comment

                      Working...
                      X