• Login
  • Register
  • Zoek
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Filebase Entry
  • More Options

ICTscripters

Dé plek voor IT

Dé plek voor IT

Login

Geavanceerde opties
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Home
  2. Forum
    1. Alle berichten
    2. Recente activiteiten
  3. ICT Nieuws
  4. Blog
  5. Marktplaats
    1. Werk
    2. Advertenties
    3. Domeinnamen
    4. Websites
    5. Design & lay-outs
    6. Scripts
    7. Overige
  6. Design
  7. Leden
    1. Actieve bezoekers
    2. Team
    3. Leden zoeken
  8. Downloads
  9. Goedkope domeinnamen
  1. Dé plek voor IT - ICTscripters
  2. Forum
  3. Games
  4. Criminals & Maffiagames
  5. Uitbreidingen en Overige
  6. Archief
  7. Banditi

Forum

  • Beta-testers gezocht voor Crypto-oefenplatform

    Syntax 29 januari 2026 om 16:11
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Syntax 19 januari 2026 om 09:34
  • Developer Gezocht

    Mikevdk 10 januari 2026 om 18:57
  • Op zoek naar de legends

    Syntax 5 januari 2026 om 13:50
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Help testers nodig voor android app Urgent

    urgentotservices 26 september 2025 om 10:21
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56
  • Afspraken systeem met planbeperking

    Lijno 1 augustus 2025 om 23:04

Marktplaats

  • 350 Nieuwe Domeinnamen Januari 2026

    shiga 1 februari 2026 om 14:21
  • 321 Nieuwe Domeinnamen December 2025

    shiga 1 januari 2026 om 10:26
  • Meerdere mafia game template te koop

    Syntax 26 december 2025 om 00:07

Inlog check

  • Dein
  • 3 juni 2009 om 14:56
  • Closed
  • Dein
    Master
    Berichten
    2.614
    • 3 juni 2009 om 14:56
    • #1

    Hey,

    In banditi source zit een kleine/grote bug waardoor je gewoon zonder in te loggen op het forum kunt posten, en ook gewoon de ingame kunt bekijken zonder in te loggen.

    Alleen vindt ik niet zo 1,2,3 waar ergens een check wordt gedaan, weet iemand hoe je zo'n inlog check maakt?

    Dus gewoon voor in config.php te laten includen zodat die bug niet meer voorkomt.

    Alvast bedankt.

    Mvg,

    Dein

    Verklein je links met http://url2s.nl

  • Guest, wil je besparen op je domeinnamen? (ad)
  • Db-maffia
    Professional
    Berichten
    1.356
    • 3 juni 2009 om 15:07
    • #2

    Dein als ik vanmiddag tijd heb zal ik mijn forum wel even posten.. ik heb hem in ieder geval gefixt;)

    Project Maffiadeluxe.nl

  • Dein
    Master
    Berichten
    2.614
    • 3 juni 2009 om 15:08
    • #3

    Ook de edit bug ?

    Verklein je links met http://url2s.nl

  • Db-maffia
    Professional
    Berichten
    1.356
    • 3 juni 2009 om 15:08
    • #4

    je bedoelt de f5 bug?

    Project Maffiadeluxe.nl

  • Dein
    Master
    Berichten
    2.614
    • 3 juni 2009 om 15:09
    • #5

    Ja die ook, maar de edit bug is dat als je je reactie wil bewerken het bericht niet bewerkt wordt.

    Verklein je links met http://url2s.nl

  • Alex
    Elite members
    Ontvangen Reacties
    9
    Berichten
    738
    • 3 juni 2009 om 15:09
    • #6

    Je kan het wel zo doen: ( alleen moet je dan elke pagina aanpassen )

    PHP
    <?
    session_start();
    include("config.php");  
    ?>
    <?
    if(empty($_SESSION['username']) OR empty($_SESSION['passw']) OR empty($_SESSION['hetip'])){
    		?>
    // wanneer niet ingelogd; bv. een melding u moet inloggen ...
    <?
    elseif{
    ?>
    // wanneer ingelogd hier die rommel zoals left_column.php etc
    <?php
    }
    ?>
    Toon Meer

    verbeter me indien fout

    Met vriendelijke groeten,
    Alex.

  • Db-maffia
    Professional
    Berichten
    1.356
    • 3 juni 2009 om 15:11
    • #7

    plaats dit bovenin je forum.php :

    PHP
    <?
    include("connection.php");
    if(!(@mysql_connect("$host","$user","$pass") && @mysql_select_db("$tablename"))) {echo"Geen verbinding gevonden";}
    session_start();
    $dbres                = mysql_query("SELECT *,UNIX_TIMESTAMP(`signup`) AS `signup`,UNIX_TIMESTAMP(`online`) AS `online` FROM `users` WHERE `login`='{$_SESSION['user']}'");
    $data                = mysql_fetch_object($dbres);
    if(isset($data->login) || isset($_SESSION['login'])){
      include("config.php");
      session_start();
    if($_GET['a'] != jail){
    $bajes2            = mysql_query("SELECT *,UNIX_TIMESTAMP(`baktijd`) AS `baktijd`,0 FROM `users` WHERE `login`='$data->login'");
    $bajes1            = mysql_fetch_object($bajes2);
    $datijd = $data->gevangenis;
    $tijdverschil1        = $bajes1->baktijd-3600+$datijd-time();
    if($bajes1->baktijd + $datijd > time()){
    header("Location: $sitelink/v3/index.php?a=jail");
    }}
    $_SESSION['mission'] = "Bezoek het forum";
    if($_GET['mark'] == forums){
    $error = mark;
    mysql_query("UPDATE `forumtopics` SET `read`='1'");
    }
    ?>
    Toon Meer


    vanaf regel 1 dus..
    en ergens daaronder

    daaronder zie je nog ergens include (config.php) staan als ik het me goed herinner.. en die moet je weghalen

    Nieuwe reactie samengevoegd met originele reactie op 03.06.09 15:12:22:
    overigens werkt bij mij de edit wel gewoon.. kzal vanmiddag me editforum wel even posten

    Project Maffiadeluxe.nl

  • NielsB
    Junior (Web)Developer
    Berichten
    948
    • 3 juni 2009 om 16:26
    • #8

    Alex jou code gaat niet werken;)

    Dit komt omdat de elseif helemaal niks is.
    Dus je moet hier of aangeven dat hij wel ingelogd is in de elseif of gewoon simpelweg else want dan is hij ingelogd..

    Ook vergeet je nog de afsluiting van de if.
    Verbetering:

    PHP
    <?
    session_start();
    include("config.php");  
    ?>
    <?
    if(empty($_SESSION['username']) OR empty($_SESSION['passw']) OR empty($_SESSION['hetip']))
    {
    // wanneer niet ingelogd; bv. een melding u moet inloggen ...
    }
    else
    {
    // wanneer ingelogd hier die rommel zoals left_column.php etc
    }
    ?>
    Toon Meer

    School
    Tweedejaars Informatica Student @ Hogeschool Rotterdam.

    Webtalen
    - PHP ( OOP )
    - SQL
    - JavaScript i.c.m. jQuery framework
    - (x)HTML
    - CSS
    - Actionscript
    - XML

    Programmeertalen
    - Java
    - C#
    - Ruby i.c.m. on Rails framework

  • Dein
    Master
    Berichten
    2.614
    • 3 juni 2009 om 16:36
    • #9

    Die van DB-maffia werkt goed bedankt :).
    Ja die posting.php die jij hebt mag je wel eens posten, want bij mij doet die edit het dus niet.

    Verklein je links met http://url2s.nl

  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 4 juni 2009 om 14:11
    • #10

    Heb het net geprobeerd maar bij mijn kan je nog gewoon in de game komen

  • Db-maffia
    Professional
    Berichten
    1.356
    • 4 juni 2009 om 14:12
    • #11

    dan moet je eerst even op uitloggen drukken :p

    Project Maffiadeluxe.nl

  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 4 juni 2009 om 14:12
    • #12

    Dat heb ik gedaan

  • Db-maffia
    Professional
    Berichten
    1.356
    • 4 juni 2009 om 14:13
    • #13

    hier werkt ie prima en bij Dein ook... misschien even ctrl+shift+del

    Nieuwe reactie samengevoegd met originele reactie op 04.06.09 14:14:29:
    en misschien heb je include_config.php er nu 2 x in staan

    Project Maffiadeluxe.nl

  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 4 juni 2009 om 14:16
    • #14

    Hier is het script zo heb ik het gedaan

    PHP
    <?
    include("connection.php");
    if(!(@mysql_connect("$host","$user","$pass") && @mysql_select_db("$tablename"))) {echo"Geen verbinding gevonden";}
    session_start();
    $dbres                = mysql_query("SELECT *,UNIX_TIMESTAMP(`signup`) AS `signup`,UNIX_TIMESTAMP(`online`) AS `online` FROM `users` WHERE `login`='{$_SESSION['user']}'");
    $data                = mysql_fetch_object($dbres);
    if(isset($data->login) || isset($_SESSION['login'])){
      include("config.php");
      session_start();
    if($_GET['a'] != jail){
    $bajes2            = mysql_query("SELECT *,UNIX_TIMESTAMP(`baktijd`) AS `baktijd`,0 FROM `users` WHERE `login`='$data->login'");
    $bajes1            = mysql_fetch_object($bajes2);
    $datijd = $data->gevangenis;
    $tijdverschil1        = $bajes1->baktijd-3600+$datijd-time();
    if($bajes1->baktijd + $datijd > time()){
    header("Location: $sitelink/v3/index.php?a=jail");
    }}
    $_SESSION['mission'] = "Bezoek het forum";
    if($_GET['mark'] == forums){
    $error = mark;
    mysql_query("UPDATE `forumtopics` SET `read`='1'");
    }
    ?> 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="nl-nl" xml:lang="nl-nl">
    <head>
    
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta http-equiv="content-language" content="nl-nl" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2002-2006 phpBB Group" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <?if($error == mark){?><meta http-equiv="refresh" content="3;url=<?echo$sitelink;?>/v3/forum.php" /><title>World-of-maffia &bull; Informatie</title><?}else{?><title>World-of-maffia &bull; Forumoverzicht</title><?}?>
    
    
    <link rel="stylesheet" href="./styles/ubuntu/theme/stylesheet.css" type="text/css" />
    <link rel="stylesheet" href="./css/style.css" type="text/css" />
    
    
    <script type="text/javascript" src="./js/prototype-1.6.0.2.js"></script>
    
    
    	</head>
    <?include("left_column.php");?>
    <script language="javascript">
    // <![CDATA[
    
    
    function popup(url, width, height, name)
          {
           if (!name)
           {
              name = '_popup';
           }
    
    
           window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
             return false;
          }
    
    
    
    
    function jumpto()
    {
    	var page = prompt('Geef het paginanummer van de pagina waarnaar je wilt gaan:', '');
    	var perpage = '';
    	var base_url = '';
    
    
    	if (page !== null && !isNaN(page) && page > 0)
    	{
    		document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
    	}
    }
    
    
    /**
    * Find a member
    */
    function find_username()
          {
           popup(url, 760, 570, '_usersearch');
             return false;
          }
    
    
    /**
    * Mark/unmark checklist
    * id = ID of parent container, name = name prefix, state = state [true/false]
    */
    function marklist(id, name, state)
    {
    	var parent = document.getElementById(id);
    	if (!parent)
    	{
    		eval('parent = document.' + id);
    	}
    
    
    	if (!parent)
    	{
    		return;
    	}
    
    
    	var rb = parent.getElementsByTagName('input');
    
    
    	for (var r = 0; r < rb.length; r++)
    	{
    		if (rb[r].name.substr(0, name.length) == name)
    		{
    			rb[r].checked = state;
    		}
    	}
    }
    // ]]>
    </script
    <a name="top"></a>
    <div id="wrapheader" style="width:620px">
    		<div class="title_bg" style="width:100%;">
    			<div class="title_medium" style="width:100%" nowrap>
    			<a href="./forum.php">Forumoverzicht</a>
    			<span id="phpbb_show_topic" style="display:none;">» </span>
    			</div>
    		</div>
    
    
    
    
    		<div style="width:100%; height:35px; background:url('images/tab_info_bg.jpg') bottom repeat-x #c3b79d; font-family:arial; font-size:12px; color:#2a190e;">
    
    
    			<div style="float:left; margin-top:8px;">
    
    
    						<div id="" style="float:left; height:20px; margin:0px; padding:0px; margin-left: 5px;"><a href="./forumfaq.php">Help</a></div>
    
    
    													<div id="" style="float:left; height:20px; margin:0px; padding:0px; margin-left: 5px;">|</div>
    							<div id="" style="float:left; height:20px; margin:0px; padding:0px; margin-left: 5px;"><a href="./leaders.php">Het team</a></div>
    
    
    			</div>
    
    
    		</div>
    
    
    
    
    
    
    </div>
    
    
    <div id="wrapcentre" style="width:590px;"><?if($error == mark){?>
    <table class="tablebg" width="100%" cellspacing="1">
    <tr>
    	<th>Informatie</th>
    </tr>
    <tr>
    	<td class="row1" align="center"><br /><p class="gen">Alle forums zijn als 'gelezen' gemarkeerd<br /><br /><a href="./forum.php">Keer terug naar het forumoverzicht</a></p><br /></td>
    </tr>
    </table>
    
    
    <br clear="all" />
    
    
    </div>
    	<table width='100%' cellspacing='2' cellpadding='2'>
    		<tr>
    			<td class='content_bottom'></td>
    		</tr>
    	</table>
    <br/>
    
    
    		</div>
    	</td>
    	</tr>
    
    
    	</table>
    	</td>
    <?}else{?><table class="tablebg" cellspacing="1" width="100%">
    <tr>
    	<td class="cat" colspan="5" align="right"><a class="nav" href="./forum.php?mark=forums">Markeer alle forums als gelezen</a>&nbsp;</td>
    </tr>
    <tr>
    	<th colspan="2">&nbsp;Forum&nbsp;</th>
    	<th width="50">&nbsp;Onderwerpen&nbsp;</th>
    	<th width="50">&nbsp;Berichten&nbsp;</th>
    	<th>&nbsp;Laatste bericht&nbsp;</th>
    <?
    $topic1 = mysql_query("SELECT * FROM `forumtopics`");
    $reply6 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='6'");
    $reply12 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='12'");
    $reply5 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='5'");
    $reply4 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='4'");
    $reply8 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='8'");
    $reply3 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='3'");
    $reply7 = mysql_query("SELECT * FROM `forumreplies` WHERE `subforum`='7'");
    $reply6 = mysql_num_rows($reply6);
    $reply12 = mysql_num_rows($reply12);
    $reply5 = mysql_num_rows($reply5);
    $reply4 = mysql_num_rows($reply4);
    $reply8 = mysql_num_rows($reply8);
    $reply3 = mysql_num_rows($reply3);
    $reply7 = mysql_num_rows($reply7);
    $onderwerpen = 0;
    $cat16 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='6' AND `read`='0'");
    $cat112 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='12' AND `read`='0'");
    $cat15 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='5' AND `read`='0'");
    $cat14 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='4' AND `read`='0'");
    $cat18 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='8' AND `read`='0'");
    $cat13 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='3' AND `read`='0'");
    $cat17 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='7' AND `read`='0'");
    $cat6 = mysql_num_rows($cat16);
    $cat12 = mysql_num_rows($cat112);
    $cat5 = mysql_num_rows($cat15);
    $cat4 = mysql_num_rows($cat14);
    $cat8 = mysql_num_rows($cat18);
    $cat3 = mysql_num_rows($cat13);
    $cat7 = mysql_num_rows($cat17);
    $cat169 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='6' ORDER BY `id` DESC");
    $cat1129 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='12' ORDER BY `id` DESC");
    $cat159 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='5' ORDER BY `id` DESC");
    $cat149 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='4' ORDER BY `id` DESC");
    $cat189 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='8' ORDER BY `id` DESC");
    $cat139 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='3' ORDER BY `id` DESC");
    $cat179 = mysql_query("SELECT * FROM `forumtopics` WHERE `subforum`='7' ORDER BY `id` DESC");
    
    
    $cat60 = mysql_num_rows($cat169);
    $cat120 = mysql_num_rows($cat1129);
    $cat50 = mysql_num_rows($cat159);
    $cat40 = mysql_num_rows($cat149);
    $cat80 = mysql_num_rows($cat189);
    $cat30 = mysql_num_rows($cat139);
    $cat70 = mysql_num_rows($cat179);
    while($topic6 = mysql_fetch_object($cat169)){
    if($replydate6 == ""){
    $num++;
    $lastreply6 = $topic6->lastreply;
    $replydate6 = $topic6->lastreplydate;
    }}
    $num = "";
    while($topic12 = mysql_fetch_object($cat1129)){
    if($replydate12 == ""){
    $num = 1;
    $lastreply12 = $topic12->lastreply;
    $replydate12 = $topic12->lastreplydate;
    }}
    $num = "";
    while($topic5 = mysql_fetch_object($cat159)){
    if($replydate5 == ""){
    $num = 1;
    $lastreply5 = $topic5->lastreply;
    $replydate5 = $topic5->lastreplydate;
    }}
    $num = "";
    while($topic4 = mysql_fetch_object($cat149)){
    if($replydate4 == ""){
    $num = 1;
    $lastreply4 = $topic4->lastreply;
    $replydate4 = $topic4->lastreplydate;
    }}
    $num = "";
    while($topic8 = mysql_fetch_object($cat189)){
    if($replydate8 == ""){
    $num = 1;
    $lastreply8 = $topic8->lastreply;
    $replydate8 = $topic8->lastreplydate;
    }}
    $num = "";
    while($topic3 = mysql_fetch_object($cat139)){
    if($replydate3 == ""){
    $num = 1;
    $lastreply3 = $topic3->lastreply;
    $replydate3 = $topic3->lastreplydate;
    }}
    $num = "";
    while($topic7 = mysql_fetch_object($cat179)){
    if($replydate7 == ""){
    $num = 1;
    $lastreply7 = $topic7->lastreply;
    $replydate7 = $topic7->lastreplydate;
    }}
    $user16 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply6'");
    $user6 = mysql_fetch_object($user16);
    $user15 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply5'");
    $user5 = mysql_fetch_object($user15);
    $user112 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply12'");
    $user12 = mysql_fetch_object($user112);
    $user14 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply4'");
    $user4 = mysql_fetch_object($user14);
    $user18 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply8'");
    $user8 = mysql_fetch_object($user18);
    $user13 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply3'");
    $user3 = mysql_fetch_object($user13);
    $user17 = mysql_query("SELECT * FROM `users` WHERE `login`='$lastreply7'");
    $user7 = mysql_fetch_object($user17);
    ?>
    </tr>
    		<tr>
    			<td class="cat" colspan="2"><h4>Spel en ondersteuning</h4></td>
    			<td class="catdiv" colspan="3">&nbsp;</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat6 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=6">Vragen rondom het spel</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat60;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply6;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate6;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user6->id;?>"><?echo$lastreply6;?></a>						<a href="./LAATSTE TOPIC HIER!"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat12 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=12">Plaats hier je secret links</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat120;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply12;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate12;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user12->id;?>"><?echo$lastreply12;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat5 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=5">Fouten &amp; Bugs</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat50;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply5;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate5;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user5->id;?>"><?echo$lastreply5;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat4 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=4">Tips &amp; Idee&euml;n</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat40;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply4;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate4;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user4->id;?>"><?echo$lastreply4;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat8 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=8">Nieuws en Updates</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat80;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply8;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate8;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user8->id;?>"><?echo$lastreply8;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="cat" colspan="2"><h4>Forums</h4></td>
    			<td class="catdiv" colspan="3">&nbsp;</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat3 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=3">Algemeen Forum</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat30;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply3;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate3;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user3->id;?>"><?echo$lastreply3;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    			<tr>
    			<td class="row1" width="50" align="center"><img src="./styles/N.Design/imageset/forum_<?if($cat7 > 0){?>un<?}?>read.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    			<td class="row1" width="100%">
    								<a class="forumlink" href="./viewforum.php?f=7">Het caf&eacute;</a>
    				<p class="forumdesc"></p>
    							</td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$cat70;?></p></td>
    			<td class="row2" align="center"><p class="topicdetails"><?echo$reply7;?></p></td>
    			<td class="row2" align="center" nowrap="nowrap">
    									<p class="topicdetails"><?echo$replydate7;?></p>
    					<p class="topicdetails"><a href="index.php?a=profile&x=<?echo$user7->id;?>"><?echo$lastreply7;?></a>						<a href="./LAATSTE TOPIC HIER"><img src="./styles/N.Design/imageset/icon_topic_latest.gif" width="18" height="9" alt="Bekijkt laatste berichten" title="Bekijkt laatste berichten" /></a>
    					</p>
    							</td>
    		</tr>
    	</table>
    <br clear="all" />
    
    
    <table class="legend">
    <tr>
    	<td width="20" align="center"><img src="./styles/N.Design/imageset/forum_unread.gif" width="38" height="25" alt="Nieuwe berichten" title="Nieuwe berichten" /></td>
    	<td><span class="gensmall">Nieuwe berichten</span></td>
    	<td>&nbsp;&nbsp;</td>
    	<td width="20" align="center"><img src="./styles/N.Design/imageset/forum_read.gif" width="38" height="25" alt="Geen nieuwe berichten" title="Geen nieuwe berichten" /></td>
    	<td><span class="gensmall">Geen nieuwe berichten</span></td>
    	<td>&nbsp;&nbsp;</td>
    	<td width="20" align="center"><img src="./styles/N.Design/imageset/forum_read_locked.gif" width="38" height="25" alt="Geen nieuwe berichten [ gesloten ]" title="Geen nieuwe berichten [ gesloten ]" /></td>
    	<td><span class="gensmall">Forum gesloten</span></td>
    </tr>
    </table>
    
    
    </div>
    	<table width='100%' cellspacing='2' cellpadding='2'>
    		<tr>
    			<td class='content_bottom'></td>
    		</tr>
    	</table>
    <br/>
    
    
    		</div>
    	</td>
    	</tr>
    
    
    	</table>
    	</td>
    <?}
    include("right_column.php");
    if(isset($_GET['not_installed'])){?>
    		<script type="text/javascript" language="javascript">
    alert("De functie die je probeerde te berijken is (nog) niet beschikbaar!")
    </script>
    <?}?>
    Toon Meer
  • Db-maffia
    Professional
    Berichten
    1.356
    • 4 juni 2009 om 14:18
    • #15

    vanaf lijn 27 zou ik eens kijken

    Project Maffiadeluxe.nl

  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 4 juni 2009 om 14:29
    • #16

    Wat is daar de fout dan?

  • Db-maffia
    Professional
    Berichten
    1.356
    • 4 juni 2009 om 14:51
    • #17

    je ziet niks dubbel?

    Project Maffiadeluxe.nl

  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 4 juni 2009 om 15:17
    • #18

    Nop ik zie niks dubbel

    Nieuwe reactie samengevoegd met originele reactie op 04.06.09 15:29:33:
    Weet niet wat de fout is hoor

Participate now!

Heb je nog geen account? Registreer je nu en word deel van onze community!

Maak een account aan Login

ICT Nieuws

  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55
  • Kritieke update voor Really Simple Security-plug-in

    K.Rens 16 november 2024 om 16:12
  • ING Nederland streeft naar ondersteuning van Google Pay tegen eind februari

    K.Rens 2 november 2024 om 16:09

Blogs

  • Functioneel ontwerp

    Dees 28 december 2014 om 12:38
  • Access Control List implementatie in PHP/MySQL - deel 1/2

    FangorN 28 december 2018 om 12:35
  • Access Control List implementatie in PHP/MySQL - deel 2/2

    FangorN 29 december 2018 om 12:37

Gebruikers die dit topic bekijken

  • 1 Gasten
  1. Marktplaats
  2. Design
  3. Voorwaarden
  4. Ons team
  5. Leden
  6. Geschiedenis
  7. Regels
  8. Links
  9. Privacy Policy
ICTscripters ©2005 - 2026 , goedkope hosting door DiMoWeb.com, BE0558.915.582
Sponsors: Beste kattenhotel provincie Antwerpen | Beste Zetes eid kaartlezer webshop
Style: Nexus by cls-design
Stylename
Nexus
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design