Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO: Send Free SMS txts from your shell (UK ONLY)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
buzzin
Apprentice
Apprentice


Joined: 17 Oct 2003
Posts: 264
Location: St. Albans, UK.

PostPosted: Thu Jan 20, 2005 12:32 am    Post subject: HOWTO: Send Free SMS txts from your shell (UK ONLY) Reply with quote

AIM
The Aim of this Howto is to show how UK gentoo users can get free sms txts from your shell.

Background
I dont send many sms messages, but when i do, im mostly in front of my machine. There are lots of free sms sites and m$ utils like icq, but they can be slow or a pain in the butt to use. http://www.118888.co.uk/ offers 10 free messages a day, to uk numbers and the txts seem to get delivered quite fast. This method could be used with other providers by getting a different sms template file.

Required
net-misc/smssend
Free account on 118888
118.sms file

INSTALL

1) Install smssend
Code:
emerge smssend


2) Save the 118.sms file to /usr/share/smssend
Code:

cd /usr/share/smssend
wget http://steeev.f2o.org/sms/118.sms


DONE

You can now send a sms using
Code:

smssend 118.sms <username> <password> <mobile number> "<message>"



OPTIONAL EXTRAS
3) Create a quick script to send a sms. Paste the following code into /usr/bin/local/sms.sh and edit the username and password fields

(This can be adapted to use any sms file you prefer)
Code:

#!/bin/bash
#
# Quick script to send a free txt via smssend and 118

USERNAME="user@email.com"
PASSWORD="password"

#read info
echo -n "Phone Number : "
read -e PHONE

echo -n "MSG : "
read -e MSG

smssend 118.sms $USERNAME $PASSWORD  $PHONE "$MSG"


Dont forget to make it executable :)

Code:
chmod 555 /usr/bin/local/sms.sh
(to give everyone access)

Then whenever you want to send a txt, just type sms.sh into your shell.

Hope this helps someone else.
Back to top
View user's profile Send private message
riggagoogoo
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2003
Posts: 108

PostPosted: Fri Jan 21, 2005 10:18 am    Post subject: Reply with quote

Thanks for this its very handy.
Back to top
View user's profile Send private message
Joelio
n00b
n00b


Joined: 24 May 2004
Posts: 64
Location: Manchester, UK

PostPosted: Fri Jan 21, 2005 2:04 pm    Post subject: Reply with quote

Diamond Tipped Tip.
_________________
echo 'random crap' > http://www.joelmerrick.com
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Wed Mar 16, 2005 7:16 pm    Post subject: Reply with quote

heya,
i'm trying to use smssend with the orangeuk provider but i keep getting "login failed"

Anybody using this successfully?
Back to top
View user's profile Send private message
davidblewett
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 274
Location: Indiana

PostPosted: Wed Mar 16, 2005 7:36 pm    Post subject: Reply with quote

Most wireless providers provide an email <-> SMS gateway. By simply sending an email to the wireless#@gateway.provider.net, you can usually get one through. You can Google for the various gateway and address formats.
_________________
No guilt in life, no fear in death
this is the power of Christ in me
From life’s first cry to final breath
Jesus commands my destiny
-- Newsboys, "In Christ Alone", "Adoration: The Worship Album"
Back to top
View user's profile Send private message
digital_
n00b
n00b


Joined: 12 Feb 2005
Posts: 15

PostPosted: Thu Mar 17, 2005 8:03 pm    Post subject: Reply with quote

Verizon Wireless (large US provider) has a free email-sms service. Go to vtext.com to sign-up, it's free.

You can then email your phone like this: 'nickname'@vtext.com and have it forwarded to your phone. You can then integrate this however you want with email-based messaging systems.
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Wed Mar 23, 2005 9:37 am    Post subject: Reply with quote

I'm in the uk, have found a few options but have made do with a simple "email alert" feature which orange offer.
This allows filters to be set so that emails containng key words will cause an sms to be sent to yr phone.
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Sun May 08, 2005 8:12 am    Post subject: Reply with quote

Nice tip, fast to install worked first time.

Saved me loads of time . Thx 8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Sun May 08, 2005 10:05 pm    Post subject: Reply with quote

well when I said "worked" I mean the script worked a treat , login OK and got a msg sent succesfully.

No-one's actually got a msg yet :?

Correction , they got through a bit after.

Do you know any good UK sms to email gateways?

Cheers. 8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86


Last edited by Gentree on Mon May 09, 2005 6:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
cs02rm0
Tux's lil' helper
Tux's lil' helper


Joined: 12 Oct 2004
Posts: 91

PostPosted: Sun May 08, 2005 10:20 pm    Post subject: Reply with quote

Awesome. Worked as quick as sending it off my phone, but with extra geek factor 8)

Cheers.
_________________
Rich
Back to top
View user's profile Send private message
arthurtech
n00b
n00b


Joined: 04 Feb 2004
Posts: 57
Location: Nottingham, UK

PostPosted: Fri Jun 10, 2005 9:12 pm    Post subject: Reply with quote

Nice tip - works nicely from here (1st txt has just arrived as I type).

I've had exactly no luck with the orange script either. Don't s'pose anyone's figured it out?

Arthur
Back to top
View user's profile Send private message
dezydery
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 87

PostPosted: Sun Jun 12, 2005 12:24 pm    Post subject: Reply with quote

Can these 118 people be trusted not to share your phone number with anyone else? Or the phone numbers of the people you're texting? I couldn't find a privacy policy...
Back to top
View user's profile Send private message
iainel
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 94

PostPosted: Mon Jun 20, 2005 7:04 pm    Post subject: Reply with quote

Anybody still using this? If so, where are you signed up to for sending free online SMS?
Back to top
View user's profile Send private message
Gentree
Watchman
Watchman


Joined: 01 Jul 2003
Posts: 5350
Location: France, Old Europe

PostPosted: Tue Jun 21, 2005 10:24 pm    Post subject: Reply with quote

Bummer , they've discontinued the free service.

I now get a 404 if try to send. :cry:

Anyone finding a new link pls post.
8)
_________________
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Back to top
View user's profile Send private message
lysergicacid
Guru
Guru


Joined: 25 Nov 2003
Posts: 352
Location: The Universe,Virgo Super Cluster,Milky Way,Earth

PostPosted: Mon May 15, 2006 3:24 am    Post subject: Reply with quote

no one ever find any other sites / modd the .sms file to use with any other sites ?
_________________
[img]http://valid.canardpc.com/cache/banner/2040927.png[/img]
Desktop:
[img]http://valid.canardpc.com/cache/banner/2703952.png[/img]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum