This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Sms?

Old posts that have not been replied to for several years.
Locked
k
keta

Sms?

Post by keta »

hiyas, i'm rather dull when it comes to tcl scripting, i just use other peoples work, MC_* and slennox are two peoples scripts I use. However, I've wanted a tcl script that'll send a sms/txt to my mobile phone, i've tryed the one or two that www.egghelp.org has, but they don'ts eem to work with my gsm mobile. Could anyone point me in the direction of one that works? i'm not sure if its becuase those scripts are slightly old, or because mtnsms.com is slow / lagged, or what. so ya.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Loom for the software program called SMSSEND.

It's not a Tcl script in itself, it is designed to send SMS messages via the web (it can, with a tiny bit of work on the config files, be used to send anything that normaly gets sent via a HTML form(post or get)). However, I believe it had a link on the site, where you download a small script for eggdrop.

The software works with most free providers, and gets around things like having to send a magic cookie, that is normaly embeded into the login page, and generated at random (used to stop scripts like those on eggdrop). To add a new provider, you add a tiny script, which defines what is read from the site, when it is sent, how it is sent and what information needs to be sent fromt he command line.

It's also got a nifty auto-update feature. If there is a newer script available that the one you have, then adding a certain parameter to the command line, will download the updated copy.
Locked