• Login
  • Register
  • Zoek
Everywhere
  • Everywhere
  • 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. Leden
  3. cri

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

  • 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
  • 4-letter domein: Togi.nl

    evesi 17 juni 2026 om 17:08

Posts by cri

  • update vliegveld

    • cri
    • 25 augustus 2009 om 22:23

    Winrar downloaden is met moeite een paar MB's en is naar mijn mening ook beter. Die vraag is toch overbodig:s

  • Jouw-maffianaam

    • cri
    • 25 augustus 2009 om 20:36

    Gebruik ik ook niet, maar ja geen dank allesinds:s

    Heb die script al 3-4 jaar liggen dusja;)

  • Jouw-maffianaam

    • cri
    • 25 augustus 2009 om 19:44

    Toch niet dat script dat u uw voornaam en achternaam moet invullen, zodat hij daarmee een naam maakt?

    PHP
    <td width="525" bgcolor="#afcfef" class="text"> <div align="center"><b>MSN 
                  Mafia naam</b></div></td>
            </tr>
          </table>
          <div align="center"> 
            <p align="center">&nbsp; 
              <script language="JavaScript">
    
    
    <!-- Start script
    
    
    fullName = new String;
    var x = 0;
    var currentNum = 0;
    var currentChar;
    var y = 0;
    
    
    var sopranoName = new Array("The Stare","Twinkle Toes","The Toweler","The Ox","The Xerox","The Bastard","Twenty Eyes",
                 "Extra Arm","Hair Lip","The Funny Moustache","Chimpy Nuts","The Blossom","Childlike Complexion",
                 "Baby Buns","Sweet Nostrils","Weed Whacker","The Compass","Junior Mint","Gandhi Mangler",
                 "Frankenberry","The Delicious","Cedar Teeth","The Grown Up","The Butcher, Baker and Candlemaker","Lonely Guy","The Self-Toucher",
                 "The Lone Drinker","Pants","Kids Incorporated","Dreamboat","The Coin Operator","The Heartbreaker",
                 "The Mannequin","The Hobo Clown","Danger-Prone","Thinks-he's-so-smart","Fancy Pants","The Abalone",
                 "The Bishop","The Butcher","The Clam","Del Murder","The Executioner","The Enforcer","The Fist","The Gimp","The Harpoon",
                 "The Hawk","The Icepick","The Island","The Jeweler","The Jury-Tamperer","The Just",
                 "Killer","The Knitter","Knuckles","The Lemming","The Mad Russian","The Mangler",
                 "The Merciless","The Mortician","The Mouthpiece","Napalm","No Mercy","No Thumbs","The Ogre",
                 "The Ostrich","The Pipsqueak","The Pope","The Porpoise","The Quill","The Rooster",
                 "The Sicilian","Six Toes","The Spaniard","The Squealer","Three Fingers","The Tiger",
                 "Two Fists","The Ugly","The Umpire","The Undertaker","The Vampire","The Venetian",
                 "The Vole","The Waterboy","The Wishbone","The Xenophobe","The Yak","The Yodeler",
                 "The Zebra")
      
      
      function On(imageName)
      {
       if (document.images)
         {
              document[imageName].src = eval(imageName+"on.src");
             }
      }
      
      function Off(imageName)
      {
       if (document.images)
         {
              document[imageName].src = eval(imageName+"off.src");
             }
      }
      
    function matchLtr() {
    
    
        if (currentChar == "a" || currentChar == "A") {
            currentNum = 1;
        }
        if (currentChar == "b" || currentChar == "B") {
            currentNum = 2;
        }
        if (currentChar == "c" || currentChar == "C") {
            currentNum = 3;
        }
        if (currentChar == "d" || currentChar == "D") {
            currentNum = 4;
        }
        if (currentChar == "e" || currentChar == "E") {
            currentNum = 5;
        }
        if (currentChar == "f" || currentChar == "F") {
            currentNum = 6;
        }
        if (currentChar == "g" || currentChar == "G") {
            currentNum = 7;
        }
        if (currentChar == "h" || currentChar == "H") {
            currentNum = 8;
        }
        if (currentChar == "i" || currentChar == "I") {
            currentNum = 9;
        }
        if (currentChar == "j" || currentChar == "J") {
            currentNum = 10;
        }
        if (currentChar == "k" || currentChar == "K") {
            currentNum = 11;
        }
        if (currentChar == "l" || currentChar == "L") {
            currentNum = 12;
        }
        if (currentChar == "m" || currentChar == "M") {
            currentNum = 13;
        }
        if (currentChar == "n" || currentChar == "N") {
            currentNum = 14;
        }
        if (currentChar == "o" || currentChar == "O") {
            currentNum = 15;
        }
        if (currentChar == "p" || currentChar == "P") {
            currentNum = 16;
        }
        if (currentChar == "q" || currentChar == "Q") {
            currentNum = 17;
        }
        if (currentChar == "r" || currentChar == "R") {
            currentNum = 18;
        }
        if (currentChar == "s" || currentChar == "S") {
            currentNum = 19;
        }
        if (currentChar == "t" || currentChar == "T") {
            currentNum = 20;
        }
        if (currentChar == "u" || currentChar == "U") {
            currentNum = 21;
        }
        if (currentChar == "v" || currentChar == "V") {
            currentNum = 22;
        }
        if (currentChar == "w" || currentChar == "W") {
            currentNum = 23;
        }
        if (currentChar == "x" || currentChar == "X") {
            currentNum = 24;
        }
        if (currentChar == "y" || currentChar == "Y") {
            currentNum = 25;
        }
        if (currentChar == "z" || currentChar == "Z") {
            currentNum = 26;
        }
            
        x = x + currentNum;
    }
    
    
    function selName() {
        
        x = 0;
        fullName = document.names.firstname.value + document.names.lastname.value;
        
        for (i=0; i < fullName.length; i++) {
        
            currentChar = fullName.charAt(i);
            matchLtr();
            
        }
            
        popName()
    }
    
    
    function popName() {
    
    
        y = x % 90;
        document.names.sopranomiddle.value = sopranoName[y];
    }  
    
    
    
    
    // end script-->                   
            
    
    
    </script>
              <font face="arial,helvetica" size="2">Wat zou jouw naam zijn als mafia 
              baas? Typ hieronder je:</font> </p>
            <div align="center"> 
              <table border="0" cellpadding="0" cellspacing="0" width="200" height="50">
                <tr valign="middle"> 
                  <td width="306" height="130"> 
                    <div align="center"> 
                      <p> <font size="2" face="arial,helvetica"><form name="names"> 
                      Voornaam: 
                      <input type="text" name="firstname">
                      <br>
                      Achternaam: 
                      <input type="text" name="lastname"></font>
                      <p> <font size="2" face="arial,helvetica"><a href="javascript:selName()"> 
                        Mijn Mafia naam is: </a> </font> 
                    </div>
                  </td>
                  <td height="18"> 
                </tr>
              </table>
              <font size="2" face="arial,helvetica"> 
              <input type="text" name="sopranomiddle"></form>
              <!--FOOTER TABLE-->
              </font></div>
          </div>
        </td>
        <td width="160" valign="top" bgcolor="#8298D8" style="BORDER-LEFT: #000000 1px solid;" height="325"> 
          <html>
    <head>
    <STYLE>
    body{ font-family: verdana; font-size: 8pt; font-weight: bold; }td{ font-size: 8pt; }.table_border{ background-color: #CCCCCC; }.header_cell{ background-color: #EEEEEE; font-weight: bold; font-size: 8pt;}.cells{ background-color: #FFFFFF; }.box{ border: solid 1px #CCCCCC; }input{ font-family: verdana; font-size: 8pt; cursus: hand; }.input{ font-family: verdana; font-size: 8pt; border: solid 1px #CCCCCC;}a:link{ color: navy; }a:visited{ color: navy; }a:hover{ color: blue; }li{ list-style-type: square;} </STYLE>
    <STYLE type="text/css">
    
    
    <style fprolloverstyle>A:hover {color: #000000; font-family: Verdana; font-weight: bold}
    </style>
    </head>
    </table>
    </body>
    [code=php]
    Toon Meer
  • Posting.php

    • cri
    • 24 augustus 2009 om 18:39
    PHP
    <form action="./posting.php?mode=<?echo$_GET['mode'];?>&f=<?echo$_GET['f']; if($_GET['mode'] == edit || $_GET['mode'] == reply || $_GET['mode'] == quote && $_GET['t'] != ""){?>&t=<?}else if($_GET['mode'] == edit || $_GET['mode'] == reply || $_GET['mode'] == quote && $_GET['p'] != ""){?>&p=<?}if($_GET['mode'] == edit || $_GET['mode'] == reply || $_GET['mode'] == quote && $_GET['t'] != ""){echo"$reply->id";}else if($_GET['mode'] == reply || $_GET['mode'] == quote && $_GET['p'] != ""){echo"$reply2->id";}?>" method="post" name="postform">

    posting.php?mode=edit&f=8&t=20


    ipv t=20 zou het p=20 moeten zijn want het is een Post en geen Topic

    Welke p moet er veranderd worden? Ik heb alle t proberen te veranderen maar als ik t naar p deed kon niemand nog posten

  • Backfire

    • cri
    • 19 augustus 2009 om 23:30

    WTF ik een kind jij 18 jaar, ik 21, goed bezig, ik help u, weet u iemand die alles zelf script en dit niet weet wat het probleem

    selecteer komt automatisch gast, maar in database slaat hij wel op wat ze geselecteerd hebben, wees dan zo slim om in hun profiel te plaatsen wat ze gekozen hebben:s

    Edit:ik 21,hij 18.

  • Backfire

    • cri
    • 19 augustus 2009 om 22:52

    Weet u ik heb er een jaar meegewerkt en uitgebouwd, dus u zegt de waarheid, hij werkt niet, wtf.

    Zoek maar iemand anders of neem een boekje bij de hand indien u niet normaal kan doen

  • Backfire

    • cri
    • 19 augustus 2009 om 22:29

    Mijn script klopt perfect, maar wat u aan het doen bent in uw script klopt helemaal niet

  • Backfire

    • cri
    • 19 augustus 2009 om 22:15

    Post uw aangepast versie maar even, handiger;)

  • vraag over staion

    • cri
    • 19 augustus 2009 om 22:14
    PHP
    if($aankomst < 30) {
              $tijd = tijd() - (get_global_date("i") * 60) - get_global_date("s") + (30 * 60);
              $aankomst = date("Y-m-d H:i:s", $tijd);
            } else {
              $tijd = strtotime(get_global_date("Y-m-d H:") . "30:00") + (30 * 60);
              $aankomst = date("Y-m-d H:i:s", $tijd);

    ik gebruik hem niet maar veronderstel hier

  • Backfire

    • cri
    • 19 augustus 2009 om 22:13

    Is nochtans simpel aan te passen:s

  • Backfire

    • cri
    • 19 augustus 2009 om 21:51

    Misschien iets doen zoals op mijn ex-site

    PHP
    $backfire= $_POST['backfire'];
    
    
    
    
        $data['topbalk']				= $_POST['backfire'];
    
    
        $backfire				= $_POST['backfire'];
    
    
        ${"select$backfire"}			= "selected";
    
    
    
    
    
    
        mysql_query("UPDATE `[users]` SET `backfire`='$backfire' WHERE `login`='".$data['login']."'"); ?>
    
    
    <tr>
    
    
    	<td class="mainTxt" colspan="2">Je backfire is veranderd</td>
    
    
    </tr>
    
    
    <?php } ?>
    
    
    <tr>
    
    
      <td class=mainTxt>Backfire:</td><td class=mainTxt><select type="backfire" name="backfire">
    
    
    <option value="">Selecteer</option>
    
    
    <option value="0" $select0>Niet terugvuren</option>
    
    
    <option value="1" $select1>De helft van de hoeveelheid dat de aanvaller vuurt</option>
    
    
    <option value="2" $select2> Dezelfde hoeveelheid als de aanvaller vuurt</option>
    
    
    <option value="3" $select3>Het dubbele van de hoeveelheid dat de aanvaller vuurt</option>
    
    
    <option value="4" $select4>5.000 kogels</option>
    
    
    <option value="5" $select5>10.000 kogels</option>
    
    
    <option value="6" $select6>25.000 kogels</option>
    
    
    <option value="7" $select7>Willekeurig</option>
    
    
    </select></td></tr>
    Toon Meer
  • www.convictions.nl

    • cri
    • 19 augustus 2009 om 20:08

    Leden online 0 of misschien 1 en ik zag dat er voldoende bugs over zijn op het game. Wat maakt u site het waard om 50 euro voor te bieden?

    Layout is het niet waard, banditi layout, andere foto niets special

    Hoeveel bezoekers, hoeveel inkomsten?

    Info info info aub

  • mysql Quary

    • cri
    • 19 augustus 2009 om 13:03

    Gewoon met uw muis over slepen en kopieren he (rechtermuisknop of ctrl+c
    (selecteer alles werkt niet)

  • Lars' updates

    • cri
    • 18 augustus 2009 om 22:10

    Op basis van 100 berichten en dan de delete functie toevoegen, veel succes;)

  • Lars' updates

    • cri
    • 18 augustus 2009 om 22:07

    Bouw een adminfunctie waar u berichten van leden kan selecteren en wissen, zodat berichten van spammers afzonderlijk via het script gewist kunnen worden;)

  • Criminolz Fout?

    • cri
    • 18 augustus 2009 om 20:14

    Er staat niets in uw paginabron, verkeerde plaats upload mss

    ik ben crimelife, vind me pass niet meer:p

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