Autor Tema: TEMPLATE DARKWEB OLD SCHOOL 1.2.2 MUSERVIDORES  (Leído 3995 veces)

Desconectado Dr.Evil

  • *


  • 97

    12

    851
  • hr
    • +54 1165676229 +54 1165676229
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

Lunaticodeveloper ^^  La Leyenda!!!

Desconectado gicorox

  • *


  • 50

    5

    25
  • br
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

Gracias:


 

.