Ik weet niet of het mag, maar ik heb deze geexporteerd.
Zie onder, word je dan wijzer?
---
-- phpMyAdmin SQL Dump
-- version 3.3.3
--
http://www.phpmyadmin.net
--
-- Machine: localhost:3306
-- Genereertijd: 03 Apr 2012 om 21:12
-- Serverversie: 5.0.77
-- PHP-Versie: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `avwforum`
--
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `phpbb_styles_template`
--
CREATE TABLE IF NOT EXISTS `phpbb_styles_template` (
`template_id` mediumint(8) unsigned NOT NULL auto_increment,
`template_name` varchar(255) collate utf8_bin NOT NULL default '',
`template_copyright` varchar(255) collate utf8_bin NOT NULL default '',
`template_path` varchar(100) collate utf8_bin NOT NULL default '',
`bbcode_bitfield` varchar(255) collate utf8_bin NOT NULL default 'kNg=',
`template_storedb` tinyint(1) unsigned NOT NULL default '0',
`template_inherits_id` int(4) unsigned NOT NULL default '0',
`template_inherit_path` varbinary(255) NOT NULL default ' ',
PRIMARY KEY (`template_id`),
UNIQUE KEY `tmplte_nm` (`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=3 ;
--
-- Gegevens worden uitgevoerd voor tabel `phpbb_styles_template`
--
INSERT INTO `phpbb_styles_template` (`template_id`, `template_name`, `template_copyright`, `template_path`, `bbcode_bitfield`, `template_storedb`, `template_inherits_id`, `template_inherit_path`) VALUES
(1, 'prosilver', '© phpBB Group', 'prosilver', 'lNg=', 0, 0, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0');