• 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. YVMdesign

Forum

  • 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
  • Op zoek naar de legends

    Syntax 5 januari 2026 om 13:50
  • [FREE] WeFact Hosting module

    Jeroen.G 13 oktober 2025 om 14:09
  • Versio vervanger

    Jeroen.G 25 augustus 2025 om 15:56

Marktplaats

  • Meerdere mafia game template te koop

    Syntax 16 februari 2026 om 13:34
  • Verschillende domeinnamen los te koop

    zwpgangster 12 februari 2026 om 16:05
  • Verschillende domeinen

    Syntax 8 februari 2026 om 09:57

Posts by YVMdesign

  • Query

    • YVMdesign
    • 21 juli 2010 om 18:36

    ja snap het nu!

    Bedankt

    :slotje:

  • Query

    • YVMdesign
    • 21 juli 2010 om 18:28

    Dankje niet aan gedacht,
    Snap alleen niet waarom dat moet bijv. xp=xp

    Kan iemand mij dat uitleggen waarom dat niet kan?
    Want deze query kan weer wel?

    PHP
    mysql_query("UPDATE Members SET lastlogin = '" .time(). "' WHERE nickname = '" .$information['nickname']. "'");
  • Query

    • YVMdesign
    • 21 juli 2010 om 18:15

    Wat is er mis met deze query;

    PHP
    mysql_query("UPDATE Members SET xp + 3 WHERE nickname = '" .$information['nickname']. "'") or die(mysql_error());

    $information bestaat!

    De error is;

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+ 3 WHERE nickname = 'Darwin'' at line 1

    Wie ken me helpen?

    Gr

  • mollie voorbeeld snap niet

    • YVMdesign
    • 20 juli 2010 om 23:49

    Er staat

    if($checkPayment == true)

    Dan is ie gelukt lijkt mij dus dan doe ik daar de mysql INSERT

  • mollie voorbeeld snap niet

    • YVMdesign
    • 20 juli 2010 om 23:08

    ontoppic?

    Ik heb een probleem, ik snap iets niet +o(
    Als de gebruiker de betaling heeft afgerond, dan moet er iets gebeuren een INSERT.

    Doe ik het op deze plaats goed?

    PHP
    <?php
    require_once("classes/wallie.class.php");
    
    
    $wallie = new Mollie_Wallie(xxxxx);
    
    
    if(!isset($_GET['transaction_id']) and !isset($_GET['amount']))
    {
        if($wallie->createPayment(250, "http://www.uwsite.nl/wallie/example.php", "http://www.uwsite.nl/wallie/example.php"))
        {
            header("location: ". $wallie->getWallieUrl());
        }
        else
        {
            // show message that the payment could not be created
            // the function $wallie->getStatus() returns the status
            // message that Mollie returns
        }
    }
    elseif(isset($_GET['payment_type']) and $_GET['payment_type'] == "wallie" and isset($_GET['transaction_id']) and isset($_GET['amount']))
    {
        $checkPayment = $wallie->checkPayment($_GET['transaction_id'], $_GET['amount']);
    
    
        if($checkPayment == true)
        {
            $paymentAmount = $wallie->getAmount();
            mysql_query("INSERT INTO Donation (nickname, donationcode, time, payment) VALUES ('" .$information['nickname']. "', '" .donationcode(). "', '" .time(). "', '" .$_GET['payment_type']. "')");
        }
        else
        {
            // Payment failed
        }
    }
    else
    {
        // Moet hier het scherm komen als alles gelukt is?
    }
    ?>
    Toon Meer
  • money_format

    • YVMdesign
    • 20 juni 2010 om 16:42

    Had het al gevonden, alsnog bedankt.

    :slotje:

  • money_format

    • YVMdesign
    • 20 juni 2010 om 15:50

    Ik wil de geld bedragen etc. in dollars hebben

    Ik heb het tot nu toe zo:

    PHP
    $data['cash'] = 21233445;
    echo(money_format("$%!.2n" ,$data['cash']));
    # de output is: $21,233,445.00

    Maar ik wil die .00 erachter weg hebben, dus de centen zijn dat volgensmij.

    Iemand een idee?

  • Function + if

    • YVMdesign
    • 19 juni 2010 om 15:45

    Ik laat hem op twee manieren zien hoe het kan

    Waar ik een * FROM gebruik omdat ie alles dan uit de rij haalt?

  • Function + if

    • YVMdesign
    • 19 juni 2010 om 15:41

    Zoiets?

    PHP
    <?php
    function string($string)
    {
        $dbres = mysql_query("SELECT * FROM members WHERE login='" .$_SESSION['login']. "'");
        $result = mysql_fetch_assoc($dbres);
        
        if($result['status'] == 'Something')
        {
            return $string;
        }
    }
    
    
    echo string("hier een tekst.");
    ?>
    Toon Meer

    Aanpassen ken

    Of je doet dit

    PHP
    <?php
    function string($string)
    {
        global $data;
        
        if ($data['status'] == 'Something')
        {
            return $string;
        }
    }
    
    
    echo string("hier een tekst.");
    ?>
    Toon Meer
  • php.ini fout

    • YVMdesign
    • 3 juni 2010 om 18:40

    Ik heb via de tut die ik heb geupload op cp.

    Ik ga hem nog een keer opnieuw proberen als ie het opnieuw doet dan laat ik het weten.

  • php.ini fout

    • YVMdesign
    • 3 juni 2010 om 18:25

    Weet niet of het bij de goede forum zit

    Ik wil op een vm een webservertje opzetten.

    Ik instaleer alles via tarball sources
    Maar als ik dan php.ini kopieer naar de map waarin hij moet staan geeft alle php files een witte pagina aan.

    Wie weet wat ik er aan kan doen?

  • Crimini

    • YVMdesign
    • 3 juni 2010 om 12:28

    Spy het is inderdaad zoals SkyNet zegt niet echt professioneel

    Ik wil eigenlijk een old skool game maken. Simpele layout, snelle gameplay.

    Nieuwe reactie samengevoegd met originele reactie op 21.06.10 11:39:20:
    UPDATE:

    Ik ben zo ongeveer klaar met de "Members" tabel.
    Hier is ie

    PHP
    /* -- Members -- */
    
    
    CREATE TABLE IF NOT EXISTS Members (
      id int(20) NOT NULL AUTO_INCREMENT,
      nickname varchar(16) NOT NULL DEFAULT,
      signupdate int(50) NOT NULL DEFAULT,
      lastlogin int(50) NOT NULL DEFAULT,
      email varchar(50) NOT NULL DEFAULT,
      ip varchar(50) NOT NULL DEFAULT,
      city varchar(50) NOT NULL DEFAULT,
      bloodgroup varchar(5) NOT NULL DEFAULT,
      honourpoints int(10) NOT NULL DEFAULT,
      forumposts int(10) NOT NULL DEFAULT,
      /* ---------------------- */
      xp int(5) NOT NULL 0,
      health int(5) NOT NULL DEFAULT 0,
      boskill int(5) NOT NULL DEFAULT 0,
      /* ---------------------- */
      family varchar(16) NOT NULL DEFAULT,
      capo varchar(16) NOT NULL DEFAULT,
      /*
       * LEVEL:
       * Don
       * Sottocapo
       * Consiglieri
       * Capo
       * BO
       * Successor
       * Capo-Successor
       * (Hammer)
       * Member
       */
      level varchar(16) NOT NULL DEFAULT,
      /* ---------------------- */
      cash int(20) NOT NULL DEFAULT 0,
      bank int(20) NOT NULL DEFAULT 3500,
      /* ---------------------- */
      boexperience int(10) NOT NULL DEFAULT 0,
      crimeexperience int(10) NOT NULL DEFAULT 0,
      nickacarexperience int(10) NOT NULL DEFAULT 0,
      carracesexperience int(10) NOT NULL DEFAULT 0,
      killexperience int(10) NOT NULL DEFAULT 0,
      /* ---------------------- */
      crimewaiting int(50) NOT NULL DEFAULT,
      nickacarwaiting int(50) NOT NULL DEFAULT,
      heistwaiting int(50) NOT NULL DEFAULT,
      ocwaiting int(50) NOT NULL DEFAULT,
      flightwaiting int(50) NOT NULL DEFAULT,
      bulletwaiting int(50) NOT NULL DEFAULT,
      killwaiting int(50) NOT NULL DEFAULT,
      carracewaiting int(50) NOT NULL DEFAULT,
      bloodtransactionwaiting int(50) NOT NULL DEFAULT,
      boozewaiting int(50) NOT NULL DEFAULT,
      narcswaiting int(50) NOT NULL DEFAULT,
      /* ---------------------- */
      plane varchar(250) NOT NULL DEFAULT,
      bullets int(20) NOT NULL DEFAULT 0,
      protection varchar(250) NOT NULL DEFAULT,
      weapon varchar(250) NOT NULL DEFAULT,
      bodyguards int(5) NOT NULL DEFAULT 0
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    Toon Meer

    Zeg maar wat je er van vind, of je weet iets beters

    GR

  • Town

    • YVMdesign
    • 2 juni 2010 om 15:58

    Ok maby somebody can make it for you

    Offtopic
    Why u are on a dutch forum? Because ur English?

  • Town

    • YVMdesign
    • 2 juni 2010 om 15:45

    You can download the Pictures from the "Stad" from OSBanditi or devana

  • Crimini

    • YVMdesign
    • 2 juni 2010 om 14:19

    Ik ben bezig met de standaart html.

    Hoe de website eruit komt te zien.

    Dit is de header (<head>...</head>

    PHP
    echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
        \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
    <html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl\"> 
    <head>
    <title>"
        .$settings['title'].
    "</title>
    <script src=\"" .$_SERVER['DOCUMENT_ROOT']. "/includes/js/ubb.js\" type=\"text/javascript\"></script>
    <link rel=\"stylesheet\" href=\"" .$_SERVER['DOCUMENT_ROOT']. "/layout/css/style.css\" type=\"text/css\" />
    <link rel=\"stylesheet\" href=\"" .$_SERVER['DOCUMENT_ROOT']. "/layout/css/reset.css\" type=\"text/css\" />
    </head>
    <body>";
    Toon Meer

    Ik gebruik deze source ook zelf voor mijn game en als ie af is ga ik licenties verkopen.

    Als het zo ver is horen jullie iets van mij.

  • Https://

    • YVMdesign
    • 2 juni 2010 om 11:38

    Je moet in je httpd.conf op je eigen server een ssl vhost maken als het goed is.

  • Crimini

    • YVMdesign
    • 2 juni 2010 om 11:37

    meloentje
    als ik tijd heb voeg ik je toe

    Patrick
    De pagina is nog niet helemaal klaar, ik ga een temaplate class maken

    PHP
    $template = new template();
    echo $template->content_title("Welkom");
    etcetcetc

    MrMees

    Ik moet dat ook nog fixen inderdaad.

    Ik ga morgen verder, ik ben nou de config aan het maken.
    Ik gebruik .inc files voor de include files, ik verander in de httpd config dat hij een .inc file laat parsen als een .php file.

    Heb je apache vragen of unix (linux) vragen, PM mij

  • Domein registratie

    • YVMdesign
    • 1 juni 2010 om 14:59

    Versio.nl

    Is ook goedkoop

  • Crimini

    • YVMdesign
    • 1 juni 2010 om 14:28

    Hallo cpers.

    Ik ben weer terug, weet niet of iemand dat is opgemerkt. dat maakt ook niet uit :sst:

    Ik begin weer aan mijn maffia game te werken, zo als gewoonlijk bouw ik hem op vanaf 0.

    Ik ben nu bezig met de profiel pagina edit te maken.

    Hier alvast een voorbeeld.

    PHP
    <?php
    /*
     * Copyright Crimini Web game
     * Game version 1.0
     * Filename: changeprofile.php
     */
    
    
    include($_SERVER['DOCUMENT_ROOT']. "/includes/config.inc");
    include($_SERVER['DOCUMENT_ROOT']. "/includes/functions/ubb.inc");
    
    
    // include($_SERVER['DOCUMENT_ROOT']. "/includes/functions/login.inc");
    // login();
    // logincheck, not done yet
    // do not watch the html, its a little bit messy
    
    
    echo "<html>
    <head>
    <script language=\"JavaScript\" type=\"text/javascript\">
    function setemoticon(which)
    {
        document.form1.message.value = document.message.bericht.value + which;
    }
    </script>
    </head>
    <body>";
    
    
    if($_SERVER['REQUEST_METHOD'] == "POST")
    {
        echo "Profiel pagina geupdate";
    	mysql_query("UPDATE members SET profile='" .addslashes($_POST['message']). "' WHERE username='" .$data['username']. "'");
        header("Refresh: 5; url=changeprofile.php");
    }
    else
    {
        echo "<form method=\"post\">
    Verander hier je profiel informatie.
    <br>
    <br>
    <a href=\"javascript:setemoticon(\":D\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_biggrin.gif\" alt=\":D\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":S\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_confused.gif\" alt=\":S\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":P\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_razz.gif\" alt=\":P\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":O\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_surprised.gif\" alt=\":O\"></a>
    <br>
    <a href=\"javascript:setemoticon(\"(H)\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_cool.gif\" alt=\"(H)\"></a>
    <br>
    <a href=\"javascript:setemoticon(\"(6)\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_twisted.gif\" alt=\"(6)\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":)\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/:).gif\" alt=\":)\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":(\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_frown.gif\" alt=\":(\"></a>
    <br>
    <a href=\"javascript:setemoticon(\";)\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_wink.gif\" alt=\";)\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":|\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_neutral.gif\" alt=\":|\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":$\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_redface.gif\" alt=\":$\"></a>
    <br>
    <a href=\"javascript:setemoticon(\":'(\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_cry.gif\" alt=\":'(\"></a>
    <br>
    <a href=\"javascript:setemoticon(\"8o|\")\" onfocus=\"filter:blur()\">" .$_SERVER['DOCUMENT_ROOT']. "<img src=\"/static/layout/images/emoticons/icon_mad.gif\" alt=\"8o|\"></a>
    <br>
    <br>
    <textarea name=\"message\" cols=\"60\" rows=\"10\">" .ubb($data['profile']). "</textarea>
    <br>
    <br>
    <input type=\"submit\" value=\"Update\">
    </form>";
    }
    
    
    echo "</body></html>";
    ?>
    Toon Meer

    Ik wil er mischien een open source van maken.
    Als je er iets over hebt te zeggen, zeg het dan.

    Ik zoek nog een designer voor een layout.
    Ben jij diegene PM me maar.

    Greetz

  • marquee grootte instellen

    • YVMdesign
    • 3 mei 2010 om 22:41

    Ow sorry niet gelezen.

    Ik zou dan geen oplossing weten

ICT Nieuws

  • Tech Trends 2026: AI, Cloud en Cybersecurity

    K.Rens 20 februari 2026 om 21:47
  • AI-vraag zet ook opslagmarkt onder druk: harde schijven dreigen schaarser te worden

    K.Rens 20 februari 2026 om 21:01
  • Fijne feestdagen

    tcbhome 28 december 2025 om 13:55

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