• 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. Overige
  5. Archief
  6. Request

Forum

  • Het oorspronkelijke Criminals Script

    Lijno 19 juni 2026 om 15:06
  • 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
  • Ictscripters Chat

    AarClay 21 april 2026 om 11:34
  • 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

Jouw-maffianaam

  • Liberty
  • 25 augustus 2009 om 19:42
  • Closed
  • Liberty
    www.123WebSolutions.nl
    Berichten
    112
    • 25 augustus 2009 om 19:42
    • #1

    Wie heeft een Jouw-Maffianaam script?
    Het zit standard bij elk PWYL spel, en ik vind hem wel leuk.

    Zal fijn zijn als iemand hem bij downloads wilt toevoegen, is namelijk een leuk script.

    WebDeveloper(a)

  • cri
    Professional
    Berichten
    717
    • 25 augustus 2009 om 19:44
    • #2

    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

    Bezig met 1 van mijn nieuwe projecten

  • Liberty
    www.123WebSolutions.nl
    Berichten
    112
    • 25 augustus 2009 om 20:31
    • #3

    Ja. dat script. Er zitten aardig wat foutjes daarin!

    WebDeveloper(a)

  • cri
    Professional
    Berichten
    717
    • 25 augustus 2009 om 20:36
    • #4

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

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

    Bezig met 1 van mijn nieuwe projecten

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