T trevicho Member Joined Feb 10, 2009 Messages 54 Reaction score 2 Jul 28, 2009 #1 е сервер е онлине влизам но в саит показва офлине и сам сменил ип и сял пас
MorgaN Active Member Joined Apr 23, 2008 Messages 714 Reaction score 101 Jul 28, 2009 #2 what u mean server status?
Dante New Member Joined Feb 3, 2009 Messages 1,261 Reaction score 178 Jul 28, 2009 #3 he mean that him server is online and he play in it but in site server status is offline
MorgaN Active Member Joined Apr 23, 2008 Messages 714 Reaction score 101 Jul 28, 2009 #4 Dante said: he mean that him server is online and he play in it but in site server status is offline Click to expand... ok @trevicho man show me your site give me link
Dante said: he mean that him server is online and he play in it but in site server status is offline Click to expand... ok @trevicho man show me your site give me link
RaFa Team Member Joined Jan 24, 2009 Messages 785 Reaction score 484 Jul 28, 2009 #5 PHP: <?php $scheck = @fsockopen("ИП-то ти", порта на GameServera, $errno, $errstr, 0.5); if($scheck) { $status = "<font color=green><b>Online</b></font>"; } else{ $status = "<font color=red><b>Offline</b></font>"; } echo $status; ?> Заменяш с това твоя код за провека на статуса /би трябвало да бъде в Includes/web_modules.php/ Ако има проблем пиши ми по скайпа ще ти помогна
PHP: <?php $scheck = @fsockopen("ИП-то ти", порта на GameServera, $errno, $errstr, 0.5); if($scheck) { $status = "<font color=green><b>Online</b></font>"; } else{ $status = "<font color=red><b>Offline</b></font>"; } echo $status; ?> Заменяш с това твоя код за провека на статуса /би трябвало да бъде в Includes/web_modules.php/ Ако има проблем пиши ми по скайпа ще ти помогна