<?php if(@fsockopen($ip, $port, $errno, $errstr, 3)) { $status='online'; } else { $status='offline'; } }