• 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

  • 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
  • RPG game gebouwd met AI

    Frenzo.Webservice 11 juni 2026 om 19:44
  • Het Grote Vibe Code Topic

    Syntax 1 juni 2026 om 20:05
  • PWYL source gezocht

    Syntax 29 mei 2026 om 14:03
  • 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

Marktplaats

  • 4-letter domein: Togi.nl

    evesi 17 juni 2026 om 17:08
  • 359 Nieuwe Domeinnamen Mei 2026

    shiga 1 juni 2026 om 12:45
  • Sicarras.com - Moderne Mafia Text-Based RPG

    Jeffrey.Hoekman 27 mei 2026 om 17:40

opties werkt niet

  • retefreter
  • 17 februari 2011 om 18:08
  • retefreter
    Gamescript V0.2 beta
    Berichten
    104
    • 17 februari 2011 om 18:08
    • #1

    als ik naar deze pagina ga krijg ik niets te zien (siteopties in adminpanneel) het is om de site aan te passen. opensource gamescript

    PHP
    <?php
    
    
    
    
       echo "<br><SPAN class=\"texthuge\">$lang_site_options";
    
    
                 if (!$_REQUEST[skin]) {
                 echo " (default skin)";
                 } else {
                 echo " ($_REQUEST[skin])";
                 }
    
    
    echo "</SPAN><br><br>";
    
    
         if ($access_options == '1') {
    
    
              if ($_POST[SUBMIT] == "SUBMIT") {
              $query = "UPDATE config SET font_ondark2='$_POST[font_ondark2]', font_ondark1='$_POST[font_ondark1]', font_onlight5='$_POST[font_onlight5]', font_onlight4='$_POST[font_onlight4]', font_onlight3='$_POST[font_onlight3]', font_onlight2='$_POST[font_onlight2]', font_onlight1='$_POST[font_onlight1]', table_bg2_light='$_POST[table_bg2_light]', table_bg1_light='$_POST[table_bg1_light]', form_dropdown2='$_POST[form_dropdown2]', form_dropdown1='$_POST[form_dropdown1]', form_textbox='$_POST[form_textbox]', nowplaying='$_POST[nowplaying]', ads='$_POST[ads]', tdreg3='$_POST[tdreg3]', tdreg2='$_POST[tdreg2]', tablereg='$_POST[tablereg]', tdreg='$_POST[tdreg]', font_bright_onlight='$_POST[font_bright_onlight]', font_bright_ondark='$_POST[font_bright_ondark]', sitename=\"$_POST[sitename]\", email='$_POST[email]', shouts='$_POST[shouts]', siteurl='$_POST[siteurl]', imagepath='$_POST[imagepath]', body='$_POST[body]', header='$_POST[header]', form_submit='$_POST[form_submit]', form='$_POST[form]', font='$_POST[font]', font_large='$_POST[font_large]', ct_width='$_POST[ct_width]', avatar_width='$_POST[avatar_width]', avatar_height='$_POST[avatar_height]', dlsetting='$_POST[dlsetting]', submitsys='$_POST[submitsys]', time_s='$_POST[time_s]', time_an='$_POST[time_an]', time_c='$_POST[time_c]', time_f='$_POST[time_f]' where id='{$_REQUEST['id']}'"; 
              $result = mysql_query($query); 
              echo "<center><SPAN class=\"content\"><B>$lang_website_details_updated</B><br><br>";
              }
    
    
                            if (!$_REQUEST[skin]) {
                            $skinq = mysql_query("SELECT * FROM skin where current='1'");
                            } else {
                            $skinq = mysql_query("SELECT * FROM skin where name='$_REQUEST[skin]'");
                            }
                            while ($row = mysql_fetch_assoc($skinq)) {
    
    
                            $current_skin = $row[name];
                            $skinid = $row[id];
                            }
    
    
         $sskin = mysql_query("SELECT * FROM config where skin='$current_skin'");
         while ($row = mysql_fetch_assoc($sskin)) {
    
    
         $configid = $row[id];
    
    
         echo "<form action=\"?page=Site Options&id=$configid&skin=$current_skin\" method=\"post\">";
    
    
       echo "<table align=\"center\" width=\"100%\" $tablereg>
                <tr>
                 <td width=\"100%\" colspan=\"2\" $tdreg3><SPAN class=\"headertitle\">&nbsp;$lang_site_options</td>
                </tr>
                <tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_site_title</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"sitename\" size=\"50\" style=\"$form\" value=\"$row[sitename]\"></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_websiteurl</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"siteurl\" size=\"50\" style=\"$form\" value=\"$row[siteurl]\"></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_contactemail</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"email\" size=\"50\" style=\"$form\" value= \"$row[email]\"></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_imagepath</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"imagepath\" size=\"30\" style=\"$form\" value=\"$row[imagepath]\"></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_pagebody</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"body\" size=\"75\" style=\"$form\" value='$row[body]'></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_enableshoutbox</td>
                 <td width=\"80%\" $tdreg><select name=\"shouts\" style=\"$form\">
                  <option value=\"$row[shouts]\">";
    
    
                       if ($row[shouts] == '1') {
                        echo "Yes";
                        } else {
                        echo "No";
                        }
    
    
    echo "</option>
    	<option value=\"$row[shouts]\">-</option>
    	<option value=\"1\">Yes</option>
    	<option value=\"0\">No</option>
    </select> </td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_enable_nowplaying</td>
                 <td width=\"80%\" $tdreg><select name=\"nowplaying\" style=\"$form\">
                  <option value=\"$row[nowplaying]\">";
    
    
                       if ($row[nowplaying] == 'Yes') {
                        echo "Yes";
                        } else {
                        echo "No";
                        }
    
    
    echo "</option>
    	<option value=\"$row[nowplaying]\">-</option>
    	<option value=\"Yes\">Yes</option>
    	<option value=\"No\">No</option>
    </select> </td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_show_ads</td>
                 <td width=\"80%\" $tdreg><select name=\"ads\" style=\"$form\">
                  <option value=\"$row[ads]\">";
    
    
                       if ($row[ads] == 'Yes') {
                        echo "Yes";
                        } else {
                        echo "No";
                        }
    
    
    echo "</option>
    	<option value=\"$row[ads]\">-</option>
    	<option value=\"Yes\">Y</option>
    	<option value=\"No\">N</option>
    </select> </td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_header</td>
                 <td width=\"80%\" $tdreg><textarea name=\"header\" rows=\"5\" cols=\"75\" style=\"$form_textbox\">$row[header]</textarea></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_form_style</td>
                 <td width=\"80%\" $tdreg><textarea name=\"form\" rows=\"4\" cols=\"75\" style=\"$form_textbox\">$row[form]</textarea></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_formsubmitstyle</td>
                 <td width=\"80%\" $tdreg><textarea name=\"form_submit\" rows=\"4\" cols=\"75\" style=\"$form_textbox\">$row[form_submit]</textarea></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_max_avatarwidth</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"avatar_width\" size=\"3\" style=\"$form\" value='$row[avatar_width]'></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_max_avatar_height</td>
                 <td width=\"80%\" $tdreg><input type=\"text\" name=\"avatar_height\" size=\"3\" style=\"$form\" value='$row[avatar_height]'></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_guestdownloading</td>
                 <td width=\"80%\" $tdreg><select name=\"dlsetting\" style=\"$form\">
                  <option value=\"$row[dlsetting]\">";
    
    
                  if ($row[dlsetting] == 'Y') {
                  echo "Y";
                  } else {
                  echo "N";
                  }
    
    
    echo "</option>
    	<option value=\"$row[dlsetting]\">-</option>
    	<option value=\"Y\">Y</option>
    	<option value=\"N\">N</option>
    </select> <SPAN class=\"contentlight\">$lang_a_display_link_for_guests</td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_enable_submit</td>
                 <td width=\"80%\" $tdreg><select name=\"submitsys\" style=\"$form\">
                  <option value=\"$row[submitsys]\">";
    
    
                  if ($row[submitsys] == 'Y') {
                  echo "Y";
                  } else {
                  echo "N";
                  }
    
    
    echo "</option>
    	<option value=\"$row[submitsys]\">-</option>
    	<option value=\"Y\">Y</option>
    	<option value=\"N\">N</option>
    </select> <SPAN class=\"contentlight\">$lang_a_enablesubmit_text</td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_datetime_format</td>
                 <td width=\"80%\" $tdreg><SPAN class=\"contentlight\"><input type=\"text\" name=\"time_an\" size=\"15\" style=\"$form\" value='$row[time_an]'> $lang_a_newsarticles<br>
                 <input type=\"text\" name=\"time_s\" size=\"15\" style=\"$form\" value='$row[time_s]'> $lang_a_shoutbox<br>
                 <input type=\"text\" name=\"time_c\" size=\"15\" style=\"$form\" value='$row[time_c]'> $lang_a_comments<br>
                 <input type=\"text\" name=\"time_f\" size=\"15\" style=\"$form\" value='$row[time_f]'> $lang_a_forums<br>
                 $lang_a_timevariables</SPAN></td> 
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_table_col</td>
                 <td width=\"80%\" $tdreg><SPAN class=\"contentlight\"><input type=\"text\" name=\"table_bg1_light\" size=\"7\" style=\"$form\" value='$row[table_bg1_light]'> $lang_a_lightbackground1<br>
                 <input type=\"text\" name=\"table_bg2_light\" size=\"7\" style=\"$form\" value='$row[table_bg2_light]'> $lang_a_lightbackground2<br>
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_tableproperties</td>
                 <td width=\"80%\" $tdreg>
                 <SPAN class=\"contentlight\"><input type=\"text\" name=\"tablereg\" size=\"70\" style=\"$form\" value=\"$row[tablereg]\"> $lang_a_contenttableprops<br>
                 <input type=\"text\" name=\"tdreg\" size=\"70\" style=\"$form\" value='$row[tdreg]'> $lang_a_tdreg<br>
                 <input type=\"text\" name=\"tdreg2\" size=\"70\" style=\"$form\" value='$row[tdreg2]'> $lang_a_tdreg2<br>
                 <input type=\"text\" name=\"tdreg3\" size=\"70\" style=\"$form\" value='$row[tdreg3]'> $lang_a_tdreg3<br></SPAN>
    
    
                </tr>";
    
    
      echo "<tr>
                 <td width=\"20%\" $tdreg2><SPAN class=\"content\"><B>&nbsp;$lang_a_formprop</td>
                 <td width=\"80%\" $tdreg>
                 <SPAN class=\"contentlight\"><input type=\"text\" name=\"form_textbox\" size=\"70\" style=\"$form\" value='$row[form_textbox]'> $lang_a_textarea_style<br>
                 <input type=\"text\" name=\"form_dropdown1\" size=\"70\" style=\"$form\" value='$row[form_dropdown1]'> $lang_a_dds1<br>
                 <input type=\"text\" name=\"form_dropdown2\" size=\"70\" style=\"$form\" value='$row[form_dropdown2]'> $lang_a_dds2<br></SPAN>
                </tr>";
    
    
      echo "<tr>
               <td width=\"100%\" colspan=\"2\" $tdreg2><input type=\"SUBMIT\" name=\"SUBMIT\" value=\"SUBMIT\" style=\"$form_submit\"></td>
              </tr>";
    
    
    echo "</table><br>";
    
    
    
    
       }
    
    
     } else {
     echo "$lang_a_denied";
    
    
    ?>
    Toon Meer

    msi wind u 100 netbook/ dual boot/ macosx / win 7 ultimate / 2GB ram / 640 gb hd / capacitive multitouch touchscreen / 24%oc :piraat: next: tablet pc er van maken:p

  • Extreme
    Intermediate
    Berichten
    474
    • 17 februari 2011 om 18:57
    • #2

    Staat deze op 1? : $access_options

    Hosting Network Services. Special Firewalled hosting for crime games.
    ******
    Msn:** Stuur maar PM.

  • retefreter
    Gamescript V0.2 beta
    Berichten
    104
    • 18 februari 2011 om 18:17
    • #3

    ja krijg em ni te zien de site

    Nieuwe reactie samengevoegd met originele reactie op 23.02.11 19:36:56:
    fout is opgelost topic mag dicht:slotje:

    msi wind u 100 netbook/ dual boot/ macosx / win 7 ultimate / 2GB ram / 640 gb hd / capacitive multitouch touchscreen / 24%oc :piraat: next: tablet pc er van maken:p

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

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