Visitante
Ingresar
Registrarse
Bienvenido(a),
Visitante
. Por favor,
ingresa
o
regístrate
.
1 Hora
1 Día
1 Semana
1 Mes
Siempre
Ingresar con nombre de usuario, contraseña y duración de la sesión
Menu
Inicio
Ayuda
Ingresar
Registrarse
Creando Mu Online
/
MuOnline
/
Templates
/
WebEngine
/
TEMPLATE
TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES
Imprimir
Páginas: [
1
]
Autor
Tema: TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES (Leído 3995 veces)
Marzo 30, 2021, 08:29:19 pm
Dr.Evil
97
12
851
+54 1165676229
TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES
Me recorde un poco de los viejos tiempo y realice una adaptacion de esta web tratando de mantener la estetica lo mas original posible que la disfruten espero que le sirva a alguien
P.D. Tambien rehacemos codigo de engine para hacerla compatible con files super viejos / base de datos / etc.
Descarga:
Realizamos trabajos de adapciones de sitios a pedido
Saludos
Lunatico
MuServidores
En línea
Lunaticodeveloper ^^ La Leyenda!!!
Gracias:
paulinunix
,
bravo99
,
josec19
, lokillo, nuffenzo, yejiunayangluo,
kalus91
,
gicorox
,
tcheloft
,
drake95
, svega,
PiliMan
,
cousher
,
oldskull
, didak,
kathaleya
, hades45, jpcabral9, rodrii01, LALOXD, xignal35, saimon, aszxitalo,
dieysonpt1
,
mewpew
,
look
,
Alixon
,
admin99
,
luisgaming
,
underml
,
empalador
,
muhellsingcom
,
juan0011
,
AlexODT
,
[email protected]
, MISTER1991,
migue22
,
Puchy
,
rafapsi
,
Juancho18
,
Dragonvl15
,
josue3pc
,
jeanclauber
,
aresniof1997
,
wuachukeik
,
AlexiiS
,
ruut2020
,
rogha
,
santua
, darkfame,
affinem
,
jorgex200
,
rockes
,
alecattay
,
adelis13
,
ivanci23
,
gean19
,
henrich8
,
hellfiremu
,
haradara12
,
xxyan1xx
,
leobsb
,
bigmed
,
kennrj
,
thealdair
,
LoveZoe
,
774411
,
llades
,
victorrz17
,
Terry
,
hrtoob
,
Mopipep
,
FaCuDarck
,
champou
,
yecuzito01
,
slayersc
,
SuperGM
,
aceldas
,
z3r0x
,
muinternational
,
PauloM
Para este mensaje,
81
Miembros Han dado un gracias!
Noviembre 17, 2021, 02:03:55 am
Respuesta
#1
gicorox
50
5
25
Re:TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES
I'm having a problem converting reset ranking to levelranking
changed the code , but levels aren't updating , following the code at area i edited :
Spoiler
for
Hiden
:
<?php
// Top Level Players
$levelRankingData = LoadCacheData('rankings_level.cache');
$charactersCountry = loadCache('character_country.cache');
$topLevelLimit = 15;
if(is_array($levelRankingData)) {
$Character = new Character();
$topLevel = array_slice($levelRankingData, 0, $topLevelLimit+1);
foreach($topLevel as $key => $row) {
if($key == 0) continue;
$characterIMG = $Character->GenerateCharacterClassAvatar($row[3],false,false);
echo '<tr>';
echo '<td><img src="'. getCountryFlag($charactersCountry[$row[0]]) .'" width="20px" height="auto" /></td>';
echo '<td><img src="'.$characterIMG.'" width="20px" height="auto" class="rounded_corners_image" /></td>';
echo '<td>'.$row[0].'</td>';
echo '<td class="text-center">'.$row[1].'</td>';
echo '</tr>';
}
}
?>
I'm surely missing a little detail ,
Greatful in advance
En línea
Gracias:
bigmed
,
bixseba
,
Betell Host
Para este mensaje,
3
Miembros Han dado un gracias!
Imprimir
Páginas: [
1
]
Creando Mu Online
/
MuOnline
/
Templates
/
WebEngine
/
TEMPLATE
TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES
.