Re: Needed: new cellcom SMS script

2000-05-26 Thread guy keren
On Thu, 25 May 2000, Nadav Har'El wrote: Hmm... I wonder if it is possible to tell sendmail of a new mail transport mechanism, on the same level as SMTP, that uses my script or something similar to send messages via SMS. For example, we can have all messages to addresses like [EMAIL

Re: Needed: new cellcom SMS script

2000-05-25 Thread Nadav Har'El
On Tue, May 23, 2000, Vadim Vygonets wrote about "Re: Needed: new cellcom SMS script": I think it would be better to use the mailer daemon's own queueing system for this purpose. If it's possible. I'll see what I can do about it. Hmm... I wonder if it is possible to tell sendmai

Re: Needed: new cellcom SMS script

2000-05-24 Thread Constantin Eizner
Why not to add Pelephone Support. the format of SMS for pelephone is: 9725[01][EMAIL PROTECTED] for example: I want to send SM to 051-123123 I have to send message [EMAIL PROTECTED] That's all. "David Tabachnikov (NetHunter)" wrote: Udi Finkelstein wrote: n.b. the old site used to say that

Re: Needed: new cellcom SMS script

2000-05-23 Thread erez
hi I have trouble updating my perl modules anyone has ALL of them in RPM format ? (I can find each of them somewhere but they do not match ...) thanks erez. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word

Re: Needed: new cellcom SMS script

2000-05-23 Thread mulix
Hi Erez, If you have the CPAN module installed, do perl -MCPAN -e shell and then type 'h' and enter. If you have internet connection, this is all you need to update your perl modules and distribution. Read the online help. (thanks to Gaal Yahas) -- mulix linux/reboot.h: #define

Re: Needed: new cellcom SMS script

2000-05-23 Thread Gaal Yahas
On Tue, May 23, 2000 at 10:34:12AM +0300, [EMAIL PROTECTED] wrote: I have trouble updating my perl modules anyone has ALL of them in RPM format ? (I can find each of them somewhere but they do not match ...) You really want to use Perl's mechanisms for packages more than RPM. What kind

Re: Needed: new cellcom SMS script

2000-05-23 Thread Game Wizard
LG 800 doesn't have IR. Blessed be, GW. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]

Re: Needed: new cellcom SMS script

2000-05-23 Thread Gaal Yahas
On Mon, May 22, 2000 at 07:35:59AM +0300, I hastily wrote: To all of you who aren't sure they have the required modules installed, doing: perl -MCPAN -e 'install qw(Digest-MD5 MIME-Base64 libnet HTML-Parser URI libwww-perl)' should help :-) Looks

Re: Needed: new cellcom SMS script

2000-05-22 Thread Ilya Konstantinov
On Mon, May 22, 2000 at 02:55:42AM +0200, Udi Finkelstein wrote: n.b. the old site used to say that it was limited to 20 messages/day (per username ofcourse). From my experience, there was no such limit. The limit did work while using the site directly. The trick was accomplished with a rather

Re: Needed: new cellcom SMS script

2000-05-22 Thread David Tabachnikov (NetHunter)
Udi Finkelstein wrote: n.b. the old site used to say that it was limited to 20 messages/day (per username ofcourse). From my experience, there was no such limit. Because the test was done with a piece of JavaScript and cookies - and if you use a something like the perl script, you get around

Re: Needed: new cellcom SMS script

2000-05-22 Thread Nadav Har'El
On Mon, May 22, 2000, Udi Finkelstein wrote about "Re: Needed: new cellcom SMS script": Pelephone support is easy. Just use Pelemail using [EMAIL PROTECTED] for 051-xx numbers (correct me if I'm wrong), and [EMAIL PROTECTED] for 050-xx numbers. You, and several other pe

Re: Needed: new cellcom SMS script

2000-05-22 Thread Vadim Vygonets
Quoth Nadav Har'El on Mon, May 22, 2000: P.S. what's missing from my sendsms script now is a queuing system, like sendmail's: it needs to be able to queue messages when the connection to the Cellcom or Orange site is down, or when too many connections to these sites are already open, and then

Needed: new cellcom SMS script

2000-05-21 Thread Alon Altman
Hi, A cellcom script written by Nadav Har'el has been posted here some time ago. Recently (today), cellcom has reformed their site, and the script no longer works. It would be nice if an updated script will be posted here. Thanks, Alon - if you cut here, you'll probably

Re: Needed: new cellcom SMS script

2000-05-21 Thread Nadav Har'El
On Sun, May 21, 2000, Alon Altman wrote about "Needed: new cellcom SMS script": Hi, A cellcom script written by Nadav Har'el has been posted here some time ago. Recently (today), cellcom has reformed their site, and the script no longer works. It would be nice if an upda

Re: Needed: new cellcom SMS script

2000-05-21 Thread Udi Finkelstein
On Sun, 21 May 2000 23:57:40 +0300, Nadav Har'El [EMAIL PROTECTED] wrote: On Sun, May 21, 2000, Alon Altman wrote about "Needed: new cellcom SMS script": Hi, A cellcom script written by Nadav Har'el has been posted here some time ago. Recently (today), cellcom has reformed

Re: Needed: new cellcom SMS script

2000-05-21 Thread Ira Abramov
On Sun, 21 May 2000, Nadav Har'El wrote: Ok. Exactly 12 hours after Cellcom switched sites, I'm attaching the new sendsms script which can send short messages to cellcom phones (using the looks great! although my hack dumps all the communication headache at wget, since it was always meant to

Re: Needed: new cellcom SMS script

2000-05-21 Thread Gaal Yahas
On Mon, May 22, 2000 at 02:55:42AM +0200, Udi Finkelstein wrote: Actually, I've reimplemented it because I was tired of installing all the Perl packages needed for the program to work. Instead I've used the w3c utility to do all the POST/GET methods, or even used lynx. To all of you who

Re: Needed: new cellcom SMS script

2000-05-21 Thread Nadav Har'El
On Mon, May 22, 2000, Ira Abramov wrote about "Re: Needed: new cellcom SMS script": On Sun, 21 May 2000, Nadav Har'El wrote: looks great! although my hack dumps all the communication headache at wget, since it was always meant to be a quick throwaway, but yours is a masterpiece :-