Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] SMS messaging

From: gchiu::compkarori::co::nz at: 22-Nov-2000 14:38

Just to report that I have had some success finally in using Rebol to send SMS messages via MTNSMS's gateway. The advantage of www.mtnsms.com over www.freesms.net is that the former does not limit the number of messages, whereas the latter does. However, MTNSMS does require you to register with them. Why send SMS's via Rebol? I monitor my webserver with a Rebol script, and if it stops responding, I send myself a SMS :-) I added another function to cookies-client.r http-get-cooked-cookie cookiestring which accepts url-encoded cookies. It seemed silly to decode cookies, just to feed them back to be re-encoded. The file is called mtncellphone.r and is available at http://www.compkarori.co.nz/x.php?/zwiki/SCripts and it uses the new cookies-client.r Please let me know of any successes/failures. My guess is that proxies will stop it working. -- Graham Chiu