Free Sms World Wide

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

    Free Sms World Wide

    I found a script on other forum, it's a free sms script using gateways, i haven't tested it yet.. Please test this and if it works please provide a demo.

    Download: Free Sms Script

    Sorry i can't attach the file im on m0bile.

    #2
    Originally posted by Jervy View Post
    I found a script on other forum, it's a free sms script using gateways, i haven't tested it yet.. Please test this and if it works please provide a demo.

    Download: Free Sms Script

    Sorry i can't attach the file im on m0bile.

    Tnx For this rockmode, Here's the attachment:
    Attached Files
    Last edited by xdosx; 12.03.11, 16:29.

    Comment


      #3
      Email to sms...

      Comment


        #4
        Originally posted by Jervy View Post
        I found a script on other forum, it's a free sms script using gateways, i haven't tested it yet.. Please test this and if it works please provide a demo.
        Download: Free Sms Script
        Sorry i can't attach the file im on m0bile.
        i'd dare to bet this wont work for slovenian mobile networks,
        thanks for sharing anyway
        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


          #5
          here's a function i wrote, uses Worldwide Free SMS service, Send free SMS, SMS to world - Pamoja SMS , you need to register there
          PHP Code:
          function sendSMS($username$password$number$message$countrycode)
          {
            
          $lcookie tempnam("/tmp""lCookie");
            
          $ch curl_init();
            
          curl_setopt($chCURLOPT_URL"http://pamojasms.com/login.php");
            
          curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0");
            
          curl_setopt($chCURLOPT_REFERER"http://pamojasms.com/index.php");
            
          curl_setopt($chCURLOPT_COOKIEJAR$lcookie);
            
          curl_setopt($chCURLOPT_POST1);
            
          curl_setopt($chCURLOPT_POSTFIELDS"mobile={$username}&password={$password}&remember=1");
            
          curl_setopt($chCURLOPT_RETURNTRANSFER1);
            
          $ret curl_exec($ch);
            
          $ret NULL;
            
          curl_setopt($chCURLOPT_URL"http://pamojasms.com/sms.php");
            
          curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0");
            
          curl_setopt($chCURLOPT_REFERER"http://pamojasms.com/index.php");
            
          curl_setopt($chCURLOPT_COOKIEFILE$lcookie);
            
          curl_setopt($chCURLOPT_POST1);
            
          curl_setopt($chCURLOPT_POSTFIELDS"smstype=home&counter=&countrycode={$countrycode}&to_mobile={$number}&message={$message}");
            
          curl_setopt($chCURLOPT_RETURNTRANSFER1);
            
          $ret curl_exec($ch);
            
          $ret NULL;
            
          curl_close($ch);
            return;

          working 100%, but the limit is 50 sms a day, free of course

          Comment


            #6
            t.y for this,.. hope it works

            Comment


              #7
              how about this, | Send Free SMS

              It still works fo my country's all network.

              Comment


                #8
                Originally posted by milomir View Post
                here's a function i wrote, uses Worldwide Free SMS service, Send free SMS, SMS to world - Pamoja SMS , you need to register there
                PHP Code:
                function sendSMS($username$password$number$message$countrycode)
                {
                  
                $lcookie tempnam("/tmp""lCookie");
                  
                $ch curl_init();
                  
                curl_setopt($chCURLOPT_URL"http://pamojasms.com/login.php");
                  
                curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0");
                  
                curl_setopt($chCURLOPT_REFERER"http://pamojasms.com/index.php");
                  
                curl_setopt($chCURLOPT_COOKIEJAR$lcookie);
                  
                curl_setopt($chCURLOPT_POST1);
                  
                curl_setopt($chCURLOPT_POSTFIELDS"mobile={$username}&password={$password}&remember=1");
                  
                curl_setopt($chCURLOPT_RETURNTRANSFER1);
                  
                $ret curl_exec($ch);
                  
                $ret NULL;
                  
                curl_setopt($chCURLOPT_URL"http://pamojasms.com/sms.php");
                  
                curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0");
                  
                curl_setopt($chCURLOPT_REFERER"http://pamojasms.com/index.php");
                  
                curl_setopt($chCURLOPT_COOKIEFILE$lcookie);
                  
                curl_setopt($chCURLOPT_POST1);
                  
                curl_setopt($chCURLOPT_POSTFIELDS"smstype=home&counter=&countrycode={$countrycode}&to_mobile={$number}&message={$message}");
                  
                curl_setopt($chCURLOPT_RETURNTRANSFER1);
                  
                $ret curl_exec($ch);
                  
                $ret NULL;
                  
                curl_close($ch);
                  return;

                working 100%, but the limit is 50 sms a day, free of course
                my country not on the list..
                as usual whenever theres something to be free LOL
                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


                  #9
                  Can someone please zip the php code and attach here for mobile users? Thanx.

                  Comment


                    #10
                    Dude you have broken my back grrz lol

                    Here ya go bro
                    Attached Files
                    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                    Visit: WapMasterz Coming Back Soon!
                    _______
                    SCRIPTS FOR SALE BY SUBZERO
                    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                    _______
                    Info & Tips
                    php.net
                    w3schools.com

                    Comment


                      #11
                      Heheh tnx a lot sub

                      Comment


                        #12
                        This one works for me an it allows free international SMS

                        www.gysms.com

                        Comment


                          #13
                          Originally posted by metulj View Post
                          my country not on the list..
                          as usual whenever theres something to be free LOL
                          Do not worry, it's not your country only.
                          mysterio.al - programming is a functional art

                          Comment


                            #14
                            Originally posted by Jervy View Post
                            Can someone please zip the php code and attach here for mobile users? Thanx.
                            here it is!!!
                            Attached Files

                            Comment


                              #15
                              Originally posted by metulj View Post
                              my country not on the list..
                              as usual whenever theres something to be free LOL
                              you just add your country code, not listed but working 99%, i already tried for not-listed countries

                              Comment

                              Working...
                              X