ich hatte mal eine topliste boxen gehabt, und jetzt geht das nicht.
und ich hatte versucht das es wieder angezeigt wird aber es haut nicht hin, da ich nicht so gut bin mit coden, wollte ich euch mal fragen das ihr mir weiter helfen konnten
hier ein licht bild
und
php code
<?php echo '<table border="0" cellspacing="1" cellpadding="1" width="100%" align="center" style="text-align:center;">'; echo '<tr class="Chead">'; echo '<td><b>Nr.</b></td>'; echo '<td style="padding-left:5px; padding-right:5px;"><b>Name</b></td>'; echo '<td><b>In</b></td>'; echo '<td><b>Out</b></td>'; echo '</tr>'; $select_options = db_query("SELECT toplist_order,toplist_order2,max_content,max_lenght FROM prefix_topliste_config"); $select_options = db_fetch_assoc($select_options); $max_content = $select_options['max_content']; $max_lenght = $select_options['max_lenght']; $abf = "SELECT id,name,rang,klickin,klickout,uid FROM prefix_topliste ORDER by id DESC"; $erg = db_query($abf); while ( $i <= $max_content ) { $row = db_fetch_assoc($erg); if ( strlen($row['name']) > $max_lenght ) { $row['name'] = substr($row['name'],0,$max_lenght); } if ( loggedin() && $_SESSION['authid'] == $row['uid']) { $link = 'index.php?topliste-aendern-' . $row['id']; } else { $link = 'index.php?topliste-out-' . $row['id']; } echo '<tr>'; echo '<td>' . $row['rang'] . '</td>'; echo '<td style="padding-left:5px; padding-right:5px;"><a href="' . $link . '" style="text-decoration:none;">' . $row['name'] . '</a></td>'; echo '<td><a href="index.php?topliste-in-' . $row['id'] . '" style="text-decoration:none;">' . $row['klickin'] . '</a></td>'; echo '<td><a href="index.php?topliste-out-' . $row['id'] . '" style="text-decoration:none;">' . $row['klickout'] . '</a></td>'; echo '</tr>'; $i++; } echo '</table>'; echo '<center><a href="index.php?topliste" style="text-decoration:none;">Zur Topliste</a></center>'; if ( is_admin() ) { echo '<center><a href="admin.php?toplistbox" style="text-decoration:none; font-size:9px;">Einstellungen</a></center>'; } ?>
es wehre sehr net das mir einer helfen konnte
verwendete ilchClan Version: 1.1 O
betroffene Homepage: externer Link