Re: [PHP] (0/T) executeing script below public

2003-12-14 Thread Ryan A
Blanchard [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:21 PM Subject: Re: [PHP] (0/T) executeing script below public Hey, Thanks for replying. The server is on Linux and is remotely hosted, my local machine is on win2k pro. A client wants me to set

[PHP] (0/T) executeing script below public

2003-12-12 Thread Ryan A
Hi, Am a bit puzzled here, we have to run a script to start/stop a serverbut we have to run the script below the public folder! this is our structure /blah/theServer/public_html/ the script is located in /blah/theServer/ I noticed one funny thing about this script, it starts with: #!/bin/sh

RE: [PHP] (0/T) executeing script below public

2003-12-12 Thread Jay Blanchard
[snip] #!/bin/sh scriptname start (or) scriptname stop [/snip] It is a shell script. They are usually placed in /usr/local/bin/ and chmod'd to execute. To run it you type this at the command line; scriptname start (or) scriptname stop This script accepts one argument, either 'stop' or 'start'

RE: [PHP] (0/T) executeing script below public

2003-12-12 Thread Jay Blanchard
[snip] #!/bin/sh scriptname start (or) scriptname stop [/snip] It is a shell script. They are usually placed in /usr/local/bin/ and chmod'd to execute. To run it you type this at the command line; scriptname start (or) scriptname stop This script accepts one argument, either 'stop' or 'start'

Re: [PHP] (0/T) executeing script below public

2003-12-12 Thread Chris Shiflett
--- Ryan A [EMAIL PROTECTED] wrote: Am a bit puzzled here, we have to run a script to start/stop a serverbut we have to run the script below the public folder! this is our structure /blah/theServer/public_html/ the script is located in /blah/theServer/ For future reference, the script in

Re: [PHP] (0/T) executeing script below public

2003-12-12 Thread Ryan A
Hey, Thanks for replying. The server is on Linux and is remotely hosted, my local machine is on win2k pro. A client wants me to set this up, I have setup the whole thing but this needs to be started you keep mentioning command line, what command line? You mean I should SSH in? (As you can

Re: [PHP] (0/T) executeing script below public

2003-12-12 Thread Chris Shiflett
--- Ryan A [EMAIL PROTECTED] wrote: you keep mentioning command line, what command line? You mean I should SSH in? Yes, that's the command line he was talking about. Chris = Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook

Re: [PHP] (0/T) executeing script below public (Conclusion)

2003-12-12 Thread Ryan A
Thanks guys, Will ask the owner/host for a SSH login and privilages and get back to ya if things go wrong. This list and the people in it really rock. Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] (0/T) executeing script below public

2003-12-12 Thread Jeremiah Weaver
. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:08 PM To: [EMAIL PROTECTED] Subject: [PHP] (0/T) executeing script below public Hi, Am a bit puzzled here, we have to run a script to start/stop a serverbut we have to run the script below the public

Re: [PHP] (0/T) executeing script below public

2003-12-12 Thread Ryan A
How do I do that? Thanks, -Riene fyi- my toilet is a flush-master 3001, if that matters. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:08 PM To: [EMAIL PROTECTED] Subject: [PHP] (0/T) executeing script below public Hi, Am

Re: [PHP] (0/T) executeing script below public

2003-12-12 Thread Jas
side of anus and wipe forward How do I do that? Thanks, -Riene fyi- my toilet is a flush-master 3001, if that matters. -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:08 PM To: [EMAIL PROTECTED] Subject: [PHP] (0/T) executeing script below public