Looking for sms send script

perfectpoint

Junior Member
Joined
Sep 21, 2010
Messages
197
Reaction score
94
Hello

I want sms sending script which can send international sms. Can anyone point me to a good script.
 
i think you can get that script on google , but for sending SMS you need to take SMS sending gateway for company which charge per SMS. and they will provide you http or api for sending that by using that script.


thanks
 
I run an online texting site and really, it's a pain in the ass for international using just a script. You have to use the gateway, basically just an e-mail address (for AT&T for example: ##########@txt.att.net), to send the messages. A lot of international providers only allow their users to receive messages through this gateway if they've opted-in to use it. This entails the recipient doing one of various things, such as sending a certain text to a certain number ("ON" to 212, for some UK), going to a web site (for Bulgaria), or dialing a certain number (UK and Spain).

The only way around this is by using a GSM modem, which is basically a "modem" that acts like a cell phone in that one if its primary functions is to sit there and send out texts all day. However, these require wireless provider subscriptions (on your end), though it is a much better method because it sends the messages as if they're coming from a real cell phone, so no weird activations required. This does require extensive knowledge of programming for initial configuration, so if you can't set it up, you would need to hire someone.

For a list of SMS gateways and any activation methods they may require:
http://www.mutube.com/downloads/mobile-networks.ini
 
I can make custom sms sending script for you if you want. You have to buy sms gateway and give me API i will do it
 
I have script ready which is designed for indian mobile users only I can modify it for internation sms
 
As has been mentioned, get a decent SMS gateway provider, someone like Cickatell and use their API.
They even provide simple code that uses their API to get you started.
 
Twilio is excellent. Their documentation is great and It's super easy to implement.
 
I know an API which implements multiple SMS sites like 160by2 and so on, without the ads (and it's free). They also have example code for almost every language.
It's
Code:
http://ubaid.tk

The owner is most probably a guy from Pakistan, doing fantastic job! I used their api and it works perfectly. I hope it works for you too :)
 
You can use even sms gateway to send sms and you will get template for sending and youw ill get api too
 
Back
Top