hab die anzeige angepast von TopDownload hier mal der code:
dick makiert.... hab ihn auf 0,8 gesetzt das heist das 8 stück angezeigt werden ? es tut sich aber nichts

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 | <?php defined ( 'main' ) or die ( 'no direct access' ); echo '' ; $a = 0; $erg = db_query( "SELECT prefix_downloads.cat,downs,prefix_downloads.name,prefix_downloads.id,DATE_FORMAT(time,'%d.%m.%Y') as datum FROM prefix_downloads LEFT JOIN prefix_downcats ON prefix_downcats.id = prefix_downloads.cat WHERE " . $_SESSION [ 'authright' ]. " <= prefix_downcats.recht order by downs DESC [b]LIMIT 0,8" );[/b] while ( $row = db_fetch_object( $erg )) { $a ++; $umbruch =20; $stringname = "$row->name" ; if ( strlen ( $stringname )> $umbruch ) $stringname = substr ( $stringname ,0,( $umbruch -3)). "..." ; echo ' <table width= "100%" cellspacing= "0" cellpadding= "0" height= "13" > <tr><td> '.$a.' . <a href= "index.php?downloads-show-'.$row->id.'" > '.$stringname.' </a></td><td align= "right" > ( '.$row->downs.' )</td> </tr> </table>'; } echo "<br>" ; ( '.$row->downs.' ) ?> |
grüssle
DAB
betroffene Homepage: externer Link