สอบถามเรื่อง โปรแกรม ping server

สอบถามเรื่อง โปรแกรม ping server เห็นผู้ให้บริการเค้าใช้เช็คว่า server ร่มไหมโดยการยิงปิงเข้าไปที่ server ไรแบบนี้ ส่วนใหญ่ admin จะใช้โปรแกรมไรเหรอครับ ผมอยากได้มาใช้บ้างครับ มีโปรแกรมไรน่าใช้บ้างไหมครับ

Start >> Run แล้วพิมพ์ ping เว้น ตามด้วย ip ที่เราต้องการทดสอบ


<?php
//########################################
//############## Server Monitor ##############
//###################################################
//###### Free Script by Gscripts.net ###############
//################# visit us at ############################
//#### http://gscripts.net ##################################
//##################### Free PHP/MySQL Scripts Direcotory ##########
//############################################################

$ip = "your.server.ip"; // this is the host of the monitored server
$onlinetext = "On-Line" ; // this is the on-line message
$offlinetext = "Off-Line" ; // this is the off-line message
$port = "80"; // this is the port that you check

if(@fsockopen($ip,$port,$errno,$errstr,1)) {
echo"[[img]serveron.gif[/img]]('http://$ip')

SiteUp v1.1
Web Site Availability Monitoring Software

http://www.xequte.com/other/index.html#siteup

Code ที่คุณ kke ให้มาถ้าเราจะให้มันใช้ได้หลาย ip มันต้องแก้ตรงไหนบ้างหร่อ

[quote author=kke link=topic=8814.msg85260#msg85260 date=1196234057]


<?php
//########################################
//############## Server Monitor ##############
//###################################################
//###### Free Script by Gscripts.net ###############
//################# visit us at ############################
//#### http://gscripts.net ##################################
//##################### Free PHP/MySQL Scripts Direcotory ##########
//############################################################

function monitor($ip, $port) {

สคริปใช้ง่ายดีครับ
เพียงแต่ต้องแก้ไขดัดแปลงให้เข้ากับเรา

lol

ขอบคุณ คุณแมนครับ

อ่าขอบคุณมากครับทุกท่าน

<?
ping($_POST[‘ip’]);
function ping($ip){
$cmd = shell_exec(“ping -n 1 “.$ip.””);

http://thuptime.com/

[quote author=siambox.com link=topic=8814.msg85506#msg85506 date=1196363468]
http://thuptime.com/

ขอบคุณครับพี่เอก

โอเค ได้รับแล้วครับ ขอบคุณมากครับ