Add SMS functionality to your website for FREE !

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

    Add SMS functionality to your website for FREE !

    Ok after careful thought i have decided to release a totally FREE SMS Widget that website owners can Add to their website an offer Free sms.

    Copy and Paste The Code Below into your website to Display our SMS Widget an Allow your Visitors to send FREE International sms from your site. This is a Great way to drive more traffic to your website an keep your visitors coming Back!!!

    Code:
    <IFRAME
     style   ="WIDTH: 470px; HEIGHT:
     420px" border=0
     maginWidth=0 marginHeight=0 src="http://www.gysms.com/sms.php" frameBorder=0  scrolling=no ></IFRAME>
    NOTE: This SMS Widget is a FREE tool Provided by GYSMS.com that enables website owners to provide FREE SMS through their website using our sms gateway server. an to maintain This Free Service all messages sent from the SMS Widget will have a Footer Advertisement Attach to it, also random Advertisements will be displayed on the Widget Below the "Submit" Button.

    #2
    y dont u make an api for that instead of iframe?

    Comment


      #3
      Originally posted by khan89 View Post
      y dont u make an api for that instead of iframe?
      I am currently working on that....... when i am complete i will update you Guys with FREE API as there are somethings we need to first take into consideration before we can release a FREE Version of the API.

      Comment


        #4
        not working saYS INVALID CODE

        Comment


          #5
          Originally posted by mirror View Post
          not working saYS INVALID CODE
          Enter the Correct captcha code, also try clearing your browser Cache...........

          Comment


            #6
            does it work for australia?









            Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
            Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

            Comment


              #7
              Philippines International number format is 12 character.

              Code:
               <input type="text" name="number"size="20" maxlength="11" format="*N"/><br/>
              make it as maxlength="12"

              Comment


                #8
                Originally posted by cpg12 View Post
                Philippines International number format is 12 character.

                Code:
                 <input type="text" name="number"size="20" maxlength="11" format="*N"/><br/>
                make it as maxlength="12"
                Thank You i have changed the maxlength from "12" to "15"

                Also Regarding my previous Post above unfortunately, for those of you who would like to use the API on your site instead of the Iframe Snippet Previously Posted. The only Option is to use our Premium API which will require you to purchase credits for the API to work on your site. The Premium API is Ad FREE an can be customised to fit an implement into your website, you can also include your own Footer Ads into every sms sent from your website.

                I will Give an limited offer to All coding-talk.com Members who purchase Credits for the premium API i will Give you an Additional 500 Credits this offer will only be for the month of April starting today APRIL-04-2011 an will End on APRIL-30-2011 All you have to do is inbox me Your Transaction ID an usercode.

                Here is the Premium API Script

                Code:
                <?php
                echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
                echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML Mobile 1.0//EN\"". " \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
                ?>
                <html xmlns="http://www.w3.org/1999/xhtml">
                <head>
                <title>Free SMS</title>
                <meta forua="true" http-equiv="Cache-Control" content="no-cache"/>
                <meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
                </head>
                <body>
                
                <?php
                if ($_POST['Submit'] == 'Submit')
                {
                $message=$_POST["message"];
                
                $mobile=$_POST["number"];
                
                $userid="YOUR ID HERE"; //// Your ID From gysms.com
                
                $usercode="YOUR USER CODE HERE"; //// Your usercode From gysms.com
                
                if ($mobile=="" OR $message==""){
                
                echo"Sorry An error was encountered while sending your SMS<br/>";
                }
                
                else{
                
                $sender="GYSMS.com";
                
                $count=strlen($sender);
                $count=120-$count;
                if(strlen($message)>$count){
                	$message=substr($message, 0, $count);
                	$flag[0]=1;
                	$flag[1]=strlen($message);
                }
                $message.=$sender;
                
                
                
                
                if($flag[0]==1){
                		echo "Your message was longer than $flag[1] characters so it was truncated and first $flag[1] characters have been sent.<br/>";
                	}
                //IMPORTANT: DO NOT EDIT ANYTHING BEYOND THIS POINT
                
                //create array of data to be posted to GYSMS API
                
                
                	$post_data['PhoneNumber'] = "$mobile";
                	$post_data['Text'] = "$message";
                        $post_data['cusid'] = "$userid";
                	$post_data['usercode'] = "$usercode";
                	
                	//traverse array and prepare data for posting to gysms.com
                	foreach ( $post_data as $key => $value) {
                		$post_items[] = $key . '=' . $value;
                	}
                	
                	//create the final string to be posted using implode()
                	$post_string = implode ('&', $post_items);
                	
                	
                	//we are going to need the length of the data string
                	$data_length = strlen($post_string);
                	
                	//let's open the connection
                	$connection = fsockopen('gysms.com', 80); 
                	
                	//sending the data
                	fputs($connection, "POST  /api.php  HTTP/1.1\r\n"); 
                	fputs($connection, "Host:  gysms.com \r\n"); 
                	fputs($connection, "Content-Type: application/x-www-form-urlencoded\r\n"); 
                	fputs($connection, "Content-Length: $data_length\r\n"); 
                	fputs($connection, "Connection: close\r\n\r\n"); 
                	fputs($connection, $post_string); 
                	
                	//closing the connection
                	fclose($connection);
                
                
                
                echo "Your SMS has been successfully sent to $mobile<br/>";
                
                
                
                
                }
                
                
                }
                $msglength= "120";
                if($action=="")
                {
                echo "<form action=\"\" method=\"post\">
                      Enter mobile No<br/>
                
                      <input type=\"text\" name=\"number\"size=\"20\" maxlength=\"11\" format=\"*N\"/><br/>
                
                      Enter your message($msglength chars max):<br/>
                
                      <textarea  type=\"Text\" name=\"message\" maxlength=\"$msglength\"></textarea><br/>
                      <input  type=\"submit\" name=\"Submit\" value=\"Submit\"/>
                      </form>";
                echo "</body>";
                
                }
                
                echo "</body></html>";
                ?>

                If you do not want to use the Premium API then you can use the Iframe Snippet no credits are needed to use that.

                Added after 22 minutes:

                Originally posted by ozziemale31 View Post
                does it work for australia?
                Yes Australia is supported by our Network, if you want to test our coverage use this tool.

                Coverage test
                Last edited by Anthony; 04.04.11, 04:29.

                Comment


                  #9
                  Originally posted by Anthony View Post
                  Thank You i have changed the maxlength from "12" to "15"

                  Also Regarding my previous Post above unfortunately, for those of you who would like to use the API on your site instead of the Iframe Snippet Previously Posted. The only Option is to use our Premium API which will require you to purchase credits for the API to work on your site. The Premium API is Ad FREE an can be customised to fit an implement into your website, you can also include your own Footer Ads into every sms sent from your website.

                  I will Give an limited offer to All coding-talk.com Members who purchase Credits for the premium API i will Give you an Additional 500 Credits this offer will only be for the month of April starting today APRIL-04-2011 an will End on APRIL-30-2011 All you have to do is inbox me Your Transaction ID an usercode.

                  Here is the Premium API Script

                  Code:
                  <?php
                  echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
                  echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML Mobile 1.0//EN\"". " \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
                  ?>
                  <html xmlns="http://www.w3.org/1999/xhtml">
                  <head>
                  <title>Free SMS</title>
                  <meta forua="true" http-equiv="Cache-Control" content="no-cache"/>
                  <meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
                  </head>
                  <body>
                  
                  <?php
                  if ($_POST['Submit'] == 'Submit')
                  {
                  $message=$_POST["message"];
                  
                  $mobile=$_POST["number"];
                  
                  $userid="YOUR ID HERE"; //// Your ID From gysms.com
                  
                  $usercode="YOUR USER CODE HERE"; //// Your usercode From gysms.com
                  
                  if ($mobile=="" OR $message==""){
                  
                  echo"Sorry An error was encountered while sending your SMS<br/>";
                  }
                  
                  else{
                  
                  $sender="GYSMS.com";
                  
                  $count=strlen($sender);
                  $count=120-$count;
                  if(strlen($message)>$count){
                  	$message=substr($message, 0, $count);
                  	$flag[0]=1;
                  	$flag[1]=strlen($message);
                  }
                  $message.=$sender;
                  
                  
                  
                  
                  if($flag[0]==1){
                  		echo "Your message was longer than $flag[1] characters so it was truncated and first $flag[1] characters have been sent.<br/>";
                  	}
                  //IMPORTANT: DO NOT EDIT ANYTHING BEYOND THIS POINT
                  
                  //create array of data to be posted to GYSMS API
                  
                  
                  	$post_data['PhoneNumber'] = "$mobile";
                  	$post_data['Text'] = "$message";
                          $post_data['cusid'] = "$userid";
                  	$post_data['usercode'] = "$usercode";
                  	
                  	//traverse array and prepare data for posting to gysms.com
                  	foreach ( $post_data as $key => $value) {
                  		$post_items[] = $key . '=' . $value;
                  	}
                  	
                  	//create the final string to be posted using implode()
                  	$post_string = implode ('&', $post_items);
                  	
                  	
                  	//we are going to need the length of the data string
                  	$data_length = strlen($post_string);
                  	
                  	//let's open the connection
                  	$connection = fsockopen('gysms.com', 80); 
                  	
                  	//sending the data
                  	fputs($connection, "POST  /api.php  HTTP/1.1\r\n"); 
                  	fputs($connection, "Host:  gysms.com \r\n"); 
                  	fputs($connection, "Content-Type: application/x-www-form-urlencoded\r\n"); 
                  	fputs($connection, "Content-Length: $data_length\r\n"); 
                  	fputs($connection, "Connection: close\r\n\r\n"); 
                  	fputs($connection, $post_string); 
                  	
                  	//closing the connection
                  	fclose($connection);
                  
                  
                  
                  echo "Your SMS has been successfully sent to $mobile<br/>";
                  
                  
                  
                  
                  }
                  
                  
                  }
                  $msglength= "120";
                  if($action=="")
                  {
                  echo "<form action=\"\" method=\"post\">
                        Enter mobile No<br/>
                  
                        <input type=\"text\" name=\"number\"size=\"20\" maxlength=\"11\" format=\"*N\"/><br/>
                  
                        Enter your message($msglength chars max):<br/>
                  
                        <textarea  type=\"Text\" name=\"message\" maxlength=\"$msglength\"></textarea><br/>
                        <input  type=\"submit\" name=\"Submit\" value=\"Submit\"/>
                        </form>";
                  echo "</body>";
                  
                  }
                  
                  echo "</body></html>";
                  ?>

                  If you do not want to use the Premium API then you can use the Iframe Snippet no credits are needed to use that.

                  Added after 22 minutes:



                  Yes Australia is supported by our Network, if you want to test our coverage use this tool.

                  Coverage test
                  where can i check price list ?
                  i mean... does it matter to which country SMS is sent ?
                  is there any difference pricewise ?
                  how many MSG's i get for 500 credits ?
                  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


                    #10
                    How much is that? How many sms to send? How reliable is that?

                    Comment


                      #11
                      There is no price list, its depends on the amount you buy and basically, when you have 500 points, it means that you can send 500 sms messages to anywhere in the world, it does not make a difference to which country, its a all in one package.

                      Comment


                        #12
                        i guss 1 coin for 1 sms , i usd the free api and it work gud with me

                        Comment


                          #13
                          Originally posted by antony2kx View Post
                          There is no price list, its depends on the amount you buy and basically, when you have 500 points, it means that you can send 500 sms messages to anywhere in the world, it does not make a difference to which country, its a all in one package.
                          ok.. i need to know price for
                          - 500 credist
                          - 1000 credits
                          - 2000 credits
                          - 5000 credits
                          -10000 credits
                          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


                            #14
                            1,000 (5 usd)
                            5,000 (17.42 usd)
                            10,000 (41.31 usd)
                            15,000 (65.41 usd)
                            25,000 (115.78 usd)
                            50,000 (230.15 usd)
                            100,000 (460.4 usd)
                            300,000 (1380.81 usd)

                            Comment


                              #15
                              Originally posted by atef View Post
                              1,000 (5 usd)
                              5,000 (17.42 usd)
                              10,000 (41.31 usd)
                              15,000 (65.41 usd)
                              25,000 (115.78 usd)
                              50,000 (230.15 usd)
                              100,000 (460.4 usd)
                              300,000 (1380.81 usd)
                              it's unbelievable cheap
                              Domain Created Date: 2011-03-03
                              Domain Age: 32 Days
                              i'm afraid thats why..
                              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

                              Working...
                              X