Dear visitor, welcome to MastersForum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Quoted
<?
$nicks["CF_Faithhealer"]="Faithy";
$nicks["StarSky"]="Star";
$nicks["Daut"]="Jugo";
$nicks["BeN_de"]="L_Clan_Hackl";
$nicks["Hexe_S"]="SIM_Hexe_S";
$nicks["HarLeKiN"]="Harle";
?>

This post has been edited 1 times, last edit by "CF_Faithhealer" (Jan 25th 2006, 5:43pm)
Quoted
edit : script poste ich wenn alles fertig ist. ich mach erstmal die tabelle fürs masters fertig soweit ich die nicks finde/kenne.

This post has been edited 1 times, last edit by "CF_Faithhealer" (Jan 31st 2006, 5:18pm)


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
foreach ($arr_data as $i)
{
$name = $i[0];
$str_nick = "<a target='_blank' href="http://www.agecommunity.com/stats/EntityStats.aspx?loc=en-US&EntityName=$name&md=ZS_Supremacy">$name</a>";
$template->assign_block_vars('row', array(
'nr' => $nr,
'nick' => $str_nick,
'rank' => $i[1],
'rate' => sprintf("%01.2f", $i[2]),
'wins' => $i[3],
'defeats' => $i[4],
'winpercent' => $i[3] * 100 / ( $i[3] + $i[4] )
));
$nr++;
}
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<!-- BEGIN row -->
<TR class="item">
<TD>{row.nr}</TD>
<TD>{row.nick}</TD>
<TD>{row.rank}</TD>
<TD>{row.rate}</TD>
<TD>{row.wins}</TD>
<TD>{row.defeats}</TD>
<TD>{row.winpercent}</TD>
</TR>
<!-- END row -->
|
This post has been edited 1 times, last edit by "fast_tam" (Feb 5th 2006, 2:11pm)
Quoted
Original von DoC_Santonian
So bei mir sieht das ganze so aus:
http://www.die-ohne-clan.de/theclan/toptenage3.php