ändere das so ab, sollte gehen aber getested habe ich es nicht:
in der wars.php
foreach($enar as $v) { if ( file_exists ( 'include/images/wars/'.$wid.'_'.$row['mnr'].'.'.$v ) ) { $size=getimagesize('include/images/wars/'.$wid.'_'.$row['mnr'].'.'.$v); $breite=$size[0]; $hoehe=$size[1]; $map = '<a href="#" onClick="javascript:window.open(\'include/images/wars/'.$wid.'_'.$row['mnr'].'.'.$v.'\',\'bild\',\'height='.$hoehe.',width='.$breite.'\')"><img src="include/images/maps/'.$row['map'].'.jpg" width="80" height="80" border="0"></a>'; // $row['map'] = '<td><img src="include/images/maps/'.$row['map'].'.jpg" width="100" height="100" border="0"></td>'; break; } } $list .= '<tr bgcolor="#'.$farbe.'">'; $list .= '<td><font color="#000000">'.$map.'</font></td>'; // $list .= '<td><img src="include/images/maps/'.$row['map'].'.jpg" width="80" height="80" border="0"></td>'; // $list .= '<td><font color="#000000">'.$map.'</font></td>'; $list .= '<td><font color="#000000">'.$row['opp'].'</font></td>'; $list .= '<td><font color="#000000">'.$row['owp'].'</font></td>'; $list .= '</tr>'; }
und in der wars_last.htm
<table border="0" cellpadding="2" cellspacing="1" class="border"> <tr class="Cmite"> <td width="80">Mapbild</td> <td width="50">{gegner}</td> <td width="50">{team}</td> </tr> {ergliste} <tr class="Cnorm"> <td width="80">{_lang_whole}</td> <td width="50">{opp}</td> <td width="50">{owp}</td> </tr> </table>
das mit nextwars ist etwa komplizierter aber kommt auch noch, wenn das dann fehlerfrei läuft lade ich es auch bei ilch hoch.