• 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. Scripting & programmeren
  4. (X)HTML + XML + CSS

Forum

  • Het Grote Vibe Code Topic

    Jeroen.G 11 mei 2026 om 09:28
  • Ictscripters Chat

    AarClay 21 april 2026 om 11:34
  • PWYL source gezocht

    Syntax 25 maart 2026 om 11:44
  • Help testers nodig voor android app Urgent

    Servertjee 20 februari 2026 om 12:07
  • Partner Gezocht om meerdere NFT Collecties op Open Sea te Plaatsen

    Servertjee 20 februari 2026 om 12:06
  • Afspraken systeem met planbeperking

    Jeffrey.Hoekman 20 februari 2026 om 11:52
  • Developer Gezocht

    Servertjee 19 februari 2026 om 17:31
  • Na 15 jaar terug van weggeweest: iCriminals.nl is terug (BETA)!

    Servertjee 18 februari 2026 om 16:57

Marktplaats

  • 370 Nieuwe Domeinnamen April 2026

    shiga 1 mei 2026 om 12:06
  • Snel een website nodig?

    Syntax 10 april 2026 om 12:55
  • Sicarras.com - Moderne Mafia Text-Based RPG

    Syntax 5 april 2026 om 16:22

Layout niet goed in Firefox/Chrome etc.

  • warofthefuture
  • 8 mei 2010 om 15:06
  • warofthefuture
    Wotf.nl - online wargame
    Berichten
    76
    • 8 mei 2010 om 15:06
    • #1

    Goedemiddag,

    Onze layout werkt prima in Internet Explorer, maar in Firefox en Chrome en veel andere browsers is het echt een drama. Aanschouw:

    IE:

    Firefox:

    Chrome:

    Wij snappen het niet meer, hier de index:

    PHP
    <?php /* ------------------------- */
    
    
    
    
    
    
      include("_include-config.php");
    
    
    
    
    
    
    
    
    
    
    /* ------------------------- */ ?>
    
    
    <html>
    <center>
    <head>
    <script type="text/javascript">
    if (top != self) top.location.href = location.href
    </script>
    <link rel="shortcut icon" href="http://www.wotf.nl/images/favicon.ico" type="image/x-icon" />
    <?
        if($data) {
    ?>
    
    
    <?php
      $dbres                                                              = mysql_query("SELECT `id` FROM `[users]` WHERE `activated`=1");
      $members                                                      = mysql_num_rows($dbres);
      $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
     ?>
    
    
     
        <?php /* ------------------------- */
    $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
      $dbres                                                              = mysql_query("SELECT id FROM `[users]`");
      $members = mysql_num_rows($dbres);
    $member = mysql_fetch_object($dbres);
        $selecta = mysql_query("SELECT login FROM `[users]` ORDER BY gebelt DESC LIMIT 0,5");
    
    
        
        $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
      $dbres                                                              = mysql_query("SELECT id FROM `[users]`");
      $members = mysql_num_rows($dbres);
    $member = mysql_fetch_object($dbres);
        $select = mysql_query("SELECT login FROM `[users]` ORDER BY signup DESC LIMIT 0,1");
    $power = mysql_query("SELECT login FROM `[users]` ORDER BY attack DESC LIMIT 0,1");
        
      $object = mysql_fetch_object($select);
    
    
    ?>
     
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Wotf.nl - Het online oorlogsspel van het moment!</title>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    
    
    
    
    
    
    <!--[if lte IE 6]>
    <link rel="stylesheet" href="css/ie6.css" type="text/css" />
    <![endif]-->
    
    
    </head>
    
    
    <body>
    <tr><td class="mainTxt">
    <!--wrapper-->
    <div class="wrapper">
    
    
    
    
         <!--header-->
         <div class="header">
         
              <h1>Wotf.nl - Online oorlogsgame van het moment! </h1>
              
    <div class="soldaat"></div>
              
            </center>
            
              <!--menubar-->
              <div class="menubar">
    <tr>  <td class="mainTxt">
                   <ul>
    <p align="center">
                   <li><a href="/php/profile.php?x=<? echo $data->login ?>" target=mainframe><b><? echo $data->login ?> <img src=/icons/user.png border= 0></b></a></li>
                   <li><a href="/php/bank.php" target=mainframe><font color=red><b>Cash: <? echo $data->cash ?> <img src=/icons/money.png border= 0></b></font></font></b></a></li>
                   <li><a href="/php/bank.php" target=mainframe><font color=red><b>Bank: <? echo $data->bank ?> <img src=/icons/coins.png border= 0></b></font></font></b></a></li>
                                  <li><a href="/php/belservice.php" target=mainframe><font color=red><b>Belcredits: <? echo $data->belcredits ?> <img src=/icons/emoticon_waii.png border= 0></b></font></font></b></a></li>
                                     <li><a href="javascript:location.reload()" target="_self" target=mainframe><b>Refresh <img src=/icons/time.png border= 0></b></a></li>
                   <li><a href="/php/login.php?x=logout" target=mainframe><b>Uitloggen</b> <img src=/icons/stop.png border= 0></a></li>
                   </ul></tr></td></center>
              
              </div>
              <!--menubar-->
         
         </div>
         <!--header-->
         
         
         
         <!--content-->
         <div class="content">
         
         
         
              <!--left-->
              <div class="left">
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Algemeen</h2>
                        
                        <ul>
                        <li><a href="/php/hq.php" target="mainframe"> Thuisbasis</a></li>
                        <li><a href="/php/shop.php" target=mainframe>Bevoorrading</a></li>
                        <li><a href="/php/bank.php" target=mainframe>Bank</a></li>
                        <li><a href="/php/ziekenhuis.php" target=mainframe>Ziekenhuis</a></li>
                        <li><a href="/php/radio1.php" target=mainframe>Radiostation</a></li>
    
    
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Statistieken</h2>
                        
                        <ul>
                        	
                        <li><a href="/php/list.php" target=mainframe>Alle leden [<? echo $members ?>]</a></li>
                        <li><a href="/php/list.php?s=online" target=mainframe>Online leden [<? echo $onliner ?>]</a></li>
                        <li><a href="/php/log.php?x=attack" target=mainframe>Logs</a></li>
                        <li><a href="/php/eerlist.php" target=mainframe>Eerlist</a></li>
                        <li><a href="/php/statsgroup.php" target=mainframe>Statistieken</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
    
    
             <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Weekprijzen</h2>
                        
                        <ul>
           <li><a href="/php/stats.php?x=klikmissie" target=mainframe>Meest geklikt</a></li>
           <li><a href="/php/stats.php?x=refferals" target=mainframe>Meeste refferals</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Credit menu</h2>
                        
                        <ul>
                        <li><a href="/php/belservice.php" target=mainframe>Belservice <font color=red> tip!</font></a></li>
                                 <li><a href="/php/creditshop.php" target=mainframe>Creditshop</a></li>
                        <li><a href="/php/goudshop.php?b=1" target=mainframe>Goudshop</a></li>
                        <li><a href="/php/vipbestellen.php" target=mainframe>Member worden <font color=red> tip!</font></a></li>
              
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Golden box</h2>
                        
                        <ul class="last">
                        <li><a href="/php/koopkey.php" target=mainframe>Key kopen <font color=red>tip!</font></a></li>
                        <li><a href="/php/goldenbox.php" target=mainframe>Golden box <font color=red>tip!</font></a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                                  <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Mijn kamp</h2>
                        
                        <ul>
                        <li><a href="/php/waarde_trans.php" target=mainframe>Wapentransport</a></li>
                        <li><a href="/php/huwelijk.php" target=mainframe>Bondgenootschap</a></li>
                        <li><a href="/php/message.php" target=mainframe>Berichten</a></li>
                        <li><a href="/php/note.php" target=mainframe>Notities</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                                  <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Profiel</h2>
                        
                        <ul>
                        <li><a href="/php/edit.php" target=mainframe>Profiel bewerken</a></li>
                        <li><a href="/php/naamopties.php" target=mainframe>Icoontjes</a></li>
                        <li><a href="/php/forum.php" target=mainframe>Forum</a></li>
                        </ul>
                         
                   
                   </div>
    
    
                               <!--menubox-->
                   <div class="menubox">
     <?              
     if($data->vipdagen >= 1){
    print "
                    <h2>&nbsp;&nbsp;Member menu</h2>
                                            
                     
    <ul>                 
                         
                            <li><a href=\"/php/50_50.php\" target=mainframe>Win or lose it</a></li>
                        <li><a href=\"/php/werken.php\" target=mainframe>Werken</a></li>
                        <li><a href=\"/php/gevangenis.php\" target=mainframe>Uitbreken</a></li>
                         
    </ul>
    ";
    
    
    }
    ?>
    
    
    
    
                                       <!--menubox-->
                   <div class="menubox">
                       
    
    
    <?php
    
    
     if($data->superliddagen > 0){
    print "
                                            
                              
    
    
                                            
                                      <h2>Superlid</h2>            
    <ul>
      
                            <li><a href=\"/php/super_werken.php\" target=mainframe>Secret mission</a></li>
                             <li><a href=\"/php/soldaten.php\" target=mainframe>Soldaten zoeken</a></li>
                             <li><a href=\"/php/soldatenoverzicht.php\" target=mainframe>Soldaten overzicht</a></li>
                              <li><a href=\"/php/kolonies.php\" target=mainframe>Kolonies zoeken</a></li>
                               <li><a href=\"/php/kolonieoverzicht.php\" target=mainframe>Kolonie overzicht</a></li>
    </ul>
    ";
    
    
    }
    ?>
    
    
    
    
    <h2>Wotf.nl</h2>
                   
                   </div>
    
    
    
    
    
    
                   
                   </div>
                   <!--menubox-->
                   
              </div>
              <!--left-->
              
              
              
              <!--middle-->
              <div class="middle">
              
         
                   
                   
                            <div class="iframe">
                   
                              <iframe src="/php/hq.php" name="mainframe" width="450" frameborder=0></iframe>
    
    
                   </div>
              
              </div>
              <!--middle-->
              
          
          
              
              
              <!--right-->
              <div class="right">
              
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Werk</h2>
                        
                        <ul>
                        <li><a href="/php/goudzoeken.php" target=mainframe>Goudzoeken</a></li>
                        <li><a href="/php/djoint.php" target=mainframe>Kogels maken</a></li>
                        <li><a href="/php/grondstoffen.php" target=mainframe>Fabrieken</a></li>
                        <li><a href="/php/gijzelen.php" target=mainframe>Gijzelen</a></li>
                        <li><a href="/php/vermoorden.php" target=mainframe>Vermoorden</a></li>
                        <li><a href="/php/dealen.php" target=mainframe>Wapenhandelen</a></li>
                        <li><a href="/php/test.php" target=mainframe>Bom maken</a></li>
                   
    
    
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Missies</h2>
                        
                        <ul>
                        <li><a href="/php/singlejob.php" target=mainframe>Kampleider moord</a></li>
                        <li><a href="/php/opdrukken_boksen.php" target=mainframe>Schietbaan</a></li>
                        <li><a href="/php/handdruk.php" target=mainframe>Schietwedstrijd</a></li>
                        <li><a href="/php/goeder.php" target=mainframe>Munitiehandel</a></li>
                        <li><a href="/php/missie33.php" target=mainframe>Missies</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Bonus</h2>
                        
                        <ul>
                        <li><a href="/php/klikmissie.php" target=mainframe>Klikmissie</a></li>
                        <li><a href="/php/bonuserrr.php" target=mainframe>Bonus</a></li>
                        
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Warbot</h2>
                        
                        <ul class="last">
                        <li><a href="/php/maakbot.php" target=mainframe>Warbot kopen</a></li>
                        <li><a href="/php/werkbot.php" target=mainframe>Laat warbot werken</a></li>
                        <li><a href="/php/repareerbot.php" target=mainframe>Warbot repareren</a></li>
                        <li><a href="/php/trainbot.php" target=mainframe>Warbot trainen</a></li>
                        <li><a href="/php/warbotaanval.php" target=mainframe>Bots aanvallen</a></li>
                        <li><a href="/php/upgradebot.php" target=mainframe>Warbot upgrades</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                                  <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Casino</h2>
                        
                        <ul class="last">
                        <li><a href="/php/getallenspel.php" target=mainframe>Getallenspel</a></li>
                        <li><a href="/php/SPS.php" target=mainframe>Steen papier schaar</a></li>
                        <li><a href="/php/hogerlager.php" target=mainframe>Hoger of lager</a></li>
                        <li><a href="/php/kraak.php" target=mainframe>Kraak de kluis</a></li>
                        <li><a href="/php/krassen.php" target=mainframe>Krasloten</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                                                 <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Overig</h2>
                        
                        <ul class="last">
                        <li><a href="/php/helpdesk.php" target=mainframe>Helpdesk <font color="red">tip!</font></a></li>
              <li><a href="/php/chat.php" target=mainframe>Chatbox <font color="red">new!</font></a></li>
                        <li><a href="/php/dutchleader.php" target=mainframe>Dutchleader</a></li>
                       
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                                  <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Squad</h2>
                        
                        <ul class="last">
    <?php
    if($data->clanlevel == 0) {
    print "                                  
                        <li><a href=\"/php/clan.php?p=join'\" target=mainframe>Join squad</a></li>
                        <li><a href=\"/php/clan2.php?p=new\" target=mainframe>Maak squad</a></li>
                    <li><a href=\"/php/clanlist.php\" target=mainframe>Squadlist</a></li>
                        <li><a href=\"/php/clanstats.php\" target=mainframe>Squadstats</a</li>
    ";
    } else {
    print "
    
    
                    
    
    
                        <li><a href=\"/php/clandonate.php?p=donate\" target=mainframe>Squad doneren</a></li>
                        <li><a href=\"/php/clan.php?x={$data->clan}\" target=mainframe>Squad profiel</a></li>
                                  <li><a href=\"/php/clanlist.php\" target=mainframe>Squadlist</a></li>
                        <li><a href=\"/php/clanstats.php\" target=mainframe>Squadstats</a</li>
    ";
    if($data->clanlevel >= 8 OR $data->clanlevel == 6) {
    print "
                        <li><a href=\"/php/clanbank.php\" target=mainframe>Squad bank</a></li>
                        <li><a href=\"/php/clanmsg.php?p=msg\" target=mainframe>Squad bericht</a></li>
    
    
                        <li><a href=\"/php/clanlog.php\" target=mainframe>Squad archief</a></li>
                        <li><a href=\"/php/clanshop.php\" target=mainframe>Squad uitbreiden</a></li>
    ";
    }
    
    
    if($data->clanlevel >= 8 || $data->clanlevel == 2) {
    print "
                        <li><a href=\"/php/clanhq.php?p=recruits\" target=mainframe>Aanmeldingen</a></li>
    ";
    }
    if($data->clanlevel >= 8) {
    print "
                        <li><a href=\"/php/clanhq.php?p=members\" target=mainframe>Squadleden</a></li>
                        <li><a href=\"/php/bescherming.php?p=bes\" target=mainframe>Squadbescherming</a></li>
                        <li><a href=\"/php/clanban.php\" target=mainframe>Squadban</a></li>
                        <li><a href=\"/php/clanhq2.php?p=members\" target=mainframe>Loonbeheer</a></li>
                        <li><a href=\"/php/clanhq.php?p=info\" target=mainframe>Profiel bewerken</a></li>
                        <li><a href=\"/php/clan.php?p=delete\" target=mainframe>Delete squad</a></li>
    ";
    }
    if($data->clanlevel > 0) {
    if($data->clanlevel < 9) {
    print "
                        <li><a href=\"/php/clan.php?p=quit\" target=mainframe>Verlaat squad</a></li>
    ";
    }
    }
    }
    
    
    ?>
    
    
    
    
            </a>         
           
                
    </li>
    
    
    
    
                        </ul>
          <h2>Wotf.nl</h2>
                   
                   </div>
                   <!--menubox-->
              
              </div>
              <!--right-->
         
          <div class="clear"></div>
         </div>
         <!--content-->
         
         
         </li>
    </ul>
         
         <!--footer-->
         <div class="footer">
         
              
              <p>&copy; Wotf.nl 2009-2010<br>
                    Alle rechten voorbehouden</p>
         
         </div>
         <!--footer-->
    
    
    
    
    </div>
    <!--wrapper-->
    
    
    
    
    </body>
    </html>
    
    
    
    
    <!--   outgame     --><!--   outgame     --><!--   outgame     --><!--   outgame     --><!--   outgame     --><!--   outgame     -->
    
    
    <center>
    <?
    } else {
    ?>
    <?php
      $dbres                                                              = mysql_query("SELECT `id` FROM `[users]` WHERE `activated`=1");
      $members                                                      = mysql_num_rows($dbres);
      $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
     ?>
    <!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">
    <head>
    <script type="text/javascript">
    if (top != self) top.location.href = location.href
    </script>
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Wotf.nl - Het online oorlogsspel van het moment!</title>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    
    
    
    
    
    
    <!--[if lte IE 6]>
                                   <link rel="stylesheet" href="css/ie6.css" type="text/css" />
    <![endif]-->
    
    
    </head>
    
    
    <body>
    
    
    
    
    
    
    
    
    <!--wrapper-->
    <div class="wrapper">
    
    
    
    
         <!--header-->
         <div class="header">
         
              <h1>War of the Future</h1>
              
              <div class="soldaat"></div>
              <div class="1jaar"></div>
           </center>
              <!--menubar-->
              <div class="menubar">
              
                   <ul>
                   <li><a href="/php/home.php" target="mainframe">Home</a></li>
                  <?php  
    if(isset($_GET['x'])) 
    { 
    echo "<li><a href='/php/signup.php?x=". $_GET['x'] ."' target='mainframe'><font color=red><b>Aanmelden</font></b></a></li>"; 
    } 
    else 
    { 
    echo "<li><a href='/php/signup.php' target='mainframe'><font color=red><b>Aanmelden</font></b></a></li>"; 
    }  
    ?> 
                   <li><a href="/php/uitleg.php" target="mainframe">Speluitleg</a></li>
                   <li><a href="/php/handboek.php" target="mainframe">Regels</a></li>
                   <li><a href="/php/homelist.php" target="mainframe">Top 30</a></li>
                    <li><a href="/php/screenshots.php" target="mainframe">Screenshots</a></li>
    
    
                   <li><a href="/php/login.php" target="mainframe">Inloggen</a></li>
                   </ul>
              
              </div>
              <!--menubar-->
         
         </div>
         <!--header-->
         
         
         
         <!--content-->
         <div class="content">
         
         
         
              <!--left-->
           <div class="left">
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Basis</h2>
                        
                        <ul>
                        <li><a href="/php/home.php" target="mainframe">Home</a></li>
                        <li><a href="/php/handboek.php" target="mainframe">Voorwaarden</a></li>
                        <li><a href="/php/wall.php" target="mainframe">Wall of fame</a></li>
                        <li><a href="/php/login.php?x=lostpass" target="mainframe">Wachtwoord vergeten</a></li>
                        </ul>
                   
                   </div>
                   <!--menubox-->
                   
                   <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Uitleg</h2>
                        
                        <ul>
                        <li><a href="/php/uitleg.php" target="mainframe">Uitleg</a></li>
                        <li><a href="/php/verhaal.php" target="mainframe">Het verhaal</a></li>
    
    
                        </ul>
                   
                   </div>
                   <!--menubox-->
                                  <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Screens</h2>
                        
                        <ul>&nbsp;<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="133" height="125">
      <param name="movie" value="s1.swf" />
      <param name="quality" value="high" />
         <embed src="s1.swf"
          quality="high"
          type="application/x-shockwave-flash"
          width="133"
          height="125"
          pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
                        </ul>
                   
                   </div>
                   <!--menubox-->
    
    
     <!--menubox-->
                   <div class="menubox">
                   
          <h2>Wotf.nl</h2>
                   
                   </div>
                   <!--menubox-->
                   
             
                   
              </div>
              <!--left-->
              
              
              
              <!--middle-->
              <div class="middle">
              
         
                   
                   
                   <div class="iframe">
                   
               <iframe src="/php/home.php" name="mainframe" width="450" frameborder=0></iframe>
    
    
                   </div>
    
    
    
    
              
              </div>
              <!--middle-->
              
          
          
              
              
              <!--right-->
              <div class="right">
              
    
    
                   
                   <!--menubox-->
                   <div class="menubox">
    
    
       <?php /* ------------------------- */
    $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
      $dbres                                                              = mysql_query("SELECT id FROM `[users]`");
      $members = mysql_num_rows($dbres);
    $member = mysql_fetch_object($dbres);
        $selecta = mysql_query("SELECT login FROM `[users]` ORDER BY gebelt DESC LIMIT 0,5");
    
    
        
        $dbresxa = mysql_query("SELECT `id` FROM `[users]` WHERE UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(`online`) < 300");
      $onliner = mysql_num_rows($dbresxa);
      $dbres                                                              = mysql_query("SELECT id FROM `[users]`");
      $members = mysql_num_rows($dbres);
    $member = mysql_fetch_object($dbres);
        $select = mysql_query("SELECT login FROM `[users]` ORDER BY signup DESC LIMIT 0,2");
    $power = mysql_query("SELECT login FROM `[users]` ORDER BY attack DESC LIMIT 0,1");
        
      $object = mysql_fetch_object($select);
    
    
    ?>
    
    
         
                        <h2>Statistieken</h2>
        
                   <ul>
    
    
                        <li><a href="/php/homelist.php" target="mainframe">Spelers: <? echo $members ?></a></li>
                        <li><a href="/php/homelist.php" target="mainframe">Spelers online: <? echo $onliner ?></a></li>
                        <li><a href="/php/homelist.php" target="mainframe">Nieuwste speler: <? echo $object->login ?></a></li>
    
    
    
    
                        </ul>
                   
                   </div>
    
    
    
    
           <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Inloggen</h2>
                        <td class="mainTxt" width="150" valign="top">
            <form method="post" target="mainframe" action="/php/login.php"><!--om de login te laten werken haal de 11 weg-->
                        <ul>
                               <img border="0" src="/icons/user.png"> <b><font color="#000000">  Gebruikersnaam<br>
            <input name="login" type="text" id="gebr" value="Gebruikersnaam.." onclick="if(this.value=='Gebruikersnaam..'){this.value=''}" onfocus="if(this.value=='Gebruikersnaam..'){this.value=''}" class="loginBox" onKeyPress="return submitenter(this,event)" maxlength="16" class="form"><br>
            
            <img border="0" src="/icons/lock.png"> <a><b><font color="#000000">Wachtwoord<br>
            <input name="pass" type="password" id="p ass"  value="..........." onClick="if(this.value==''){this.value=''}" onFocus="if(this.value=='...........'){this.value=''}" class="loginBox" maxlength="16" onKeyPress="return submitenter(this,event)"><br><br>
            <input type="submit" class="submit" value="Enter game" name="submit" name="doit">
            <br><br>
            
    
    
                        
                        </ul>
    
    
                   
                   </div>
    
    
        
    
    
    <td class="mainTxt" width="150" valign="top">
            <form method="post" target="mainframe" action="/php/login.php">
    
    
    
    
    
    
    
    
                          <!--menubox-->
                   <div class="menubox">
                   
                        <h2>Links</h2>
                        
                        <ul>
                <li> <A href=http://www.spellenchat.nl target=_blank>Chatten!</A></li>
    <li> <A href=http://www.anoniemmailen.nl target=_blank>Anoniem mailen!</A></li>
    <li> <A href=http://www.dutchleader.nl/top50/in.php?userid=leonnn&siteid=1 target=_blank>Stem op ons!</A></li>
                        </ul>
                  
                   
          <h2>Wotf.nl</h2>
                   
    
    
              
              </div>
              <!--right-->
         
          <div class="clear"></div>
         </div>
         <!--content-->
         
         
         
         
         <!--footer-->
        <center> <div class="footer">
         
              
              <p>&copy; Wotf.nl 2009-2010<br>
                    Alle rechten voorbehouden</p></center>
                    
         
         </div>
         <!--footer-->
    
    
    
    
    </div>
    <!--wrapper-->
    
    
    
    
    </body>
    </html>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     
    
    
    
    
    <?
    }
    ?>
    Toon Meer

    Kan iemand ons helpen?

    Alvast bedankt!

  • Guest, wil je besparen op je domeinnamen? (ad)
  • SkyNet
    Skype & Microsoft
    Berichten
    3.002
    • 8 mei 2010 om 15:08
    • #2

    Laat opnieuw slicen (CrossBrowser valid) ..:cheer:

  • Creativ3
    Professional
    Berichten
    1.658
    • 8 mei 2010 om 15:10
    • #3

    Opnieuw beginnen! En dit is een CSS/HTML vraag een PHP/MYSQL.

    Met vriendelijke groet,
    Creativ3

  • Darsstar
    Vreemd
    Berichten
    1.173
    • 8 mei 2010 om 15:20
    • #4

    Heel logisch om html voor de DOCTYPE te hebben...
    http://w3schools.com/tags/tag_doctype.asp

    miauw!

Participate now!

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

Maak een account aan Login

ICT Nieuws

  • Datalek bij leverancier Canvas - Universiteit van Amsterdam

    ICTscripters 10 mei 2026 om 12:03
  • Data privacy in 2026: Hoe de naleving van GDPR verandert

    ICTscripters 8 mei 2026 om 12:16
  • Tech.eu - Europees Start-up, Financiering en Technologienieuws

    ICTscripters 7 mei 2026 om 12:15

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
  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