Jump to content

Archived

This topic is now archived and is closed to further replies.

BRAINCORE

Sugestie 3

Recommended Posts

Posted

Sa se adauge un script in pagina web unde sa vedem un tabel/top cu playeri care stau cel mai mult online!

Sa vedem si noi cat timp petrec playeri nostri pe server si cine e cel mai infocat jucator! :bananadance2:

Trebuie pus in Modules/Most Online.php! Acest script arata 25 player.

<div align="center">
  <div align="center">
    <table width="50%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td class="normal_text_white">Players</td>
        <td class="normal_text_white">Online Time</td>
        <td class="normal_text_white">Status</td>
      </tr>
  <?php

/**
 * @DjSoulz , BRAINCORE , TheKamikaze 
 * @copyright 2009
 */

if( !isset($_GET['op']))
{
    require('../includes/denied.php');
    denied('Time');
}
require('config.php');

//We get the user
$online = $db->Execute('SELECT DISTINCT 
TOP 25
AccountCharacter.ID, 
AccountCharacter.GameIDC, 
MEMB_STAT.ServerName, 
MEMB_STAT.IP, 
MEMB_STAT.ConnectTM, 
MEMB_STAT.DisConnectTM,
MEMB_STAT.OnlineHours
from 
MEMB_STAT 
join 
AccountCharacter 
on 
Memb_stat.memb___id = AccountCharacter.ID
ORDER BY 
MEMB_STAT.OnlineHours DESC');
while($online_time = $online->fetchrow())
{
//Maybe the statut too
$statut = $db->Execute("Select ConnectStat FROM MEMB_STAT WHERE memb___id='".$online_time[0]."'");
$statut_ok = $statut->fetchrow();
if($statut_ok[0] == 1){$online_stat = '<span style="color:green"><b>Online</b></span>';}
elseif($statut_ok[0] == 0){$online_stat = '<span style="color:red"><b>Offline</b></span>';}
?>
      <tr>
        <td class="normal_text_white"><a href="index.php?op=character&character=<?=$online_time[1];?>"><?=$online_time[1];?></a></td>
        <td class="normal_text_white"><?=$online_time[6];?></td>
        <td class="normal_text_white"><?=$online_stat?></td>
      </tr>
  <?
}
?>
      </table>
</div>

Credit : DjSoulz , BRAINCORE , TheKamikaze

Posted

si in loc sa iti arate jucatorii care stau cel mai mult on.. o sa tii arate pe cei mai afk-isti :). esti on cand stai la pc si te joci.

oricum sa se bage :D

Guest Und3rworlD
Posted

Astfel de discutii deja au aparut: "huo, nu mai iesi din casa.." , "mai stii cum e aerul pe afara?"... deci nu ar aparea nimic in plus. E buna ideea, ar trebui pusa in aplicare, desi nu cred ca se va face asta.

Posted

cred ca deja se stie cine e cel mai no lifer de pe srv, deci pentru #1 se stie, in rest e ok

:rofl2:

Nu e nevoie sa te lauzi si pe forum cu chestia asta. 8-| Stim ca n-ai viata.

Interesanta ideea, dar cred ca spauny are dreptate. :)



  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...