NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Sending SMS texts ...

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
5 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 02-25-2006, 10:50 AM THREAD STARTER               #1 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Sending SMS texts ...


Hi
How are SMS texts sent from websites?
Do they require a special server? etc?

Thanks
__________________
deadmoon is offline  
Old 02-25-2006, 12:55 PM   #2 (permalink)
Senior Member
 
{insert name here}'s Avatar
Join Date: Dec 2004
Posts: 1,304
{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light
 


Breast Cancer
Hey, you can use this script:
http://caspian.dotconf.net/menu/Software/SendSMS/
__________________
You got no time for the messenger,
got no regard for the thing that you don't understand,
you got no fear of the underdog,
that's why you will not survive!
{insert name here} is offline  
Old 02-25-2006, 01:03 PM THREAD STARTER               #3 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Hi,
Thanks for that.

Is there anything relating to UK SMS scripts anywhere?
__________________
deadmoon is offline  
Old 02-25-2006, 01:05 PM   #4 (permalink)
Senior Member
 
{insert name here}'s Avatar
Join Date: Dec 2004
Posts: 1,304
{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light
 


Breast Cancer
try this one for UK:
http://www.genietexter.co.uk/downloads.php
__________________
You got no time for the messenger,
got no regard for the thing that you don't understand,
you got no fear of the underdog,
that's why you will not survive!
{insert name here} is offline  
Old 02-25-2006, 01:09 PM THREAD STARTER               #5 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Thanks for the link.
I am after to be able to get an open source (or licensed in a way that I would be able to use it for free) project, to be able to use on a website I am thinking of. But for a UK market.
__________________
deadmoon is offline  
Old 02-25-2006, 01:13 PM   #6 (permalink)
Senior Member
 
{insert name here}'s Avatar
Join Date: Dec 2004
Posts: 1,304
{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light{insert name here} is a glorious beacon of light
 


Breast Cancer
Originally Posted by deadmoon
Thanks for the link.
????: NamePros.com http://www.namepros.com/programming/171178-sending-sms-texts.html
I am after to be able to get an open source (or licensed in a way that I would be able to use it for free) project, to be able to use on a website I am thinking of. But for a UK market.
Not fully sure what your saying, lol, sorry, but here is a list of a few open source versions:
http://tuxmobil.org/phones_linux_sms.html
and this is a good one, but no longer in supported stages:
http://www.keyvan.net/code/sms-web-sender/




I will stop posting them now,
__________________
You got no time for the messenger,
got no regard for the thing that you don't understand,
you got no fear of the underdog,
that's why you will not survive!
{insert name here} is offline  
Old 02-25-2006, 02:46 PM   #7 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,784
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet
OulZac << -- SMS Guru

most of them still needs compiling
__________________
Nabaza.com - Amaia
weblord is offline  
Old 02-26-2006, 02:22 PM THREAD STARTER               #8 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Are there any scripts, that I can install on a server (php/mysql), put in whatever data it needs to send the sms's (i think its an email address?)?

Thanks
__________________
deadmoon is offline  
Old 02-26-2006, 05:05 PM   #9 (permalink)
Senior Member
Join Date: Apr 2005
Location: Joliet, Illinois
Posts: 1,177
RageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to beholdRageD is a splendid one to behold
 


Child Abuse
SMS Scripts are simple. All you need is to make an e-mail script. For example; create the script, have it input a 10-digit phone number. Then, have the user select a phone service. For this example, let's use T-Mobile. You would do some code (if done with PHP) $phonenumber\@\$service... Then it would send the e-mail to this:

10digitphone@tmomail.net

All you really need is the phone number, an e-mail account, and the service provider's SMS forwarder e-mail... (in this case, tmomail.net)

-RageD
RageD is offline  
Old 02-26-2006, 06:24 PM THREAD STARTER               #10 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Where can I find a list of the service providers SMS email?
Do i send the message as the subject? Body etc?
Thanks
__________________
deadmoon is offline  
Old 02-26-2006, 08:08 PM   #11 (permalink)
NamePros Regular
 
edwinfelix's Avatar
Join Date: Jan 2006
Posts: 749
edwinfelix has a spectacular aura aboutedwinfelix has a spectacular aura aboutedwinfelix has a spectacular aura about
 



For most, you need to connect to all the telco, either through their text messaging e-mail or web forum.

For more advanced SMS, you need to connect to at least a telco, and send from that telco.

You can't just send from nowhere.
edwinfelix is offline  
Old 02-26-2006, 08:31 PM THREAD STARTER               #12 (permalink)
NamePros Regular
Join Date: Feb 2006
Posts: 505
deadmoon will become famous soon enoughdeadmoon will become famous soon enough
 



Sorry, but that doesn't make any sense to me.

What is a Telco?
__________________
deadmoon is offline  
Old 02-27-2006, 05:07 AM   #13 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,784
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet

Originally Posted by deadmoon
Where can I find a list of the service providers SMS email?
Do i send the message as the subject? Body etc?
Thanks
http://funsms.net/email2sms.htm
HTH
__________________
Nabaza.com - Amaia
weblord is offline  
Old 02-27-2006, 08:33 AM   #14 (permalink)
NamePros Regular
 
edwinfelix's Avatar
Join Date: Jan 2006
Posts: 749
edwinfelix has a spectacular aura aboutedwinfelix has a spectacular aura aboutedwinfelix has a spectacular aura about
 



Originally Posted by deadmoon
Sorry, but that doesn't make any sense to me.

What is a Telco?
Telco = Telecommunication Comany = Phone Company
edwinfelix is offline  
Old 03-03-2006, 03:41 AM   #15 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,784
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet
in this thread, the company behind the cellphone or mobile phone, that's telco
__________________
Nabaza.com - Amaia
weblord is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Free SMS Hot Domains Telebeeps Domain Name Discussion 1 02-22-2006 11:41 PM
21 SMS, Advertise your SMS site! Morph For Sale / Advertising Board 0 12-31-2005 07:49 AM
FREE SMS Gateway PHP Script ricberw Scripts For Sale 16 06-05-2005 08:24 PM
SMS Center Sending script needed vip-ip Programming 10 02-06-2005 03:21 AM
Looking for a Partner for a SMS Dating Website Billy! Web Development Wanted 7 02-10-2004 09:57 PM

 
All times are GMT -7. The time now is 02:10 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger