요청URL에 문제가 있습니다. 서비스문의게시판에 문의바랍니다.
"; mysql_close($connect) ; exit; } $server = $row[0]; $port = $row[1]; //////////////////////////////////////////////////////////////////////// // // Hack to make images work out of MRTG directory // //////////////////////////////////////////////////////////////////////// $myAd = " "; $details = webget("http://rush79.com/rushmrtg/".$server.":".$port.".html"); $details = str_replace("src=\"", "src=\"./", $details); $details = str_replace("", $myAd, $details); echo $details; //////////////////////////////////////////////////////////////////////// // // End MRTG hack // //////////////////////////////////////////////////////////////////////// mysql_close($connect) ; ?>