ANTICHAT.XYZ    VIDEO.ANTICHAT.XYZ    НОВЫЕ СООБЩЕНИЯ    ФОРУМ  
Баннер 1   Баннер 2
Antichat снова доступен.
Форум Antichat (Античат) возвращается и снова открыт для пользователей. Здесь обсуждаются безопасность, программирование, технологии и многое другое. Сообщество снова собирается вместе.
Новый адрес: forum.antichat.xyz
Вернуться   Форум АНТИЧАТ > Программирование > PHP, PERL, MySQL, JavaScript
   
 
 
Опции темы Поиск в этой теме Опции просмотра

Свой Userbar
  #1  
Старый 15.03.2007, 01:56
Аватар для XIII
XIII
Участник форума
Регистрация: 06.02.2006
Сообщений: 137
Провел на форуме:
656903

Репутация: 15
Отправить сообщение для XIII с помощью ICQ
По умолчанию Свой Userbar

Люди добрые подскажите пожалуйста как связать юзербар со скриптом

status.php
PHP код:
<?php


/* Configurations */
$host         '212.98.164.134'// Enter your no-ip.com address or server ip here.
$acc_port     '6900'// Port number of your Login/Account Server. Default 6900.
$char_port    '6121'// Port number of your Charater Server. Default 6121.
$map_port     '5121'// Port number of your Map Server. Default 5121.
$interval     time()+120// What interval (in seconds) should this script check server status? To disable, type leave as 0
$online       'Online'// Either type the word Online or use <img src="/images/online.gif" title="Online">
$offline      'Offline'// Either type the word Offline or use <img src="/images/offline.gif" title="Offline">



/* Disable Error Reporting */
error_reporting(0);

/* Check Server Status, If Server Status Was Not Checked In Last $interval seconds */
if($_COOKIE["checked"] != "true")
{
        
/* Check Server Status */
        
$acc fsockopen($host$acc_port$errno$errstr1);
        
$char fsockopen($host$char_port$errno$errstr1);
        
$map fsockopen($host$map_port$errno$errstr1);

        
/* Workout Server Status & Set Cookie */
        
if(!$acc){ $acc_status $offlinesetcookie("acc_status""offline"$interval); } else { $acc_status $online; }
        if(!
$char){ $char_status $offlinesetcookie("char_status""offline"$interval); } else { $char_status $online; }
        if(!
$map){ $map_status $offlinesetcookie("map_status""offline"$interval); } else { $map_status $online; }

        
/* Set Cookie To Let The Script Know, Server Status is Checked */
        
setcookie("checked""true"$interval);
}
else
if(
$_COOKIE["checked"] == "true")
{
        
/* Read Cookie Values */
        
if($_COOKIE["acc_status"] == "offline"){ $acc_status $offline; } else { $acc_status $online; }
        if(
$_COOKIE["char_status"] == "offline"){ $char_status $offline; } else { $char_status $online; }
        if(
$_COOKIE["map_status"] == "offline"){ $map_status $offline; } else { $map_status $online; }
}

?>
serv.php

PHP код:
<?php

/* Server Status Script */
include("status.php");

?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SoulRO.net Status</title>
<style type="text/css">
<!--
.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
-->
</style>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="5">
  <tr>
    <td width="200" colspan="2" align="center" class="text" bgcolor="#E4E4E4">
    <strong>By-RO Server Status </strong></td>
  </tr>
  <tr>
    <td width="100" class="text">Login Server</td>
    <td width="100" class="text"><?php echo $acc_status?></td>
  </tr>
  <tr>
    <td width="100" class="text">Char Server</td>
    <td width="100" class="text"><?php echo $char_status?></td>
  </tr>
  <tr>
    <td width="100" class="text">Map Server</td>
    <td width="100" class="text"><?php echo $map_status?></td>
  </tr>
</table>
</body>
</html>
и вот этот юзербар _http://img410.imageshack.us/my.php?image=byroth3.png

как сделать чтобы в нём показывался статус ?
зарание спасибо

Последний раз редактировалось nc.STRIEM; 17.03.2007 в 18:52..
 
Ответить с цитированием
 



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Проверь свой phpbb форум! k1b0rg Форумы 59 20.02.2007 15:02
Как создать свой dns. debil Болталка 2 26.05.2006 02:37
Свой чат! Tiran Чаты 14 15.01.2003 02:10



Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 


Быстрый переход




ANTICHAT.XYZ