ich würde gerne meine NextWar Box, Vertikal auf einer Leiste haben.
So schaut es halt zurzeit aus: fs5.directupload.net/images/160313/3lhwqvq9.jpg
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | <?php # Copyright by: Manuel # Support www.ilch.de defined ( 'main' ) or die ( 'no direct access' ); echo '<table width="100%" border="0" cellpadding="0" cellspacing="0">' ; $akttime = date ( 'Y-m-d' ); $erg = @db_query( "SELECT DATE_FORMAT(datime,'%a den %d.%m.%Y - %H:%i') as time,oid, id, game FROM prefix_wars WHERE status = 2 AND datime > '" . $akttime . "' ORDER BY datime ASC LIMIT 6" ); if ( @db_num_rows( $erg ) == 0 ) { echo '<tr><td>kein Raid geplant</td></tr>' ; } else { while ( $row = @db_fetch_object( $erg ) ) { $row ->tag = get_opponent_details( 'tag' , $row ->oid); $row ->gegner = get_opponent_details( 'name' , $row ->oid); $row ->tag = ( empty ( $row ->tag) ? $row ->gegner : $row ->tag ); echo '<tr>' ; echo '<td style="padding-right:10px" align="left" valign="middle">' .get_wargameimg( $row ->game). '</td>' ; echo '<td width="100%"><table width="90%" border="0" cellspacing="0" cellpadding="0">' ; echo '<tr>' ; echo '<td align="left"><a class="warsbox" href="index.php?wars-more-' . $row ->id. '">' . $row ->gegner. '</a></td>' ; echo '</tr>' ; echo '<tr>' ; echo '<td height="1" bgcolor="#000000"></td>' ; echo '</tr>' ; echo '<tr>' ; echo '<td height="1" bgcolor="#666666"></td>' ; echo '</tr>' ; echo '<tr>' ; echo '<td align="left" class="warsbox_vor">am <span class="warsbox_datum">' . $row ->time. ' Uhr</span></td>' ; echo '</tr>' ; echo '</table></td>' ; echo '</tr>' ; } } echo '</table>' ; ?> |
Steh auf dem Schlauch -.-
verwendete ilch Version: 1.1 P
betroffene Homepage: externer Link