Nieuw - Tekstdocument

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Nieuw - Tekstdocument as PDF for free.

More details

  • Words: 4,866
  • Pages: 26
---------

phpmyadmin sql dump version 2.9.1 http://www.phpmyadmin.net host: localhost generatie tijd: 13 apr 2007 om 10:46 server versie: 4.1.21 php versie: 4.4.4

-- ---------------------------------------------------------- tabel structuur voor tabel `strafpunten` -create table `strafpunten` ( `id` int(11) not null auto_increment, `aan` varchar(96) not null default '', `van` varchar(96) not null default '', `reden` varchar(255) not null default '', `waar` varchar(96) not null default '', `tijd` int(32) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `strafpunten` --- ---------------------------------------------------------- tabel structuur voor tabel `adverteren` -create table `adverteren` ( `id` int(11) not null auto_increment, `naam` varchar(255) not null default '', `bannerurl` text not null, `websiteurl` text not null, `maxdatum` varchar(255) not null default '', `test` varchar(100) not null default 'default', `gevangenistijd` datetime not null default '0000-00-00 00:00:00', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `adverteren` --- ---------------------------------------------------------- tabel structuur voor tabel `artikelen` --

create table `artikelen` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `artikelen` --- ---------------------------------------------------------- tabel structuur voor tabel `banned` -create table `banned` ( `id` int(11) not null auto_increment, `waarom` text not null, `ip` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `banned` --- ---------------------------------------------------------- tabel structuur voor tabel `banner468` -create table `banner468` ( `id` int(11) not null auto_increment, `bannerurl` varchar(255) not null default '', `websiteurl` varchar(255) not null default '', `gebruikersnaam` varchar(60) not null default '', `ip` varchar(60) not null default '', `datum` varchar(60) not null default '', `views` int(11) not null default '40000', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `banner468` --

-- ---------------------------------------------------------- tabel structuur voor tabel `banners` -create table `banners` ( `id` int(11) not null auto_increment, `naam` varchar(100) not null default '', `website` varchar(200) not null default '', `banner` varchar(200) not null default '', `pincode` int(6) not null default '0', `email` varchar(100) not null default '', `datum` varchar(255) not null default '', `views` int(255) not null default '250', unique key `id` (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `banners` --- ---------------------------------------------------------- tabel structuur voor tabel `categorieen` -create table `categorieen` ( `id` int(11) not null auto_increment, `titel` varchar(30) not null default '', `beschrijving` text not null, `soort` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `categorieen` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_battle` -create table `cms_battle` ( `id` int(11) not null auto_increment, `status` varchar(11) not null default 'actief', `auteur` varchar(20) not null default '', `auteur2` varchar(20) not null default '[i]niemand[/i]', `datum` varchar(20) not null default '', `onderwerp` varchar(150) not null default '', `categorie` varchar(15) not null default '',

`upload1` char(1) not null default '0', `upload2` char(1) not null default '0', `bericht` longtext not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_battle` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_battle_berichten` -create table `cms_battle_berichten` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `bericht` text not null, `battle_id` varchar(11) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_battle_berichten` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_buddy` -create table `cms_buddy` ( `id` int(11) not null auto_increment, `user` varchar(20) not null default '', `userid` varchar(20) not null default '', `status` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_buddy` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_computer` -create table `cms_computer` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '',

primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_computer` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_cursus` -create table `cms_cursus` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_cursus` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_forum_cats` -create table `cms_forum_cats` ( `id` int(11) not null auto_increment, `titel` varchar(50) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_forum_cats` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_forums` -create table `cms_forums` ( `id` int(11) not null auto_increment, `titel` varchar(50) not null default '', `beschrijving` text not null, `laatstepost` varchar(150) not null default 'n.v.t.', `status` int(5) not null default '0', `cat_id` int(5) not null default '0', `tag` varchar(255) not null default '',

primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_forums` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_gallerij` -create table `cms_gallerij` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `datum` varchar(20) not null default '', `bericht` varchar(255) not null default '', `ip` varchar(15) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_gallerij` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_leden` -create table `cms_leden` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `wachtwoord` varchar(50) not null default '', `thema` varchar(10) not null default 'v3', `online` varchar(7) not null default '', `ip` varchar(15) not null default '', `status` varchar(15) not null default 'lid', `premium` char(3) not null default 'nee', `punten` int(5) not null default '50', `kleur` varchar(7) not null default '#000000', `kleurenid` int(2) not null default '0', `avatar` varchar(20) not null default '', `posts` int(5) not null default '0', `activatie` char(3) not null default 'nee', `gestemd` char(3) not null default 'nee', `emailpb` varchar(7) not null default '', `pbs` varchar(7) not null default 'checked', `nieuwsbrief` varchar(7) not null default 'checked', `anoniem` varchar(7) not null default '', `regels` int(1) not null default '0', `emailopenbaar` varchar(7) not null default '', `moederboard` varchar(100) not null default '', `koeler` varchar(100) not null default '',

`showavatar` varchar(7) not null default '', `bedrag` int(5) not null default '0', `omzet` int(5) not null default '0', `vaardigheden` int(5) not null default '0', `voltooid` int(3) not null default '0', `email` varchar(150) not null default '', `msn` varchar(255) not null default '', `skype` varchar(255) not null default '', `icq` varchar(255) not null default '', `lidop` varchar(20) not null default 'onbekend', `waarschuwingen` int(1) not null default '0', `bedrijf` varchar(20) not null default '', `bedrijfsnaam` varchar(50) not null default 'sg-company', `karakter` int(1) not null default '1', `bewerkt` varchar(20) not null default 'niemand', `email2` varchar(100) not null default '', `aandelen` int(5) not null default '0', `loten` int(5) not null default '0', `kvk` int(3) not null default '0', `laatste_lot` varchar(20) not null default '', `profielsysteem` varchar(10) not null default '1', `trainingsysteem` varchar(10) not null default '', `themasysteem` varchar(10) not null default '1', `avatarsysteem` varchar(10) not null default '', `pb` varchar(7) not null default '', `website` varchar(255) not null default '', `laatste_ip` varchar(15) not null default '', `mood` int(1) not null default '1', `gechekt` varchar(7) not null default '', `weblog` text not null, `gecheckt` varchar(7) not null default '', `ondertitel` varchar(255) not null default '', `signature` varchar(255) not null default '', `foruml_id` int(255) not null default '0', `herkomst` char(2) not null default 'on', `html` int(2) not null default '0', `php` int(2) not null default '0', `mysql` int(2) not null default '0', `gamen` int(2) not null default '0', `criminalsspelen` int(2) not null default '0', `criminalshacken` int(2) not null default '0', `design` int(2) not null default '0', `hash` varchar(255) not null default '', `reden1` varchar(255) not null default '', `reden2` varchar(255) not null default '', `reden3` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_leden` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_leden2`

-create table `cms_leden2` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `wachtwoord` varchar(50) not null default '', `thema` varchar(10) not null default 'v3', `online` varchar(7) not null default '', `ip` varchar(15) not null default '', `status` varchar(15) not null default 'lid', `premium` char(3) not null default 'nee', `punten` int(5) not null default '50', `kleur` varchar(7) not null default '#000000', `kleurenid` int(2) not null default '0', `avatar` varchar(20) not null default '', `posts` int(5) not null default '0', `activatie` char(3) not null default 'nee', `gestemd` char(3) not null default 'nee', `emailpb` varchar(7) not null default '', `pbs` varchar(7) not null default 'checked', `nieuwsbrief` varchar(7) not null default 'checked', `anoniem` varchar(7) not null default '', `regels` int(1) not null default '0', `emailopenbaar` varchar(7) not null default '', `moederboard` varchar(100) not null default '', `koeler` varchar(100) not null default '', `showavatar` varchar(7) not null default '', `bedrag` int(5) not null default '0', `omzet` int(5) not null default '0', `vaardigheden` int(5) not null default '0', `voltooid` int(3) not null default '0', `email` varchar(150) not null default '', `msn` varchar(255) not null default '', `skype` varchar(255) not null default '', `icq` varchar(255) not null default '', `lidop` varchar(20) not null default 'onbekend', `waarschuwingen` int(1) not null default '0', `bedrijf` varchar(20) not null default '', `bedrijfsnaam` varchar(50) not null default 'sg-company', `karakter` int(1) not null default '1', `bewerkt` varchar(20) not null default 'niemand', `email2` varchar(100) not null default '', `aandelen` int(5) not null default '0', `loten` int(5) not null default '0', `kvk` int(3) not null default '0', `laatste_lot` varchar(20) not null default '', `profielsysteem` varchar(10) not null default '1', `trainingsysteem` varchar(10) not null default '', `themasysteem` varchar(10) not null default '1', `avatarsysteem` varchar(10) not null default '', `pb` varchar(7) not null default '', `website` varchar(255) not null default '', `laatste_ip` varchar(15) not null default '', `mood` int(1) not null default '1', `gechekt` varchar(7) not null default '', `weblog` text not null, `gecheckt` varchar(7) not null default '', `ondertitel` varchar(255) not null default '',

`signature` varchar(255) not null default '', `foruml_id` int(255) not null default '0', `herkomst` char(2) not null default 'on', `html` int(2) not null default '0', `php` int(2) not null default '0', `mysql` int(2) not null default '0', `gamen` int(2) not null default '0', `criminalsspelen` int(2) not null default '0', `criminalshacken` int(2) not null default '0', `design` int(2) not null default '0', `hash` varchar(255) not null default '', `reden1` varchar(255) not null default '', `reden2` varchar(255) not null default '', `reden3` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_leden2` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_loterij` -create table `cms_loterij` ( `id` int(11) not null auto_increment, `loten` int(5) not null default '0', `kopers` text not null, `prijs` int(10) not null default '3', `dag` varchar(5) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_loterij` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_nieuws` -create table `cms_nieuws` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, `titel` varchar(150) not null default '', `ip` varchar(15) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ;

--- gegevens worden uitgevoerd voor tabel `cms_nieuws` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_online` -create table `cms_online` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `soort` varchar(4) not null default '', `tijd` varchar(20) not null default '', `url` varchar(75) not null default '', `ip` varchar(15) not null default '', `sinds` int(255) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_online` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_poll` -create table `cms_poll` ( `id` int(11) not null auto_increment, `vraag` varchar(100) not null default '', `starter` varchar(75) not null default '', `antwoord1` varchar(75) not null default '', `uitslag1` int(5) not null default '0', `antwoord2` varchar(75) not null default '', `uitslag2` int(5) not null default '0', `antwoord3` varchar(75) not null default '', `uitslag3` int(5) not null default '0', `antwoord4` varchar(75) not null default '', `uitslag4` int(5) not null default '0', `antwoord5` varchar(75) not null default '', `uitslag5` int(5) not null default '0', `antwoord6` varchar(75) not null default '', `uitslag6` int(5) not null default '0', `antwoord7` varchar(75) not null default '', `uitslag7` int(5) not null default '0', `antwoord8` varchar(75) not null default '', `uitslag8` int(5) not null default '0', `antwoord9` varchar(75) not null default '', `uitslag9` int(5) not null default '0', `antwoord10` varchar(75) not null default '', `uitslag10` int(5) not null default '0', `stemmen` int(5) not null default '0',

primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_poll` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_priveberichten` -create table `cms_priveberichten` ( `id` int(11) not null auto_increment, `naar` varchar(20) not null default '', `onderwerp` varchar(150) not null default '', `status` varchar(10) not null default '', `gelezen` char(3) not null default 'nee', `datum` varchar(20) not null default '', `bericht` text not null, `ip` varchar(15) not null default '', `van` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_priveberichten` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_profreac` -create table `cms_profreac` ( `id` int(11) not null auto_increment, `profiel` varchar(60) not null default '', `auteur` varchar(60) not null default '', `ip` varchar(60) not null default '', `datum` varchar(25) not null default '', `bericht` text not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_profreac` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_reacties` --

create table `cms_reacties` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, `ip` varchar(15) not null default '', `tabel_id` int(11) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_reacties` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_reacties2` -create table `cms_reacties2` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, `ip` varchar(15) not null default '', `tabel_id` int(11) not null default '0', `soort` varchar(255) not null default '', `soort_id` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_reacties2` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_site` -create table `cms_site` ( `id` int(11) not null auto_increment, `naam` varchar(25) not null default '', `loterij` varchar(5) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_site` --- --------------------------------------------------------

--- tabel structuur voor tabel `cms_topic_reacties` -create table `cms_topic_reacties` ( `id` int(11) not null auto_increment, `bericht` text not null, `datum` varchar(20) not null default '', `ip` varchar(15) not null default '', `topic_id` int(11) not null default '0', `forum_id` int(5) not null default '0', `auteur` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_topic_reacties` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_topics` -create table `cms_topics` ( `id` int(11) not null auto_increment, `auteur` varchar(11) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, `short` varchar(13) not null default '', `titel` varchar(100) not null default '', `ip` varchar(15) not null default '', `status` varchar(26) not null default 'normaal', `laatstepost` varchar(50) not null default 'n.v.t.', `tijd` varchar(20) not null default '', `xlock` varchar(25) not null default '0', `forum_id` int(5) not null default '0', `email` varchar(7) not null default '', `laatstepost2` int(255) not null default '234', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_topics` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_training` -create table `cms_training` ( `id` int(11) not null auto_increment,

`html` text not null, `php` text not null, `mysql` text not null, `bugfixen` text not null, `html1` varchar(255) not null default '', `html2` varchar(255) not null default '', `html3` varchar(255) not null default '', `html4` varchar(255) not null default '', `html5` varchar(255) not null default '', `htmla` varchar(255) not null default '', `htmlb` varchar(255) not null default '', `htmlc` varchar(255) not null default '', `htmld` varchar(255) not null default '', `htmle` varchar(255) not null default '', `php1` varchar(255) not null default '', `php2` varchar(255) not null default '', `php3` varchar(255) not null default '', `php4` varchar(255) not null default '', `php5` varchar(255) not null default '', `phpa` varchar(255) not null default '', `phpb` varchar(255) not null default '', `phpc` varchar(255) not null default '', `phpd` varchar(255) not null default '', `phpe` varchar(255) not null default '', `mysql1` varchar(255) not null default '', `mysql2` varchar(255) not null default '', `mysql3` varchar(255) not null default '', `mysql4` varchar(255) not null default '', `mysql5` varchar(255) not null default '', `mysqla` varchar(255) not null default '', `mysqlb` varchar(255) not null default '', `mysqlc` varchar(255) not null default '', `mysqld` varchar(255) not null default '', `mysqle` varchar(255) not null default '', `bugfixen1` varchar(255) not null default '', `bugfixen2` varchar(255) not null default '', `bugfixen3` varchar(255) not null default '', `bugfixen4` varchar(255) not null default '', `bugfixen5` varchar(255) not null default '', `bugfixena` varchar(255) not null default '', `bugfixenb` varchar(255) not null default '', `bugfixenc` varchar(255) not null default '', `bugfixend` varchar(255) not null default '', `bugfixene` varchar(255) not null default '', `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_training` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_werknemers`

-create table `cms_werknemers` ( `id` int(11) not null auto_increment, `bedrag` int(5) not null default '0', `naam` varchar(20) not null default '', `status` varchar(30) not null default '', `account` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_werknemers` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_winnaars` -create table `cms_winnaars` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(60) not null default '', `emailadres` varchar(255) not null default '', `datum` varchar(60) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `cms_winnaars` --- ---------------------------------------------------------- tabel structuur voor tabel `cms_winnen` -create table `cms_winnen` ( `id` int(11) not null default '0', `aantal` int(10) not null default '0' ) engine=myisam default charset=latin1; --- gegevens worden uitgevoerd voor tabel `cms_winnen` --- ---------------------------------------------------------- tabel structuur voor tabel `downloads` -create table `downloads` (

`id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `downloads` --- ---------------------------------------------------------- tabel structuur voor tabel `faq` -create table `faq` ( `id` int(11) not null auto_increment, `titel` varchar(255) not null default '', `bericht` text not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `faq` --- ---------------------------------------------------------- tabel structuur voor tabel `functies` -create table `functies` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `gekeurd` char(3) not null default 'nee', `titel` varchar(100) not null default '', `beschrijving` text not null, `datum` varchar(20) not null default '', `ip` varchar(15) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `functies` --

-- ---------------------------------------------------------- tabel structuur voor tabel `games` -create table `games` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `games` --- ---------------------------------------------------------- tabel structuur voor tabel `hacken` -create table `hacken` ( `id` int(11) not null auto_increment, `gebruikersnaam` varchar(20) not null default '', `ip` varchar(15) not null default '', `host` varchar(100) not null default '', `datum` varchar(20) not null default 'onbekend', `pagina` text not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `hacken` --- ---------------------------------------------------------- tabel structuur voor tabel `kortnieuws` -create table `kortnieuws` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '',

`bericht` text not null, `titel` varchar(100) not null default '', `ip` varchar(15) not null default '', `gekeurd` char(3) not null default 'nee', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `kortnieuws` --- ---------------------------------------------------------- tabel structuur voor tabel `links` -create table `links` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `links` --- ---------------------------------------------------------- tabel structuur voor tabel `owned by kira` -create table `owned by kira` ( `owned by kira` char(0) not null default '' ) engine=myisam default charset=latin1; --- gegevens worden uitgevoerd voor tabel `owned by kira` --- ---------------------------------------------------------- tabel structuur voor tabel `partner_kliks` --

create table `partner_kliks` ( `id` int(255) not null auto_increment, `partnerid` int(255) not null default '0', `ip` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `partner_kliks` --- ---------------------------------------------------------- tabel structuur voor tabel `partners` -create table `partners` ( `id` int(11) not null auto_increment, `titel` varchar(20) not null default '', `inhit` int(5) not null default '0', `categorie` varchar(15) not null default '', `url` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `partners` --- ---------------------------------------------------------- tabel structuur voor tabel `r_films` -create table `r_films` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', `cijfer` int(2) not null default '5', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `r_films` --

-- ---------------------------------------------------------- tabel structuur voor tabel `r_games` -create table `r_games` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', `cijfer` int(2) not null default '5', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `r_games` --- ---------------------------------------------------------- tabel structuur voor tabel `r_software` -create table `r_software` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', `cijfer` int(2) not null default '5', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `r_software` --- --------------------------------------------------------

--- tabel structuur voor tabel `reacties` -create table `reacties` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `datum` varchar(20) not null default '', `bericht` text not null, `ip` varchar(15) not null default '', `soort` varchar(15) not null default '', `soort_id` int(11) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `reacties` --- ---------------------------------------------------------- tabel structuur voor tabel `rtbanners` -create table `rtbanners` ( `id` int(11) not null auto_increment, `bannerurl` varchar(255) not null default '', `websiteurl` varchar(255) not null default '', `gebruikersnaam` varchar(60) not null default '', `ip` varchar(60) not null default '', `datum` varchar(60) not null default '', `views` int(11) not null default '40000', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `rtbanners` --- ---------------------------------------------------------- tabel structuur voor tabel `scripts` -create table `scripts` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '',

`downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `scripts` --- ---------------------------------------------------------- tabel structuur voor tabel `short` -create table `short` ( `id` int(11) not null auto_increment, `titel` varchar(20) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `short` --- ---------------------------------------------------------- tabel structuur voor tabel `sitekeuring` -create table `sitekeuring` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `reactie` text not null, `gekeurd` char(3) not null default '', `layout` char(3) not null default '0', `laadtijd` char(3) not null default '0', `orginaliteit` char(3) not null default '0', `uitslag` varchar(6) not null default 'brons', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', `links` char(3) not null default '0', `indeling` char(3) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `sitekeuring` --

-- ---------------------------------------------------------- tabel structuur voor tabel `status` -create table `status` ( `id` int(11) not null auto_increment, `titel` varchar(26) not null default '', `status` varchar(33) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `status` --- ---------------------------------------------------------- tabel structuur voor tabel `temp` -create table `temp` ( `id` tinyint(4) not null auto_increment, `tijd` timestamp not null default current_timestamp on update current_timestamp, `email` varchar(150) default null, `gebruikersnaam` varchar(20) default null, `hash` tinytext, `ip` varchar(25) default null, `plaats` varchar(50) default null, primary key (`id`), key `plaats` (`plaats`), key `tijd` (`tijd`), key `gebruikersnaam` (`gebruikersnaam`), key `email` (`email`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `temp` --- ---------------------------------------------------------- tabel structuur voor tabel `templates` -create table `templates` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0',

`bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', `voorbeeld` varchar(255) not null default '', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `templates` --- ---------------------------------------------------------- tabel structuur voor tabel `tips` -create table `tips` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `bericht` text not null, primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `tips` --- ---------------------------------------------------------- tabel structuur voor tabel `topicbanner` -create table `topicbanner` ( `id` int(11) not null auto_increment, `bannerurl` varchar(255) not null default '', `websiteurl` varchar(255) not null default '', `gebruikersnaam` varchar(60) not null default '', `ip` varchar(60) not null default '', `datum` varchar(60) not null default '', `views` int(11) not null default '40000', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `topicbanner` --- --------------------------------------------------------

--- tabel structuur voor tabel `tweaks` -create table `tweaks` ( `id` int(11) not null auto_increment, `titel` varchar(150) not null default '', `auteur` varchar(50) not null default '', `datum` int(11) not null default '0', `bericht` text not null, `gekeurd` char(3) not null default '', `cat_id` int(11) not null default '0', `ip` varchar(15) not null default '', `url` varchar(255) not null default '', `downloads` varchar(6) not null default '0', primary key (`id`), key `ip` (`ip`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `tweaks` --- ---------------------------------------------------------- tabel structuur voor tabel `uniekkliks` -create table `uniekkliks` ( `id` int(11) not null auto_increment, `ip` varchar(255) not null default '', `datum` varchar(255) not null default '', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --- gegevens worden uitgevoerd voor tabel `uniekkliks` --- ---------------------------------------------------------- tabel structuur voor tabel `waardering` -create table `waardering` ( `id` int(11) not null auto_increment, `auteur` varchar(20) not null default '', `cijfer` int(2) not null default '0', `soort` varchar(30) not null default '', `soort_id` int(1) not null default '0', primary key (`id`) ) engine=myisam default charset=latin1 auto_increment=1 ; --

-- gegevens worden uitgevoerd voor tabel `waardering` --

Related Documents

Nieuw - Tekstdocument
October 2019 18
Nieuw - Tekstdocument
October 2019 16
Weektaak Nieuw
October 2019 11
Nieuw Avontuur
October 2019 19
Regels Korfbal Nieuw
June 2020 9