World Servers
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

[Aporte] Source Top Online Players

3 participantes

Ir abajo

[Aporte] Source Top Online Players Empty [Aporte] Source Top Online Players

Mensaje por Vanz.- 2010-11-14, 13:34

Aca les dejo el source de Top Online Player




;?%3E]
Código:
[center]
  [center]
   
     
       
       
       
     
 
/**
 * @DjSoulz
 * @copyright 2008
 */
 
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 = '[color=green][b]Online[/b][/color]';}
elseif($statut_ok[0] == 0){$online_stat = '[color=red][b]Offline[/b][/color]';}
?>
     
       
       
       
     
  }
?>
      [table border="0" cellpadding="1" cellspacing="1" width="50%"][tr][td class="normal_text_white"]Players[/td][td class="normal_text_white"]Online Time[/td][td class="normal_text_white"]Status[/td][/tr][tr][td class="normal_text_white"][url=http://worldservers.foroes.org/index.php?op=character&character=%3C?=$online_%20%20time[1];?%3E][/url][/td][td class="normal_text_white"][/td][td class="normal_text_white"][/td][/tr][/table]
[/center]
[Tienes que estar registrado y conectado para ver esa imagen]
Creditos :
TheKamikaze/DjSoulz
[/center]


Última edición por Vanz.- el 2010-11-14, 13:53, editado 4 veces
avatar
Vanz.-
Level |V
Level |V

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
~ New User ~
Mensajes : 414
Cash Point : 26628
Prestigio : 174
Registro : 09/11/2010
Localización : Rosario
Edad : 29

Volver arriba Ir abajo

[Aporte] Source Top Online Players Empty Re: [Aporte] Source Top Online Players

Mensaje por Sebastian 2010-11-14, 13:38

seccion equivocada, esto es Mu Web!
Sebastian
Sebastian
Leyenda
Leyenda

Usuario Registrado Masculino Argentina Trofeo de Plata Corona de Plata No tienes ninguna Advertencia
~ El Macho de la caverna ~
Mensajes : 1400
Cash Point : 32177
Prestigio : 2239
Registro : 09/11/2010
Localización : Buenos Aires.
Edad : 27

Volver arriba Ir abajo

[Aporte] Source Top Online Players Empty Re: [Aporte] Source Top Online Players

Mensaje por FFaaBByy 2010-11-14, 13:40

en realidad esta bn posteado ...

pero esta mal creado el TH xD

saludos.
FFaaBByy
FFaaBByy
Level V
Level V

Usuario Registrado Masculino Argentina Trofeo de Plata Estrella de Oro : Nivel 12º No tienes ninguna Advertencia
Mensajes : 981
Cash Point : 25520
Prestigio : 86
Registro : 09/11/2010
Localización : Tenessee , Estados Unidos
Edad : 33

http://www.mtgamming.com/

Volver arriba Ir abajo

[Aporte] Source Top Online Players Empty Re: [Aporte] Source Top Online Players

Mensaje por Sebastian 2010-11-14, 13:40

haha esta en seccion equivocada ^^, Mu Web es solo modulos & Templates
Sebastian
Sebastian
Leyenda
Leyenda

Usuario Registrado Masculino Argentina Trofeo de Plata Corona de Plata No tienes ninguna Advertencia
~ El Macho de la caverna ~
Mensajes : 1400
Cash Point : 32177
Prestigio : 2239
Registro : 09/11/2010
Localización : Buenos Aires.
Edad : 27

Volver arriba Ir abajo

[Aporte] Source Top Online Players Empty Re: [Aporte] Source Top Online Players

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.