• 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. Games
  4. Criminals & Maffiagames
  5. Uitbreidingen en Overige
  6. Archief
  7. Criminolz

Forum

  • Het Grote Vibe Code Topic

    Jeroen.G 8 april 2026 om 14:00
  • PWYL source gezocht

    Syntax 25 maart 2026 om 11:44
  • Ictscripters Chat

    Frenzo.Brouwer 9 maart 2026 om 21:31
  • 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

Marktplaats

  • Snel een website nodig?

    Syntax 10 april 2026 om 12:55
  • Sicarras.com - Moderne Mafia Text-Based RPG

    Syntax 5 april 2026 om 16:22
  • AnimatieActiviteiten.be – Dé autoriteit in de recreatiesector

    K.Rens 3 april 2026 om 13:17

Mac donalds overgeplaats

  • montblanc
  • 20 januari 2011 om 17:19
  • montblanc
    Intermediate
    Berichten
    432
    • 20 januari 2011 om 17:19
    • #1

    Hey CP'ers,

    Ik ben zojuist met een maffia game bezig maar nu heb ik het volgende probleem.

    Ik wil graag de mac donalds script wat in de banditi source zit verplaatsen in de criminolz source. Alles werk alleen 1 ding niet.

    De mac donalds SQL heb ik in mijn MySQL gezet en vervolgens geupdate, nadat dit is gebeurd en ik kijk in mijn linker rijtje ( database ) zie ik nergens Mac donalds staan. Op het moment dat ik in de ingame ben zie ik het kopje Mac donalds wel enkel werkt het script niet.

    Wat moet ik nu precies doen?

    Doemaar niet hé:cheer:

  • Guest, wil je besparen op je domeinnamen? (ad)
  • Willem
    Enlightened
    Ontvangen Reacties
    12
    Berichten
    3.839
    • 20 januari 2011 om 17:20
    • #2

    Script om gescript naar Criminolz?

  • montblanc
    Intermediate
    Berichten
    432
    • 20 januari 2011 om 17:29
    • #3

    Nee dat niet, ik heb enkel php script naar Criminolz veranderd. Hoe script je dat dan om?

    Doemaar niet hé:cheer:

  • Mocro
    Student
    Berichten
    61
    • 20 januari 2011 om 23:59
    • #4

    PHP is hier duidelijk van toepassing.

    Pas de tabel variabelen aan in het script, dus `leden` mis naar `[users]` bijvoorbeeld dit zijn de kleine dingen.

    Mvg,:slotje:

    http://www.hustlergame.nl

    Nog in de maak maar uniek!:$

  • montblanc
    Intermediate
    Berichten
    432
    • 21 januari 2011 om 20:10
    • #5

    Ok ik ben vandaag bezig geweest om mijn mac donalds script in te voegen in de Criminolz source ( Mac script komt van Banditi ) Dit is uiteindelijk gelukt. Ik heb wat tabellen toegevoegd enkel heb ik nog 3 probleempjes.

    Dit krijg ik op mijn pagina te zien

    MySQL:

    PHP
    Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/maffia12/domains/maffiasolution.v3host.be/public_html/ingame/mac.php on line 30

    Mocro, Ik heb de SQL query in mijn User gezet dit is ook gelukt enkel krijg ik die MySQL fout te zien.

    SQL code:

    PHP
    -- Tabelstructuur voor tabel `users`
    --
    
    
    CREATE TABLE IF NOT EXISTS `users` (
      `id` int(255) NOT NULL AUTO_INCREMENT,
      `login` varchar(15) DEFAULT NULL,
      `pass` varbinary(255) DEFAULT NULL,
      `pass_v2` varchar(255) DEFAULT NULL,
      `email` varchar(255) DEFAULT NULL,
      `ip` varchar(255) DEFAULT NULL,
      `activatiecode` varchar(255) NOT NULL DEFAULT '0',
      `health` int(3) NOT NULL DEFAULT '100',
      `moord` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `maffia` int(255) NOT NULL DEFAULT '0',
      `safe` int(2) NOT NULL DEFAULT '12',
      `power` bigint(255) NOT NULL DEFAULT '0',
      `cash` bigint(255) NOT NULL DEFAULT '20000',
      `bank` bigint(255) NOT NULL DEFAULT '100000',
      `rank` int(255) NOT NULL DEFAULT '0',
      `rankvordering` int(3) NOT NULL DEFAULT '0',
      `respectr` int(255) NOT NULL DEFAULT '0',
      `respectg` int(255) NOT NULL DEFAULT '0',
      `killers` int(255) NOT NULL DEFAULT '0',
      `kogels` int(255) NOT NULL DEFAULT '10',
      `online` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `stad` int(2) NOT NULL DEFAULT '1',
      `info` text,
      `item_satteliet` int(255) NOT NULL DEFAULT '0',
      `nieuwsbrief` varchar(3) NOT NULL DEFAULT 'Ja',
      `backfire` int(255) NOT NULL DEFAULT '0',
      `avatar` varchar(255) NOT NULL DEFAULT 'images/avatars/empty.jpg',
      `admin` varchar(3) NOT NULL DEFAULT 'Nee',
      `moderator` varchar(3) NOT NULL DEFAULT 'Nee',
      `vip` int(255) NOT NULL DEFAULT '0',
      `notes` text NOT NULL,
      `vakantie` int(1) NOT NULL DEFAULT '0',
      `pimped` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `bitches` int(255) NOT NULL DEFAULT '0',
      `bitcheswerken` int(255) NOT NULL DEFAULT '0',
      `ramen` int(255) NOT NULL DEFAULT '0',
      `gevangenis` int(255) NOT NULL DEFAULT '0',
      `bankpas` int(255) NOT NULL DEFAULT '0',
      `boksbeugel` int(255) NOT NULL DEFAULT '0',
      `pepperspray` int(255) NOT NULL DEFAULT '0',
      `knuppel` int(255) NOT NULL DEFAULT '0',
      `vlindermes` int(255) NOT NULL DEFAULT '0',
      `deserteagle` int(255) NOT NULL DEFAULT '0',
      `electroshocker` int(255) NOT NULL DEFAULT '0',
      `c4` int(255) NOT NULL DEFAULT '0',
      `cornershot` int(255) NOT NULL DEFAULT '0',
      `uzi` int(255) NOT NULL DEFAULT '0',
      `m16` int(255) NOT NULL DEFAULT '0',
      `ak47` int(255) NOT NULL DEFAULT '0',
      `sniper` int(255) NOT NULL DEFAULT '0',
      `minigun` int(255) NOT NULL DEFAULT '0',
      `bazooka` int(255) NOT NULL DEFAULT '0',
      `tank` int(255) NOT NULL DEFAULT '0',
      `battleship` int(255) NOT NULL DEFAULT '0',
      `f16` int(255) NOT NULL DEFAULT '0',
      `atoombom` int(255) NOT NULL DEFAULT '0',
      `moab` int(255) NOT NULL DEFAULT '0',
      `storten` int(255) NOT NULL DEFAULT '15',
      `stortenreset` int(255) NOT NULL DEFAULT '15',
      `rentedagen` int(255) NOT NULL DEFAULT '0',
      `bestemming` int(1) NOT NULL DEFAULT '0',
      `aankomst` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `familie` varchar(255) DEFAULT NULL,
      `familierang` int(1) NOT NULL DEFAULT '0',
      `callcredits` int(255) NOT NULL DEFAULT '0',
      `misdaad` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `gijzelen` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `fraude` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `autostelen` datetime NOT NULL,
      `ban` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `plantages` int(2) NOT NULL DEFAULT '0',
      `drugs` int(255) NOT NULL DEFAULT '0',
      `bier` int(255) NOT NULL DEFAULT '0',
      `breezer` int(255) NOT NULL DEFAULT '0',
      `wijn` int(255) NOT NULL DEFAULT '0',
      `cognac` int(255) NOT NULL DEFAULT '0',
      `whisky` int(255) NOT NULL DEFAULT '0',
      `rum` int(255) NOT NULL DEFAULT '0',
      `geluksrad` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `roulette` int(2) NOT NULL DEFAULT '10',
      `kluiskraken` int(1) NOT NULL DEFAULT '5',
      `mac` varchar(5) NOT NULL default 'Ja',	
      `roven` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      `refferals` int(255) NOT NULL DEFAULT '0',
      `missiesvolbracht` text,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
    
    
    --
    -- Gegevens worden uitgevoerd voor tabel `users`
    Toon Meer

    Mijn mac donalds script:

    PHP
    $rsel = mysql_query("SELECT * FROM `mac` ORDER BY `prijs`");
    while($res = mysql_fetch_object($rsel)) {

    Ik krijg de volgende fout op de website zelf:

    PHP
    Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource

    Ik hoop dat iemand mij wat kan helpen?

    Met vriendelijke groet,

    Mitch

    Nieuwe reactie samengevoegd met originele reactie op 21.01.11 23:18:21:
    iemand?

    Doemaar niet hé:cheer:

Participate now!

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

Maak een account aan Login

ICT Nieuws

  • Nebius kondigt bouw aan van een van Europa's grootste datacenters

    ICTscripters 31 maart 2026 om 12:03
  • Samsung zal miljoenen verdienen aan Apple iPhone Fold dankzij zijn 12GB RAM

    ICTscripters 11 maart 2026 om 22:42
  • Apple heeft zojuist iOS 26.4 Beta 4 vrijgegeven: hier is de verwachte lanceerdatum.

    ICTscripters 11 maart 2026 om 12:01

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