Showing posts with label Free Sms. Show all posts
Showing posts with label Free Sms. Show all posts

Python script for sending Free sms using way2sms.com

Saturday, April 28, 2012

// The code was originally posted on http://linux-junky.blogspot.com/2010/03/python-script-for-sending-free-sms-to.html. If you have any problems running the script, contact me on the blog.

#!/usr/bin/python

__author__ = """
NAME: Abhijeet Rastogi (shadyabhi)
Profile: http://www.google.com/profiles/abhijeet.1989
"""

import cookielib
import urllib2
from getpass import getpass
import sys
from urllib import urlencode
from getopt import getopt

username = None
passwd = None
message = None
number = None

def Usage():
    print '\t-h, --help:  View help'
    print '\t-u, --username: Username'
    print '\t-p, --password: Password'
    print '\t-n, --number: numbber to send the sms'
    print '\t-m, --message: Message to send'
    sys.exit(1)


opts, args = getopt(sys.argv[1:], 'u:p:m:n:h',["username=","password=","message=","number=","help"])

for o,v in opts:
    if o in ("-h", "--help"):
        Usage()
    elif o in ("-u", "--username"):
        username = v
        ask_username = False
    elif o in ("-p", "--password"):
        passwd = v
        ask_password = False
    elif o in ("-m", "--message"):
        message = v
        ask_message = False
    elif o in ("-n", "--number"):
        number = v
        ask_number = False

#Credentials taken here
if username is None: username = raw_input("Enter USERNAME: ")
if passwd is None: passwd = getpass()
if message is None: message = raw_input("Enter Message: ")
if number is None: number = raw_input("Enter Mobile number: ")

#Logging into the SMS Site
url = 'http://wwwb.way2sms.com//auth.cl'
data = 'username='+username+'&password='+passwd+'&Submit=Sign+in'

#Remember, Cookies are to be handled
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))

# To fool way2sms as if a Web browser is visiting the site
opener.addheaders = [('User-Agent','Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20091020 Ubuntu/9.10 (karmic) Firefox/3.5.3 GTB7.0')]
try:
    usock = opener.open(url, data)
except IOError:
    print "Check your internet connection"
    sys.exit(1)

#urlencode performed.. Because it was done by the site as i checked through HTTP headers

message = urlencode({'message':message})
message = message[message.find("=")+1:]

#SMS sending
send_sms_url = 'http://wwwb.way2sms.com//FirstServletsms?custid='
send_sms_data = 'custid=undefined&HiddenAction=instantsms&Action=custfrom950000&login=&pass=&MobNo='+number+'&textArea='+message
opener.addheaders = [('Referer','http://wwwb.way2sms.com//jsp/InstantSMS.jsp?val=0')]

try:
    sms_sent_page = opener.open(send_sms_url,send_sms_data)
except IOError:
    print "Check your internet connection( while sending sms)"
    sys.exit(1)
print "SMS sent!!!"
Continue Reading | comments

Free SMS Gateway / API (Send SMS From your Website)

Friday, April 13, 2012



I have been contacted many times by the clients and friends how to send SMS from websites. Technically speaking they all were looking for SMS Gateway Solution in India. Although many companies claim that they have the solution. But from my study I have found that they do not full fill the exact requirements as they claim (In some of the cases ANY requirement). Nevertheless I have written following article to share my research.
Do you want to know what is SMS gateway and SMS API , and What is Free SMS gateway and free SMS API.
And do you also want to know how to integrate a free software in your website to allow your visitors to send free sms?
And do you also want a list of websites that provides Free SMS API and Free SMS gateway?
You can learn all that here.
First of all lets get a brief introduction of SMS gateway or API.
So what is a SMS gateway and SMS API?
A SMS gateway is normally a Server over the Internet which have access to SMS services (to receive and send SMS) , and using the sms gateway you can request it to send some SMS or save or send received sms to some email.
and an application programming interface (API) is an interface implemented by a software program that enables it to interact with other software. It facilitates interaction between different software programs similar to the way the user interface facilitates interaction between humans and computers.
So SMS API is actually a software using which you can communicate with the system in SMS gateway and use it to send and receive sms.
So now as you have known what actually SMS gateway and SMS API is let’s learn more about Free SMS API or Free SMS gateway.
So you might have already guessed Free SMS gateway is a SMS gateway or server which allows peoples to have access to it using API and also allows to send or receive sms for free using some type of interface.
Basically the SMS API’s can be classified in following types according to the way it works:
HTTP/S API , SOAP API , FTP API , SMTP [E-mail to SMS] API , SMPP API , COM Object API , XML API , COM Object API.
To use any of this API you should have at least basic knowledge of web designing , web technology and Some programming and markup languages like PHP , C++ , ASP , HTML , XML…..
So now as you know what a Free SMS API or Gateway is let me share with you a list of Websites that provides you Free sms Gateway and API or allows you to send and receive sms for free.
So here goes the list of Free SMS API and Gateway providers:
You can get more information like how to create an API for their service and how to use their service and some tutorials to make your own Free sms API using their gateway is provided in respective websites.
List of free sms api or gateway:

1> http://www.zeepmobile.com
About: Our API makes it easy for developers to send and receive ad-supported SMS messages from any website.
With just a few lines of code, your users will be able to interact with your website with their mobile device via SMS, no matter where they are.

2> http://www.freesmsapi.com
About: FREESMSAPI offers APIs and tools permitting External Applications to send SMS to their end users. The overall mission of freesmsapi.com is to offer application developers and business owners a very efficient and cost effective service that may normally be capital intensive to set up on their own.

3> https://www.tropo.com/
About: Tropo is a powerful yet simple API that adds Voice, SMS, Twitter, and IM support to the programming languages you already know.
If you can create a web site, you can make and receive phone calls, use voice recognition, interact over SMS, IM, or Twitter. You can even create conference calls and transcribe calls with tropo.

4> http://api.wadja.com/
About: The magic of labels keeps your online conversations fresh, organized and up-to-date. Send free sms using Free wadja sms API.

5> http://www.3jam.com/api.php
About: 3jam API is an easy and free way to build applications that integrate text messaging.
Integrate free 3jam API in your webste and enable your website to interact with your visitors through SMS.

6> http://api.smsgupshup.com/
About: The GupShup Apps platform lets developers make small SMS applications which help users communicate to your systems with SMS. Make simple interactive applications which are easy to use, solve a business need, or are just more…
fun to play.

7> http://api.orange.com/en/api/sms-api,3
About: Use this API to create your very own SMS application. This could be a new web application or a component which could be integrated into your existing IT systems. Using the SMS API you can: send SMS in push mode, create an interactive SMS service. Using these services your application receives an SMS to which when responded to, after having carried out the set task, there is the possibility of earning cash or additional free credits, Use this API to bill your clients. Special short codes could be used for tax purposes.

8> http://celltrust.com/
About: CellTrust mobile solutions and technologies can be used in a wide range of applications, from enterprise applications, content management systems or to add mobile as a channel to an existing website regardless of the technology you are currently using. Our SMTP API makes it possible to integrate an application by using email. Simply send an email to us and we convert it to SMS.

9> http://www.clubtexting.com/
About: Club Texting allows your business to build text message marketing campaigns with our affordable, easy to use SMS
text messaging software. Free trail is available.

10> http://youtxt.co.nz/
About: The YouTXT API lets you create and manage distinct codes and messages on the YouTXT system (New Zealand based). Imagine a gig guide, an order tracking system or updates via SMS. The user just sends a code to 8808 for information.

11> http://www.smsfun.com.au/api.php
About: Just seconds after registering you will be able to start sending free sms messages and enjoying the amazing benefits SMSFun has to offer. Every account includes a bonus 30 free sms each day!

12> http://www.textmarks.com/
About: Free 14 Day Trial Unlimited SMS. Send mass text messages to groups with a single click.
Use of this Free SMS APIs and Gateways:
You can sue this free SMS Gateways and APIs to integrate it to your website and allow your users to send free SMS from your website , You can also use this to integrate this to your application or software and send message to your users or allow them to send SMS. Or you can also use this in your commercial system like to send invoice of order to your costumers through SMS. or Send low balance in their account warning to your website or e-shopping users.

Continue Reading | comments (8)

List of Top Free SMS Sites

Monday, April 9, 2012

List of Top Free SMS Sites

Below is the list of top Free SMS(short-messaging service) sites in the world. Send Free SMS to any mobile in India, Kuwait, UAE, Saudi, Singapore, Phillipines, US, UK, Australia, Canada etc. Get unlimited SMS facility and special membership offers. Chat with your friends and Fans all over the world, absolutely FREE!!!!!!!

Also get Free Ringtones, Wallpapers, Logos, Mobile softwares, Mobile Games and lot of other exciting stuff for Free



List of Top Free SMS Sites in India


www.160by2.com

www.way2sms.com

www.freephonesms.com

www.funsms.net

www.sendsmsnow.com

www.smsgupshup.com

www.indyarocks.com

www.textmefree.com

www.sms2friends.com

www.indiansms.net

www.textmefree.com

www.send-sms-now.com

www.freesmsfun.com



Free International SMS Sites


www.textmefree.com

www.sendsmsnow.com

www.160by2.com

www.send-sms-now.com

Top Free SMS Sites in UK

www.freebiesms.co.uk

www.textmefree.com

www.textmefree.com

www.smstoday.co.uk

www.freesmsfrog.co.uk

www.tosms.co.uk

www.swagsms.com

www.textmefree.co.uk/

Top Free SMS Sites in US

www.smseverywhere.com

www.funsms.net/

www.send-sms-now.com

www.gizmosms.com

www.seasms.com

www.txt2day.com

www.freeglobesms.com

www.freebiesms.us

General Info: SMS(short messaging service) or silent Messaging service is a communication service in the GSM mobile communication system, using standardized communication protocols that enable the transmission of text messages over mobile phones. SMS text messaging is the most widely used communication mode on the earth, with 2.4 billion users
Continue Reading | comments

Send Free SMS To Any Grameen Phone Number Using AloAshbei API

Saturday, April 7, 2012

Short Messaging Service (SMS) is a great way of communication now-a-days. There are so many websites online which provides service to send free SMS worldwide. But most of them don’t support Bangladesh or has some limits. Here I am going to share you a PHP Code snippet by which you’ll be able to send free SMS to any Grameen Phone number.


Send Free SMS Using AloAshbei API

<!DOCTYPE html>
<html>
<body>
<title>FREE SMS Sender</title>

<?php
if(isset($_POST['submit']))
{

$soap = new SoapClient("http://www.wpcypher.com/wsdl.wsdl");

$a['registrationID'] = ''; //AloAshbei Username
$a['password'] = ''; //AloAshbei Password
$a['sourceMsisdn'] = ''; //AloAshbei Developer Test Phone Number
$a['smsPort'] = 5001;
$a['msgType'] = 4;
$a['charge'] = 0.00 ;
$a['contentArea'] = 'gpgp_psms';
$a['destinationMsisdn'] = $_POST['sendto'];
$a['msgContent'] = $_POST['msg'];

$result = $soap->sendSMS(array("SendSMSRequest" => $a));

if ($result->SendSMSResponse->status == 'OK')
{
echo '<h2>Message Sent!</h2>';
}
else
{
echo "<h2>" . $result->SendSMSResponse->status . "</h2>";
}

}
else
{
?>

<p align="center">SEND FREE SMS (ONLY TO GP)</p>
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<small>Send To: (Ex. 88017XXXXXXXX)<br/></small>
<input name="sendto" type="*N" maxlength="13" /><br/>
<small>Message: (Max. 160 Chars.)<br/></small>
<input name="msg" type="text" maxlength="160" /><br/>
<input type="submit" name="submit" value="Send" /><br/>
</form>

<?php
}
?>

</body>
</html>


Usage

1. Create an AloAshbei Account: https://www.aloashbei.com.bd/user/register

2. Login to your account and then select ‘Edit Profile‘.

3. There you’ll find an option named ‘Developer Test Phone‘.

4. Add your Grameen Phone number there and a verification code will be sent to your number.

5. Verify the number using the verification code and you’re done! Then your number will be added to the account.

6. Now you have to edit the above code and put your AloAshbei Account Information here:
$a['registrationID'] = ''; //Your AloAshbei Username
$a['password'] = ''; //Your AloAshbei Password
$a['sourceMsisdn'] = ''; //Your AloAshbei Developer Test Phone

7. Save the code in a .php file and upload it to your server.

8. You have to enable the following PHP Extensions on your server to make this script work: php_soap, php_openssl

9. You also need the wsdl.wsdl file. It is called from my server in the sample code. If you want you can download it and host it on your own server.

You can only send SMS to Grameen Phone number using this script as it uses the Grameen Phone AloAshbei API.

If you face any problem to run this script; let me know in the comment.

Hope you’ll enjoy it and thanks goes to Abu Ashraf Masnun for his work.
Continue Reading | comments

Best Websites to Send Free SMS to any Mobile in India

There are many websites allow you to send free SMS. You can send SMS all over in india and any company number free of cost. You can send SMS any number, any time and also sending group SMS. Below are the best Free SMS providers list.
Best Free SMS Websites
Way2SMS

Way2SMS helps users to send SMS to any mobile in the country. Sending messages from Way2SMS is Free , easier, and personal; above all messages are delivered in just few seconds.Every day, millions of SMSes are being sent via Way2SMS.

Click Here to Go Way2SMS
SMS GupShup

GupShup is mobile group SMS service that allows users to create mobile communities and broadcast messages to them. GupShup is growing rapidly with thousands of groups on topics such as finance, entertainment, lifestyle, health, sports and technology.

Click Here to Go SMS GupShup
160by2

160by2 took all measures to ensure faster page loading and speed delivery of your messages.160by2 offer 140 characters to send your Personal SMS.160by2 known for consistent delivery and high reliability.

Click Here to Go 160by2
Youmint

YouMint is a rewards program that delivers. To you, our partners and clients, YouMint deliver quality returns on your investment, unmatched targeting capabilities, and the Internet’s most responsive consumer database: over 6 million emailable members. To YouMint members, YouMint deliver a long-term relationship, reliable customer service, and high-quality offers.

Click Here to Go Youmint
Full On SMS

FullonSMS.com offers its users a platform to send FREE sms to family & friends across India.SMS sent from Fullonsms are delivered instantly - anywhere in India.

Click Here to Go Full On SMS
Yahoo Messenger

You can download Yahoo messenger to it allows you to send free SMS in India, You can send SMS from your inbox too. When composing new message you choose a new mial message or Instant message or SMS to mobile.

Click Here to Go Yahoo Messenger
AOL Messenger

You can download AOL’s AIM messenger, it allows you to send free SMS in India. You can send SMS from your inbox too.

Click Here to Go AOL Messenger
Ibibo

Ibibo also allows you to send free SMS of 140 Character. So if you have an account in Ibibo you can use it to send free SMS.

Click Here to Go Ibibo
Google SMS Channel

Google SMS channel allows you to send free SMS, you have to create channel than you can send message to members of your channel.

Click Here to Go Google SMS Channel
Indyrocks

Indyarocks is now social networking service and SMS feature is only a feature of Indyarocks but before it was known as SMS sending site. You can send 130 characters long SMS.

Click Here to Go Indyrocks
krify

You can send 100 characters SMS without signup, after signup you can save contacts. This facility is not for CDMA mobile holders.

Click Here to Go krify
Smswala

SMSwala provides free SMS service in India, it provides both free and paid services.

Click Here to Go Smswala
Atrochatro

It is best SMS sending site and it provides SMS category wise.

Click Here to Go Atrochatro
Mysmsindia

Mobile sms Marketing Campaign with Best Bulk Sms Advertising website for your business. It also provides Free SMS service in India.

Click Here to Go Mysmsindia

Above are the free website list you can send free SMS anywhere in India and any company network.

Tags: Send Free SMS,Free SMS Tools,Free SMS in Any Company Network,Free SMS India , Send Free SMS On Mobile, Best way to Send Free SMS Websites, Send Free Group SMS, Free SMS Channel, Free SMS Websites List , Free SMS anywhere in India, Free SMS Services
Continue Reading | comments

free sms in india

Monday, April 2, 2012

Everybody like free stuffs,once i and my friend jayant go to a cafe.
He said me to send free sms via net.
i searched many sites that provide free sms service.
Some of these sites provide unlimited no of sms but limited length,some provide more length but you can send only 2 or 3.


1.atrochatro.com - two sms annonumously

I tried a trick by that we can send unlimited sms from atrochatro.

this trick is only used with dynamic ip address.
1.First send two sms then disconnect internet.
2.clear private data(cookie,cache, history etc.).
3.reconnect internet.
4.now you can send two more sms.
Continue Reading | comments
 
Copyright © 2008-2015. Deshi Tunes:: Your most important blogging platform for Tips and Tricks... - All Rights Reserved
Template Modify by DTunes Apps