[Aporte] Source Top Online Players
3 participantes
Página 1 de 1.
[Aporte] Source Top Online Players
Aca les dejo el source de Top Online Player
[Tienes que estar registrado y conectado para ver esa imagen];?%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]
Creditos :
TheKamikaze/DjSoulz
[/center]
Última edición por Vanz.- el 2010-11-14, 13:53, editado 4 veces
Vanz.-- Level |V
-
~ New User ~
Mensajes : 414
Cash Point : 27643
Prestigio : 174
Registro : 09/11/2010
Localización : Rosario
Edad : 30
Re: [Aporte] Source Top Online Players
seccion equivocada, esto es Mu Web!
Sebastian- Leyenda
-
~ El Macho de la caverna ~
Mensajes : 1400
Cash Point : 33192
Prestigio : 2239
Registro : 09/11/2010
Localización : Buenos Aires.
Edad : 28
Re: [Aporte] Source Top Online Players
en realidad esta bn posteado ...
pero esta mal creado el TH xD
saludos.
pero esta mal creado el TH xD
saludos.
Re: [Aporte] Source Top Online Players
haha esta en seccion equivocada ^^, Mu Web es solo modulos & Templates
Sebastian- Leyenda
-
~ El Macho de la caverna ~
Mensajes : 1400
Cash Point : 33192
Prestigio : 2239
Registro : 09/11/2010
Localización : Buenos Aires.
Edad : 28
Temas similares
» [Aporte] Source Comando /make
» [Aporte] Source Comando /pkclear
» [Aporte] Source Para Agregar a Cualqueir Version /Add /Post /Drop
» [Aporte]Descargas Mu-Online
» [APORTE] ST MU Online CPanel [Spanish]
» [Aporte] Source Comando /pkclear
» [Aporte] Source Para Agregar a Cualqueir Version /Add /Post /Drop
» [Aporte]Descargas Mu-Online
» [APORTE] ST MU Online CPanel [Spanish]
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.