Click to See Complete Forum and Search --> : [RESOLVED] SMS Feature in my Website
akhileshbc
Nov 2nd, 2009, 08:45 AM
Hi guys,
How can I add a SMS feature to my website ?
Just like, www.160by2.com
or, www.way2sms.com
The recipients will see the sender number as TK - MyWeb something like that. (eg: TK - 160by2)
If possible, give the information regarding India, because I am living in India :D
Nightwalker83
Nov 2nd, 2009, 04:13 PM
Hi,
Bulk sms providers with access to an sms gateway will usually give you the following:
ip address
username
password
With the above data, you embed a simple API or SMPP script into your website.
Edit:
Check out - http://www.textmefree.com/bulk-sms-sites
More useful sites here! (http://www.google.com.au/#hl=en&source=hp&q=SMS+Feature+in+my+Website&btnG=Google+Search&meta=&aq=f&oq=&fp=1&cad=b)
dclamp
Nov 2nd, 2009, 04:20 PM
or you can just send an SMS email. For example, my carrier is AT&T (formerly cingular), so my email is 7140000000@cingularme.com, if you send an email to that, i would get an SMS to my phone.
I setup a script like that last year, let me see if i have it still
Nightwalker83
Nov 2nd, 2009, 04:25 PM
or you can just send an SMS email. For example, my carrier is AT&T (formerly cingular), so my email is 7140000000@cingularme.com, if you send an email to that, i would get an SMS to my phone.
I setup a script like that last year, let me see if i have it still
Yeah, I used a service like that awhile ago! I was interested in learning how sms system worked back then.
dclamp
Nov 2nd, 2009, 05:21 PM
Here is the one i made:
http://mediaspan.mobi/onlinesms/
akhileshbc
Nov 3rd, 2009, 02:06 AM
Thanks for the reply guys... :)
Currently I am looking for something that can be used to send SMS from my website.
I am a bit confused.. .:D
@dclamp : I liked that facility. But it only allows users to send messages to your number. And not to any other number that the users will enter... ;)
@Nightwalker83 : That idea is nice. but the service providers will allow limited quantity of messages according to the SMS credits that I had purchased.
What about adding my own SMS server facility ? What things should I have to keep in mind ? :)
Nightwalker83
Nov 3rd, 2009, 05:17 AM
What about adding my own SMS server facility ? What things should I have to keep in mind ? :)
I'm not sure if that is possible! Even if it is I think you would still have to go through a service provider. Although, I haven't tried it on a website, I remember using a visual basic 6.0 code which allowed a user to send texts via the function built-in to icq years ago.
akhileshbc
Nov 3rd, 2009, 05:19 AM
I'm not sure if that is possible! Even if it is I think you would still have to go through a service provider. Although, I haven't tried it on a website but I remember using a visual basic 6.0 code which allowed a user to send texts via the function built-in to icq years ago.
I will be using classic ASP for my site....
ntg
Nov 3rd, 2009, 01:26 PM
What about adding my own SMS server facility ? What things should I have to keep in mind ? :)
Is the point here to send SMS messages for free? If it is not, you can use a service provider like Clickatell (http://www.clickatell.com/).
akhileshbc
Nov 3rd, 2009, 09:51 PM
Ok.... thanks guys... I liked the bulk sms feature... :D
What about sending free sms ? I enquired way2sms.com 's people for this. But they are not replying.
I want to send free sms, allowing the service provider's Ad in the end of each msg..
What about that ?
dclamp
Nov 3rd, 2009, 11:46 PM
Thanks for the reply guys... :)
@dclamp : I liked that facility. But it only allows users to send messages to your number. And not to any other number that the users will enter...
Wrong, you put in any number you want, select the carrier, enter your message and press send.
akhileshbc
Nov 3rd, 2009, 11:52 PM
Ok. I am in India. And you are in US. So, is that possible to implement that in here... ??
Nightwalker83
Nov 4th, 2009, 01:36 AM
Here is the one i made:
What was the server-side code used and did you write the code yourself or modify someones code?
dclamp
Nov 4th, 2009, 09:15 AM
What was the server-side code used and did you write the code yourself or modify someones code?
it is simple php, i used the mail() function.
akhileshbc
Nov 4th, 2009, 09:27 AM
@ dclamp :I am in India. And you are in US. So, is that possible to implement that in here... ??
dclamp
Nov 4th, 2009, 09:30 AM
if you look at the list of carriers on my site, you will see which ones my script supports at the time. I saw your PM, and your carrier is not on the list.
I dont have much time to look into it now, as i am off to school.
akhileshbc
Nov 4th, 2009, 09:31 AM
as i am off to school.
How old are you?
dclamp
Nov 4th, 2009, 09:32 AM
How old are you?
eighteen
akhileshbc
Nov 4th, 2009, 09:35 AM
Which class ?
Nightwalker83
Nov 4th, 2009, 03:06 PM
Which class ?
Ok! I think this thread is starting go very off topic not to mention a bit weird. If you want to ask more personal questions pm the user instead.
dclamp
Nov 4th, 2009, 05:39 PM
Ok! I think this thread is starting go very off topic not to mention a bit weird. If you want to ask more personal questions pm the user instead.
Most definitely.
@akhileshbc: please dont not send me sms.
akhileshbc
Nov 5th, 2009, 02:51 AM
Ok.. thanks guys....
akhileshbc
Nov 5th, 2009, 02:53 AM
@akhileshbc: please dont not send me sms.
What u mean ?
i send u a pm yesterday, to check whether u r able to send msg to my number !
dclamp
Nov 5th, 2009, 05:53 PM
I got an SMS on my phone saying "please reply to my thread"
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.