• 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. PHP + SQL

Forum

  • Fallen Kingdom Game

    gozmeu 27 juli 2026 om 23:49
  • Crimora.nl

    Dennii 11 juli 2026 om 13:13
  • RPG game gebouwd met AI

    zwpgangster 9 juli 2026 om 11:25
  • (Verkoop) Criminals

    Syntax 5 juli 2026 om 13:22
  • Het Grote Vibe Code Topic

    Syntax 30 juni 2026 om 11:54
  • Ictscripters Chat

    Jeffrey.Hoekman 26 juni 2026 om 16:21
  • Het oorspronkelijke Criminals Script

    Jeroen.G 24 juni 2026 om 09:21
  • StraatBaas is back, maar hoe?!

    Syntax 17 juni 2026 om 10:28

Marktplaats

  • 303 Nieuwe Domeinnamen Juli 2026

    shiga 1 augustus 2026 om 13:56
  • Straatbaas.eu – complete Nederlandstalige en Engelstalige online maffia-RPG

    Syntax 28 juli 2026 om 15:47
  • 306 Nieuwe Domeinnamen Juni 2026

    shiga 1 juli 2026 om 13:39

probleem met dit script

  • zigzag
  • 26 augustus 2009 om 15:22
  • Closed
  • zigzag
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    151
    • 26 augustus 2009 om 15:22
    • #1

    hallo ik heb een probleem met dit script als ik iets bij admin paneel toevoeg dan komt het hier niet te staan dit is een poker script het komt wel in de data base te staan wat ik bij admin toevoeg

    PHP
    <? 
    require('includes/gen_inc.php'); 
    require('includes/inc_lobby.php'); 
    ?>
    <html>
    <head>
    <title><? echo TITLE; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="css/poker.css" type="text/css">
    <script language="JavaScript" type="text/JavaScript" src="js/lobby.php"></script>
    </head>
    
    
    <body bgcolor="#000000" text="#CCCCCC" onLoad="games();">
    <table width="772" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="#1B1B1B">
      <tr> 
        <td rowspan="2" valign="top" bgcolor="#333333"> 
          <table width="100%" border="0" cellspacing="0" cellpadding="1">
            <tr> 
              <td> 
                <? require('includes/scores.php'); ?>
              </td>
            </tr>
            <tr> 
              <td> 
                <table border="0" cellspacing="0" cellpadding="1" width="98%" class="smllfontpink" align="center" height="55">
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('index.php')" class="hand"> 
                    <td> 
                      <? echo MENU_HOME; ?>
                    </td>
                  </tr>
                  <? if (($valid == false) && (MEMMOD == 0)){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('login.php')" class="hand"> 
                    <td> 
                      <? echo MENU_LOGIN; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if ($valid == false){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('create.php')" class="hand"> 
                    <td> 
                      <? echo MENU_CREATE; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if ($valid == true){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('lobby.php')" class="hand"> 
                    <td> 
                      <? echo MENU_LOBBY; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('rankings.php')" class="hand"> 
                    <td> 
                      <? echo MENU_RANKINGS; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('myplayer.php')" class="hand"> 
                    <td> 
                      <? echo MENU_MYPLAYER; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('rules.php')" class="hand"> 
                    <td> 
                      <? echo MENU_RULES; ?>
                    </td>
                  </tr>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('faq.php')" class="hand"> 
                    <td> 
                      <? echo MENU_FAQ; ?>
                    </td>
                  </tr>
                  <? if ($ADMIN == true){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('admin.php')" class="hand"> 
                    <td> 
                      <? echo MENU_ADMIN; ?>
                    </td>
                  </tr>
                  <? } ?>
                  <? if (($valid == true) && (MEMMOD != 1)){ ?>
                  <tr onMouseOver="this.bgColor = '#330000'; this.style.color = 'FFFFFF'" onMouseOut="this.bgColor = ''; this.style.color = 'CC9999'" onClick="changeview('index.php?action=logout')" class="hand"> 
                    <td>
                      <? echo MENU_LOGOUT; ?>
                    </td>
                    <? } ?>
                </table>
              </td>
            </tr>
          </table>
        </td>
        <td width="650" class="fieldsethead">
          <table width="100%" border="0" cellspacing="0" cellpadding="3">
            <tr> 
              <td bgcolor="#333333"><b><font size="3"><i><? echo LOBBY; ?></i></font></b></td>
            </tr>
          </table>
          
        </td>
      </tr>
      <tr> 
        <td width="650" valign="top"> 
          <table width="100%" border="0" cellspacing="0" cellpadding="1">
            <tr class="fieldsetheadlink"> 
              <td width="120"><b><? echo TABLE_HEADING_NAME; ?></b></td>
              <td align="center" width="50"><b><? echo TABLE_HEADING_PLAYERS; ?></b></td>
              <td align="center" width="80"><b><? echo TABLE_HEADING_TYPE; ?></b></td>
              <td align="center" width="90"><b><? echo TABLE_HEADING_BUYIN; ?></b></td>
              <td align="center" width="90"><b><? echo TABLE_HEADING_SMALL_BLINDS; ?></b></td>
              <td align="center" width="90"><b><? echo TABLE_HEADING_BIG_BLINDS; ?></b></td>
              <td align="center" width="80"><b><? echo TABLE_HEADING_STATUS; ?></b></td>
            </tr>
            
          </table>
          <div id="gamelist" style="border : solid 0px   padding : 1px; width : 100%; height : 365px; overflow : auto; ">
     </div ><br><?
    $tableq = mysql_query("select p1name, p2name,p3name,p4name,p5name,p6name,p7name,p8name,p9name,p10name,tablename,tablelimit,tabletype,hand,tablelow from ".DB_POKER." order by tablelimit asc ");
    while($tabler = mysql_fetch_array($tableq)){ 
    $i = 1;
    $x=0;
    while($i < 11){
    if($tabler['p'.$i.'name'] != '') $x++;
    $i++;
    }
    $tableplayers = $x.'/10';
    $tablestatus = (($tabler['hand'] == '')? 'New Game' : 'Playing');
    $tabletype = (($tabler['tabletype'] == 't')? 'Tournament' : 'Sit \'n Go');
    ?>
            <? } ?>
        </td>
      </tr>
    </table>
    <p>&nbsp; </p>
    </body>
    </html>
    Toon Meer
  • Guest, wil je besparen op je domeinnamen? (ad)
  • Db-maffia
    Professional
    Berichten
    1.356
    • 26 augustus 2009 om 17:43
    • #2

    erg duidelijk uitgelegd denk dat je veel antwoorden kunt verwachten (NOT)

    Project Maffiadeluxe.nl

  • zigzag
    Intermediate
    Ontvangen Reacties
    1
    Berichten
    151
    • 26 augustus 2009 om 18:03
    • #3

    ik ga het proberen uit te leggen

    bij admin moet ik de tabellen aanmaken

    dan ga ik naar de members die normaal dat moeten zien wat ik juist heb aangemaakt maar ik krijg niks te zien

    en daar moet ook er bij staan dat ze kunnen starten met de game
    ik hoop dat die tekening meer uitleg geven :(

    Nieuwe reactie samengevoegd met originele reactie op 26.08.09 19:27:24:
    sluit dit topic maar

Participate now!

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

Maak een account aan Login

ICT Nieuws

  • Quanscient ontvangt €10M om AI- en kwantum-native hardware engineering te bevorderen - Tech.eu

    ICTscripters 27 mei 2026 om 12:03
  • 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

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