Let’s GO

 

Então, primeiro de tudo baixe o outfitter 8.60.rar que está em anexo. Extraia todo o conteúdo(pasta outfitter) para dentro da pasta htdocs ou www.

 

Vamos às edições.

 

Em characters.php por volta da linha 122, após o Account Status, que é o final da tabela que mostra as informações do player, adicione o seguinte código(isso antes da função </table>):

// ** OUTFIT SHOWER -- fixed by Sekk
if(is_int($number_of_rows / 2)) { $bgcolor = $config['site']['darkborder']; } else { $bgcolor = $config['site']['lightborder']; } $number_of_rows++;
$main_content .= '<TD BGCOLOR="'.$bgcolor.'">Outfit:<TD style="background-color: '.$bgcolor.'"><image src="outfitter/outfitter.php?id='.$player->getLookType().'&addons='.$player->getLookAddons().'&head='.$player->getLookHead().'&body='.$player->getLookBody().'&legs='.$player->getLookLegs().'&feet='.$player->getLookFeet().'"/></TD></TD>';
//END OUTFIT SHOWER

 

Pronto, o characters.php ja está pronto.

 

Agora em whoisonline.php localize:

<TD WIDTH=60%><A HREF="?subtopic=characters&name

E antes desse código, adicione:

<TD><div style="position: relative; width: 32px; height: 32px;"><div style="background-image: url(\'outfitter/outfitter.php?id='.$player['looktype'].'&addons='.$player['lookaddons'].'&head='.$player['lookhead'].'&body='.$player['lookbody'].'&legs='.$player['looklegs'].'&feet='.$player['lookfeet'].'\'); position: absolute; width: 64px; height: 80px; background-position: bottom right; background-repeat: no-repeat; right: 0px; bottom: 0px;"></div></div></TD></center></TD>

 

Ainda em whoisonline.php localize:

<A HREF="?subtopic=whoisonline&order=name&world

 

E adicione antes desse código:

<TD CLASS=white><b>Outfit</b></TD>

 

Pronto, o trabalho feito deve deixar as páginas assim:

 

whoisonline.php

  Ocultar conteúdo

28qvx39.png

 

Characters.php:

  Ocultar conteúdo

2dlklz6.png

Outfitter Gesior 8.60

Scan do arquivo: visualizar

Pressione o botão abaixo para fazer o download.

LEAVE A REPLY

Please enter your comment!
Please enter your name here