lastwars.php:
<?php # Copyright by Manuel # Support www.ilch.de echo "<u><b>Letzte Funnys / Wars</b></u>"; defined ('main') or die ( 'no direct access' ); $farbe = ''; $farb2 = ''; echo '<table width="260" border="0" cellpadding="2" cellspacing="0">'; $erg = db_query('SELECT * FROM prefix_wars WHERE status = "3" ORDER BY datime DESC LIMIT 3'); while ($row = db_fetch_object($erg) ) { $row->tag = ( empty($row->tag) ? $row->gegner : $row->tag ); if ($row->wlp == 1) { $bild = 'include/images/icons/win.gif'; } elseif ($row->wlp == 2) { $bild = 'include/images/icons/los.gif'; } elseif ($row->wlp == 3) { $bild = 'include/images/icons/pad.gif'; } echo '<tr><td>'.get_wargameimg($row->game).'</td><td align="center">'; echo " "; echo " "; echo " "; echo '<a href="index.php?wars-more-'.$row->id.'">'; echo $row->owp.' '.$lang['at2'].' '.$row->opp.' - '.$row->tag.'</a></td><td><img src="'.$bild.'"></td></tr>'; } echo '</table>'; ?>
der Bereich aus der index.htm:
<link href="style.css" rel="stylesheet" type="text/css"> <HEAD><div align="center"> <TITLE>{TITLE}</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-latin 1"> <link rel="stylesheet" type="text/css" href="include/designs/umbrella_1.0/style.css"> <script type="text/javascript" src="include/includes/js/klapptext.js"></script> <script type="text/javascript" src="include/includes/js/BBCodeGlobal.js"></script> </HEAD> <style type="text/css"> body </style> <BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <TABLE WIDTH=990 BORDER=0 CELLPADDING=0 CELLSPACING=0 style="filter:alpha(opacity=75); -moz-opacity: 0.75;"> <TR> <TD valign="top" align="right" width="990" height="194" COLSPAN=4 background="include/designs/umbrella_1.0/Bilder/umbrella_01.gif"> <div style="width:200px; height:150px;"></div></TD> </TR> <TR> <TD WIDTH=210 align="left" valign="top" background="include/designs/umbrella_1.0/Bilder/umbrella_02.jpg" style="background-repeat:no-repeat;"><table width="100%" border="0" style="background-repeat:no-repeat;"> <tr> <td width="15">{_boxes_start}</td> <td><table width="100%" border="0" style="background-repeat:no-repeat;"> <tr> <td align="left" valign="top">{_boxes_login}</td> </tr> </table></td> <td width="40"></td> </tr> </table></TD> <TD WIDTH=294 align="left" valign="top" background="include/designs/umbrella_1.0/Bilder/umbrella_03.jpg" style="background-repeat:no-repeat;"><table width="100%" border="0" style="background-repeat:no-repeat;"> </table><table width="270" border="0" cellspacing="0" cellpadding="2" align="center"> <tr> <td height="30" width="127" align="center" valign="bottom"> {_boxes_NEXTWARS}</td> <td align="center" width="135" valign="bottom"> </td> </tr> <tr> <td height="54" width="127" align="left" valign="top"> </td> <td align="center" width="135" valign="top"><a href="http://www.pixelbash.de" target="_blank"></a></td> </tr> </table><hr> </TD> <TD WIDTH=277 align="left" valign="top" background="include/designs/umbrella_1.0/Bilder/umbrella_04.jpg" style="background-repeat:no-repeat;"><table width="100%" border="0" style="background-repeat:no-repeat;"> </table> <table width="270" border="0" cellspacing="0" cellpadding="2" align="center"> <tr> <td height="30" width="135" align="center" valign="bottom"> {_boxes_LASTWARS}</td> <td align="center" width="127" valign="bottom"> </td>
hööölfe^^
verwendete ilchClan Version: 1.1
betroffene Homepage: socclan.de
Zuletzt modifiziert von trejay am 01.05.2009 - 20:43:37