|
-
Nov 2nd, 2009, 09:45 AM
#1
[RESOLVED] SMS Feature in my Website
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
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 2nd, 2009, 05:13 PM
#2
Re: SMS Feature in my Website
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!
Last edited by Nightwalker83; Nov 2nd, 2009 at 05:20 PM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 2nd, 2009, 05:20 PM
#3
Re: SMS Feature in my Website
or you can just send an SMS email. For example, my carrier is AT&T (formerly cingular), so my email is [email protected], 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
-
Nov 2nd, 2009, 05:25 PM
#4
Re: SMS Feature in my Website
 Originally Posted by dclamp
or you can just send an SMS email. For example, my carrier is AT&T (formerly cingular), so my email is [email protected], 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.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 2nd, 2009, 06:21 PM
#5
Re: SMS Feature in my Website
-
Nov 3rd, 2009, 03:06 AM
#6
Re: SMS Feature in my Website
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.. .
@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 ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 3rd, 2009, 06:17 AM
#7
Re: SMS Feature in my Website
 Originally Posted by akhileshbc
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.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 3rd, 2009, 06:19 AM
#8
Re: SMS Feature in my Website
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....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 3rd, 2009, 02:26 PM
#9
Re: SMS Feature in my Website
 Originally Posted by akhileshbc
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.
-
Nov 3rd, 2009, 10:51 PM
#10
Re: SMS Feature in my Website
Ok.... thanks guys... I liked the bulk sms feature... 
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 ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 4th, 2009, 12:46 AM
#11
Re: SMS Feature in my Website
 Originally Posted by akhileshbc
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.
-
Nov 4th, 2009, 12:52 AM
#12
Re: SMS Feature in my Website
Ok. I am in India. And you are in US. So, is that possible to implement that in here... ??
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 4th, 2009, 02:36 AM
#13
Re: SMS Feature in my Website
 Originally Posted by dclamp
Here is the one i made:
What was the server-side code used and did you write the code yourself or modify someones code?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 4th, 2009, 10:15 AM
#14
Re: SMS Feature in my Website
 Originally Posted by Nightwalker83
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.
-
Nov 4th, 2009, 10:27 AM
#15
Re: SMS Feature in my Website
@ dclamp :I am in India. And you are in US. So, is that possible to implement that in here... ??
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 4th, 2009, 10:30 AM
#16
Re: SMS Feature in my Website
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.
-
Nov 4th, 2009, 10:31 AM
#17
Re: SMS Feature in my Website
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 4th, 2009, 10:32 AM
#18
Re: SMS Feature in my Website
 Originally Posted by akhileshbc
How old are you?
eighteen
-
Nov 4th, 2009, 10:35 AM
#19
Re: SMS Feature in my Website
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 4th, 2009, 04:06 PM
#20
Re: SMS Feature in my Website
 Originally Posted by akhileshbc
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.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Nov 4th, 2009, 06:39 PM
#21
Re: SMS Feature in my Website
 Originally Posted by Nightwalker83
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.
-
Nov 5th, 2009, 03:51 AM
#22
Re: SMS Feature in my Website
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 5th, 2009, 03:53 AM
#23
Re: SMS Feature in my Website
@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 !
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 5th, 2009, 06:53 PM
#24
Re: [RESOLVED] SMS Feature in my Website
I got an SMS on my phone saying "please reply to my thread"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|