Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-18-2008, 06:51 PM
Pet - www.GymRatZ.co.uk
Guest
 
Posts: n/a
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.

Reply With Quote
  #2 (permalink)  
Old 06-18-2008, 07:32 PM
Brian A
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
<0845-86-86-888@Cheapest-Prices.ever> 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.
---

Reply With Quote
  #3 (permalink)  
Old 06-19-2008, 11:08 AM
Tim
Guest
 
Posts: n/a
Default Re: 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

Reply With Quote
  #4 (permalink)  
Old 06-19-2008, 11:25 AM
Theo Markettos
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

Pet - www.GymRatZ.co.uk <0845-86-86-888@cheapest-prices.ever> 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 here:
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

Reply With Quote
  #5 (permalink)  
Old 06-20-2008, 06:55 AM
David Quinton
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
<0845-86-86-888@Cheapest-Prices.ever> 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>

Reply With Quote
  #6 (permalink)  
Old 06-25-2008, 10:46 PM
Theo Markettos
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

Theo Markettos <theom+news@chiark.greenend.org.uk> 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

Reply With Quote
  #7 (permalink)  
Old 06-26-2008, 05:09 PM
Pet - www.GymRatZ.co.uk
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

Theo Markettos wrote:
> Theo Markettos <theom+news@chiark.greenend.org.uk> 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.

Reply With Quote
  #8 (permalink)  
Old 06-27-2008, 08:55 AM
www.GymRatZ.co.uk
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

David Quinton wrote:
> On Wed, 18 Jun 2008 19:51:52 +0100, "Pet - www.GymRatZ.co.uk"
> <0845-86-86-888@Cheapest-Prices.ever> 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

Reply With Quote
  #9 (permalink)  
Old 06-28-2008, 10:25 PM
Theo Markettos
Guest
 
Posts: n/a
Default Re: OT:ish SMS script for web site?

Pet - www.GymRatZ.co.uk <0845-86-86-888@cheapest-prices.ever> 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

Reply With Quote
Sponsored Links
Reply

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

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HOT DEAL !! 300 GIGS webspace for only $5.95/mnth bourbonix.com alt.cellular.nokia 0 12-24-2007 05:51 PM
Youth Nudity, Sex Free Photos And Movie Site, naked teenager, nude Nudist sex fotos grtrgrtgr5r5nri9@yahoo.com alt.cellular.cingular 0 10-26-2007 02:46 AM
Sex Story,Free Erotic Sex Letter Stories From Anal Bitch Porn List Dildos Hot sex udshfu7fw37ifue@yahoo.com alt.cellular.cingular 0 07-12-2007 06:07 AM
LIVE LESBIAN SEX SHOWS lesbian sex chat lesbian sex toys lesbian porn sex jamaican lesbian sdfiuhsdejkds8dsj@yahoo.com alt.cellular.cingular 0 07-07-2007 04:56 AM
wmi script to display signal strength bjs555 alt.internet.wireless 1 10-24-2005 01:53 PM


All times are GMT. The time now is 10:41 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45