A Broadband and ADSL forum. BroadbanterBanter

Welcome to BroadbanterBanter.

You are currently viewing as a guest which gives you limited access to view most discussions and other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today.

Go Back   Home » BroadbanterBanter forum » Newsgroup Discussions » uk.telecom.voip (UK VOIP)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

uk.telecom.voip (UK VOIP) (uk.telecom.voip) Discussion of topics relevant to packet based voice technologies including Voice over IP (VoIP), Fax over IP (FoIP), Voice over Frame Relay (VoFR), Voice over Broadband (VoB) and Voice on the Net (VoN) as well as service providers, hardware and software for use with these technologies. Advertising is not allowed.

Tags: , , , ,

OT:ish SMS script for web site?



 
 
Thread Tools Display Modes
  #1  
Old June 18th 08, 07:51 PM posted to uk.telecom.voip
Pet - www.GymRatZ.co.uk
external usenet poster
 
Posts: 58
Default OT:ish SMS script for web site?

Long shot... but...
Does anyone know of any script that can be integrated with say an e-commerce
website for sending SMS text messages to customer via something like one of the
Betamax clones?

Just an idea for our new site that perhaps customers might like to receive
updates or password reminders via their mobile rather than e-mail if they are
out and about rather than in front of a desk all day long.

Cheers
Pete
--
http://gymratz.co.uk - Fitness & Gym Equipment/nutrition specialists.
http://www.trade-price-supplements.co.uk - Bulk buy for up to 33% off.
http://www.BBE-Boxing-Equipment.co.uk - New Boxing Equipment site.
http://www.commercial-gym-equipment.co.uk - Commercial Gym Equipment.
Ads
  #2  
Old June 18th 08, 08:32 PM posted to uk.telecom.voip
Brian A
external usenet poster
 
Posts: 962
Default OT:ish SMS script for web site?

On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
wrote:

Long shot... but...
Does anyone know of any script that can be integrated with say an e-commerce
website for sending SMS text messages to customer via something like one of the
Betamax clones?

An alternative that I have used is to send an email that arrives as a
text. There are various services available for email to text
conversion.
I would guess that Betamax will have protection on their sites,
otherwise it would be possible to interface from your web site to the
SMS facility via a PHP program or similar. As it is highly likely that
such protection will exist then I would think it unlikely that you
would be able to do this without Betamax approval. For example some
sites do allow external apps to access their site for e-commerce
purposes by presenting an agreed referrer URL and additional
authentication. As I am not aware of such access being offered by
Betamax I would assume that it will not be possible to interface with
a web site with any unapproved access. However, if you do succeed then
I'll certainly be interested to hear of how you achieved it.


---
Remove 'no_spam_' from email address.
---
  #3  
Old June 19th 08, 12:08 PM posted to uk.telecom.voip
Tim
external usenet poster
 
Posts: 346
Default OT:ish SMS script for web site?

Pet - www.GymRatZ.co.uk wrote:
Long shot... but...
Does anyone know of any script that can be integrated with say an
e-commerce website for sending SMS text messages to customer via
something like one of the Betamax clones?



http://aql.com/site/sms_http_gateway.php

or
http://aql.com/site/developerinfo2.php

Which has more program examples.


Of course, this is for sending messages through AQL, which costs money.
They do work really well though.


Tim
  #4  
Old June 19th 08, 12:25 PM posted to uk.telecom.voip
Theo Markettos
external usenet poster
 
Posts: 135
Default OT:ish SMS script for web site?

Pet - www.GymRatZ.co.uk wrote:
Does anyone know of any script that can be integrated with say an
e-commerce website for sending SMS text messages to customer via something
like one of the Betamax clones?


Shell script 'fincheck':
http://www.voip-info.org/wiki/index....e=Finarea%20SA

There seem to be several versions, of which the one I used is from he
http://www.simong.net/finarea/
They also has a PHP version which I haven't tried.

I tried fincheck with SMSListo.com. It works some of the time, but
sometimes SMSListo comes back with a 'session timeout' page even though it's
just logged me in. You can tell because sending an SMS takes about 5-10
seconds, while a failure comes back straightaway. I don't quite know what's
happening - perhaps sometimes the web requests are too quick for the
website? I've put some debug in my copy but haven't had time to get to the
bottom of it. It's quite a simple script, so shouldn't be too hard to fix.

Maybe others can try it on other Finarea/Betamax sites and see how well it
works?

Theo
  #5  
Old June 20th 08, 07:55 AM posted to uk.telecom.voip
David Quinton
external usenet poster
 
Posts: 47
Default OT:ish SMS script for web site?

On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
wrote:

Long shot... but...
Does anyone know of any script that can be integrated with say an e-commerce
website for sending SMS text messages to customer via something like one of the
Betamax clones?


http://www.moretext.com

been using it for years.
ISTR there's a PDF of examples on the site somewhere.
--
Locate your Mobile phone: http://www.bizorg.co.uk/news.html
Great gifts: http://www.ThisBritain.com/ASOS_popup.html
  #6  
Old June 25th 08, 11:46 PM posted to uk.telecom.voip
Theo Markettos
external usenet poster
 
Posts: 135
Default OT:ish SMS script for web site?

Theo Markettos wrote:
I tried fincheck with SMSListo.com. It works some of the time, but
sometimes SMSListo comes back with a 'session timeout' page even though it's
just logged me in. You can tell because sending an SMS takes about 5-10
seconds, while a failure comes back straightaway. I don't quite know what's
happening - perhaps sometimes the web requests are too quick for the
website? I've put some debug in my copy but haven't had time to get to the
bottom of it. It's quite a simple script, so shouldn't be too hard to fix.


I've fixed that bug and sent the patches upstream (along with some other
improvements). There's now a beta version (filename fincheck.beta) on the
site which hopefully should be released as the main version in a few days.

Theo
  #7  
Old June 26th 08, 06:09 PM posted to uk.telecom.voip
Pet - www.GymRatZ.co.uk
external usenet poster
 
Posts: 58
Default OT:ish SMS script for web site?

Theo Markettos wrote:
Theo Markettos wrote:
I tried fincheck with SMSListo.com. It works some of the time, but
sometimes SMSListo comes back with a 'session timeout' page even though it's
just logged me in. You can tell because sending an SMS takes about 5-10
seconds, while a failure comes back straightaway. I don't quite know what's
happening - perhaps sometimes the web requests are too quick for the
website? I've put some debug in my copy but haven't had time to get to the
bottom of it. It's quite a simple script, so shouldn't be too hard to fix.


I've fixed that bug and sent the patches upstream (along with some other
improvements). There's now a beta version (filename fincheck.beta) on the
site which hopefully should be released as the main version in a few days.


Splendid Theo.
I'll check it out.

Cheers
Pete


--
http://gymratz.co.uk - Fitness & Gym Equipment/nutrition specialists.
http://www.trade-price-supplements.co.uk - Bulk buy for up to 33% off.
http://www.BBE-Boxing-Equipment.co.uk - New Boxing Equipment site.
http://www.commercial-gym-equipment.co.uk - Commercial Gym Equipment.
  #8  
Old June 27th 08, 09:55 AM posted to uk.telecom.voip
www.GymRatZ.co.uk
external usenet poster
 
Posts: 10
Default OT:ish SMS script for web site?

David Quinton wrote:
On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
wrote:

Long shot... but...
Does anyone know of any script that can be integrated with say an e-commerce
website for sending SMS text messages to customer via something like one of the
Betamax clones?


http://www.moretext.com

been using it for years.
ISTR there's a PDF of examples on the site somewhere.


If the srript Theo has mentioned/updatd works with SMSlisto them a text
to UK mobile at 0.7p per text has to be a winner.

Our web coder is going to see if it will integrate into the shopping
cart he is writing so customers can receive text once we dispatch goods.

Would be brilliant if it does.

Here's hoping.
:¬)

Pete
  #9  
Old June 28th 08, 11:25 PM posted to uk.telecom.voip
Theo Markettos
external usenet poster
 
Posts: 135
Default OT:ish SMS script for web site?

Pet - www.GymRatZ.co.uk wrote:
Splendid Theo.
I'll check it out.


It's now as the main version of the script linked from the webpage - have a
look at the script source for more details.

Theo
 




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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
NET USE logon script devs uk.comp.home-networking (UK home networking) 0 March 13th 07 11:29 PM
NET USE logon script Simon Dobson uk.comp.home-networking (UK home networking) 4 March 12th 07 06:34 PM
NET USE logon script David Wade uk.comp.home-networking (UK home networking) 0 March 11th 07 11:25 PM
Good hardware site to site VPN devices ? Doz uk.telecom.broadband (UK broadband) 0 January 24th 06 01:18 PM
Advice on site to site connection and internet access Jaime uk.telecom.broadband (UK broadband) 0 September 24th 03 04:44 PM


All times are GMT +1. The time now is 11:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Content Relevant URLs by vBSEO 2.4.0
Copyright ©2004-2008 BroadbanterBanter, part of the NewsgroupBanter project.
The comments are property of their posters.
Loan - Mortgages - Personal Loan - Car Insurance - Vegas Hotel