Re: changing the defualt "nobody"@somecomputer.com (mailx)

2002-03-08 Thread Rob Helmer
On Fri, Mar 08, 2002 at 06:05:07PM -0800, Rob Roudebush wrote: > > My CGI script shoots out an automated e-mail using mailx. Is there any way to >change the "nobody"? > -Rob Hi Rob, Yes, you can change the "From:" header. Are you actually constructing an email and passing it to mailx? You s

Re: Fwd: Re: survey to excel

2002-03-08 Thread Teresa Raymond
The client suggested access or excel. I don't even have access - I'm on a mac so I wouldn't be able to test on my computer. Also, I may be able to advise to use mySQL but I am also unfamiliar with that as well. They want to be able to do a lot of statistical analysis which is why they were

Re: Fwd: Re: survey to excel

2002-03-08 Thread fliptop
Teresa Raymond wrote: >> Delivered-To: [EMAIL PROTECTED] >> X-Sender: [EMAIL PROTECTED]@mail.portland.co.uk >> Date: Fri, 8 Mar 2002 17:15:04 -0600 >> To: Teresa Raymond <[EMAIL PROTECTED]> >> From: Teresa Raymond <[EMAIL PROTECTED]> >> Subject: Re: survey to excel >> >> I have only worked with f

changing the defualt "nobody"@somecomputer.com (mailx)

2002-03-08 Thread Rob Roudebush
My CGI script shoots out an automated e-mail using mailx. Is there any way to change the "nobody"? -Rob - Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

Fwd: Re: survey to excel

2002-03-08 Thread Teresa Raymond
>Delivered-To: [EMAIL PROTECTED] >X-Sender: [EMAIL PROTECTED]@mail.portland.co.uk >Date: Fri, 8 Mar 2002 17:15:04 -0600 >To: Teresa Raymond <[EMAIL PROTECTED]> >From: Teresa Raymond <[EMAIL PROTECTED]> >Subject: Re: survey to excel > >I have only worked with flat text files for my database scripti

Re: survey to excel

2002-03-08 Thread Tagore Smith
Teresa Raymond wrote: > I was wondering where I could get step by step very beginning info to > transfer web survey information to excel. I have a mac OS 9.2.1 but > I think I can translate, I'm not sure what server I'd be working on, > I have experience with Unix. There's not quite enough i

survey to excel

2002-03-08 Thread Teresa Raymond
I was wondering where I could get step by step very beginning info to transfer web survey information to excel. I have a mac OS 9.2.1 but I think I can translate, I'm not sure what server I'd be working on, I have experience with Unix. -- --- - Teresa Raymond

telling user agent the full path of a file to downlaod

2002-03-08 Thread Rob Helmer
Hello, I am trying to set a "preferred" absolute path on the user agent's drive for a downloaded file. It seems that the "filename" param of the "Content-disposition" header the user agent SHOULD NOT ( according to the RFC ) honor the absolute path like this. I've found that it actually works

Re: Running a CGI script as root

2002-03-08 Thread Rob Helmer
Hello, I don't understand why you need to be root, I would suggest finding another means, for security reasons. Can you explain a little more about this? That said, here is one way you can do it : Have you seen the sudo command? You can give root access to specific users ( or groups of users

Re: Server down test

2002-03-08 Thread fliptop
Sir Douglas Cook wrote: > Question: > I am wondering how to test if my PWS is UP? > If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { i've never used it, but net::ping looks like a good candidate: http://search.cpan.org/search?dist=Net-Ping -- To unsubscribe, e-mail: [EMAIL PROTECTED] F

Server down test

2002-03-08 Thread Sir Douglas Cook
SuiteToeCode (overview) If (http://65.93.27.6/MyHomepageOnMyWin98PWS/) { # If my dialup ISP assigned me a new IP and my PWS is UP. # let everybody go to my homecomputer and see more than 5 megs of # web site. redirect to http://65.93.27.6/MyHomepageOnMyWin

Server down test

2002-03-08 Thread Sir Douglas Cook
SuiteToeCode (overview) If (http://65.93.27.6/MyHomepageOnSympaticoServer/) { # If my dialup ISP assigned me a new IP and my PWS is UP. # let everybody go to my homecomputer and see more than 5 megs of # web site. redirect to http://65.93.27.6/MyHomepageOn

delete a character in a file

2002-03-08 Thread zaka rias
i have text file like this : -> - my name is foo foo is my name so im foo -- my question are : 1. I want insert words "foo is me" between line 1 and line 2 (between "my name is foo" and "foo is my name"), how to do it ? 2. i want append a word "and im fool

tag from a variable

2002-03-08 Thread MARCOS LABORDE
Hi all, I have 2 variables, one with the file data ($variable1) and the other with the extension of the file à la ".jpg" ($variable2) that I've just fetched from an oracle table. I can't figure yet how to make the tag to work in a print statement like: print "\n"; or print "\n"; How can

Running a CGI script as root

2002-03-08 Thread Paolo Cavicchini
Hello, I need to write a CGI script able to launch, from an Intranet Web page, an executable on my Linux RH. To do that I need to run the executable as root because it works fine only if I've got root's privileges. The problem is: I cannot do that. Could anyone gives me any help? Thank you Paolo