John Nichel wrote:
How are you weathering the storm? I hope all is well there.
Just heard that Chris is safe. Don't know where he is as of yet, but he
did leave before the storm.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://ww
On Friday 13 December 2002 18:02, Brian McGarvie wrote:
> I can exec ping OK... but I need a way to ping and basically give me a OK
> or Not OK... any ideas?
So you have something like:
$result = `ping -c 3 www.example.com`;
echo $result;
Then you have to parse $result to work out whether
6:04 PM
To: Chris Grigor; Php-General-List (E-mail)
Subject: RE: [PHP] ping
Hi CHris!
> has anyone written a script to check if a host is alive -
> like a ping script ?
Something like this?
BTW, any hints to weak or wrong code are welcome, I'm not
this experienced with PHP ;
Hi Chris,
Have a look at
http://www.hotscripts.com/PHP/Scripts_and_Programs/Networking_Tools/Ping/
There are 3 ping scripts there.
Jason
-Original Message-
From: Chris Grigor [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 8:48 AM
To: Php-General-List (E-mail)
Subject: [PHP]
Hi CHris!
> has anyone written a script to check if a host is alive -
> like a ping script ?
Something like this?
BTW, any hints to weak or wrong code are welcome, I'm not
this experienced with PHP ;)
Cheers, Kiko
P.S.: There are some formatting strings and some variables
stored in constants.
Unfortunately I added some code today to show the local time/date and
haven't tested them since ;)
If the machine being pinged is up it shows a green "Light" if it loses a
ping it'll show red and if it loses 5 in a row it's name goes red and there
should (this is the bit I haven't tested) be a ti
4.0.0
>
>
>- Original Message -
>From: DaViper <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, January 10, 2001 3:07 PM
>Subject: Re: [PHP] Ping
>
>
> >
> > Code to show ping results on a webpage included in the 2 -files ping.p
Hello DaViper,
Where do I get those 2 files from? The PHP I am running is 4.0.0
- Original Message -
From: DaViper <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 10, 2001 3:07 PM
Subject: Re: [PHP] Ping
>
> Code to show ping results on a webpage
Code to show ping results on a webpage included in the 2 -files ping.php
and output.php
Greets,
DaViper
Maybe this can help you
At 15:03 10/01/2001 +0600, you wrote:
>Dear list,
>I have this proposal: I work in ISP where we have a web site. On our web
>site, we would like to ping, say 3 oth
9 matches
Mail list logo