Quote:
go to xinc_functions.php
and check the funcion of
Code:function checkServerState($port, $ip = '127.0.0.1') { if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} else {return '<span class="red">Offline</span>';}
Change the IP and DONE ^_^
Thanks here Jin-san my next problem is why there's Zero"0" Online when you checked on website.. ?