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

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: 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: Encrypting data on the server

2001-08-25 Thread Walnut
On Tue, 26 Jun 2001 21:34:45 -0700, [EMAIL PROTECTED] (Mrossland) wrote: >o take information via a form, encrypt it with a duel key >encryption, and then write that encrypted message to a text file for latter >use. I also need to do this in such a way so that the server admin's can't Still not s