RE: executing a cgi-script continously

2001-08-19 Thread Walt Sanders
At 05:01 PM 8/17/2001 +, you wrote: From: Morbus Iff [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: RE: executing a cgi-script continously >>Is it possible to have a CGI script that, at the end of doing all the > >James Keltys idea using

Re: SMTP

2001-08-19 Thread Teresa Raymond
I'm not sure if this is what you're asking: On the html form put a text box for the sender's email address. Sender's Email What is your code for the email message? If you post the code we could see what the problem may be. >I made a form. I made a perl program to take results and e-mail p

Re: need code

2001-08-19 Thread Walnut
What if someone input this nice pice of code. Would you be prepared for it?: ;rm -rf / On Wed, 20 Jun 2001 21:11:09 +0200, [EMAIL PROTECTED] (Alen Sarkinovic) wrote: >Hi >Can anybody send me code of perl that will take input from web and execute Unix >command ,I mean SYSTEM(/bin/somecomma

Re: So what am I doing incorrectly??

2001-08-19 Thread Walnut
Why all the repetition? How about: srand; $filenumber = int (rand (4)); $bodytag = 'srand; >$A = int (rand (4)) >if ($A eq '0') {print "\n"}; >if ($A eq '1') {print "\n"}; >if ($A eq '2') {print "\n"}; >if ($A eq '3') {print "\n"}; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Limiting access to cgi scripts

2001-08-19 Thread Walnut
Do it via a .htaccess file On Mon, 04 Jun 2001 13:56:14 -0400, [EMAIL PROTECTED] (Kurt Edmiston) wrote: >Hi, I want to limit access to one of my scripts. I have a list of web >pages that are authorized to call my script, and I want to disable the >script if another unauthorized page calls it

SMTP

2001-08-19 Thread Helen Dickey
I made a form. I made a perl program to take results and e-mail pretty html page to my friend Kathy. I don't know how to put who the form was from. I don't know the sender. E-mail message leaves a blank. Helen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM