Index / Zoeken
 Trefwoord :  
 Sorteren op :  
 Volgorde :  
 Max hits :  
   
 Je moet wel een trefwoord invoeren.
 Er zijn geen zoekresultaten gevonden voor ''
45) { $titel = substr ("$titel", 0, 45); } $titel = htmlspecialchars(stripslashes($titel)); if ($topic[status] == "1") $plaatje = "images/closed.gif"; elseif ($topic['status'] == "2") $plaatje = "images/folder.gif"; elseif ($topic['status'] == "3") $plaatje = "images/sticky.gif"; elseif ($topic['status'] == "4") $plaatje = "images/sticky.gif"; elseif ($topic['status'] == "5") $plaatje = "images/speciaal.gif"; $lid_select = mysql_query("SELECT id, nickname FROM dt_leden WHERE id = '".$topic[lastpost]."'"); $last = mysql_fetch_array($lid_select); $id_select = mysql_query("SELECT id, nickname FROM dt_leden WHERE id = '".$topic[starter]."'"); $starter = mysql_fetch_array($id_select); if ($ingelogd == "1"){ $maxreplies = $lid['ppp']; } else { $maxreplies = "15"; } $page = $var['3']; $pagenav_table = ""; if (!isset ($page)) { $page = 1; } $countreplies_query = "SELECT id FROM dt_posts WHERE topic = '".$topic[id]."'" or die(mysql_error()); $countreplies_exec = mysql_query($countreplies_query); $countreplies = mysql_num_rows($countreplies_exec); $paginas = ceil($countreplies / $maxreplies); for ($i=0; $i < (ceil ($countreplies/$maxreplies)); $i++) { $gotopage = $i + 1; if ($gotopage > 1 ) { $pagenav_table = $pagenav_table . ""; } if ($page != $gotopage) { $pagenav_table = $pagenav_table . ""; } else { $pagenav_table = $pagenav_table . ""; } } $displayfrom = ($page - 1) * $maxreplies; $rr = mysql_query("SELECT id, status, afk FROM dt_header WHERE id = '".$topic[forum]."'"); $rrr = mysql_fetch_array($rr); if ($rrr['status'] == "2" OR $rrr['status'] == "3"){ } $afk = $rrr['afk']; $post_sel = mysql_query("SELECT bericht FROM dt_posts WHERE topic = '".$topic['id']."' ORDER BY id ASC LIMIT 0, 1"); $post = mysql_fetch_array($post_sel); $bericht = htmlspecialchars(stripslashes($post['bericht'])); ?>
 Er zijn resultaten gevonden.
   Topicnaam  Starter
Posts
 Forum
Laatste post
'; ?>  -  '.htmlspecialchars(stripslashes($starter['nickname'])).''; ?>
  '.$topic['lastpost2'].'/'.$topic['lastpost3']; ?>
 Index / Zoeken