Skip to content

Instantly share code, notes, and snippets.

@SvenHerreea
Created April 4, 2012 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SvenHerreea/2302717 to your computer and use it in GitHub Desktop.
Save SvenHerreea/2302717 to your computer and use it in GitHub Desktop.
What's wrong with the code?
This file has been truncated, but you can view the full file.
-- phpMyAdmin SQL Dump
-- version 3.4.9
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 25, 2012 at 03:48 PM
-- Server version: 5.1.61
-- PHP Version: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!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: `information_schema`
--
CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `information_schema`;
-- --------------------------------------------------------
--
-- Table structure for table `CHARACTER_SETS`
--
CREATE TEMPORARY TABLE `CHARACTER_SETS` (
`CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
`DEFAULT_COLLATE_NAME` varchar(32) NOT NULL DEFAULT '',
`DESCRIPTION` varchar(60) NOT NULL DEFAULT '',
`MAXLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `CHARACTER_SETS`
--
INSERT INTO `CHARACTER_SETS` (`CHARACTER_SET_NAME`, `DEFAULT_COLLATE_NAME`, `DESCRIPTION`, `MAXLEN`) VALUES
('big5', 'big5_chinese_ci', 'Big5 Traditional Chinese', 2),
('dec8', 'dec8_swedish_ci', 'DEC West European', 1),
('cp850', 'cp850_general_ci', 'DOS West European', 1),
('hp8', 'hp8_english_ci', 'HP West European', 1),
('koi8r', 'koi8r_general_ci', 'KOI8-R Relcom Russian', 1),
('latin1', 'latin1_swedish_ci', 'cp1252 West European', 1),
('latin2', 'latin2_general_ci', 'ISO 8859-2 Central European', 1),
('swe7', 'swe7_swedish_ci', '7bit Swedish', 1),
('ascii', 'ascii_general_ci', 'US ASCII', 1),
('ujis', 'ujis_japanese_ci', 'EUC-JP Japanese', 3),
('sjis', 'sjis_japanese_ci', 'Shift-JIS Japanese', 2),
('hebrew', 'hebrew_general_ci', 'ISO 8859-8 Hebrew', 1),
('tis620', 'tis620_thai_ci', 'TIS620 Thai', 1),
('euckr', 'euckr_korean_ci', 'EUC-KR Korean', 2),
('koi8u', 'koi8u_general_ci', 'KOI8-U Ukrainian', 1),
('gb2312', 'gb2312_chinese_ci', 'GB2312 Simplified Chinese', 2),
('greek', 'greek_general_ci', 'ISO 8859-7 Greek', 1),
('cp1250', 'cp1250_general_ci', 'Windows Central European', 1),
('gbk', 'gbk_chinese_ci', 'GBK Simplified Chinese', 2),
('latin5', 'latin5_turkish_ci', 'ISO 8859-9 Turkish', 1),
('armscii8', 'armscii8_general_ci', 'ARMSCII-8 Armenian', 1),
('utf8', 'utf8_general_ci', 'UTF-8 Unicode', 3),
('ucs2', 'ucs2_general_ci', 'UCS-2 Unicode', 2),
('cp866', 'cp866_general_ci', 'DOS Russian', 1),
('keybcs2', 'keybcs2_general_ci', 'DOS Kamenicky Czech-Slovak', 1),
('macce', 'macce_general_ci', 'Mac Central European', 1),
('macroman', 'macroman_general_ci', 'Mac West European', 1),
('cp852', 'cp852_general_ci', 'DOS Central European', 1),
('latin7', 'latin7_general_ci', 'ISO 8859-13 Baltic', 1),
('cp1251', 'cp1251_general_ci', 'Windows Cyrillic', 1),
('cp1256', 'cp1256_general_ci', 'Windows Arabic', 1),
('cp1257', 'cp1257_general_ci', 'Windows Baltic', 1),
('binary', 'binary', 'Binary pseudo charset', 1),
('geostd8', 'geostd8_general_ci', 'GEOSTD8 Georgian', 1),
('cp932', 'cp932_japanese_ci', 'SJIS for Windows Japanese', 2),
('eucjpms', 'eucjpms_japanese_ci', 'UJIS for Windows Japanese', 3);
-- --------------------------------------------------------
--
-- Table structure for table `COLLATIONS`
--
CREATE TEMPORARY TABLE `COLLATIONS` (
`COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
`CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
`ID` bigint(11) NOT NULL DEFAULT '0',
`IS_DEFAULT` varchar(3) NOT NULL DEFAULT '',
`IS_COMPILED` varchar(3) NOT NULL DEFAULT '',
`SORTLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `COLLATIONS`
--
INSERT INTO `COLLATIONS` (`COLLATION_NAME`, `CHARACTER_SET_NAME`, `ID`, `IS_DEFAULT`, `IS_COMPILED`, `SORTLEN`) VALUES
('big5_chinese_ci', 'big5', 1, 'Yes', 'Yes', 1),
('big5_bin', 'big5', 84, '', 'Yes', 1),
('dec8_swedish_ci', 'dec8', 3, 'Yes', 'Yes', 1),
('dec8_bin', 'dec8', 69, '', 'Yes', 1),
('cp850_general_ci', 'cp850', 4, 'Yes', 'Yes', 1),
('cp850_bin', 'cp850', 80, '', 'Yes', 1),
('hp8_english_ci', 'hp8', 6, 'Yes', 'Yes', 1),
('hp8_bin', 'hp8', 72, '', 'Yes', 1),
('koi8r_general_ci', 'koi8r', 7, 'Yes', 'Yes', 1),
('koi8r_bin', 'koi8r', 74, '', 'Yes', 1),
('latin1_german1_ci', 'latin1', 5, '', 'Yes', 1),
('latin1_swedish_ci', 'latin1', 8, 'Yes', 'Yes', 1),
('latin1_danish_ci', 'latin1', 15, '', 'Yes', 1),
('latin1_german2_ci', 'latin1', 31, '', 'Yes', 2),
('latin1_bin', 'latin1', 47, '', 'Yes', 1),
('latin1_general_ci', 'latin1', 48, '', 'Yes', 1),
('latin1_general_cs', 'latin1', 49, '', 'Yes', 1),
('latin1_spanish_ci', 'latin1', 94, '', 'Yes', 1),
('latin2_czech_cs', 'latin2', 2, '', 'Yes', 4),
('latin2_general_ci', 'latin2', 9, 'Yes', 'Yes', 1),
('latin2_hungarian_ci', 'latin2', 21, '', 'Yes', 1),
('latin2_croatian_ci', 'latin2', 27, '', 'Yes', 1),
('latin2_bin', 'latin2', 77, '', 'Yes', 1),
('swe7_swedish_ci', 'swe7', 10, 'Yes', 'Yes', 1),
('swe7_bin', 'swe7', 82, '', 'Yes', 1),
('ascii_general_ci', 'ascii', 11, 'Yes', 'Yes', 1),
('ascii_bin', 'ascii', 65, '', 'Yes', 1),
('ujis_japanese_ci', 'ujis', 12, 'Yes', 'Yes', 1),
('ujis_bin', 'ujis', 91, '', 'Yes', 1),
('sjis_japanese_ci', 'sjis', 13, 'Yes', 'Yes', 1),
('sjis_bin', 'sjis', 88, '', 'Yes', 1),
('hebrew_general_ci', 'hebrew', 16, 'Yes', 'Yes', 1),
('hebrew_bin', 'hebrew', 71, '', 'Yes', 1),
('tis620_thai_ci', 'tis620', 18, 'Yes', 'Yes', 4),
('tis620_bin', 'tis620', 89, '', 'Yes', 1),
('euckr_korean_ci', 'euckr', 19, 'Yes', 'Yes', 1),
('euckr_bin', 'euckr', 85, '', 'Yes', 1),
('koi8u_general_ci', 'koi8u', 22, 'Yes', 'Yes', 1),
('koi8u_bin', 'koi8u', 75, '', 'Yes', 1),
('gb2312_chinese_ci', 'gb2312', 24, 'Yes', 'Yes', 1),
('gb2312_bin', 'gb2312', 86, '', 'Yes', 1),
('greek_general_ci', 'greek', 25, 'Yes', 'Yes', 1),
('greek_bin', 'greek', 70, '', 'Yes', 1),
('cp1250_general_ci', 'cp1250', 26, 'Yes', 'Yes', 1),
('cp1250_czech_cs', 'cp1250', 34, '', 'Yes', 2),
('cp1250_croatian_ci', 'cp1250', 44, '', 'Yes', 1),
('cp1250_bin', 'cp1250', 66, '', 'Yes', 1),
('cp1250_polish_ci', 'cp1250', 99, '', 'Yes', 1),
('gbk_chinese_ci', 'gbk', 28, 'Yes', 'Yes', 1),
('gbk_bin', 'gbk', 87, '', 'Yes', 1),
('latin5_turkish_ci', 'latin5', 30, 'Yes', 'Yes', 1),
('latin5_bin', 'latin5', 78, '', 'Yes', 1),
('armscii8_general_ci', 'armscii8', 32, 'Yes', 'Yes', 1),
('armscii8_bin', 'armscii8', 64, '', 'Yes', 1),
('utf8_general_ci', 'utf8', 33, 'Yes', 'Yes', 1),
('utf8_bin', 'utf8', 83, '', 'Yes', 1),
('utf8_unicode_ci', 'utf8', 192, '', 'Yes', 8),
('utf8_icelandic_ci', 'utf8', 193, '', 'Yes', 8),
('utf8_latvian_ci', 'utf8', 194, '', 'Yes', 8),
('utf8_romanian_ci', 'utf8', 195, '', 'Yes', 8),
('utf8_slovenian_ci', 'utf8', 196, '', 'Yes', 8),
('utf8_polish_ci', 'utf8', 197, '', 'Yes', 8),
('utf8_estonian_ci', 'utf8', 198, '', 'Yes', 8),
('utf8_spanish_ci', 'utf8', 199, '', 'Yes', 8),
('utf8_swedish_ci', 'utf8', 200, '', 'Yes', 8),
('utf8_turkish_ci', 'utf8', 201, '', 'Yes', 8),
('utf8_czech_ci', 'utf8', 202, '', 'Yes', 8),
('utf8_danish_ci', 'utf8', 203, '', 'Yes', 8),
('utf8_lithuanian_ci', 'utf8', 204, '', 'Yes', 8),
('utf8_slovak_ci', 'utf8', 205, '', 'Yes', 8),
('utf8_spanish2_ci', 'utf8', 206, '', 'Yes', 8),
('utf8_roman_ci', 'utf8', 207, '', 'Yes', 8),
('utf8_persian_ci', 'utf8', 208, '', 'Yes', 8),
('utf8_esperanto_ci', 'utf8', 209, '', 'Yes', 8),
('utf8_hungarian_ci', 'utf8', 210, '', 'Yes', 8),
('ucs2_general_ci', 'ucs2', 35, 'Yes', 'Yes', 1),
('ucs2_bin', 'ucs2', 90, '', 'Yes', 1),
('ucs2_unicode_ci', 'ucs2', 128, '', 'Yes', 8),
('ucs2_icelandic_ci', 'ucs2', 129, '', 'Yes', 8),
('ucs2_latvian_ci', 'ucs2', 130, '', 'Yes', 8),
('ucs2_romanian_ci', 'ucs2', 131, '', 'Yes', 8),
('ucs2_slovenian_ci', 'ucs2', 132, '', 'Yes', 8),
('ucs2_polish_ci', 'ucs2', 133, '', 'Yes', 8),
('ucs2_estonian_ci', 'ucs2', 134, '', 'Yes', 8),
('ucs2_spanish_ci', 'ucs2', 135, '', 'Yes', 8),
('ucs2_swedish_ci', 'ucs2', 136, '', 'Yes', 8),
('ucs2_turkish_ci', 'ucs2', 137, '', 'Yes', 8),
('ucs2_czech_ci', 'ucs2', 138, '', 'Yes', 8),
('ucs2_danish_ci', 'ucs2', 139, '', 'Yes', 8),
('ucs2_lithuanian_ci', 'ucs2', 140, '', 'Yes', 8),
('ucs2_slovak_ci', 'ucs2', 141, '', 'Yes', 8),
('ucs2_spanish2_ci', 'ucs2', 142, '', 'Yes', 8),
('ucs2_roman_ci', 'ucs2', 143, '', 'Yes', 8),
('ucs2_persian_ci', 'ucs2', 144, '', 'Yes', 8),
('ucs2_esperanto_ci', 'ucs2', 145, '', 'Yes', 8),
('ucs2_hungarian_ci', 'ucs2', 146, '', 'Yes', 8),
('cp866_general_ci', 'cp866', 36, 'Yes', 'Yes', 1),
('cp866_bin', 'cp866', 68, '', 'Yes', 1),
('keybcs2_general_ci', 'keybcs2', 37, 'Yes', 'Yes', 1),
('keybcs2_bin', 'keybcs2', 73, '', 'Yes', 1),
('macce_general_ci', 'macce', 38, 'Yes', 'Yes', 1),
('macce_bin', 'macce', 43, '', 'Yes', 1),
('macroman_general_ci', 'macroman', 39, 'Yes', 'Yes', 1),
('macroman_bin', 'macroman', 53, '', 'Yes', 1),
('cp852_general_ci', 'cp852', 40, 'Yes', 'Yes', 1),
('cp852_bin', 'cp852', 81, '', 'Yes', 1),
('latin7_estonian_cs', 'latin7', 20, '', 'Yes', 1),
('latin7_general_ci', 'latin7', 41, 'Yes', 'Yes', 1),
('latin7_general_cs', 'latin7', 42, '', 'Yes', 1),
('latin7_bin', 'latin7', 79, '', 'Yes', 1),
('cp1251_bulgarian_ci', 'cp1251', 14, '', 'Yes', 1),
('cp1251_ukrainian_ci', 'cp1251', 23, '', 'Yes', 1),
('cp1251_bin', 'cp1251', 50, '', 'Yes', 1),
('cp1251_general_ci', 'cp1251', 51, 'Yes', 'Yes', 1),
('cp1251_general_cs', 'cp1251', 52, '', 'Yes', 1),
('cp1256_general_ci', 'cp1256', 57, 'Yes', 'Yes', 1),
('cp1256_bin', 'cp1256', 67, '', 'Yes', 1),
('cp1257_lithuanian_ci', 'cp1257', 29, '', 'Yes', 1),
('cp1257_bin', 'cp1257', 58, '', 'Yes', 1),
('cp1257_general_ci', 'cp1257', 59, 'Yes', 'Yes', 1),
('binary', 'binary', 63, 'Yes', 'Yes', 1),
('geostd8_general_ci', 'geostd8', 92, 'Yes', 'Yes', 1),
('geostd8_bin', 'geostd8', 93, '', 'Yes', 1),
('cp932_japanese_ci', 'cp932', 95, 'Yes', 'Yes', 1),
('cp932_bin', 'cp932', 96, '', 'Yes', 1),
('eucjpms_japanese_ci', 'eucjpms', 97, 'Yes', 'Yes', 1),
('eucjpms_bin', 'eucjpms', 98, '', 'Yes', 1);
-- --------------------------------------------------------
--
-- Table structure for table `COLLATION_CHARACTER_SET_APPLICABILITY`
--
CREATE TEMPORARY TABLE `COLLATION_CHARACTER_SET_APPLICABILITY` (
`COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
`CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `COLLATION_CHARACTER_SET_APPLICABILITY`
--
INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` (`COLLATION_NAME`, `CHARACTER_SET_NAME`) VALUES
('big5_chinese_ci', 'big5'),
('big5_bin', 'big5'),
('dec8_swedish_ci', 'dec8'),
('dec8_bin', 'dec8'),
('cp850_general_ci', 'cp850'),
('cp850_bin', 'cp850'),
('hp8_english_ci', 'hp8'),
('hp8_bin', 'hp8'),
('koi8r_general_ci', 'koi8r'),
('koi8r_bin', 'koi8r'),
('latin1_german1_ci', 'latin1'),
('latin1_swedish_ci', 'latin1'),
('latin1_danish_ci', 'latin1'),
('latin1_german2_ci', 'latin1'),
('latin1_bin', 'latin1'),
('latin1_general_ci', 'latin1'),
('latin1_general_cs', 'latin1'),
('latin1_spanish_ci', 'latin1'),
('latin2_czech_cs', 'latin2'),
('latin2_general_ci', 'latin2'),
('latin2_hungarian_ci', 'latin2'),
('latin2_croatian_ci', 'latin2'),
('latin2_bin', 'latin2'),
('swe7_swedish_ci', 'swe7'),
('swe7_bin', 'swe7'),
('ascii_general_ci', 'ascii'),
('ascii_bin', 'ascii'),
('ujis_japanese_ci', 'ujis'),
('ujis_bin', 'ujis'),
('sjis_japanese_ci', 'sjis'),
('sjis_bin', 'sjis'),
('hebrew_general_ci', 'hebrew'),
('hebrew_bin', 'hebrew'),
('filename', 'filename'),
('tis620_thai_ci', 'tis620'),
('tis620_bin', 'tis620'),
('euckr_korean_ci', 'euckr'),
('euckr_bin', 'euckr'),
('koi8u_general_ci', 'koi8u'),
('koi8u_bin', 'koi8u'),
('gb2312_chinese_ci', 'gb2312'),
('gb2312_bin', 'gb2312'),
('greek_general_ci', 'greek'),
('greek_bin', 'greek'),
('cp1250_general_ci', 'cp1250'),
('cp1250_czech_cs', 'cp1250'),
('cp1250_croatian_ci', 'cp1250'),
('cp1250_bin', 'cp1250'),
('cp1250_polish_ci', 'cp1250'),
('gbk_chinese_ci', 'gbk'),
('gbk_bin', 'gbk'),
('latin5_turkish_ci', 'latin5'),
('latin5_bin', 'latin5'),
('armscii8_general_ci', 'armscii8'),
('armscii8_bin', 'armscii8'),
('utf8_general_ci', 'utf8'),
('utf8_bin', 'utf8'),
('utf8_unicode_ci', 'utf8'),
('utf8_icelandic_ci', 'utf8'),
('utf8_latvian_ci', 'utf8'),
('utf8_romanian_ci', 'utf8'),
('utf8_slovenian_ci', 'utf8'),
('utf8_polish_ci', 'utf8'),
('utf8_estonian_ci', 'utf8'),
('utf8_spanish_ci', 'utf8'),
('utf8_swedish_ci', 'utf8'),
('utf8_turkish_ci', 'utf8'),
('utf8_czech_ci', 'utf8'),
('utf8_danish_ci', 'utf8'),
('utf8_lithuanian_ci', 'utf8'),
('utf8_slovak_ci', 'utf8'),
('utf8_spanish2_ci', 'utf8'),
('utf8_roman_ci', 'utf8'),
('utf8_persian_ci', 'utf8'),
('utf8_esperanto_ci', 'utf8'),
('utf8_hungarian_ci', 'utf8'),
('ucs2_general_ci', 'ucs2'),
('ucs2_bin', 'ucs2'),
('ucs2_unicode_ci', 'ucs2'),
('ucs2_icelandic_ci', 'ucs2'),
('ucs2_latvian_ci', 'ucs2'),
('ucs2_romanian_ci', 'ucs2'),
('ucs2_slovenian_ci', 'ucs2'),
('ucs2_polish_ci', 'ucs2'),
('ucs2_estonian_ci', 'ucs2'),
('ucs2_spanish_ci', 'ucs2'),
('ucs2_swedish_ci', 'ucs2'),
('ucs2_turkish_ci', 'ucs2'),
('ucs2_czech_ci', 'ucs2'),
('ucs2_danish_ci', 'ucs2'),
('ucs2_lithuanian_ci', 'ucs2'),
('ucs2_slovak_ci', 'ucs2'),
('ucs2_spanish2_ci', 'ucs2'),
('ucs2_roman_ci', 'ucs2'),
('ucs2_persian_ci', 'ucs2'),
('ucs2_esperanto_ci', 'ucs2'),
('ucs2_hungarian_ci', 'ucs2'),
('cp866_general_ci', 'cp866'),
('cp866_bin', 'cp866'),
('keybcs2_general_ci', 'keybcs2'),
('keybcs2_bin', 'keybcs2'),
('macce_general_ci', 'macce'),
('macce_bin', 'macce'),
('macroman_general_ci', 'macroman'),
('macroman_bin', 'macroman'),
('cp852_general_ci', 'cp852'),
('cp852_bin', 'cp852'),
('latin7_estonian_cs', 'latin7'),
('latin7_general_ci', 'latin7'),
('latin7_general_cs', 'latin7'),
('latin7_bin', 'latin7'),
('cp1251_bulgarian_ci', 'cp1251'),
('cp1251_ukrainian_ci', 'cp1251'),
('cp1251_bin', 'cp1251'),
('cp1251_general_ci', 'cp1251'),
('cp1251_general_cs', 'cp1251'),
('cp1256_general_ci', 'cp1256'),
('cp1256_bin', 'cp1256'),
('cp1257_lithuanian_ci', 'cp1257'),
('cp1257_bin', 'cp1257'),
('cp1257_general_ci', 'cp1257'),
('binary', 'binary'),
('geostd8_general_ci', 'geostd8'),
('geostd8_bin', 'geostd8'),
('cp932_japanese_ci', 'cp932'),
('cp932_bin', 'cp932'),
('eucjpms_japanese_ci', 'eucjpms'),
('eucjpms_bin', 'eucjpms');
-- --------------------------------------------------------
--
-- Table structure for table `COLUMNS`
--
CREATE TEMPORARY TABLE `COLUMNS` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
`ORDINAL_POSITION` bigint(21) unsigned NOT NULL DEFAULT '0',
`COLUMN_DEFAULT` longtext,
`IS_NULLABLE` varchar(3) NOT NULL DEFAULT '',
`DATA_TYPE` varchar(64) NOT NULL DEFAULT '',
`CHARACTER_MAXIMUM_LENGTH` bigint(21) unsigned DEFAULT NULL,
`CHARACTER_OCTET_LENGTH` bigint(21) unsigned DEFAULT NULL,
`NUMERIC_PRECISION` bigint(21) unsigned DEFAULT NULL,
`NUMERIC_SCALE` bigint(21) unsigned DEFAULT NULL,
`CHARACTER_SET_NAME` varchar(32) DEFAULT NULL,
`COLLATION_NAME` varchar(32) DEFAULT NULL,
`COLUMN_TYPE` longtext NOT NULL,
`COLUMN_KEY` varchar(3) NOT NULL DEFAULT '',
`EXTRA` varchar(27) NOT NULL DEFAULT '',
`PRIVILEGES` varchar(80) NOT NULL DEFAULT '',
`COLUMN_COMMENT` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `COLUMNS`
--
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', 'CHARACTER_SET_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DEFAULT_COLLATE_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DESCRIPTION', 3, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'MAXLEN', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'COLLATION_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'ID', 3, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(11)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_DEFAULT', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_COMPILED', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SORTLEN', 6, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'COLLATION_NAME', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'CHARACTER_SET_NAME', 2, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'ORDINAL_POSITION', 5, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_DEFAULT', 6, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'IS_NULLABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'DATA_TYPE', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_MAXIMUM_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_OCTET_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_PRECISION', 11, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_SCALE', 12, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_SET_NAME', 13, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLLATION_NAME', 14, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_TYPE', 15, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_KEY', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'EXTRA', 17, '', 'NO', 'varchar', 27, 81, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(27)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'PRIVILEGES', 18, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_COMMENT', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'COLUMN_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'PRIVILEGE_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'IS_GRANTABLE', 7, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'ENGINE', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SUPPORT', 2, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'COMMENT', 3, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'TRANSACTIONS', 4, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'XA', 5, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ENGINES', 'SAVEPOINTS', 6, NULL, 'YES', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_CATALOG', 1, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'DEFINER', 4, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'TIME_ZONE', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_BODY', 6, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_DEFINITION', 7, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_TYPE', 8, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EXECUTE_AT', 9, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_VALUE', 10, NULL, 'YES', 'varchar', 256, 768, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(256)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'INTERVAL_FIELD', 11, NULL, 'YES', 'varchar', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'SQL_MODE', 12, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STARTS', 13, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ENDS', 14, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'STATUS', 15, '', 'NO', 'varchar', 18, 54, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(18)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ON_COMPLETION', 16, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'CREATED', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'LAST_ALTERED', 18, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'LAST_EXECUTED', 19, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'EVENT_COMMENT', 20, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'ORIGINATOR', 21, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'CHARACTER_SET_CLIENT', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'COLLATION_CONNECTION', 23, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'EVENTS', 'DATABASE_COLLATION', 24, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_ID', 1, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_NAME', 2, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FILE_TYPE', 3, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLESPACE_NAME', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_CATALOG', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_SCHEMA', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_NAME', 7, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NAME', 8, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LOGFILE_GROUP_NUMBER', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ENGINE', 10, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FULLTEXT_KEYS', 11, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DELETED_ROWS', 12, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_COUNT', 13, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'FREE_EXTENTS', 14, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TOTAL_EXTENTS', 15, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTENT_SIZE', 16, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INITIAL_SIZE', 17, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAXIMUM_SIZE', 18, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AUTOEXTEND_SIZE', 19, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATION_TIME', 20, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_UPDATE_TIME', 21, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'LAST_ACCESS_TIME', 22, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'RECOVER_TIME', 23, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TRANSACTION_COUNTER', 24, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'VERSION', 25, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'ROW_FORMAT', 26, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'TABLE_ROWS', 27, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'AVG_ROW_LENGTH', 28, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_LENGTH', 29, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'MAX_DATA_LENGTH', 30, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'INDEX_LENGTH', 31, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'DATA_FREE', 32, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CREATE_TIME', 33, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'UPDATE_TIME', 34, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECK_TIME', 35, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'CHECKSUM', 36, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'STATUS', 37, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'FILES', 'EXTRA', 38, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_CATALOG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'COLUMN_NAME', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'ORDINAL_POSITION', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'POSITION_IN_UNIQUE_CONSTRAINT', 9, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_SCHEMA', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_NAME', 11, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_COLUMN_NAME', 12, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_NAME', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_NAME', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_ORDINAL_POSITION', 6, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_ORDINAL_POSITION', 7, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_METHOD', 8, NULL, 'YES', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_METHOD', 9, NULL, 'YES', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_EXPRESSION', 10, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SUBPARTITION_EXPRESSION', 11, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_DESCRIPTION', 12, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLE_ROWS', 13, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'AVG_ROW_LENGTH', 14, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_LENGTH', 15, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'MAX_DATA_LENGTH', 16, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'INDEX_LENGTH', 17, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'DATA_FREE', 18, '0', 'NO', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CREATE_TIME', 19, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'UPDATE_TIME', 20, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECK_TIME', 21, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'CHECKSUM', 22, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'PARTITION_COMMENT', 23, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'NODEGROUP', 24, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select', ''),
(NULL, 'information_schema', 'PARTITIONS', 'TABLESPACE_NAME', 25, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_VERSION', 2, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_STATUS', 3, '', 'NO', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE', 4, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_TYPE_VERSION', 5, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LIBRARY_VERSION', 7, NULL, 'YES', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_AUTHOR', 8, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_DESCRIPTION', 9, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PLUGINS', 'PLUGIN_LICENSE', 10, NULL, 'YES', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'ID', 1, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'USER', 2, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'HOST', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'DB', 4, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'COMMAND', 5, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'TIME', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'STATE', 7, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'INFO', 8, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'QUERY_ID', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SEQ', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'STATE', 3, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'DURATION', 4, '0.000000', 'NO', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_USER', 5, NULL, 'YES', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_SYSTEM', 6, NULL, 'YES', 'decimal', NULL, NULL, 9, 6, NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_VOLUNTARY', 7, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_INVOLUNTARY', 8, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_IN', 9, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_OUT', 10, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_SENT', 11, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_RECEIVED', 12, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MAJOR', 13, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MINOR', 14, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SWAPS', 15, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FUNCTION', 16, NULL, 'YES', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FILE', 17, NULL, 'YES', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_LINE', 18, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_CATALOG', 4, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UNIQUE_CONSTRAINT_NAME', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'MATCH_OPTION', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'UPDATE_RULE', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'DELETE_RULE', 9, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'TABLE_NAME', 10, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'REFERENCED_TABLE_NAME', 11, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SPECIFIC_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_TYPE', 5, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DTD_IDENTIFIER', 6, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_BODY', 7, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_DEFINITION', 8, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_NAME', 9, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_LANGUAGE', 10, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'PARAMETER_STYLE', 11, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'IS_DETERMINISTIC', 12, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_DATA_ACCESS', 13, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_PATH', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SECURITY_TYPE', 15, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'CREATED', 16, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'LAST_ALTERED', 17, '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_MODE', 18, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_COMMENT', 19, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DEFINER', 20, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'CHARACTER_SET_CLIENT', 21, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'COLLATION_CONNECTION', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DATABASE_COLLATION', 23, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'CATALOG_NAME', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SCHEMA_NAME', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_CHARACTER_SET_NAME', 3, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_COLLATION_NAME', 4, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SQL_PATH', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'PRIVILEGE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'IS_GRANTABLE', 5, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_NAME', 1, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'VARIABLE_VALUE', 2, NULL, 'YES', 'varchar', 1024, 3072, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1024)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NON_UNIQUE', 4, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_SCHEMA', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_NAME', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SEQ_IN_INDEX', 7, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(2)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLUMN_NAME', 8, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLLATION', 9, NULL, 'YES', 'varchar', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'CARDINALITY', 10, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SUB_PART', 11, NULL, 'YES', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'PACKED', 12, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NULLABLE', 13, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_TYPE', 14, '', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COMMENT', 15, NULL, 'YES', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_TYPE', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ENGINE', 5, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'VERSION', 6, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ROW_FORMAT', 7, NULL, 'YES', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_ROWS', 8, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AVG_ROW_LENGTH', 9, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_LENGTH', 10, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'MAX_DATA_LENGTH', 11, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'INDEX_LENGTH', 12, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_FREE', 13, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AUTO_INCREMENT', 14, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_TIME', 15, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'UPDATE_TIME', 16, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECK_TIME', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COLLATION', 18, NULL, 'YES', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECKSUM', 19, NULL, 'YES', 'bigint', NULL, NULL, 20, 0, NULL, NULL, 'bigint(21) unsigned', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_OPTIONS', 20, NULL, 'YES', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COMMENT', 21, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_SCHEMA', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_NAME', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_TYPE', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_SCHEMA', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_NAME', 4, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'PRIVILEGE_TYPE', 5, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'IS_GRANTABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_MANIPULATION', 4, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_CATALOG', 5, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_SCHEMA', 6, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_TABLE', 7, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORDER', 8, '0', 'NO', 'bigint', NULL, NULL, 19, 0, NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_CONDITION', 9, NULL, 'YES', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_STATEMENT', 10, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORIENTATION', 11, '', 'NO', 'varchar', 9, 27, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_TIMING', 12, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_TABLE', 13, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_TABLE', 14, NULL, 'YES', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_ROW', 15, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_ROW', 16, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CREATED', 17, NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SQL_MODE', 18, '', 'NO', 'varchar', 8192, 24576, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8192)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'DEFINER', 19, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CHARACTER_SET_CLIENT', 20, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'COLLATION_CONNECTION', 21, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'information_schema', 'TRIGGERS', 'DATABASE_COLLATION', 22, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'GRANTEE', 1, '', 'NO', 'varchar', 81, 243, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'TABLE_CATALOG', 2, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'PRIVILEGE_TYPE', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'IS_GRANTABLE', 4, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_CATALOG', 1, NULL, 'YES', 'varchar', 512, 1536, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_SCHEMA', 2, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_NAME', 3, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'VIEW_DEFINITION', 4, NULL, 'NO', 'longtext', 4294967295, 4294967295, NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHECK_OPTION', 5, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'IS_UPDATABLE', 6, '', 'NO', 'varchar', 3, 9, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'DEFINER', 7, '', 'NO', 'varchar', 77, 231, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'SECURITY_TYPE', 8, '', 'NO', 'varchar', 7, 21, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHARACTER_SET_CLIENT', 9, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'COLLATION_CONNECTION', 10, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'id_file', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'filename', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'path', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'parameters', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'data', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'filetype', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_album', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'album_of', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'featured', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'name', 4, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'description', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'master', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'icon', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'bigicon', 8, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'passwd', 9, '', 'NO', 'varchar', 64, 64, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'directory', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'parent', 11, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'access', 12, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'access_write', 13, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'approved', 14, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'a_order', 15, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'child_level', 16, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_last_media', 17, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'num_items', 18, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'options', 19, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_perm_profile', 20, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_quota_profile', 21, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'hidden', 22, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'allowed_members', 23, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'allowed_write', 24, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'denied_members', 25, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'denied_write', 26, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_topic', 27, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'id_comment', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'id_member', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'id_media', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'id_album', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'message', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'posted_on', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'last_edited', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'last_edited_by', 8, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'last_edited_name', 9, '', 'NO', 'varchar', 25, 25, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'approved', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 'id_field', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 'id_media', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 'value', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'id_field', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'name', 2, '', 'NO', 'varchar', 100, 100, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'type', 3, 'text', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'options', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'required', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'searchable', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'description', 7, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'bbc', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'albums', 9, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'id_file', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'filesize', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'filename', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'width', 4, '1', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'height', 5, '1', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'directory', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'id_album', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'exif', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 'id_media', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 'id_member', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 'time', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'id_media', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'id_member', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'rating', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'time', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_media', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_member', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'member_name', 3, '', 'NO', 'varchar', 25, 25, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'last_edited', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'last_edited_by', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'last_edited_name', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_file', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_thumb', 8, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_preview', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'type', 10, 'image', 'NO', 'varchar', 10, 10, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'album_id', 11, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'rating', 12, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'voters', 13, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(9)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'weighted', 14, '0', 'NO', 'float', NULL, NULL, 12, NULL, NULL, NULL, 'float', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'title', 15, '(No title)', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'description', 16, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'approved', 17, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'time_added', 18, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'views', 19, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'downloads', 20, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'last_viewed', 21, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'keywords', 22, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'embed_url', 23, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'id_last_comment', 24, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'log_last_access_time', 25, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'num_comments', 26, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 'id_group', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 'id_profile', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 'permission', 3, '', 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 'id_profile', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 'id_group', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 'type', 3, '', 'NO', 'varchar', 10, 10, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 'quota', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_settings', 'name', 1, '', 'NO', 'varchar', 30, 30, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_settings', 'value', 2, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'id', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'type', 2, '', 'NO', 'varchar', 15, 15, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val1', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val2', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val3', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val4', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val5', 7, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val6', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val7', 9, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val8', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'val9', 11, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_approval_queue', 'id_msg', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_approval_queue', 'id_attach', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_approval_queue', 'id_event', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'id_attach', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'id_thumb', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'id_msg', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'id_member', 4, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'id_folder', 5, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'attachment_type', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'filename', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'file_hash', 8, '', 'NO', 'varchar', 40, 120, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'fileext', 9, '', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'size', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'downloads', 11, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'width', 12, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'height', 13, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'mime_type', 14, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'approved', 15, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'id_ban_group', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'name', 2, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'ban_time', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'expire_time', 4, NULL, 'YES', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'cannot_access', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'cannot_register', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'cannot_post', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'cannot_login', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'reason', 9, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'notes', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'id_ban', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'id_ban_group', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_low1', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_high1', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_low2', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_high2', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_low3', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_high3', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_low4', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'ip_high4', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'hostname', 11, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'email_address', 12, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'id_member', 13, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'hits', 14, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 'id_group', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 'id_profile', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 'permission', 3, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 'add_deny', 4, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_board', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_cat', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'child_level', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_parent', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'board_order', 5, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_last_msg', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_msg_updated', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'member_groups', 8, '-1,0', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_profile', 9, '1', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'name', 10, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'description', 11, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'num_topics', 12, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'num_posts', 13, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'count_posts', 14, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'id_theme', 15, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'override_theme', 16, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'unapproved_posts', 17, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'unapproved_topics', 18, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'redirect', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'like_enable', 20, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'com_enable', 21, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'pub_enable', 22, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'id_event', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'start_date', 2, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'end_date', 3, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'id_board', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'id_topic', 5, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'title', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'id_member', 7, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 'id_holiday', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 'event_date', 2, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 'title', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_categories', 'id_cat', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_categories', 'cat_order', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_categories', 'name', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_categories', 'can_collapse', 4, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', 'id_cat', 1, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'id_field', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'col_name', 2, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'field_name', 3, '', 'NO', 'varchar', 40, 120, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'field_desc', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'field_type', 5, 'text', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'field_length', 6, '255', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'field_options', 7, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'mask', 8, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'show_reg', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'show_display', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'show_profile', 11, 'forumprofile', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'private', 12, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'active', 13, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'bbc', 14, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'can_search', 15, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'default_value', 16, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'enclose', 17, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'placement', 18, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'ID_FEED', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'ID_BOARD', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'feedurl', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'title', 4, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'enabled', 5, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'html', 6, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'postername', 7, NULL, 'YES', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'ID_MEMBER', 8, NULL, 'YES', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'locked', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'markasread', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'articlelink', 11, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'topicprefix', 12, NULL, 'YES', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'numbertoimport', 13, '1', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'importevery', 14, '180', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'updatetime', 15, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'total_posts', 16, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'footer', 17, NULL, 'YES', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'msgicon', 18, 'xx', 'YES', 'varchar', 50, 50, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'ID_FEEDITEM', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'ID_FEED', 2, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'feedhash', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'feedtime', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'ID_MSG', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'ID_TOPIC', 6, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_group_moderators', 'id_group', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_group_moderators', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_action', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_log', 2, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'log_time', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_member', 4, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'ip', 5, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(16)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'action', 6, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_board', 7, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_topic', 8, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'id_msg', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'extra', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'date', 1, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'hits', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'topics', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'posts', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'supersti_smf262', 'smf_log_activity', 'registers', 5, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'most_on', 6, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'id_ban_log', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'ip', 3, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(16)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'email', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'log_time', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 'id_member', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 'id_board', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 'id_msg', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'id_comment', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'member_name', 3, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'comment_type', 4, 'warning', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'id_recipient', 5, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'recipient_name', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'log_time', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'id_notice', 8, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'counter', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'body', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'id_topic', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'id_msg', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'note_type', 3, 'post', 'NO', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'daily', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'exclude', 5, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'id_error', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'log_time', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'id_member', 3, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'ip', 4, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(16)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'url', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'message', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'session', 7, '', 'NO', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'error_type', 8, 'general', 'NO', 'char', 15, 45, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'file', 9, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'line', 10, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'ip', 1, '', 'NO', 'char', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(16)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'log_time', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'log_type', 3, 'post', 'NO', 'varchar', 8, 24, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_request', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_group', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'time_applied', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'reason', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'id_target', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'id_executor', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'log_time', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'action', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'description', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'link', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'is_read', 7, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 'id_member', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 'id_board', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 'id_msg', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_member_notices', 'id_notice', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_member_notices', 'subject', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_member_notices', 'body', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 'id_member', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 'id_board', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 'sent', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'session', 1, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'log_time', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'id_member', 3, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'id_spider', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'ip', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'url', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'id_install', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'filename', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'package_id', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'name', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'version', 5, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'id_member_installed', 6, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'member_installed', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'time_installed', 8, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'id_member_removed', 9, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'member_removed', 10, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'time_removed', 11, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'install_state', 12, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'failed_steps', 13, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'themes_installed', 14, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'db_changes', 15, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 'id_poll', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 'id_choice', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'id_report', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'id_msg', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'id_topic', 3, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'id_board', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'id_member', 5, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'membername', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'subject', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'body', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'time_started', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'time_updated', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'num_reports', 11, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'closed', 12, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'ignore_all', 13, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'id_comment', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'id_report', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'id_member', 3, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'membername', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'email_address', 5, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'member_ip', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'comment', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'time_sent', 8, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'id_log', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'id_task', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'time_run', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'time_taken', 4, '0', 'NO', 'float', NULL, NULL, 12, NULL, NULL, NULL, 'float', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_messages', 'id_search', 1, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_messages', 'id_msg', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'id_search', 1, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'id_msg', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'relevance', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'num_matches', 5, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 'word', 1, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_topics', 'id_search', 1, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_search_topics', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'id_hit', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'id_spider', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'log_time', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'url', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'processed', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 'id_spider', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 'page_hits', 2, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 'last_seen', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 'stat_date', 4, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_sublog', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_subscribe', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_member', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'old_id_group', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'start_time', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'end_time', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'status', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'payments_pending', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'pending_details', 9, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'reminder_sent', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'vendor_ref', 11, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 'id_member', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 'id_msg', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'id_mail', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'time_sent', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'recipient', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'body', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'subject', 5, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'headers', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'send_html', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'priority', 8, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'private', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'id_group', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'group_name', 2, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'description', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'online_color', 4, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'min_posts', 5, '-1', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(9)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'max_messages', 6, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'stars', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'group_type', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'hidden', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'id_parent', 10, '-2', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'id_member', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'member_name', 2, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'date_registered', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'posts', 4, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'id_group', 5, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'lngfile', 6, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'last_login', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'real_name', 8, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'instant_messages', 9, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'unread_messages', 10, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'new_pm', 11, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'buddy_list', 12, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'pm_ignore_list', 13, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'pm_prefs', 14, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'mod_prefs', 15, '', 'NO', 'varchar', 20, 60, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'message_labels', 16, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'passwd', 17, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'openid_uri', 18, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'email_address', 19, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'personal_text', 20, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'gender', 21, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'birthdate', 22, '0001-01-01', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'website_title', 23, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'website_url', 24, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'location', 25, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'icq', 26, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'aim', 27, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'yim', 28, '', 'NO', 'varchar', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'msn', 29, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'hide_email', 30, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'show_online', 31, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'time_format', 32, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'signature', 33, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'time_offset', 34, '0', 'NO', 'float', NULL, NULL, 12, NULL, NULL, NULL, 'float', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'avatar', 35, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'pm_email_notify', 36, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'karma_bad', 37, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'karma_good', 38, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'usertitle', 39, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'notify_announcements', 40, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'notify_regularity', 41, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'notify_send_body', 42, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'notify_types', 43, '2', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'member_ip', 44, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'member_ip2', 45, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'secret_question', 46, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'secret_answer', 47, '', 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'id_theme', 48, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'is_activated', 49, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'validation_code', 50, '', 'NO', 'varchar', 10, 30, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'id_msg_last_visit', 51, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'additional_groups', 52, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'smiley_set', 53, '', 'NO', 'varchar', 48, 144, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(48)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'id_post_group', 54, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'total_time_logged_in', 55, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'password_salt', 56, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'ignore_boards', 57, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'warning', 58, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'passwd_flood', 59, '', 'NO', 'varchar', 12, 36, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'pm_receive_from', 60, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'fbname', 61, '0', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'fbid', 62, '0', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'fbpw', 63, '0', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'facebook', 64, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'myspace', 65, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'twitter', 66, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'youtube', 67, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'deviantart', 68, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'googleplus', 69, '', 'NO', 'varchar', 45, 135, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(45)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'aeva_items', 70, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'aeva_comments', 71, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'aeva_unseen', 72, '-1', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_members', 'aeva', 73, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'id_icon', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'title', 2, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'filename', 3, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'id_board', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'icon_order', 5, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'id_msg', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'id_topic', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'id_board', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'poster_time', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'id_member', 5, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'id_msg_modified', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'subject', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'poster_name', 8, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'poster_email', 9, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'poster_ip', 10, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'smileys_enabled', 11, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'modified_time', 12, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'modified_name', 13, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'body', 14, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'icon', 15, 'xx', 'NO', 'varchar', 16, 48, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'approved', 16, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_moderators', 'id_board', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_moderators', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'server_url', 1, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'handle', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'secret', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'issued', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'expires', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'assoc_type', 6, NULL, 'NO', 'varchar', 64, 192, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_package_servers', 'id_server', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_package_servers', 'name', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', '');
INSERT INTO `COLUMNS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `COLUMN_DEFAULT`, `IS_NULLABLE`, `DATA_TYPE`, `CHARACTER_MAXIMUM_LENGTH`, `CHARACTER_OCTET_LENGTH`, `NUMERIC_PRECISION`, `NUMERIC_SCALE`, `CHARACTER_SET_NAME`, `COLLATION_NAME`, `COLUMN_TYPE`, `COLUMN_KEY`, `EXTRA`, `PRIVILEGES`, `COLUMN_COMMENT`) VALUES
(NULL, 'supersti_smf262', 'smf_package_servers', 'url', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_permission_profiles', 'id_profile', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_permission_profiles', 'profile_name', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 'id_group', 1, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 'permission', 2, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 'add_deny', 3, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'id_pm', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'id_pm_head', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'id_member_from', 3, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'deleted_by_sender', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'from_name', 5, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'msgtime', 6, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'subject', 7, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'body', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_pm', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_member', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'labels', 3, '-1', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'bcc', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'is_read', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'is_new', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'deleted', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'id_rule', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'id_member', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'rule_name', 3, NULL, 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'criteria', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'actions', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'delete_pm', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'is_or', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 'id_poll', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 'id_choice', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 'label', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 'votes', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'id_poll', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'question', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'voting_locked', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'max_votes', 4, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'expire_time', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'hide_results', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'change_vote', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'guest_vote', 8, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'num_guest_voters', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'reset_poll', 10, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'id_member', 11, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'poster_name', 12, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 'id_topic', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(9)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 'pretty_url', 2, NULL, 'NO', 'varchar', 80, 80, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(80)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pretty_urls_cache', 'url_id', 1, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_pretty_urls_cache', 'replacement', 2, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'id_task', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'next_time', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'time_offset', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'time_regularity', 4, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'time_unit', 5, 'h', 'NO', 'varchar', 1, 3, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'disabled', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'task', 7, '', 'NO', 'varchar', 24, 72, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(24)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sessions', 'session_id', 1, NULL, 'NO', 'char', 32, 96, NULL, NULL, 'utf8', 'utf8_general_ci', 'char(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sessions', 'last_update', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sessions', 'data', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_settings', 'variable', 1, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_settings', 'value', 2, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'ID_SHOUT', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'ID_MEMBER', 2, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'realName', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'colorName', 4, '', 'NO', 'varchar', 20, 20, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'style', 5, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'message', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'timestamp', 7, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'ID_MEMBER', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'banStart', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'banEnd', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'reason', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'banBy', 5, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'banByID', 6, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_settings', 'variable', 1, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_settings', 'value', 2, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'id_smiley', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'code', 2, '', 'NO', 'varchar', 30, 90, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'filename', 3, '', 'NO', 'varchar', 48, 144, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(48)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'description', 4, '', 'NO', 'varchar', 80, 240, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'smiley_row', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'smiley_order', 6, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'hidden', 7, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 'id_article', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 'id_category', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 'id_message', 3, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 'approved', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'id_block', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'label', 2, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'type', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'col', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'row', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'permission_set', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'groups_allowed', 7, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'groups_denied', 8, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'state', 9, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'force_view', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'display', 11, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'display_custom', 12, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'style', 13, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'id_category', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'name', 2, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'picture', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'articles', 4, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'publish', 5, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_functions', 'id_function', 1, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_functions', 'function_order', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_functions', 'name', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'id_page', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'namespace', 2, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'title', 3, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'body', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'type', 5, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'permission_set', 6, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'groups_allowed', 7, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'groups_denied', 8, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'views', 9, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'style', 10, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'status', 11, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 'id_block', 1, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 'variable', 2, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 'value', 3, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'id_shoutbox', 1, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'name', 2, NULL, 'NO', 'tinytext', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'permission_set', 3, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'groups_allowed', 4, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'groups_denied', 5, NULL, 'NO', 'varchar', 255, 255, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'moderator_groups', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'warning', 7, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'allowed_bbc', 8, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'height', 9, '200', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'num_show', 10, '20', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'num_max', 11, '1000', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'refresh', 12, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'reverse', 13, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'caching', 14, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'status', 15, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'num_shouts', 16, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'last_update', 17, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'id_shout', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'id_shoutbox', 2, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'id_member', 3, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'member_name', 4, '0', 'NO', 'varchar', 80, 80, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(80)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'log_time', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'body', 6, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 'id_spider', 1, NULL, 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 'spider_name', 2, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 'user_agent', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 'ip_info', 4, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'id_subscribe', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'name', 2, '', 'NO', 'varchar', 60, 180, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'description', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'cost', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'length', 5, '', 'NO', 'varchar', 6, 18, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'id_group', 6, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'add_groups', 7, '', 'NO', 'varchar', 40, 120, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'active', 8, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'repeatable', 9, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'allow_partial', 10, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'reminder', 11, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'email_complete', 12, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_themes', 'id_member', 1, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_themes', 'id_theme', 2, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_themes', 'variable', 3, '', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_themes', 'value', 4, NULL, 'NO', 'text', 65535, 65535, NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_topic', 1, NULL, 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'is_sticky', 2, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_board', 3, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_first_msg', 4, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_last_msg', 5, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_member_started', 6, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_member_updated', 7, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_poll', 8, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_previous_board', 9, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'id_previous_topic', 10, '0', 'NO', 'mediumint', NULL, NULL, 7, 0, NULL, NULL, 'mediumint(8)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'num_replies', 11, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'num_views', 12, '0', 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'locked', 13, '0', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'unapproved_posts', 14, '0', 'NO', 'smallint', NULL, NULL, 5, 0, NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'approved', 15, '1', 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(3)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'fb_post_id', 16, '0', 'NO', 'varchar', 255, 765, NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'active_guests', 'ip', 1, NULL, 'NO', 'varchar', 15, 15, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(15)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'active_guests', 'timestamp', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'active_users', 'username', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'active_users', 'timestamp', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'banned_users', 'username', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'banned_users', 'timestamp', 2, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'username', 1, NULL, 'NO', 'varchar', 30, 30, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'password', 2, NULL, 'YES', 'varchar', 32, 32, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'userid', 3, NULL, 'YES', 'varchar', 32, 32, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'userlevel', 4, NULL, 'NO', 'tinyint', NULL, NULL, 3, 0, NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'email', 5, NULL, 'YES', 'varchar', 50, 50, NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'supersti_userbase', 'users', 'timestamp', 6, NULL, 'NO', 'int', NULL, NULL, 10, 0, NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', '');
-- --------------------------------------------------------
--
-- Table structure for table `COLUMN_PRIVILEGES`
--
CREATE TEMPORARY TABLE `COLUMN_PRIVILEGES` (
`GRANTEE` varchar(81) NOT NULL DEFAULT '',
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
`PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
`IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `ENGINES`
--
CREATE TEMPORARY TABLE `ENGINES` (
`ENGINE` varchar(64) NOT NULL DEFAULT '',
`SUPPORT` varchar(8) NOT NULL DEFAULT '',
`COMMENT` varchar(80) NOT NULL DEFAULT '',
`TRANSACTIONS` varchar(3) DEFAULT NULL,
`XA` varchar(3) DEFAULT NULL,
`SAVEPOINTS` varchar(3) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `ENGINES`
--
INSERT INTO `ENGINES` (`ENGINE`, `SUPPORT`, `COMMENT`, `TRANSACTIONS`, `XA`, `SAVEPOINTS`) VALUES
('InnoDB', 'YES', 'Supports transactions, row-level locking, and foreign keys', 'YES', 'YES', 'YES'),
('MRG_MYISAM', 'YES', 'Collection of identical MyISAM tables', 'NO', 'NO', 'NO'),
('BLACKHOLE', 'YES', '/dev/null storage engine (anything you write to it disappears)', 'NO', 'NO', 'NO'),
('CSV', 'YES', 'CSV storage engine', 'NO', 'NO', 'NO'),
('MEMORY', 'YES', 'Hash based, stored in memory, useful for temporary tables', 'NO', 'NO', 'NO'),
('FEDERATED', 'NO', 'Federated MySQL storage engine', NULL, NULL, NULL),
('ARCHIVE', 'YES', 'Archive storage engine', 'NO', 'NO', 'NO'),
('MyISAM', 'DEFAULT', 'Default engine as of MySQL 3.23 with great performance', 'NO', 'NO', 'NO');
-- --------------------------------------------------------
--
-- Table structure for table `EVENTS`
--
CREATE TEMPORARY TABLE `EVENTS` (
`EVENT_CATALOG` varchar(64) DEFAULT NULL,
`EVENT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`EVENT_NAME` varchar(64) NOT NULL DEFAULT '',
`DEFINER` varchar(77) NOT NULL DEFAULT '',
`TIME_ZONE` varchar(64) NOT NULL DEFAULT '',
`EVENT_BODY` varchar(8) NOT NULL DEFAULT '',
`EVENT_DEFINITION` longtext NOT NULL,
`EVENT_TYPE` varchar(9) NOT NULL DEFAULT '',
`EXECUTE_AT` datetime DEFAULT NULL,
`INTERVAL_VALUE` varchar(256) DEFAULT NULL,
`INTERVAL_FIELD` varchar(18) DEFAULT NULL,
`SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
`STARTS` datetime DEFAULT NULL,
`ENDS` datetime DEFAULT NULL,
`STATUS` varchar(18) NOT NULL DEFAULT '',
`ON_COMPLETION` varchar(12) NOT NULL DEFAULT '',
`CREATED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`LAST_ALTERED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`LAST_EXECUTED` datetime DEFAULT NULL,
`EVENT_COMMENT` varchar(64) NOT NULL DEFAULT '',
`ORIGINATOR` bigint(10) NOT NULL DEFAULT '0',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `FILES`
--
CREATE TEMPORARY TABLE `FILES` (
`FILE_ID` bigint(4) NOT NULL DEFAULT '0',
`FILE_NAME` varchar(64) DEFAULT NULL,
`FILE_TYPE` varchar(20) NOT NULL DEFAULT '',
`TABLESPACE_NAME` varchar(64) DEFAULT NULL,
`TABLE_CATALOG` varchar(64) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) DEFAULT NULL,
`TABLE_NAME` varchar(64) DEFAULT NULL,
`LOGFILE_GROUP_NAME` varchar(64) DEFAULT NULL,
`LOGFILE_GROUP_NUMBER` bigint(4) DEFAULT NULL,
`ENGINE` varchar(64) NOT NULL DEFAULT '',
`FULLTEXT_KEYS` varchar(64) DEFAULT NULL,
`DELETED_ROWS` bigint(4) DEFAULT NULL,
`UPDATE_COUNT` bigint(4) DEFAULT NULL,
`FREE_EXTENTS` bigint(4) DEFAULT NULL,
`TOTAL_EXTENTS` bigint(4) DEFAULT NULL,
`EXTENT_SIZE` bigint(4) NOT NULL DEFAULT '0',
`INITIAL_SIZE` bigint(21) unsigned DEFAULT NULL,
`MAXIMUM_SIZE` bigint(21) unsigned DEFAULT NULL,
`AUTOEXTEND_SIZE` bigint(21) unsigned DEFAULT NULL,
`CREATION_TIME` datetime DEFAULT NULL,
`LAST_UPDATE_TIME` datetime DEFAULT NULL,
`LAST_ACCESS_TIME` datetime DEFAULT NULL,
`RECOVER_TIME` bigint(4) DEFAULT NULL,
`TRANSACTION_COUNTER` bigint(4) DEFAULT NULL,
`VERSION` bigint(21) unsigned DEFAULT NULL,
`ROW_FORMAT` varchar(10) DEFAULT NULL,
`TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
`AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_FREE` bigint(21) unsigned DEFAULT NULL,
`CREATE_TIME` datetime DEFAULT NULL,
`UPDATE_TIME` datetime DEFAULT NULL,
`CHECK_TIME` datetime DEFAULT NULL,
`CHECKSUM` bigint(21) unsigned DEFAULT NULL,
`STATUS` varchar(20) NOT NULL DEFAULT '',
`EXTRA` varchar(255) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `GLOBAL_STATUS`
--
CREATE TEMPORARY TABLE `GLOBAL_STATUS` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `GLOBAL_STATUS`
--
INSERT INTO `GLOBAL_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '461'),
('ABORTED_CONNECTS', '572'),
('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '1632457002'),
('BYTES_SENT', '24900495282'),
('COM_ADMIN_COMMANDS', '104407'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '129438'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '919761'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '6095'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '17'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '24'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '834'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '900'),
('COM_DELETE', '348266'),
('COM_DELETE_MULTI', '34'),
('COM_DO', '0'),
('COM_DROP_DB', '20'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),
('COM_DROP_TABLE', '23'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '1'),
('COM_EXECUTE_SQL', '900'),
('COM_FLUSH', '268'),
('COM_GRANT', '714'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '166462'),
('COM_INSERT_SELECT', '12'),
('COM_INSTALL_PLUGIN', '0'),
('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '2784'),
('COM_OPTIMIZE', '891'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '900'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '1'),
('COM_REPLACE', '5807'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '9'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '2429326'),
('COM_SET_OPTION', '266314'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '35'),
('COM_SHOW_CHARSETS', '0'),
('COM_SHOW_COLLATIONS', '0'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '1'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '711'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '132'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '11655'),
('COM_SHOW_FUNCTION_STATUS', '14'),
('COM_SHOW_GRANTS', '577'),
('COM_SHOW_KEYS', '10041'),
('COM_SHOW_MASTER_STATUS', '32'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '319'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '14'),
('COM_SHOW_PROCESSLIST', '4723'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '32'),
('COM_SHOW_STATUS', '1'),
('COM_SHOW_STORAGE_ENGINES', '2'),
('COM_SHOW_TABLE_STATUS', '2292'),
('COM_SHOW_TABLES', '16160'),
('COM_SHOW_TRIGGERS', '484'),
('COM_SHOW_VARIABLES', '217'),
('COM_SHOW_WARNINGS', '10'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '777082'),
('COM_STMT_EXECUTE', '777082'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '777082'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '10'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '2781'),
('COM_UPDATE', '261587'),
('COM_UPDATE_MULTI', '2733'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '486000'),
('CREATED_TMP_DISK_TABLES', '118894'),
('CREATED_TMP_FILES', '49071'),
('CREATED_TMP_TABLES', '168267'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '4477'),
('HANDLER_DELETE', '75966'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '278625'),
('HANDLER_READ_KEY', '8879783'),
('HANDLER_READ_NEXT', '31986781'),
('HANDLER_READ_PREV', '122796879'),
('HANDLER_READ_RND', '958273417'),
('HANDLER_READ_RND_NEXT', '3116451627'),
('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '1210561'),
('HANDLER_WRITE', '3679927'),
('INNODB_BUFFER_POOL_PAGES_DATA', '376'),
('INNODB_BUFFER_POOL_PAGES_DIRTY', '0'),
('INNODB_BUFFER_POOL_PAGES_FLUSHED', '1526'),
('INNODB_BUFFER_POOL_PAGES_FREE', '134'),
('INNODB_BUFFER_POOL_PAGES_MISC', '2'),
('INNODB_BUFFER_POOL_PAGES_TOTAL', '512'),
('INNODB_BUFFER_POOL_READ_AHEAD_RND', '18'),
('INNODB_BUFFER_POOL_READ_AHEAD_SEQ', '0'),
('INNODB_BUFFER_POOL_READ_REQUESTS', '97246'),
('INNODB_BUFFER_POOL_READS', '257'),
('INNODB_BUFFER_POOL_WAIT_FREE', '0'),
('INNODB_BUFFER_POOL_WRITE_REQUESTS', '7381'),
('INNODB_DATA_FSYNCS', '2323'),
('INNODB_DATA_PENDING_FSYNCS', '0'),
('INNODB_DATA_PENDING_READS', '0'),
('INNODB_DATA_PENDING_WRITES', '0'),
('INNODB_DATA_READ', '8327168'),
('INNODB_DATA_READS', '315'),
('INNODB_DATA_WRITES', '3146'),
('INNODB_DATA_WRITTEN', '51061760'),
('INNODB_DBLWR_PAGES_WRITTEN', '1526'),
('INNODB_DBLWR_WRITES', '420'),
('INNODB_LOG_WAITS', '0'),
('INNODB_LOG_WRITE_REQUESTS', '628'),
('INNODB_LOG_WRITES', '1082'),
('INNODB_OS_LOG_FSYNCS', '1445'),
('INNODB_OS_LOG_PENDING_FSYNCS', '0'),
('INNODB_OS_LOG_PENDING_WRITES', '0'),
('INNODB_OS_LOG_WRITTEN', '871936'),
('INNODB_PAGE_SIZE', '16384'),
('INNODB_PAGES_CREATED', '1'),
('INNODB_PAGES_READ', '375'),
('INNODB_PAGES_WRITTEN', '1526'),
('INNODB_ROW_LOCK_CURRENT_WAITS', '0'),
('INNODB_ROW_LOCK_TIME', '0'),
('INNODB_ROW_LOCK_TIME_AVG', '0'),
('INNODB_ROW_LOCK_TIME_MAX', '0'),
('INNODB_ROW_LOCK_WAITS', '0'),
('INNODB_ROWS_DELETED', '85'),
('INNODB_ROWS_INSERTED', '82'),
('INNODB_ROWS_READ', '4869'),
('INNODB_ROWS_UPDATED', '860'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '228978'),
('KEY_BLOCKS_USED', '6043'),
('KEY_READ_REQUESTS', '44547647'),
('KEY_READS', '537506'),
('KEY_WRITE_REQUESTS', '1631572'),
('KEY_WRITES', '615148'),
('LAST_QUERY_COST', '0.000000'),
('MAX_USED_CONNECTIONS', '35'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '504'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '256'),
('OPEN_TABLES', '256'),
('OPENED_FILES', '1759249'),
('OPENED_TABLE_DEFINITIONS', '257557'),
('OPENED_TABLES', '308572'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '236'),
('QCACHE_FREE_MEMORY', '876024'),
('QCACHE_HITS', '9460188'),
('QCACHE_INSERTS', '2234220'),
('QCACHE_LOWMEM_PRUNES', '701941'),
('QCACHE_NOT_CACHED', '191269'),
('QCACHE_QUERIES_IN_CACHE', '2405'),
('QCACHE_TOTAL_BLOCKS', '6814'),
('QUERIES', '16111603'),
('QUESTIONS', '14559239'),
('RPL_STATUS', 'NULL'),
('SELECT_FULL_JOIN', '13325'),
('SELECT_FULL_RANGE_JOIN', '580'),
('SELECT_RANGE', '123901'),
('SELECT_RANGE_CHECK', '12'),
('SELECT_SCAN', '336663'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '2'),
('SLOW_QUERIES', '1'),
('SORT_MERGE_PASSES', '24533'),
('SORT_RANGE', '713416'),
('SORT_ROWS', '958505385'),
('SORT_SCAN', '176417'),
('SSL_ACCEPT_RENEGOTIATES', '0'),
('SSL_ACCEPTS', '0'),
('SSL_CALLBACK_CACHE_HITS', '0'),
('SSL_CIPHER', ''),
('SSL_CIPHER_LIST', ''),
('SSL_CLIENT_CONNECTS', '0'),
('SSL_CONNECT_RENEGOTIATES', '0'),
('SSL_CTX_VERIFY_DEPTH', '0'),
('SSL_CTX_VERIFY_MODE', '0'),
('SSL_DEFAULT_TIMEOUT', '0'),
('SSL_FINISHED_ACCEPTS', '0'),
('SSL_FINISHED_CONNECTS', '0'),
('SSL_SESSION_CACHE_HITS', '0'),
('SSL_SESSION_CACHE_MISSES', '0'),
('SSL_SESSION_CACHE_MODE', 'NONE'),
('SSL_SESSION_CACHE_OVERFLOWS', '0'),
('SSL_SESSION_CACHE_SIZE', '0'),
('SSL_SESSION_CACHE_TIMEOUTS', '0'),
('SSL_SESSIONS_REUSED', '0'),
('SSL_USED_SESSION_CACHE_ENTRIES', '0'),
('SSL_VERIFY_DEPTH', '0'),
('SSL_VERIFY_MODE', '0'),
('SSL_VERSION', ''),
('TABLE_LOCKS_IMMEDIATE', '3623807'),
('TABLE_LOCKS_WAITED', '26859'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '6'),
('THREADS_CONNECTED', '3'),
('THREADS_CREATED', '271'),
('THREADS_RUNNING', '1'),
('UPTIME', '1417083'),
('UPTIME_SINCE_FLUSH_STATUS', '1417083');
-- --------------------------------------------------------
--
-- Table structure for table `GLOBAL_VARIABLES`
--
CREATE TEMPORARY TABLE `GLOBAL_VARIABLES` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `GLOBAL_VARIABLES`
--
INSERT INTO `GLOBAL_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('MAX_PREPARED_STMT_COUNT', '16382'),
('CHARACTER_SETS_DIR', '/usr/share/mysql/charsets/'),
('HAVE_CRYPT', 'YES'),
('CONNECT_TIMEOUT', '10'),
('MYISAM_REPAIR_THREADS', '1'),
('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('MAX_BINLOG_SIZE', '1073741824'),
('BINLOG_CACHE_SIZE', '32768'),
('LOG_SLAVE_UPDATES', 'OFF'),
('BACK_LOG', '50'),
('FT_MIN_WORD_LEN', '4'),
('MYISAM_USE_MMAP', 'OFF'),
('DELAYED_INSERT_TIMEOUT', '300'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('CHARACTER_SET_CONNECTION', 'latin1'),
('THREAD_STACK', '196608'),
('CHARACTER_SET_RESULTS', 'latin1'),
('BASEDIR', '/'),
('PID_FILE', '/var/lib/mysql/server1.hobohost.com.pid'),
('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('SLOW_LAUNCH_TIME', '2'),
('SERVER_ID', '0'),
('INNODB_LOCK_WAIT_TIMEOUT', '50'),
('COMPLETION_TYPE', '0'),
('RELAY_LOG_INDEX', ''),
('LONG_QUERY_TIME', '10.000000'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('EVENT_SCHEDULER', 'OFF'),
('SQL_LOG_UPDATE', 'ON'),
('COLLATION_DATABASE', 'latin1_swedish_ci'),
('INNODB_USE_LEGACY_CARDINALITY_ALGORITHM', 'ON'),
('FT_MAX_WORD_LEN', '84'),
('LOCKED_IN_MEMORY', 'OFF'),
('CONCURRENT_INSERT', '1'),
('OPTIMIZER_SWITCH', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on'),
('PRELOAD_BUFFER_SIZE', '32768'),
('REPORT_HOST', ''),
('INIT_SLAVE', ''),
('SSL_KEY', ''),
('FLUSH', 'OFF'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('DELAYED_INSERT_LIMIT', '100'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('INSERT_ID', '0'),
('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('RELAY_LOG_PURGE', 'ON'),
('TMP_TABLE_SIZE', '16777216'),
('SKIP_SHOW_DATABASE', 'OFF'),
('FT_STOPWORD_FILE', '(built-in)'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('JOIN_BUFFER_SIZE', '131072'),
('INNODB_LOG_BUFFER_SIZE', '1048576'),
('MAX_ERROR_COUNT', '64'),
('INIT_CONNECT', ''),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('INNODB_MAX_PURGE_LAG', '0'),
('DELAYED_QUEUE_SIZE', '1000'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('INTERACTIVE_TIMEOUT', '28800'),
('VERSION_COMPILE_OS', 'pc-linux-gnu'),
('INNODB_FILE_PER_TABLE', 'OFF'),
('SQL_NOTES', 'ON'),
('LARGE_PAGES', 'OFF'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('AUTO_INCREMENT_OFFSET', '1'),
('REPORT_PASSWORD', ''),
('MAX_CONNECT_ERRORS', '10'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('PLUGIN_DIR', '/usr/lib/mysql/plugin'),
('HAVE_COMPRESS', 'YES'),
('MAX_CONNECTIONS', '151'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('TIMED_MUTEXES', 'OFF'),
('THREAD_CACHE_SIZE', '8'),
('LANGUAGE', '/usr/share/mysql/english/'),
('INNODB_DOUBLEWRITE', 'ON'),
('PSEUDO_THREAD_ID', '0'),
('MAX_USER_CONNECTIONS', '0'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('DEFAULT_WEEK_FORMAT', '0'),
('LOWER_CASE_FILE_SYSTEM', 'OFF'),
('LOG_OUTPUT', 'FILE'),
('MAX_RELAY_LOG_SIZE', '0'),
('LOG_WARNINGS', '1'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('PROTOCOL_VERSION', '10'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('HAVE_SYMLINK', 'YES'),
('CHARACTER_SET_SERVER', 'latin1'),
('TIME_ZONE', 'SYSTEM'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('INNODB_TABLE_LOCKS', 'ON'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('INNODB_AUTOEXTEND_INCREMENT', '8'),
('DELAY_KEY_WRITE', 'ON'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('KEY_CACHE_AGE_THRESHOLD', '300'),
('INNODB_THREAD_SLEEP_DELAY', '10000'),
('NET_RETRY_COUNT', '10'),
('SQL_AUTO_IS_NULL', 'ON'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('LARGE_PAGE_SIZE', '0'),
('GENERAL_LOG', 'OFF'),
('INNODB_LOCKS_UNSAFE_FOR_BINLOG', 'OFF'),
('TABLE_TYPE', 'MyISAM'),
('SECURE_FILE_PRIV', ''),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('QUERY_PREALLOC_SIZE', '8192'),
('INNODB_STATS_ON_METADATA', 'ON'),
('RELAY_LOG', ''),
('INNODB_ROLLBACK_ON_TIMEOUT', 'OFF'),
('FLUSH_TIME', '0'),
('PROFILING_HISTORY_SIZE', '15'),
('CHARACTER_SET_FILESYSTEM', 'binary'),
('INNODB_ADDITIONAL_MEM_POOL_SIZE', '1048576'),
('MAX_BINLOG_CACHE_SIZE', '4294963200'),
('READ_RND_BUFFER_SIZE', '4194304'),
('READ_BUFFER_SIZE', '1048576'),
('SECURE_AUTH', 'OFF'),
('MAX_SORT_LENGTH', '1024'),
('BIG_TABLES', 'OFF'),
('NET_BUFFER_LENGTH', '16384'),
('SQL_SELECT_LIMIT', '18446744073709551615'),
('MYISAM_MAX_SORT_FILE_SIZE', '2146435072'),
('DATE_FORMAT', '%Y-%m-%d'),
('NET_WRITE_TIMEOUT', '60'),
('READ_ONLY', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('RAND_SEED1', ''),
('BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES', 'OFF'),
('INNODB_DATA_FILE_PATH', 'ibdata1:10M:autoextend'),
('QUERY_CACHE_LIMIT', '1048576'),
('VERSION_COMMENT', 'MySQL Community Server (GPL)'),
('SYNC_FRM', 'ON'),
('PROFILING', 'OFF'),
('QUERY_CACHE_SIZE', '16777216'),
('OLD_PASSWORDS', 'OFF'),
('LOWER_CASE_TABLE_NAMES', '0'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('LOG_BIN', 'OFF'),
('GENERAL_LOG_FILE', '/var/lib/mysql/server1.log'),
('MYISAM_SORT_BUFFER_SIZE', '67108864'),
('SKIP_NAME_RESOLVE', 'OFF'),
('SSL_CERT', ''),
('AUTO_INCREMENT_INCREMENT', '1'),
('SQL_MODE', ''),
('TMPDIR', '/tmp'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('EXPIRE_LOGS_DAYS', '0'),
('QUERY_CACHE_TYPE', 'ON'),
('HAVE_PARTITIONING', 'YES'),
('INIT_FILE', ''),
('FOREIGN_KEY_CHECKS', 'ON'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('INNODB_AUTOINC_LOCK_MODE', '1'),
('MYISAM_RECOVER_OPTIONS', 'OFF'),
('INNODB_COMMIT_CONCURRENCY', '0'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('INNODB_MIRRORED_LOG_GROUPS', '1'),
('SYSTEM_TIME_ZONE', 'EST'),
('UNIQUE_CHECKS', 'ON'),
('SKIP_NETWORKING', 'OFF'),
('VERSION', '5.1.61'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('INNODB_SUPPORT_XA', 'ON'),
('AUTOCOMMIT', 'ON'),
('INNODB_SYNC_SPIN_LOOPS', '20'),
('OPEN_FILES_LIMIT', '1024'),
('COLLATION_CONNECTION', 'latin1_swedish_ci'),
('HOSTNAME', 'server1.hobohost.com'),
('HAVE_QUERY_CACHE', 'YES'),
('CHARACTER_SET_DATABASE', 'latin1'),
('INNODB_ADAPTIVE_HASH_INDEX', 'ON'),
('RPL_RECOVERY_RANK', '0'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('VERSION_COMPILE_MACHINE', 'i686'),
('DIV_PRECISION_INCREMENT', '4'),
('TABLE_DEFINITION_CACHE', '256'),
('DATADIR', '/var/lib/mysql/'),
('NET_READ_TIMEOUT', '30'),
('INNODB_DATA_HOME_DIR', ''),
('HAVE_CSV', 'YES'),
('SQL_LOG_BIN', 'ON'),
('MAX_ALLOWED_PACKET', '1048576'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('WARNING_COUNT', '0'),
('TIME_FORMAT', '%H:%i:%s'),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('INNODB_FORCE_RECOVERY', '0'),
('LAST_INSERT_ID', '0'),
('INNODB_LOG_FILES_IN_GROUP', '2'),
('SQL_BIG_TABLES', 'OFF'),
('ERROR_COUNT', '0'),
('SQL_SAFE_UPDATES', 'OFF'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('MAX_SP_RECURSION_DEPTH', '0'),
('SYNC_BINLOG', '0'),
('SQL_BIG_SELECTS', 'ON'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('MAX_LONG_DATA_SIZE', '1048576'),
('INNODB_OPEN_FILES', '300'),
('LARGE_FILES_SUPPORT', 'ON'),
('OLD', 'OFF'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('INNODB_MAX_DIRTY_PAGES_PCT', '90'),
('SQL_MAX_JOIN_SIZE', '18446744073709551615'),
('NEW', 'OFF'),
('TABLE_OPEN_CACHE', '256'),
('KEY_BUFFER_SIZE', '268435456'),
('HAVE_COMMUNITY_FEATURES', 'YES'),
('HAVE_NDBCLUSTER', 'NO'),
('REPORT_PORT', '3306'),
('HAVE_GEOMETRY', 'YES'),
('SQL_BUFFER_RESULT', 'OFF'),
('INNODB_STATS_METHOD', 'nulls_equal'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('INNODB_FAST_SHUTDOWN', '1'),
('SSL_CIPHER', ''),
('SSL_CA', ''),
('SQL_WARNINGS', 'OFF'),
('INNODB_THREAD_CONCURRENCY', '8'),
('HAVE_INNODB', 'YES'),
('SLAVE_NET_TIMEOUT', '3600'),
('SSL_CAPATH', ''),
('INNODB_BUFFER_POOL_SIZE', '8388608'),
('LOG_ERROR', '/var/lib/mysql/server1.hobohost.com.err'),
('LOCAL_INFILE', 'ON'),
('REPORT_USER', ''),
('HAVE_RTREE_KEYS', 'YES'),
('LOG', 'OFF'),
('BINLOG_FORMAT', 'STATEMENT'),
('TX_ISOLATION', 'REPEATABLE-READ'),
('OLD_ALTER_TABLE', 'OFF'),
('LC_TIME_NAMES', 'en_US'),
('MYISAM_MMAP_SIZE', '4294967295'),
('LOG_SLOW_QUERIES', 'OFF'),
('IGNORE_BUILTIN_INNODB', 'OFF'),
('MAX_TMP_TABLES', '32'),
('TIMESTAMP', '1332704885'),
('SQL_LOG_OFF', 'OFF'),
('MAX_DELAYED_THREADS', '20'),
('SLOW_QUERY_LOG_FILE', '/var/lib/mysql/server1-slow.log'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('MULTI_RANGE_COUNT', '256'),
('INNODB_FLUSH_LOG_AT_TRX_COMMIT', '1'),
('SLOW_QUERY_LOG', 'OFF'),
('INNODB_FILE_IO_THREADS', '4'),
('INNODB_FLUSH_METHOD', ''),
('LICENSE', 'GPL'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('INNODB_CHECKSUMS', 'ON'),
('STORAGE_ENGINE', 'MyISAM'),
('PORT', '3306'),
('HAVE_SSL', 'DISABLED'),
('INNODB_LOG_FILE_SIZE', '5242880'),
('INNODB_CONCURRENCY_TICKETS', '500'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('MAX_JOIN_SIZE', '18446744073709551615'),
('SORT_BUFFER_SIZE', '1048576'),
('WAIT_TIMEOUT', '28800'),
('HAVE_OPENSSL', 'DISABLED'),
('INNODB_LOG_GROUP_HOME_DIR', './'),
('SOCKET', '/var/lib/mysql/mysql.sock'),
('CHARACTER_SET_CLIENT', 'latin1'),
('RAND_SEED2', ''),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('IDENTITY', '0'),
('SLAVE_LOAD_TMPDIR', '/tmp');
-- --------------------------------------------------------
--
-- Table structure for table `KEY_COLUMN_USAGE`
--
CREATE TEMPORARY TABLE `KEY_COLUMN_USAGE` (
`CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
`ORDINAL_POSITION` bigint(10) NOT NULL DEFAULT '0',
`POSITION_IN_UNIQUE_CONSTRAINT` bigint(10) DEFAULT NULL,
`REFERENCED_TABLE_SCHEMA` varchar(64) DEFAULT NULL,
`REFERENCED_TABLE_NAME` varchar(64) DEFAULT NULL,
`REFERENCED_COLUMN_NAME` varchar(64) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `KEY_COLUMN_USAGE`
--
INSERT INTO `KEY_COLUMN_USAGE` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CONSTRAINT_NAME`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `COLUMN_NAME`, `ORDINAL_POSITION`, `POSITION_IN_UNIQUE_CONSTRAINT`, `REFERENCED_TABLE_SCHEMA`, `REFERENCED_TABLE_NAME`, `REFERENCED_COLUMN_NAME`) VALUES
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_admin_info_files', 'id_file', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_albums', 'id_album', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_comments', 'id_comment', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_field_data', 'id_field', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_field_data', 'id_media', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_fields', 'id_field', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_files', 'id_file', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_log_media', 'id_media', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_log_media', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'id_media', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_media', 'id_media', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_perms', 'id_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_perms', 'id_profile', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_perms', 'permission', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_quotas', 'id_profile', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_quotas', 'id_group', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_quotas', 'type', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_settings', 'name', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_aeva_variables', 'id', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_attachments', 'id_attach', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_attachments', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_attachments', 'id_attach', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_ban_groups', 'id_ban_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_ban_items', 'id_ban', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_board_permissions', 'id_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_board_permissions', 'id_profile', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_board_permissions', 'permission', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_boards', 'id_board', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'categories', NULL, 'supersti_smf262', 'smf_boards', 'id_cat', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'categories', NULL, 'supersti_smf262', 'smf_boards', 'id_board', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_calendar', 'id_event', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_calendar_holidays', 'id_holiday', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_categories', 'id_cat', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_collapsed_categories', 'id_cat', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_collapsed_categories', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_custom_fields', 'id_field', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'col_name', NULL, 'supersti_smf262', 'smf_custom_fields', 'col_name', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_feedbot', 'ID_FEED', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_feedbot_log', 'ID_FEEDITEM', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_group_moderators', 'id_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_group_moderators', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_actions', 'id_action', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_activity', 'date', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_banned', 'id_ban_log', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_boards', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_boards', 'id_board', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_comments', 'id_comment', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_errors', 'id_error', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'ip', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'log_type', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_request', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_log_group_requests', 'id_group', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_mark_read', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_mark_read', 'id_board', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_member_notices', 'id_notice', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_notify', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_notify', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_notify', 'id_board', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_online', 'session', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_packages', 'id_install', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_reported', 'id_report', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_reported_comments', 'id_comment', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'id_log', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_messages', 'id_search', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_messages', 'id_msg', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_results', 'id_search', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_results', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_subjects', 'word', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_subjects', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_topics', 'id_search', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_search_topics', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_spider_hits', 'id_hit', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_spider_stats', 'stat_date', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_spider_stats', 'id_spider', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_sublog', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_subscribe', NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_subscribe', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_subscribe', NULL, 'supersti_smf262', 'smf_log_subscribed', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_topics', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_log_topics', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_mail_queue', 'id_mail', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_membergroups', 'id_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_members', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_message_icons', 'id_icon', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_messages', 'id_msg', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'topic', NULL, 'supersti_smf262', 'smf_messages', 'id_topic', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'topic', NULL, 'supersti_smf262', 'smf_messages', 'id_msg', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_board', NULL, 'supersti_smf262', 'smf_messages', 'id_board', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_board', NULL, 'supersti_smf262', 'smf_messages', 'id_msg', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_messages', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_messages', 'id_msg', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_moderators', 'id_board', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_moderators', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_openid_assoc', 'server_url', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_openid_assoc', 'handle', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_package_servers', 'id_server', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_permission_profiles', 'id_profile', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_permissions', 'id_group', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_permissions', 'permission', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_personal_messages', 'id_pm', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_pm', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_member', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_pm_recipients', 'deleted', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'id_member', NULL, 'supersti_smf262', 'smf_pm_recipients', 'id_pm', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_pm_rules', 'id_rule', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_poll_choices', 'id_poll', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_poll_choices', 'id_choice', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_polls', 'id_poll', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 'id_topic', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'pretty_url', NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 'pretty_url', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_pretty_urls_cache', 'url_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'id_task', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'task', NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'task', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sessions', 'session_id', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_settings', 'variable', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_shoutbox', 'ID_SHOUT', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'ID_MEMBER', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_shoutbox_settings', 'variable', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_smileys', 'id_smiley', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_articles', 'id_article', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_blocks', 'id_block', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_categories', 'id_category', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_functions', 'id_function', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_pages', 'id_page', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_parameters', 'id_block', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_parameters', 'variable', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'id_shoutbox', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_sp_shouts', 'id_shout', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_spiders', 'id_spider', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_subscriptions', 'id_subscribe', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_themes', 'id_theme', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_themes', 'id_member', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_themes', 'variable', 3, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'PRIMARY', NULL, 'supersti_smf262', 'smf_topics', 'id_topic', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'last_message', NULL, 'supersti_smf262', 'smf_topics', 'id_last_msg', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'last_message', NULL, 'supersti_smf262', 'smf_topics', 'id_board', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'first_message', NULL, 'supersti_smf262', 'smf_topics', 'id_first_msg', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'first_message', NULL, 'supersti_smf262', 'smf_topics', 'id_board', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'poll', NULL, 'supersti_smf262', 'smf_topics', 'id_poll', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_smf262', 'poll', NULL, 'supersti_smf262', 'smf_topics', 'id_topic', 2, NULL, NULL, NULL, NULL),
(NULL, 'supersti_userbase', 'PRIMARY', NULL, 'supersti_userbase', 'active_guests', 'ip', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_userbase', 'PRIMARY', NULL, 'supersti_userbase', 'active_users', 'username', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_userbase', 'PRIMARY', NULL, 'supersti_userbase', 'banned_users', 'username', 1, NULL, NULL, NULL, NULL),
(NULL, 'supersti_userbase', 'PRIMARY', NULL, 'supersti_userbase', 'users', 'username', 1, NULL, NULL, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `PARTITIONS`
--
CREATE TEMPORARY TABLE `PARTITIONS` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`PARTITION_NAME` varchar(64) DEFAULT NULL,
`SUBPARTITION_NAME` varchar(64) DEFAULT NULL,
`PARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
`SUBPARTITION_ORDINAL_POSITION` bigint(21) unsigned DEFAULT NULL,
`PARTITION_METHOD` varchar(12) DEFAULT NULL,
`SUBPARTITION_METHOD` varchar(12) DEFAULT NULL,
`PARTITION_EXPRESSION` longtext,
`SUBPARTITION_EXPRESSION` longtext,
`PARTITION_DESCRIPTION` longtext,
`TABLE_ROWS` bigint(21) unsigned NOT NULL DEFAULT '0',
`AVG_ROW_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`DATA_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned NOT NULL DEFAULT '0',
`DATA_FREE` bigint(21) unsigned NOT NULL DEFAULT '0',
`CREATE_TIME` datetime DEFAULT NULL,
`UPDATE_TIME` datetime DEFAULT NULL,
`CHECK_TIME` datetime DEFAULT NULL,
`CHECKSUM` bigint(21) unsigned DEFAULT NULL,
`PARTITION_COMMENT` varchar(80) NOT NULL DEFAULT '',
`NODEGROUP` varchar(12) NOT NULL DEFAULT '',
`TABLESPACE_NAME` varchar(64) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `PARTITIONS`
--
INSERT INTO `PARTITIONS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `PARTITION_NAME`, `SUBPARTITION_NAME`, `PARTITION_ORDINAL_POSITION`, `SUBPARTITION_ORDINAL_POSITION`, `PARTITION_METHOD`, `SUBPARTITION_METHOD`, `PARTITION_EXPRESSION`, `SUBPARTITION_EXPRESSION`, `PARTITION_DESCRIPTION`, `TABLE_ROWS`, `AVG_ROW_LENGTH`, `DATA_LENGTH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `CREATE_TIME`, `UPDATE_TIME`, `CHECK_TIME`, `CHECKSUM`, `PARTITION_COMMENT`, `NODEGROUP`, `TABLESPACE_NAME`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 384, 0, 16604160, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLLATIONS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 231, 0, 16704765, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 195, 0, 16691610, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMNS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2565, 0, 16757145, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'ENGINES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 490, 0, 16709000, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'EVENTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'FILES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2677, 0, 16758020, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'GLOBAL_STATUS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 4637, 0, 16762755, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PARTITIONS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PLUGINS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROCESSLIST', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'PROFILING', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 308, 0, 16562084, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 4814, 0, 16767162, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'ROUTINES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SCHEMATA', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3464, 0, 16755368, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2179, 0, 16767405, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SESSION_STATUS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'SESSION_VARIABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3268, 0, 16755036, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'STATISTICS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2679, 0, 16770540, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3545, 0, 16760760, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2504, 0, 16749256, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2372, 0, 16748692, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'TRIGGERS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'USER_PRIVILEGES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1986, 0, 16759854, 0, 0, '2012-03-25 19:48:05', NULL, NULL, NULL, '', '', NULL),
(NULL, 'information_schema', 'VIEWS', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_admin_info_files', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 14115, 103456, 281474976710655, 3072, 4648, '2012-02-19 04:33:36', '2012-03-25 04:56:21', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_albums', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_comments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_fields', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_files', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, 48, 192, 281474976710655, 2048, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 13, 13, 3659174697238527, 2048, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:29', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 4785074604081151, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_media', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:11', '2012-02-19 16:58:11', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_perms', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_settings', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 50, 30, 1512, 281474976710655, 4096, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_aeva_variables', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 32, 32, 281474976710655, 2048, 0, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_approval_queue', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 3096224743817215, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_attachments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 104, 1256, 281474976710655, 5120, 0, '2012-02-19 04:33:36', '2012-03-25 19:44:02', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_ban_groups', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_ban_items', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_board_permissions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 466, 24, 11372, 281474976710655, 15360, 0, '2012-02-19 04:33:36', '2012-02-19 05:59:47', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_boards', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, 119, 2512, 281474976710655, 6144, 0, '2012-03-17 20:47:35', '2012-03-25 04:06:06', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_calendar', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 115, 24, 2840, 281474976710655, 5120, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_categories', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 24, 124, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-03-17 20:46:37', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1970324836974591, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_custom_fields', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 74, 148, 281474976710655, 3072, 0, '2012-03-13 16:01:29', '2012-03-13 16:01:29', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_feedbot', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 96, 192, 281474976710655, 2048, 0, '2012-03-12 04:15:11', '2012-03-25 18:30:53', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_feedbot_log', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 37, 56, 2072, 281474976710655, 2048, 0, '2012-03-12 04:15:11', '2012-03-23 01:08:00', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_group_moderators', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1970324836974591, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_actions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_activity', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 36, 15, 540, 4222124650659839, 3072, 0, '2012-02-19 04:33:36', '2012-03-25 19:43:58', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_boards', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 103, 10, 1030, 2814749767106559, 4096, 0, '2012-02-19 04:33:36', '2012-03-25 18:32:46', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_comments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 56, 56, 281474976710655, 5120, 0, '2012-02-19 04:33:36', '2012-03-17 23:16:36', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_digest', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 100, 20, 2000, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-03-24 19:12:00', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_errors', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2782, 192, 537128, 281474976710655, 126976, 2612, '2012-02-19 04:33:36', '2012-03-25 19:40:54', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 32, 196, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-03-25 19:47:57', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_group_requests', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_karma', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 33, 268, 281474976710655, 2048, 0, '2012-02-19 22:37:16', '2012-03-25 12:02:11', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_mark_read', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, 10, 210, 2814749767106559, 2048, 0, '2012-02-19 04:33:36', '2012-03-18 15:33:52', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_member_notices', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_notify', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 10, 30, 2814749767106559, 3072, 0, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_online', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 212, 1696, 281474976710655, 4096, 0, '2012-02-19 04:33:36', '2012-03-25 19:47:02', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_packages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11, 214, 2360, 281474976710655, 3072, 0, '2012-02-19 04:33:36', '2012-03-22 01:59:48', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_polls', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 8, 8, 2251799813685247, 2048, 0, '2012-02-19 04:33:36', '2012-03-11 03:17:23', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_reported', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 440, 14, 6818, 3940649673949183, 7168, 658, '2012-02-19 04:33:36', '2012-03-25 18:30:53', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_search_messages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1970324836974591, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_search_results', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, 13, 130, 3659174697238527, 2048, 0, '2012-02-19 04:33:36', '2012-03-20 16:24:07', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 276, 20, 5528, 281474976710655, 10240, 0, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_search_topics', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1970324836974591, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, 12, 504, 3377699720527871, 2048, 0, '2012-02-19 04:33:36', '2012-03-25 19:46:50', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_subscribed', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_log_topics', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 156, 11, 1716, 3096224743817215, 7168, 0, '2012-02-19 04:33:36', '2012-03-25 18:31:47', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_mail_queue', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_membergroups', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, 38, 388, 281474976710655, 3072, 0, '2012-02-19 04:33:36', '2012-02-26 02:39:30', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_members', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 39, 368, 14352, 281474976710655, 21504, 0, '2012-02-19 16:58:11', '2012-03-25 19:47:02', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_message_icons', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 25, 300, 281474976710655, 3072, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_messages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 111, 619, 68800, 281474976710655, 35840, 0, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_moderators', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 7, 7, 1970324836974591, 2048, 0, '2012-02-19 04:33:36', '2012-03-19 14:23:09', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_openid_assoc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 4096, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_package_servers', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 78, 156, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-03-22 01:59:48', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_permission_profiles', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, 20, 80, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_permissions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 72, 24, 1740, 281474976710655, 4096, 0, '2012-02-19 04:33:36', '2012-02-19 05:59:47', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_personal_messages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 64, 192, 281474976710655, 5120, 0, '2012-02-19 04:33:36', '2012-02-26 02:39:30', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_pm_recipients', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 20, 60, 281474976710655, 3072, 0, '2012-02-19 04:33:36', '2012-02-20 20:55:49', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_pm_rules', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_poll_choices', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 20, 40, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-03-11 03:17:23', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_polls', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 56, 56, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-03-11 03:17:18', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 16:56:16', '2012-02-19 16:56:16', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_pretty_urls_cache', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 2048, 0, '2012-02-19 16:56:17', '2012-02-19 16:56:17', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, 32, 320, 281474976710655, 5120, 0, '2012-02-19 04:33:36', '2012-03-25 18:30:52', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sessions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 30, 861, 77280, 281474976710655, 7168, 51444, '2012-02-19 04:33:36', '2012-03-25 19:47:59', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_settings', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 281, 48, 13720, 281474976710655, 9216, 0, '2012-02-19 04:33:36', '2012-03-25 19:45:16', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_shoutbox', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 52, 52, 281474976710655, 2048, 0, '2012-02-19 05:38:11', '2012-02-20 07:43:46', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 05:38:11', '2012-02-19 05:38:11', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_shoutbox_settings', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, 32, 680, 281474976710655, 2048, 0, '2012-02-19 05:38:11', '2012-02-26 02:39:30', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_smileys', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, 30, 672, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_articles', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 3940649673949183, 1024, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_blocks', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, 109, 1964, 281474976710655, 3072, 0, '2012-02-19 05:37:09', '2012-03-11 21:53:16', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_categories', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_functions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 30, 21, 644, 281474976710655, 2048, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', '2012-02-26 02:39:30', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_pages', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_parameters', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, 244, 4404, 281474976710655, 6144, 0, '2012-02-19 05:37:09', '2012-03-18 00:15:54', '2012-03-18 00:15:54', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_sp_shouts', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_spiders', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, 32, 624, 281474976710655, 2048, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_subscriptions', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_themes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 160, 30, 4872, 281474976710655, 12288, 0, '2012-02-19 04:33:36', '2012-03-25 19:44:02', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_smf262', 'smf_topics', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 74, 30, 2284, 281474976710655, 11264, 0, '2012-02-19 16:45:48', '2012-03-25 19:40:53', '2012-03-25 00:16:46', NULL, '', '', NULL),
(NULL, 'supersti_userbase', 'active_guests', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 24, 24, 281474976710655, 2048, 0, '2012-02-03 16:01:47', '2012-02-03 16:02:38', NULL, NULL, '', '', NULL),
(NULL, 'supersti_userbase', 'active_users', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-03 16:01:45', '2012-02-03 16:01:45', NULL, NULL, '', '', NULL),
(NULL, 'supersti_userbase', 'banned_users', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 281474976710655, 1024, 0, '2012-02-03 16:01:49', '2012-02-03 16:01:49', NULL, NULL, '', '', NULL),
(NULL, 'supersti_userbase', 'users', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 84, 84, 281474976710655, 2048, 0, '2012-02-03 16:01:43', '2012-02-03 16:02:34', NULL, NULL, '', '', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `PLUGINS`
--
CREATE TEMPORARY TABLE `PLUGINS` (
`PLUGIN_NAME` varchar(64) NOT NULL DEFAULT '',
`PLUGIN_VERSION` varchar(20) NOT NULL DEFAULT '',
`PLUGIN_STATUS` varchar(10) NOT NULL DEFAULT '',
`PLUGIN_TYPE` varchar(80) NOT NULL DEFAULT '',
`PLUGIN_TYPE_VERSION` varchar(20) NOT NULL DEFAULT '',
`PLUGIN_LIBRARY` varchar(64) DEFAULT NULL,
`PLUGIN_LIBRARY_VERSION` varchar(20) DEFAULT NULL,
`PLUGIN_AUTHOR` varchar(64) DEFAULT NULL,
`PLUGIN_DESCRIPTION` longtext,
`PLUGIN_LICENSE` varchar(80) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `PLUGINS`
--
INSERT INTO `PLUGINS` (`PLUGIN_NAME`, `PLUGIN_VERSION`, `PLUGIN_STATUS`, `PLUGIN_TYPE`, `PLUGIN_TYPE_VERSION`, `PLUGIN_LIBRARY`, `PLUGIN_LIBRARY_VERSION`, `PLUGIN_AUTHOR`, `PLUGIN_DESCRIPTION`, `PLUGIN_LICENSE`) VALUES
('binlog', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'MySQL AB', 'This is a pseudo storage engine to represent the binlog in a transaction', 'GPL'),
('partition', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'Mikael Ronstrom, MySQL AB', 'Partition Storage Engine Helper', 'GPL'),
('ARCHIVE', '3.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'Brian Aker, MySQL AB', 'Archive storage engine', 'GPL'),
('BLACKHOLE', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'MySQL AB', '/dev/null storage engine (anything you write to it disappears)', 'GPL'),
('CSV', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'Brian Aker, MySQL AB', 'CSV storage engine', 'GPL'),
('FEDERATED', '1.0', 'DISABLED', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'Patrick Galbraith and Brian Aker, MySQL AB', 'Federated MySQL storage engine', 'GPL'),
('MEMORY', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'MySQL AB', 'Hash based, stored in memory, useful for temporary tables', 'GPL'),
('InnoDB', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'Innobase OY', 'Supports transactions, row-level locking, and foreign keys', 'GPL'),
('MyISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'MySQL AB', 'Default engine as of MySQL 3.23 with great performance', 'GPL'),
('MRG_MYISAM', '1.0', 'ACTIVE', 'STORAGE ENGINE', '50161.0', NULL, NULL, 'MySQL AB', 'Collection of identical MyISAM tables', 'GPL');
-- --------------------------------------------------------
--
-- Table structure for table `PROCESSLIST`
--
CREATE TEMPORARY TABLE `PROCESSLIST` (
`ID` bigint(4) NOT NULL DEFAULT '0',
`USER` varchar(16) NOT NULL DEFAULT '',
`HOST` varchar(64) NOT NULL DEFAULT '',
`DB` varchar(64) DEFAULT NULL,
`COMMAND` varchar(16) NOT NULL DEFAULT '',
`TIME` int(7) NOT NULL DEFAULT '0',
`STATE` varchar(64) DEFAULT NULL,
`INFO` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `PROCESSLIST`
--
INSERT INTO `PROCESSLIST` (`ID`, `USER`, `HOST`, `DB`, `COMMAND`, `TIME`, `STATE`, `INFO`) VALUES
(485999, 'supersti', 'localhost', NULL, 'Query', 0, 'executing', 'SELECT * FROM `information_schema`.`PROCESSLIST`');
-- --------------------------------------------------------
--
-- Table structure for table `PROFILING`
--
CREATE TEMPORARY TABLE `PROFILING` (
`QUERY_ID` int(20) NOT NULL DEFAULT '0',
`SEQ` int(20) NOT NULL DEFAULT '0',
`STATE` varchar(30) NOT NULL DEFAULT '',
`DURATION` decimal(9,6) NOT NULL DEFAULT '0.000000',
`CPU_USER` decimal(9,6) DEFAULT NULL,
`CPU_SYSTEM` decimal(9,6) DEFAULT NULL,
`CONTEXT_VOLUNTARY` int(20) DEFAULT NULL,
`CONTEXT_INVOLUNTARY` int(20) DEFAULT NULL,
`BLOCK_OPS_IN` int(20) DEFAULT NULL,
`BLOCK_OPS_OUT` int(20) DEFAULT NULL,
`MESSAGES_SENT` int(20) DEFAULT NULL,
`MESSAGES_RECEIVED` int(20) DEFAULT NULL,
`PAGE_FAULTS_MAJOR` int(20) DEFAULT NULL,
`PAGE_FAULTS_MINOR` int(20) DEFAULT NULL,
`SWAPS` int(20) DEFAULT NULL,
`SOURCE_FUNCTION` varchar(30) DEFAULT NULL,
`SOURCE_FILE` varchar(20) DEFAULT NULL,
`SOURCE_LINE` int(20) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `REFERENTIAL_CONSTRAINTS`
--
CREATE TEMPORARY TABLE `REFERENTIAL_CONSTRAINTS` (
`CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
`UNIQUE_CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`UNIQUE_CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`UNIQUE_CONSTRAINT_NAME` varchar(64) DEFAULT NULL,
`MATCH_OPTION` varchar(64) NOT NULL DEFAULT '',
`UPDATE_RULE` varchar(64) NOT NULL DEFAULT '',
`DELETE_RULE` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`REFERENCED_TABLE_NAME` varchar(64) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `ROUTINES`
--
CREATE TEMPORARY TABLE `ROUTINES` (
`SPECIFIC_NAME` varchar(64) NOT NULL DEFAULT '',
`ROUTINE_CATALOG` varchar(512) DEFAULT NULL,
`ROUTINE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`ROUTINE_NAME` varchar(64) NOT NULL DEFAULT '',
`ROUTINE_TYPE` varchar(9) NOT NULL DEFAULT '',
`DTD_IDENTIFIER` varchar(64) DEFAULT NULL,
`ROUTINE_BODY` varchar(8) NOT NULL DEFAULT '',
`ROUTINE_DEFINITION` longtext,
`EXTERNAL_NAME` varchar(64) DEFAULT NULL,
`EXTERNAL_LANGUAGE` varchar(64) DEFAULT NULL,
`PARAMETER_STYLE` varchar(8) NOT NULL DEFAULT '',
`IS_DETERMINISTIC` varchar(3) NOT NULL DEFAULT '',
`SQL_DATA_ACCESS` varchar(64) NOT NULL DEFAULT '',
`SQL_PATH` varchar(64) DEFAULT NULL,
`SECURITY_TYPE` varchar(7) NOT NULL DEFAULT '',
`CREATED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`LAST_ALTERED` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
`ROUTINE_COMMENT` varchar(64) NOT NULL DEFAULT '',
`DEFINER` varchar(77) NOT NULL DEFAULT '',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `SCHEMATA`
--
CREATE TEMPORARY TABLE `SCHEMATA` (
`CATALOG_NAME` varchar(512) DEFAULT NULL,
`SCHEMA_NAME` varchar(64) NOT NULL DEFAULT '',
`DEFAULT_CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
`DEFAULT_COLLATION_NAME` varchar(32) NOT NULL DEFAULT '',
`SQL_PATH` varchar(512) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `SCHEMATA`
--
INSERT INTO `SCHEMATA` (`CATALOG_NAME`, `SCHEMA_NAME`, `DEFAULT_CHARACTER_SET_NAME`, `DEFAULT_COLLATION_NAME`, `SQL_PATH`) VALUES
(NULL, 'information_schema', 'utf8', 'utf8_general_ci', NULL),
(NULL, 'supersti_smf262', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'supersti_userbase', 'latin1', 'latin1_swedish_ci', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `SCHEMA_PRIVILEGES`
--
CREATE TEMPORARY TABLE `SCHEMA_PRIVILEGES` (
`GRANTEE` varchar(81) NOT NULL DEFAULT '',
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
`IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `SCHEMA_PRIVILEGES`
--
INSERT INTO `SCHEMA_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `TABLE_SCHEMA`, `PRIVILEGE_TYPE`, `IS_GRANTABLE`) VALUES
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'SELECT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'INSERT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'UPDATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'DELETE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'CREATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'DROP', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'REFERENCES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'INDEX', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'ALTER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'CREATE TEMPORARY TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'LOCK TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'EXECUTE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'CREATE VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'SHOW VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'CREATE ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'ALTER ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'EVENT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_smf262', 'TRIGGER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'SELECT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'INSERT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'UPDATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'DELETE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'CREATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'DROP', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'REFERENCES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'INDEX', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'ALTER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'CREATE TEMPORARY TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'LOCK TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'EXECUTE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'CREATE VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'SHOW VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'CREATE ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'ALTER ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'EVENT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_userbase', 'TRIGGER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'SELECT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'INSERT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'UPDATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'DELETE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'CREATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'DROP', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'REFERENCES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'INDEX', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'ALTER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'CREATE TEMPORARY TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'LOCK TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'EXECUTE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'CREATE VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'SHOW VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'CREATE ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'ALTER ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'EVENT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage316', 'TRIGGER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'SELECT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'INSERT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'UPDATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'DELETE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'CREATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'DROP', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'REFERENCES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'INDEX', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'ALTER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'CREATE TEMPORARY TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'LOCK TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'EXECUTE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'CREATE VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'SHOW VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'CREATE ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'ALTER ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'EVENT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_mage700', 'TRIGGER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'SELECT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'INSERT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'UPDATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'DELETE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'CREATE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'DROP', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'REFERENCES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'INDEX', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'ALTER', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'CREATE TEMPORARY TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'LOCK TABLES', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'EXECUTE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'CREATE VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'SHOW VIEW', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'CREATE ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'ALTER ROUTINE', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'EVENT', 'NO'),
('''supersti''@''localhost''', NULL, 'supersti\\_%', 'TRIGGER', 'NO');
-- --------------------------------------------------------
--
-- Table structure for table `SESSION_STATUS`
--
CREATE TEMPORARY TABLE `SESSION_STATUS` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `SESSION_STATUS`
--
INSERT INTO `SESSION_STATUS` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('ABORTED_CLIENTS', '461'),
('ABORTED_CONNECTS', '572'),
('BINLOG_CACHE_DISK_USE', '0'),
('BINLOG_CACHE_USE', '0'),
('BYTES_RECEIVED', '7338'),
('BYTES_SENT', '273879'),
('COM_ADMIN_COMMANDS', '0'),
('COM_ASSIGN_TO_KEYCACHE', '0'),
('COM_ALTER_DB', '0'),
('COM_ALTER_DB_UPGRADE', '0'),
('COM_ALTER_EVENT', '0'),
('COM_ALTER_FUNCTION', '0'),
('COM_ALTER_PROCEDURE', '0'),
('COM_ALTER_SERVER', '0'),
('COM_ALTER_TABLE', '0'),
('COM_ALTER_TABLESPACE', '0'),
('COM_ANALYZE', '0'),
('COM_BACKUP_TABLE', '0'),
('COM_BEGIN', '0'),
('COM_BINLOG', '0'),
('COM_CALL_PROCEDURE', '0'),
('COM_CHANGE_DB', '0'),
('COM_CHANGE_MASTER', '0'),
('COM_CHECK', '0'),
('COM_CHECKSUM', '0'),
('COM_COMMIT', '0'),
('COM_CREATE_DB', '0'),
('COM_CREATE_EVENT', '0'),
('COM_CREATE_FUNCTION', '0'),
('COM_CREATE_INDEX', '0'),
('COM_CREATE_PROCEDURE', '0'),
('COM_CREATE_SERVER', '0'),
('COM_CREATE_TABLE', '0'),
('COM_CREATE_TRIGGER', '0'),
('COM_CREATE_UDF', '0'),
('COM_CREATE_USER', '0'),
('COM_CREATE_VIEW', '0'),
('COM_DEALLOC_SQL', '0'),
('COM_DELETE', '0'),
('COM_DELETE_MULTI', '0'),
('COM_DO', '0'),
('COM_DROP_DB', '0'),
('COM_DROP_EVENT', '0'),
('COM_DROP_FUNCTION', '0'),
('COM_DROP_INDEX', '0'),
('COM_DROP_PROCEDURE', '0'),
('COM_DROP_SERVER', '0'),
('COM_DROP_TABLE', '0'),
('COM_DROP_TRIGGER', '0'),
('COM_DROP_USER', '0'),
('COM_DROP_VIEW', '0'),
('COM_EMPTY_QUERY', '0'),
('COM_EXECUTE_SQL', '0'),
('COM_FLUSH', '0'),
('COM_GRANT', '0'),
('COM_HA_CLOSE', '0'),
('COM_HA_OPEN', '0'),
('COM_HA_READ', '0'),
('COM_HELP', '0'),
('COM_INSERT', '0'),
('COM_INSERT_SELECT', '0'),
('COM_INSTALL_PLUGIN', '0'),
('COM_KILL', '0'),
('COM_LOAD', '0'),
('COM_LOAD_MASTER_DATA', '0'),
('COM_LOAD_MASTER_TABLE', '0'),
('COM_LOCK_TABLES', '0'),
('COM_OPTIMIZE', '0'),
('COM_PRELOAD_KEYS', '0'),
('COM_PREPARE_SQL', '0'),
('COM_PURGE', '0'),
('COM_PURGE_BEFORE_DATE', '0'),
('COM_RELEASE_SAVEPOINT', '0'),
('COM_RENAME_TABLE', '0'),
('COM_RENAME_USER', '0'),
('COM_REPAIR', '0'),
('COM_REPLACE', '0'),
('COM_REPLACE_SELECT', '0'),
('COM_RESET', '0'),
('COM_RESTORE_TABLE', '0'),
('COM_REVOKE', '0'),
('COM_REVOKE_ALL', '0'),
('COM_ROLLBACK', '0'),
('COM_ROLLBACK_TO_SAVEPOINT', '0'),
('COM_SAVEPOINT', '0'),
('COM_SELECT', '21'),
('COM_SET_OPTION', '24'),
('COM_SHOW_AUTHORS', '0'),
('COM_SHOW_BINLOG_EVENTS', '0'),
('COM_SHOW_BINLOGS', '0'),
('COM_SHOW_CHARSETS', '0'),
('COM_SHOW_COLLATIONS', '0'),
('COM_SHOW_COLUMN_TYPES', '0'),
('COM_SHOW_CONTRIBUTORS', '0'),
('COM_SHOW_CREATE_DB', '0'),
('COM_SHOW_CREATE_EVENT', '0'),
('COM_SHOW_CREATE_FUNC', '0'),
('COM_SHOW_CREATE_PROC', '0'),
('COM_SHOW_CREATE_TABLE', '20'),
('COM_SHOW_CREATE_TRIGGER', '0'),
('COM_SHOW_DATABASES', '1'),
('COM_SHOW_ENGINE_LOGS', '0'),
('COM_SHOW_ENGINE_MUTEX', '0'),
('COM_SHOW_ENGINE_STATUS', '0'),
('COM_SHOW_EVENTS', '0'),
('COM_SHOW_ERRORS', '0'),
('COM_SHOW_FIELDS', '0'),
('COM_SHOW_FUNCTION_STATUS', '1'),
('COM_SHOW_GRANTS', '0'),
('COM_SHOW_KEYS', '0'),
('COM_SHOW_MASTER_STATUS', '0'),
('COM_SHOW_NEW_MASTER', '0'),
('COM_SHOW_OPEN_TABLES', '0'),
('COM_SHOW_PLUGINS', '1'),
('COM_SHOW_PRIVILEGES', '0'),
('COM_SHOW_PROCEDURE_STATUS', '1'),
('COM_SHOW_PROCESSLIST', '0'),
('COM_SHOW_PROFILE', '0'),
('COM_SHOW_PROFILES', '0'),
('COM_SHOW_SLAVE_HOSTS', '0'),
('COM_SHOW_SLAVE_STATUS', '0'),
('COM_SHOW_STATUS', '0'),
('COM_SHOW_STORAGE_ENGINES', '0'),
('COM_SHOW_TABLE_STATUS', '40'),
('COM_SHOW_TABLES', '1'),
('COM_SHOW_TRIGGERS', '19'),
('COM_SHOW_VARIABLES', '0'),
('COM_SHOW_WARNINGS', '0'),
('COM_SLAVE_START', '0'),
('COM_SLAVE_STOP', '0'),
('COM_STMT_CLOSE', '0'),
('COM_STMT_EXECUTE', '0'),
('COM_STMT_FETCH', '0'),
('COM_STMT_PREPARE', '0'),
('COM_STMT_REPREPARE', '0'),
('COM_STMT_RESET', '0'),
('COM_STMT_SEND_LONG_DATA', '0'),
('COM_TRUNCATE', '0'),
('COM_UNINSTALL_PLUGIN', '0'),
('COM_UNLOCK_TABLES', '0'),
('COM_UPDATE', '0'),
('COM_UPDATE_MULTI', '0'),
('COM_XA_COMMIT', '0'),
('COM_XA_END', '0'),
('COM_XA_PREPARE', '0'),
('COM_XA_RECOVER', '0'),
('COM_XA_ROLLBACK', '0'),
('COM_XA_START', '0'),
('COMPRESSION', 'OFF'),
('CONNECTIONS', '486000'),
('CREATED_TMP_DISK_TABLES', '84'),
('CREATED_TMP_FILES', '49071'),
('CREATED_TMP_TABLES', '275'),
('DELAYED_ERRORS', '0'),
('DELAYED_INSERT_THREADS', '0'),
('DELAYED_WRITES', '0'),
('FLUSH_COMMANDS', '1'),
('HANDLER_COMMIT', '0'),
('HANDLER_DELETE', '0'),
('HANDLER_DISCOVER', '0'),
('HANDLER_PREPARE', '0'),
('HANDLER_READ_FIRST', '3'),
('HANDLER_READ_KEY', '0'),
('HANDLER_READ_NEXT', '0'),
('HANDLER_READ_PREV', '0'),
('HANDLER_READ_RND', '0'),
('HANDLER_READ_RND_NEXT', '2434'),
('HANDLER_ROLLBACK', '0'),
('HANDLER_SAVEPOINT', '0'),
('HANDLER_SAVEPOINT_ROLLBACK', '0'),
('HANDLER_UPDATE', '0'),
('HANDLER_WRITE', '2521'),
('INNODB_BUFFER_POOL_PAGES_DATA', '376'),
('INNODB_BUFFER_POOL_PAGES_DIRTY', '0'),
('INNODB_BUFFER_POOL_PAGES_FLUSHED', '1526'),
('INNODB_BUFFER_POOL_PAGES_FREE', '134'),
('INNODB_BUFFER_POOL_PAGES_MISC', '2'),
('INNODB_BUFFER_POOL_PAGES_TOTAL', '512'),
('INNODB_BUFFER_POOL_READ_AHEAD_RND', '18'),
('INNODB_BUFFER_POOL_READ_AHEAD_SEQ', '0'),
('INNODB_BUFFER_POOL_READ_REQUESTS', '97246'),
('INNODB_BUFFER_POOL_READS', '257'),
('INNODB_BUFFER_POOL_WAIT_FREE', '0'),
('INNODB_BUFFER_POOL_WRITE_REQUESTS', '7381'),
('INNODB_DATA_FSYNCS', '2323'),
('INNODB_DATA_PENDING_FSYNCS', '0'),
('INNODB_DATA_PENDING_READS', '0'),
('INNODB_DATA_PENDING_WRITES', '0'),
('INNODB_DATA_READ', '8327168'),
('INNODB_DATA_READS', '315'),
('INNODB_DATA_WRITES', '3146'),
('INNODB_DATA_WRITTEN', '51061760'),
('INNODB_DBLWR_PAGES_WRITTEN', '1526'),
('INNODB_DBLWR_WRITES', '420'),
('INNODB_LOG_WAITS', '0'),
('INNODB_LOG_WRITE_REQUESTS', '628'),
('INNODB_LOG_WRITES', '1082'),
('INNODB_OS_LOG_FSYNCS', '1445'),
('INNODB_OS_LOG_PENDING_FSYNCS', '0'),
('INNODB_OS_LOG_PENDING_WRITES', '0'),
('INNODB_OS_LOG_WRITTEN', '871936'),
('INNODB_PAGE_SIZE', '16384'),
('INNODB_PAGES_CREATED', '1'),
('INNODB_PAGES_READ', '375'),
('INNODB_PAGES_WRITTEN', '1526'),
('INNODB_ROW_LOCK_CURRENT_WAITS', '0'),
('INNODB_ROW_LOCK_TIME', '0'),
('INNODB_ROW_LOCK_TIME_AVG', '0'),
('INNODB_ROW_LOCK_TIME_MAX', '0'),
('INNODB_ROW_LOCK_WAITS', '0'),
('INNODB_ROWS_DELETED', '85'),
('INNODB_ROWS_INSERTED', '82'),
('INNODB_ROWS_READ', '4869'),
('INNODB_ROWS_UPDATED', '860'),
('KEY_BLOCKS_NOT_FLUSHED', '0'),
('KEY_BLOCKS_UNUSED', '229256'),
('KEY_BLOCKS_USED', '6043'),
('KEY_READ_REQUESTS', '44547647'),
('KEY_READS', '537506'),
('KEY_WRITE_REQUESTS', '1631572'),
('KEY_WRITES', '615148'),
('LAST_QUERY_COST', '10.499000'),
('MAX_USED_CONNECTIONS', '35'),
('NOT_FLUSHED_DELAYED_ROWS', '0'),
('OPEN_FILES', '505'),
('OPEN_STREAMS', '0'),
('OPEN_TABLE_DEFINITIONS', '257'),
('OPEN_TABLES', '256'),
('OPENED_FILES', '1759664'),
('OPENED_TABLE_DEFINITIONS', '131'),
('OPENED_TABLES', '161'),
('PREPARED_STMT_COUNT', '0'),
('QCACHE_FREE_BLOCKS', '236'),
('QCACHE_FREE_MEMORY', '876024'),
('QCACHE_HITS', '9460188'),
('QCACHE_INSERTS', '2234220'),
('QCACHE_LOWMEM_PRUNES', '701941'),
('QCACHE_NOT_CACHED', '191280'),
('QCACHE_QUERIES_IN_CACHE', '2405'),
('QCACHE_TOTAL_BLOCKS', '6814'),
('QUERIES', '16111669'),
('QUESTIONS', '129'),
('RPL_STATUS', 'NULL'),
('SELECT_FULL_JOIN', '0'),
('SELECT_FULL_RANGE_JOIN', '0'),
('SELECT_RANGE', '0'),
('SELECT_RANGE_CHECK', '0'),
('SELECT_SCAN', '84'),
('SLAVE_OPEN_TEMP_TABLES', '0'),
('SLAVE_RETRIED_TRANSACTIONS', '0'),
('SLAVE_RUNNING', 'OFF'),
('SLOW_LAUNCH_THREADS', '2'),
('SLOW_QUERIES', '0'),
('SORT_MERGE_PASSES', '0'),
('SORT_RANGE', '0'),
('SORT_ROWS', '0'),
('SORT_SCAN', '0'),
('SSL_ACCEPT_RENEGOTIATES', '0'),
('SSL_ACCEPTS', '0'),
('SSL_CALLBACK_CACHE_HITS', '0'),
('SSL_CIPHER', ''),
('SSL_CIPHER_LIST', ''),
('SSL_CLIENT_CONNECTS', '0'),
('SSL_CONNECT_RENEGOTIATES', '0'),
('SSL_CTX_VERIFY_DEPTH', '0'),
('SSL_CTX_VERIFY_MODE', '0'),
('SSL_DEFAULT_TIMEOUT', '0'),
('SSL_FINISHED_ACCEPTS', '0'),
('SSL_FINISHED_CONNECTS', '0'),
('SSL_SESSION_CACHE_HITS', '0'),
('SSL_SESSION_CACHE_MISSES', '0'),
('SSL_SESSION_CACHE_MODE', 'NONE'),
('SSL_SESSION_CACHE_OVERFLOWS', '0'),
('SSL_SESSION_CACHE_SIZE', '0'),
('SSL_SESSION_CACHE_TIMEOUTS', '0'),
('SSL_SESSIONS_REUSED', '0'),
('SSL_USED_SESSION_CACHE_ENTRIES', '0'),
('SSL_VERIFY_DEPTH', '0'),
('SSL_VERIFY_MODE', '0'),
('SSL_VERSION', ''),
('TABLE_LOCKS_IMMEDIATE', '3623808'),
('TABLE_LOCKS_WAITED', '26859'),
('TC_LOG_MAX_PAGES_USED', '0'),
('TC_LOG_PAGE_SIZE', '0'),
('TC_LOG_PAGE_WAITS', '0'),
('THREADS_CACHED', '6'),
('THREADS_CONNECTED', '3'),
('THREADS_CREATED', '271'),
('THREADS_RUNNING', '1'),
('UPTIME', '1417083'),
('UPTIME_SINCE_FLUSH_STATUS', '1417083');
-- --------------------------------------------------------
--
-- Table structure for table `SESSION_VARIABLES`
--
CREATE TEMPORARY TABLE `SESSION_VARIABLES` (
`VARIABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VARIABLE_VALUE` varchar(1024) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `SESSION_VARIABLES`
--
INSERT INTO `SESSION_VARIABLES` (`VARIABLE_NAME`, `VARIABLE_VALUE`) VALUES
('MAX_PREPARED_STMT_COUNT', '16382'),
('CHARACTER_SETS_DIR', '/usr/share/mysql/charsets/'),
('HAVE_CRYPT', 'YES'),
('CONNECT_TIMEOUT', '10'),
('MYISAM_REPAIR_THREADS', '1'),
('AUTOMATIC_SP_PRIVILEGES', 'ON'),
('MAX_BINLOG_SIZE', '1073741824'),
('BINLOG_CACHE_SIZE', '32768'),
('LOG_SLAVE_UPDATES', 'OFF'),
('BACK_LOG', '50'),
('FT_MIN_WORD_LEN', '4'),
('MYISAM_USE_MMAP', 'OFF'),
('DELAYED_INSERT_TIMEOUT', '300'),
('FT_BOOLEAN_SYNTAX', '+ -><()~*:""&|'),
('LOG_BIN_TRUST_ROUTINE_CREATORS', 'OFF'),
('CHARACTER_SET_CONNECTION', 'utf8'),
('THREAD_STACK', '196608'),
('CHARACTER_SET_RESULTS', 'utf8'),
('BASEDIR', '/'),
('PID_FILE', '/var/lib/mysql/server1.hobohost.com.pid'),
('UPDATABLE_VIEWS_WITH_LIMIT', 'YES'),
('OPTIMIZER_SEARCH_DEPTH', '62'),
('SLOW_LAUNCH_TIME', '2'),
('SERVER_ID', '0'),
('INNODB_LOCK_WAIT_TIMEOUT', '50'),
('COMPLETION_TYPE', '0'),
('RELAY_LOG_INDEX', ''),
('LONG_QUERY_TIME', '10.000000'),
('SQL_QUOTE_SHOW_CREATE', 'ON'),
('EVENT_SCHEDULER', 'OFF'),
('SQL_LOG_UPDATE', 'ON'),
('COLLATION_DATABASE', 'latin1_swedish_ci'),
('INNODB_USE_LEGACY_CARDINALITY_ALGORITHM', 'ON'),
('FT_MAX_WORD_LEN', '84'),
('LOCKED_IN_MEMORY', 'OFF'),
('CONCURRENT_INSERT', '1'),
('OPTIMIZER_SWITCH', 'index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on'),
('PRELOAD_BUFFER_SIZE', '32768'),
('REPORT_HOST', ''),
('INIT_SLAVE', ''),
('SSL_KEY', ''),
('FLUSH', 'OFF'),
('MAX_WRITE_LOCK_COUNT', '4294967295'),
('DELAYED_INSERT_LIMIT', '100'),
('SLAVE_SKIP_ERRORS', 'OFF'),
('FT_QUERY_EXPANSION_LIMIT', '20'),
('INSERT_ID', '0'),
('SQL_LOW_PRIORITY_UPDATES', 'OFF'),
('RELAY_LOG_PURGE', 'ON'),
('TMP_TABLE_SIZE', '16777216'),
('SKIP_SHOW_DATABASE', 'OFF'),
('FT_STOPWORD_FILE', '(built-in)'),
('GROUP_CONCAT_MAX_LEN', '1024'),
('JOIN_BUFFER_SIZE', '131072'),
('INNODB_LOG_BUFFER_SIZE', '1048576'),
('MAX_ERROR_COUNT', '64'),
('INIT_CONNECT', ''),
('MAX_SEEKS_FOR_KEY', '4294967295'),
('INNODB_MAX_PURGE_LAG', '0'),
('DELAYED_QUEUE_SIZE', '1000'),
('TRANSACTION_PREALLOC_SIZE', '4096'),
('INTERACTIVE_TIMEOUT', '28800'),
('VERSION_COMPILE_OS', 'pc-linux-gnu'),
('INNODB_FILE_PER_TABLE', 'OFF'),
('SQL_NOTES', 'ON'),
('LARGE_PAGES', 'OFF'),
('LOW_PRIORITY_UPDATES', 'OFF'),
('AUTO_INCREMENT_OFFSET', '1'),
('REPORT_PASSWORD', ''),
('MAX_CONNECT_ERRORS', '10'),
('MAX_INSERT_DELAYED_THREADS', '20'),
('PLUGIN_DIR', '/usr/lib/mysql/plugin'),
('HAVE_COMPRESS', 'YES'),
('MAX_CONNECTIONS', '151'),
('TRANSACTION_ALLOC_BLOCK_SIZE', '8192'),
('TIMED_MUTEXES', 'OFF'),
('THREAD_CACHE_SIZE', '8'),
('LANGUAGE', '/usr/share/mysql/english/'),
('INNODB_DOUBLEWRITE', 'ON'),
('PSEUDO_THREAD_ID', '485999'),
('MAX_USER_CONNECTIONS', '0'),
('BULK_INSERT_BUFFER_SIZE', '8388608'),
('DEFAULT_WEEK_FORMAT', '0'),
('LOWER_CASE_FILE_SYSTEM', 'OFF'),
('LOG_OUTPUT', 'FILE'),
('MAX_RELAY_LOG_SIZE', '0'),
('LOG_WARNINGS', '1'),
('MIN_EXAMINED_ROW_LIMIT', '0'),
('PROTOCOL_VERSION', '10'),
('COLLATION_SERVER', 'latin1_swedish_ci'),
('HAVE_SYMLINK', 'YES'),
('CHARACTER_SET_SERVER', 'latin1'),
('TIME_ZONE', '+00:00'),
('MAX_LENGTH_FOR_SORT_DATA', '1024'),
('INNODB_TABLE_LOCKS', 'ON'),
('MAX_HEAP_TABLE_SIZE', '16777216'),
('INNODB_AUTOEXTEND_INCREMENT', '8'),
('DELAY_KEY_WRITE', 'ON'),
('MYISAM_DATA_POINTER_SIZE', '6'),
('KEY_CACHE_AGE_THRESHOLD', '300'),
('INNODB_THREAD_SLEEP_DELAY', '10000'),
('NET_RETRY_COUNT', '10'),
('SQL_AUTO_IS_NULL', 'ON'),
('LOG_QUERIES_NOT_USING_INDEXES', 'OFF'),
('SLAVE_TRANSACTION_RETRIES', '10'),
('TABLE_LOCK_WAIT_TIMEOUT', '50'),
('SLAVE_COMPRESSED_PROTOCOL', 'OFF'),
('LARGE_PAGE_SIZE', '0'),
('GENERAL_LOG', 'OFF'),
('INNODB_LOCKS_UNSAFE_FOR_BINLOG', 'OFF'),
('TABLE_TYPE', 'MyISAM'),
('SECURE_FILE_PRIV', ''),
('QUERY_CACHE_MIN_RES_UNIT', '4096'),
('QUERY_PREALLOC_SIZE', '8192'),
('INNODB_STATS_ON_METADATA', 'ON'),
('RELAY_LOG', ''),
('INNODB_ROLLBACK_ON_TIMEOUT', 'OFF'),
('FLUSH_TIME', '0'),
('PROFILING_HISTORY_SIZE', '15'),
('CHARACTER_SET_FILESYSTEM', 'binary'),
('INNODB_ADDITIONAL_MEM_POOL_SIZE', '1048576'),
('MAX_BINLOG_CACHE_SIZE', '4294963200'),
('READ_RND_BUFFER_SIZE', '4194304'),
('READ_BUFFER_SIZE', '1048576'),
('SECURE_AUTH', 'OFF'),
('MAX_SORT_LENGTH', '1024'),
('BIG_TABLES', 'OFF'),
('NET_BUFFER_LENGTH', '16384'),
('SQL_SELECT_LIMIT', '18446744073709551615'),
('MYISAM_MAX_SORT_FILE_SIZE', '2146435072'),
('DATE_FORMAT', '%Y-%m-%d'),
('NET_WRITE_TIMEOUT', '60'),
('READ_ONLY', 'OFF'),
('SLAVE_EXEC_MODE', 'STRICT'),
('RAND_SEED1', ''),
('BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES', 'OFF'),
('INNODB_DATA_FILE_PATH', 'ibdata1:10M:autoextend'),
('QUERY_CACHE_LIMIT', '1048576'),
('VERSION_COMMENT', 'MySQL Community Server (GPL)'),
('SYNC_FRM', 'ON'),
('PROFILING', 'OFF'),
('QUERY_CACHE_SIZE', '16777216'),
('OLD_PASSWORDS', 'OFF'),
('LOWER_CASE_TABLE_NAMES', '0'),
('KEY_CACHE_DIVISION_LIMIT', '100'),
('LOG_BIN', 'OFF'),
('GENERAL_LOG_FILE', '/var/lib/mysql/server1.log'),
('MYISAM_SORT_BUFFER_SIZE', '67108864'),
('SKIP_NAME_RESOLVE', 'OFF'),
('SSL_CERT', ''),
('AUTO_INCREMENT_INCREMENT', '1'),
('SQL_MODE', ''),
('TMPDIR', '/tmp'),
('QUERY_ALLOC_BLOCK_SIZE', '8192'),
('EXPIRE_LOGS_DAYS', '0'),
('QUERY_CACHE_TYPE', 'ON'),
('HAVE_PARTITIONING', 'YES'),
('INIT_FILE', ''),
('FOREIGN_KEY_CHECKS', 'ON'),
('THREAD_HANDLING', 'one-thread-per-connection'),
('RELAY_LOG_INFO_FILE', 'relay-log.info'),
('QUERY_CACHE_WLOCK_INVALIDATE', 'OFF'),
('INNODB_AUTOINC_LOCK_MODE', '1'),
('MYISAM_RECOVER_OPTIONS', 'OFF'),
('INNODB_COMMIT_CONCURRENCY', '0'),
('MYISAM_STATS_METHOD', 'nulls_unequal'),
('INNODB_MIRRORED_LOG_GROUPS', '1'),
('SYSTEM_TIME_ZONE', 'EST'),
('UNIQUE_CHECKS', 'ON'),
('SKIP_NETWORKING', 'OFF'),
('VERSION', '5.1.61'),
('OPTIMIZER_PRUNE_LEVEL', '1'),
('INNODB_SUPPORT_XA', 'ON'),
('AUTOCOMMIT', 'ON'),
('INNODB_SYNC_SPIN_LOOPS', '20'),
('OPEN_FILES_LIMIT', '1024'),
('COLLATION_CONNECTION', 'utf8_general_ci'),
('HOSTNAME', 'server1.hobohost.com'),
('HAVE_QUERY_CACHE', 'YES'),
('CHARACTER_SET_DATABASE', 'latin1'),
('INNODB_ADAPTIVE_HASH_INDEX', 'ON'),
('RPL_RECOVERY_RANK', '0'),
('CHARACTER_SET_SYSTEM', 'utf8'),
('VERSION_COMPILE_MACHINE', 'i686'),
('DIV_PRECISION_INCREMENT', '4'),
('TABLE_DEFINITION_CACHE', '256'),
('DATADIR', '/var/lib/mysql/'),
('NET_READ_TIMEOUT', '30'),
('INNODB_DATA_HOME_DIR', ''),
('HAVE_CSV', 'YES'),
('SQL_LOG_BIN', 'ON'),
('MAX_ALLOWED_PACKET', '1048576'),
('SQL_SLAVE_SKIP_COUNTER', ''),
('WARNING_COUNT', '0'),
('TIME_FORMAT', '%H:%i:%s'),
('ENGINE_CONDITION_PUSHDOWN', 'ON'),
('INNODB_FORCE_RECOVERY', '0'),
('LAST_INSERT_ID', '0'),
('INNODB_LOG_FILES_IN_GROUP', '2'),
('SQL_BIG_TABLES', 'OFF'),
('ERROR_COUNT', '0'),
('SQL_SAFE_UPDATES', 'OFF'),
('HAVE_DYNAMIC_LOADING', 'YES'),
('MAX_SP_RECURSION_DEPTH', '0'),
('SYNC_BINLOG', '0'),
('SQL_BIG_SELECTS', 'ON'),
('RELAY_LOG_SPACE_LIMIT', '0'),
('MAX_LONG_DATA_SIZE', '1048576'),
('INNODB_OPEN_FILES', '300'),
('LARGE_FILES_SUPPORT', 'ON'),
('OLD', 'OFF'),
('KEEP_FILES_ON_CREATE', 'OFF'),
('INNODB_MAX_DIRTY_PAGES_PCT', '90'),
('SQL_MAX_JOIN_SIZE', '18446744073709551615'),
('NEW', 'OFF'),
('TABLE_OPEN_CACHE', '256'),
('KEY_BUFFER_SIZE', '268435456'),
('HAVE_COMMUNITY_FEATURES', 'YES'),
('HAVE_NDBCLUSTER', 'NO'),
('REPORT_PORT', '3306'),
('HAVE_GEOMETRY', 'YES'),
('SQL_BUFFER_RESULT', 'OFF'),
('INNODB_STATS_METHOD', 'nulls_equal'),
('KEY_CACHE_BLOCK_SIZE', '1024'),
('INNODB_FAST_SHUTDOWN', '1'),
('SSL_CIPHER', ''),
('SSL_CA', ''),
('SQL_WARNINGS', 'OFF'),
('INNODB_THREAD_CONCURRENCY', '8'),
('HAVE_INNODB', 'YES'),
('SLAVE_NET_TIMEOUT', '3600'),
('SSL_CAPATH', ''),
('INNODB_BUFFER_POOL_SIZE', '8388608'),
('LOG_ERROR', '/var/lib/mysql/server1.hobohost.com.err'),
('LOCAL_INFILE', 'ON'),
('REPORT_USER', ''),
('HAVE_RTREE_KEYS', 'YES'),
('LOG', 'OFF'),
('BINLOG_FORMAT', 'STATEMENT'),
('TX_ISOLATION', 'REPEATABLE-READ'),
('OLD_ALTER_TABLE', 'OFF'),
('LC_TIME_NAMES', 'en_US'),
('MYISAM_MMAP_SIZE', '4294967295'),
('LOG_SLOW_QUERIES', 'OFF'),
('IGNORE_BUILTIN_INNODB', 'OFF'),
('MAX_TMP_TABLES', '32'),
('TIMESTAMP', '1332704885'),
('SQL_LOG_OFF', 'OFF'),
('MAX_DELAYED_THREADS', '20'),
('SLOW_QUERY_LOG_FILE', '/var/lib/mysql/server1-slow.log'),
('DATETIME_FORMAT', '%Y-%m-%d %H:%i:%s'),
('MULTI_RANGE_COUNT', '256'),
('INNODB_FLUSH_LOG_AT_TRX_COMMIT', '1'),
('SLOW_QUERY_LOG', 'OFF'),
('INNODB_FILE_IO_THREADS', '4'),
('INNODB_FLUSH_METHOD', ''),
('LICENSE', 'GPL'),
('RANGE_ALLOC_BLOCK_SIZE', '4096'),
('INNODB_CHECKSUMS', 'ON'),
('STORAGE_ENGINE', 'MyISAM'),
('PORT', '3306'),
('HAVE_SSL', 'DISABLED'),
('INNODB_LOG_FILE_SIZE', '5242880'),
('INNODB_CONCURRENCY_TICKETS', '500'),
('LOG_BIN_TRUST_FUNCTION_CREATORS', 'OFF'),
('MAX_JOIN_SIZE', '18446744073709551615'),
('SORT_BUFFER_SIZE', '1048576'),
('WAIT_TIMEOUT', '28800'),
('HAVE_OPENSSL', 'DISABLED'),
('INNODB_LOG_GROUP_HOME_DIR', './'),
('SOCKET', '/var/lib/mysql/mysql.sock'),
('CHARACTER_SET_CLIENT', 'utf8'),
('RAND_SEED2', ''),
('SKIP_EXTERNAL_LOCKING', 'ON'),
('IDENTITY', '0'),
('SLAVE_LOAD_TMPDIR', '/tmp');
-- --------------------------------------------------------
--
-- Table structure for table `STATISTICS`
--
CREATE TEMPORARY TABLE `STATISTICS` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`NON_UNIQUE` bigint(1) NOT NULL DEFAULT '0',
`INDEX_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`INDEX_NAME` varchar(64) NOT NULL DEFAULT '',
`SEQ_IN_INDEX` bigint(2) NOT NULL DEFAULT '0',
`COLUMN_NAME` varchar(64) NOT NULL DEFAULT '',
`COLLATION` varchar(1) DEFAULT NULL,
`CARDINALITY` bigint(21) DEFAULT NULL,
`SUB_PART` bigint(3) DEFAULT NULL,
`PACKED` varchar(10) DEFAULT NULL,
`NULLABLE` varchar(3) NOT NULL DEFAULT '',
`INDEX_TYPE` varchar(16) NOT NULL DEFAULT '',
`COMMENT` varchar(16) DEFAULT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `STATISTICS`
--
INSERT INTO `STATISTICS` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `NON_UNIQUE`, `INDEX_SCHEMA`, `INDEX_NAME`, `SEQ_IN_INDEX`, `COLUMN_NAME`, `COLLATION`, `CARDINALITY`, `SUB_PART`, `PACKED`, `NULLABLE`, `INDEX_TYPE`, `COMMENT`) VALUES
(NULL, 'supersti_smf262', 'smf_admin_info_files', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_file', 'A', 7, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 1, 'supersti_smf262', 'filename', 1, 'filename', 'A', 7, 30, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_album', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 1, 'supersti_smf262', 'album_of', 1, 'album_of', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 1, 'supersti_smf262', 'id_album_album_of_featured', 1, 'id_album', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 1, 'supersti_smf262', 'id_album_album_of_featured', 2, 'album_of', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 1, 'supersti_smf262', 'id_album_album_of_featured', 3, 'featured', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_comment', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_field', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_media', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_field', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_file', 'A', 4, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_media', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_media', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_media', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 1, 'supersti_smf262', 'id_thumb', 1, 'id_thumb', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 1, 'supersti_smf262', 'time_added', 1, 'time_added', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 1, 'supersti_smf262', 'album_id', 1, 'album_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_group', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_profile', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 0, 'supersti_smf262', 'PRIMARY', 3, 'permission', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_profile', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_group', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 0, 'supersti_smf262', 'PRIMARY', 3, 'type', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_settings', 0, 'supersti_smf262', 'PRIMARY', 1, 'name', 'A', 50, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 0, 'supersti_smf262', 'PRIMARY', 1, 'id', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_attach', 'A', 12, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 0, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 12, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 0, 'supersti_smf262', 'id_member', 2, 'id_attach', 'A', 12, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 1, 'supersti_smf262', 'id_msg', 1, 'id_msg', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 1, 'supersti_smf262', 'attachment_type', 1, 'attachment_type', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_ban_group', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_ban', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 1, 'supersti_smf262', 'id_ban_group', 1, 'id_ban_group', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_group', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_profile', 'A', 24, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 0, 'supersti_smf262', 'PRIMARY', 3, 'permission', 'A', 466, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_board', 'A', 21, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 0, 'supersti_smf262', 'categories', 1, 'id_cat', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 0, 'supersti_smf262', 'categories', 2, 'id_board', 'A', 21, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 1, 'supersti_smf262', 'id_parent', 1, 'id_parent', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 1, 'supersti_smf262', 'id_msg_updated', 1, 'id_msg_updated', 'A', 21, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_boards', 1, 'supersti_smf262', 'member_groups', 1, 'member_groups', 'A', 1, 48, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_event', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 1, 'supersti_smf262', 'start_date', 1, 'start_date', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 1, 'supersti_smf262', 'end_date', 1, 'end_date', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 1, 'supersti_smf262', 'topic', 1, 'id_topic', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 1, 'supersti_smf262', 'topic', 2, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_holiday', 'A', 115, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 1, 'supersti_smf262', 'event_date', 1, 'event_date', 'A', 115, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_categories', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_cat', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_cat', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_field', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 0, 'supersti_smf262', 'col_name', 1, 'col_name', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 0, 'supersti_smf262', 'PRIMARY', 1, 'ID_FEED', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 0, 'supersti_smf262', 'PRIMARY', 1, 'ID_FEEDITEM', 'A', 37, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_group_moderators', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_group', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_group_moderators', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_action', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 1, 'supersti_smf262', 'id_log', 1, 'id_log', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 1, 'supersti_smf262', 'id_board', 1, 'id_board', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 1, 'supersti_smf262', 'id_msg', 1, 'id_msg', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 0, 'supersti_smf262', 'PRIMARY', 1, 'date', 'A', 36, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 1, 'supersti_smf262', 'most_on', 1, 'most_on', 'A', 9, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_ban_log', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_member', 'A', 20, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_board', 'A', 103, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_comment', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 1, 'supersti_smf262', 'id_recipient', 1, 'id_recipient', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 1, 'supersti_smf262', 'comment_type', 1, 'comment_type', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_error', 'A', 2782, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', 2782, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 22, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 1, 'supersti_smf262', 'ip', 1, 'ip', 'A', 278, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 0, 'supersti_smf262', 'PRIMARY', 1, 'ip', 'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 0, 'supersti_smf262', 'PRIMARY', 2, 'log_type', 'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_request', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 0, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 0, 'supersti_smf262', 'id_member', 2, 'id_group', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_member', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_board', 'A', 21, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_member_notices', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_notice', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_member', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_topic', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 0, 'supersti_smf262', 'PRIMARY', 3, 'id_board', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 1, 'supersti_smf262', 'id_topic', 1, 'id_topic', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 1, 'supersti_smf262', 'id_topic', 2, 'id_member', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 0, 'supersti_smf262', 'PRIMARY', 1, 'session', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 8, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_install', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 1, 'supersti_smf262', 'filename', 1, 'filename', 'A', 11, 15, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 1, 'supersti_smf262', 'id_poll', 1, 'id_poll', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 1, 'supersti_smf262', 'id_poll', 2, 'id_member', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 1, 'supersti_smf262', 'id_poll', 3, 'id_choice', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_report', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 1, 'supersti_smf262', 'id_topic', 1, 'id_topic', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 1, 'supersti_smf262', 'closed', 1, 'closed', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 1, 'supersti_smf262', 'time_started', 1, 'time_started', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 1, 'supersti_smf262', 'id_msg', 1, 'id_msg', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_comment', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 1, 'supersti_smf262', 'id_report', 1, 'id_report', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 1, 'supersti_smf262', 'time_sent', 1, 'time_sent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_log', 'A', 440, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_messages', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_search', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_messages', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_msg', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_search', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_topic', 'A', 10, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 0, 'supersti_smf262', 'PRIMARY', 1, 'word', 'A', 138, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_topic', 'A', 276, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 1, 'supersti_smf262', 'id_topic', 1, 'id_topic', 'A', 69, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_topics', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_search', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_search_topics', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_topic', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_hit', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 1, 'supersti_smf262', 'id_spider', 1, 'id_spider', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 1, 'supersti_smf262', 'log_time', 1, 'log_time', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 1, 'supersti_smf262', 'processed', 1, 'processed', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 0, 'supersti_smf262', 'PRIMARY', 1, 'stat_date', 'A', 14, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_spider', 'A', 42, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_sublog', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 0, 'supersti_smf262', 'id_subscribe', 1, 'id_subscribe', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 0, 'supersti_smf262', 'id_subscribe', 2, 'id_member', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 1, 'supersti_smf262', 'end_time', 1, 'end_time', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 1, 'supersti_smf262', 'reminder_sent', 1, 'reminder_sent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 1, 'supersti_smf262', 'payments_pending', 1, 'payments_pending', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 1, 'supersti_smf262', 'status', 1, 'status', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_member', 'A', 17, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_topic', 'A', 156, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 1, 'supersti_smf262', 'id_topic', 1, 'id_topic', 'A', 78, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_mail', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 1, 'supersti_smf262', 'time_sent', 1, 'time_sent', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 1, 'supersti_smf262', 'mail_priority', 1, 'priority', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 1, 'supersti_smf262', 'mail_priority', 2, 'id_mail', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_group', 'A', 10, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 1, 'supersti_smf262', 'min_posts', 1, 'min_posts', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_member', 'A', 39, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'member_name', 1, 'member_name', 'A', 39, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'real_name', 1, 'real_name', 'A', 39, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'date_registered', 1, 'date_registered', 'A', 39, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'id_group', 1, 'id_group', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'birthdate', 1, 'birthdate', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'posts', 1, 'posts', 'A', 6, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'last_login', 1, 'last_login', 'A', 39, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'lngfile', 1, 'lngfile', 'A', 1, 30, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'id_post_group', 1, 'id_post_group', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'warning', 1, 'warning', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'total_time_logged_in', 1, 'total_time_logged_in', 'A', 19, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_members', 1, 'supersti_smf262', 'id_theme', 1, 'id_theme', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_icon', 'A', 12, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 1, 'supersti_smf262', 'id_board', 1, 'id_board', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'topic', 1, 'id_topic', 'A', 55, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'topic', 2, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'id_board', 1, 'id_board', 'A', 13, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'id_board', 2, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 0, 'supersti_smf262', 'id_member', 2, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'approved', 1, 'approved', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'ip_index', 1, 'poster_ip', 'A', 12, 15, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'ip_index', 2, 'id_topic', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'participation', 1, 'id_member', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'participation', 2, 'id_topic', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'show_posts', 1, 'id_member', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'show_posts', 2, 'id_board', 'A', 37, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'id_topic', 1, 'id_topic', 'A', 55, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'id_member_msg', 1, 'id_member', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'id_member_msg', 2, 'approved', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'id_member_msg', 3, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'current_topic', 1, 'id_topic', 'A', 55, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'current_topic', 2, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'current_topic', 3, 'id_member', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'current_topic', 4, 'approved', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'related_ip', 1, 'id_member', 'A', 11, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'related_ip', 2, 'poster_ip', 'A', 12, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_messages', 1, 'supersti_smf262', 'related_ip', 3, 'id_msg', 'A', 111, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_moderators', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_board', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_moderators', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 0, 'supersti_smf262', 'PRIMARY', 1, 'server_url', 'A', NULL, 125, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 0, 'supersti_smf262', 'PRIMARY', 2, 'handle', 'A', 0, 125, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 1, 'supersti_smf262', 'expires', 1, 'expires', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_package_servers', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_server', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_permission_profiles', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_profile', 'A', 4, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_group', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 0, 'supersti_smf262', 'PRIMARY', 2, 'permission', 'A', 72, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_pm', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 1, 'supersti_smf262', 'id_member', 1, 'id_member_from', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 1, 'supersti_smf262', 'id_member', 2, 'deleted_by_sender', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 1, 'supersti_smf262', 'msgtime', 1, 'msgtime', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 1, 'supersti_smf262', 'id_pm_head', 1, 'id_pm_head', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_pm', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 0, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 0, 'supersti_smf262', 'id_member', 2, 'deleted', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 0, 'supersti_smf262', 'id_member', 3, 'id_pm', 'A', 3, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_rule', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 1, 'supersti_smf262', 'delete_pm', 1, 'delete_pm', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_poll', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_choice', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_polls', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_poll', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_topic', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 0, 'supersti_smf262', 'pretty_url', 1, 'pretty_url', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_pretty_urls_cache', 0, 'supersti_smf262', 'PRIMARY', 1, 'url_id', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_task', 'A', 10, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 0, 'supersti_smf262', 'task', 1, 'task', 'A', 10, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 1, 'supersti_smf262', 'next_time', 1, 'next_time', 'A', 5, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 1, 'supersti_smf262', 'disabled', 1, 'disabled', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sessions', 0, 'supersti_smf262', 'PRIMARY', 1, 'session_id', 'A', 30, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_settings', 0, 'supersti_smf262', 'PRIMARY', 1, 'variable', 'A', 281, 30, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 0, 'supersti_smf262', 'PRIMARY', 1, 'ID_SHOUT', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 0, 'supersti_smf262', 'PRIMARY', 1, 'ID_MEMBER', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_settings', 0, 'supersti_smf262', 'PRIMARY', 1, 'variable', 'A', 21, 30, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_smiley', 'A', 22, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_article', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_block', 'A', 18, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 1, 'supersti_smf262', 'state', 1, 'state', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_category', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_functions', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_function', 'A', 30, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_page', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_block', 'A', 9, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 0, 'supersti_smf262', 'PRIMARY', 2, 'variable', 'A', 18, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 1, 'supersti_smf262', 'variable', 1, 'variable', 'A', 9, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_shoutbox', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_shout', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_spider', 'A', 19, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_subscribe', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 1, 'supersti_smf262', 'active', 1, 'active', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_themes', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_theme', 'A', 4, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_themes', 0, 'supersti_smf262', 'PRIMARY', 2, 'id_member', 'A', 40, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_themes', 0, 'supersti_smf262', 'PRIMARY', 3, 'variable', 'A', 160, 30, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_themes', 1, 'supersti_smf262', 'id_member', 1, 'id_member', 'A', 40, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'PRIMARY', 1, 'id_topic', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'last_message', 1, 'id_last_msg', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'last_message', 2, 'id_board', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'first_message', 1, 'id_first_msg', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'first_message', 2, 'id_board', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'poll', 1, 'id_poll', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 0, 'supersti_smf262', 'poll', 2, 'id_topic', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'is_sticky', 1, 'is_sticky', 'A', 2, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'approved', 1, 'approved', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'id_board', 1, 'id_board', 'A', 14, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'member_started', 1, 'id_member_started', 'A', 10, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'member_started', 2, 'id_board', 'A', 24, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'last_message_sticky', 1, 'id_board', 'A', 14, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'last_message_sticky', 2, 'is_sticky', 'A', 14, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'last_message_sticky', 3, 'id_last_msg', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'board_news', 1, 'id_board', 'A', 14, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_smf262', 'smf_topics', 1, 'supersti_smf262', 'board_news', 2, 'id_first_msg', 'A', 74, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_userbase', 'active_guests', 0, 'supersti_userbase', 'PRIMARY', 1, 'ip', 'A', 1, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_userbase', 'active_users', 0, 'supersti_userbase', 'PRIMARY', 1, 'username', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_userbase', 'banned_users', 0, 'supersti_userbase', 'PRIMARY', 1, 'username', 'A', 0, NULL, NULL, '', 'BTREE', ''),
(NULL, 'supersti_userbase', 'users', 0, 'supersti_userbase', 'PRIMARY', 1, 'username', 'A', 1, NULL, NULL, '', 'BTREE', '');
-- --------------------------------------------------------
--
-- Table structure for table `TABLES`
--
CREATE TEMPORARY TABLE `TABLES` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`TABLE_TYPE` varchar(64) NOT NULL DEFAULT '',
`ENGINE` varchar(64) DEFAULT NULL,
`VERSION` bigint(21) unsigned DEFAULT NULL,
`ROW_FORMAT` varchar(10) DEFAULT NULL,
`TABLE_ROWS` bigint(21) unsigned DEFAULT NULL,
`AVG_ROW_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`MAX_DATA_LENGTH` bigint(21) unsigned DEFAULT NULL,
`INDEX_LENGTH` bigint(21) unsigned DEFAULT NULL,
`DATA_FREE` bigint(21) unsigned DEFAULT NULL,
`AUTO_INCREMENT` bigint(21) unsigned DEFAULT NULL,
`CREATE_TIME` datetime DEFAULT NULL,
`UPDATE_TIME` datetime DEFAULT NULL,
`CHECK_TIME` datetime DEFAULT NULL,
`TABLE_COLLATION` varchar(32) DEFAULT NULL,
`CHECKSUM` bigint(21) unsigned DEFAULT NULL,
`CREATE_OPTIONS` varchar(255) DEFAULT NULL,
`TABLE_COMMENT` varchar(80) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `TABLES`
--
INSERT INTO `TABLES` (`TABLE_CATALOG`, `TABLE_SCHEMA`, `TABLE_NAME`, `TABLE_TYPE`, `ENGINE`, `VERSION`, `ROW_FORMAT`, `TABLE_ROWS`, `AVG_ROW_LENGTH`, `DATA_LENGTH`, `MAX_DATA_LENGTH`, `INDEX_LENGTH`, `DATA_FREE`, `AUTO_INCREMENT`, `CREATE_TIME`, `UPDATE_TIME`, `CHECK_TIME`, `TABLE_COLLATION`, `CHECKSUM`, `CREATE_OPTIONS`, `TABLE_COMMENT`) VALUES
(NULL, 'information_schema', 'CHARACTER_SETS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 384, 0, 16604160, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=43690', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 231, 0, 16704765, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=72628', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 195, 0, 16691610, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=86037', ''),
(NULL, 'information_schema', 'COLUMNS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=4560', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2565, 0, 16757145, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6540', ''),
(NULL, 'information_schema', 'ENGINES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 490, 0, 16709000, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=34239', ''),
(NULL, 'information_schema', 'EVENTS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=618', ''),
(NULL, 'information_schema', 'FILES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2677, 0, 16758020, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6267', ''),
(NULL, 'information_schema', 'GLOBAL_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'GLOBAL_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 4637, 0, 16762755, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3618', ''),
(NULL, 'information_schema', 'PARTITIONS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=5612', ''),
(NULL, 'information_schema', 'PLUGINS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=13025', ''),
(NULL, 'information_schema', 'PROCESSLIST', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=23899', ''),
(NULL, 'information_schema', 'PROFILING', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 308, 0, 16562084, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=54471', ''),
(NULL, 'information_schema', 'REFERENTIAL_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 4814, 0, 16767162, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3485', ''),
(NULL, 'information_schema', 'ROUTINES', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=588', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3464, 0, 16755368, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4843', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2179, 0, 16767405, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7699', ''),
(NULL, 'information_schema', 'SESSION_STATUS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'SESSION_VARIABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3268, 0, 16755036, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=5133', ''),
(NULL, 'information_schema', 'STATISTICS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2679, 0, 16770540, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6262', ''),
(NULL, 'information_schema', 'TABLES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 3545, 0, 16760760, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4732', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2504, 0, 16749256, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6700', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 2372, 0, 16748692, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7073', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=569', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', 10, 'Fixed', NULL, 1986, 0, 16759854, 0, 0, NULL, '2012-03-25 19:48:05', NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=8447', ''),
(NULL, 'information_schema', 'VIEWS', 'SYSTEM VIEW', 'MyISAM', 10, 'Dynamic', NULL, 0, 0, 281474976710655, 1024, 0, NULL, '2012-03-25 19:48:05', '2012-03-25 19:48:05', NULL, 'utf8_general_ci', NULL, 'max_rows=6932', ''),
(NULL, 'supersti_smf262', 'smf_admin_info_files', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 7, 14115, 103456, 281474976710655, 3072, 4648, 8, '2012-02-19 04:33:36', '2012-03-25 04:56:21', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_albums', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_comments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_field_data', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_fields', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_files', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 4, 48, 192, 281474976710655, 2048, 0, 5, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_media', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 1, 13, 13, 3659174697238527, 2048, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:29', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_log_ratings', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 4785074604081151, 1024, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_media', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 16:58:11', '2012-02-19 16:58:11', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_perms', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_quotas', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:10', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_settings', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 50, 30, 1512, 281474976710655, 4096, 0, NULL, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_aeva_variables', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 32, 32, 281474976710655, 2048, 0, 3, '2012-02-19 16:58:10', '2012-02-19 16:58:11', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_approval_queue', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 3096224743817215, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_attachments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 12, 104, 1256, 281474976710655, 5120, 0, 15, '2012-02-19 04:33:36', '2012-03-25 19:44:02', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_ban_groups', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_ban_items', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_board_permissions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 466, 24, 11372, 281474976710655, 15360, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 05:59:47', '2012-02-26 02:39:30', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_boards', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 21, 119, 2512, 281474976710655, 6144, 0, 23, '2012-03-17 20:47:35', '2012-03-25 04:06:06', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_calendar', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_calendar_holidays', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 115, 24, 2840, 281474976710655, 5120, 0, 116, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_categories', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 5, 24, 124, 281474976710655, 2048, 0, 7, '2012-02-19 04:33:36', '2012-03-17 20:46:37', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_collapsed_categories', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_custom_fields', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 74, 148, 281474976710655, 3072, 0, 4, '2012-03-13 16:01:29', '2012-03-13 16:01:29', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_feedbot', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 96, 192, 281474976710655, 2048, 0, 3, '2012-03-12 04:15:11', '2012-03-25 18:30:53', '2012-03-25 00:16:46', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_feedbot_log', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 37, 56, 2072, 281474976710655, 2048, 0, 38, '2012-03-12 04:15:11', '2012-03-23 01:08:00', '2012-03-25 00:16:46', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_group_moderators', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_actions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_activity', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 36, 15, 540, 4222124650659839, 3072, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:43:58', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_banned', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_boards', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 103, 10, 1030, 2814749767106559, 4096, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 18:32:46', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_comments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 56, 56, 281474976710655, 5120, 0, 2, '2012-02-19 04:33:36', '2012-03-17 23:16:36', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_digest', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 100, 20, 2000, 281474976710655, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-03-24 19:12:00', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_errors', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2782, 192, 537128, 281474976710655, 126976, 2612, 2929, '2012-02-19 04:33:36', '2012-03-25 19:40:54', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_floodcontrol', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 6, 32, 196, 281474976710655, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:47:57', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_group_requests', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_karma', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 8, 33, 268, 281474976710655, 2048, 0, NULL, '2012-02-19 22:37:16', '2012-03-25 12:02:11', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_mark_read', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 21, 10, 210, 2814749767106559, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-18 15:33:52', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_member_notices', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_notify', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 3, 10, 30, 2814749767106559, 3072, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_online', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 8, 212, 1696, 281474976710655, 4096, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:47:02', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_packages', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 11, 214, 2360, 281474976710655, 3072, 0, 12, '2012-02-19 04:33:36', '2012-03-22 01:59:48', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_polls', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 1, 8, 8, 2251799813685247, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-11 03:17:23', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_reported', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_reported_comments', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_scheduled_tasks', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 440, 14, 6818, 3940649673949183, 7168, 658, 503, '2012-02-19 04:33:36', '2012-03-25 18:30:53', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_search_messages', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_search_results', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 10, 13, 130, 3659174697238527, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-20 16:24:07', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_search_subjects', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 276, 20, 5528, 281474976710655, 10240, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_search_topics', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 1970324836974591, 1024, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_hits', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_spider_stats', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 42, 12, 504, 3377699720527871, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:46:50', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_subscribed', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_log_topics', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 156, 11, 1716, 3096224743817215, 7168, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 18:31:47', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_mail_queue', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_membergroups', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 10, 38, 388, 281474976710655, 3072, 0, 11, '2012-02-19 04:33:36', '2012-02-26 02:39:30', '2012-02-26 02:39:30', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_members', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 39, 368, 14352, 281474976710655, 21504, 0, 44, '2012-02-19 16:58:11', '2012-03-25 19:47:02', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_message_icons', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 12, 25, 300, 281474976710655, 3072, 0, 13, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_messages', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 111, 619, 68800, 281474976710655, 35840, 0, 132, '2012-02-19 04:33:36', '2012-03-25 00:16:46', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_moderators', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 1, 7, 7, 1970324836974591, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-19 14:23:09', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_openid_assoc', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 4096, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_package_servers', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 78, 156, 281474976710655, 2048, 0, 4, '2012-02-19 04:33:36', '2012-03-22 01:59:48', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_permission_profiles', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 4, 20, 80, 281474976710655, 2048, 0, 5, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_permissions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 72, 24, 1740, 281474976710655, 4096, 0, NULL, '2012-02-19 04:33:36', '2012-02-19 05:59:47', '2012-02-26 02:39:30', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_personal_messages', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 64, 192, 281474976710655, 5120, 0, 4, '2012-02-19 04:33:36', '2012-02-26 02:39:30', '2012-02-26 02:39:30', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_pm_recipients', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 3, 20, 60, 281474976710655, 3072, 0, NULL, '2012-02-19 04:33:36', '2012-02-20 20:55:49', '2012-02-26 02:39:30', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_pm_rules', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_poll_choices', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 2, 20, 40, 281474976710655, 2048, 0, NULL, '2012-02-19 04:33:36', '2012-03-11 03:17:23', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_polls', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 56, 56, 281474976710655, 2048, 0, 2, '2012-02-19 04:33:36', '2012-03-11 03:17:18', '2012-03-18 00:15:54', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_pretty_topic_urls', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-19 16:56:16', '2012-02-19 16:56:16', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_pretty_urls_cache', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 2048, 0, NULL, '2012-02-19 16:56:17', '2012-02-19 16:56:17', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_scheduled_tasks', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 10, 32, 320, 281474976710655, 5120, 0, 12, '2012-02-19 04:33:36', '2012-03-25 18:30:52', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sessions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 30, 861, 77280, 281474976710655, 7168, 51444, NULL, '2012-02-19 04:33:36', '2012-03-25 19:47:59', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_settings', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 281, 48, 13720, 281474976710655, 9216, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:45:16', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 52, 52, 281474976710655, 2048, 0, 2, '2012-02-19 05:38:11', '2012-02-20 07:43:46', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_ban', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-19 05:38:11', '2012-02-19 05:38:11', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_shoutbox_settings', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 21, 32, 680, 281474976710655, 2048, 0, NULL, '2012-02-19 05:38:11', '2012-02-26 02:39:30', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_smileys', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 22, 30, 672, 281474976710655, 2048, 0, 23, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_articles', 'BASE TABLE', 'MyISAM', 10, 'Fixed', 0, 0, 0, 3940649673949183, 1024, 0, 1, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_blocks', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 18, 109, 1964, 281474976710655, 3072, 0, 19, '2012-02-19 05:37:09', '2012-03-11 21:53:16', '2012-03-18 00:15:54', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_categories', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_functions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 30, 21, 644, 281474976710655, 2048, 0, 37, '2012-02-19 05:37:09', '2012-02-19 05:37:09', '2012-02-26 02:39:30', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_pages', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_parameters', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 18, 244, 4404, 281474976710655, 6144, 0, NULL, '2012-02-19 05:37:09', '2012-03-18 00:15:54', '2012-03-18 00:15:54', 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_shoutboxes', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_sp_shouts', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 05:37:09', '2012-02-19 05:37:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_spiders', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 19, 32, 624, 281474976710655, 2048, 0, 20, '2012-02-19 04:33:36', '2012-02-19 04:33:36', '2012-02-19 04:49:05', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_subscriptions', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, 1, '2012-02-19 04:33:36', '2012-02-19 04:33:36', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_themes', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 160, 30, 4872, 281474976710655, 12288, 0, NULL, '2012-02-19 04:33:36', '2012-03-25 19:44:02', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_smf262', 'smf_topics', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 74, 30, 2284, 281474976710655, 11264, 0, 93, '2012-02-19 16:45:48', '2012-03-25 19:40:53', '2012-03-25 00:16:46', 'utf8_general_ci', NULL, '', ''),
(NULL, 'supersti_userbase', 'active_guests', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 24, 24, 281474976710655, 2048, 0, NULL, '2012-02-03 16:01:47', '2012-02-03 16:02:38', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_userbase', 'active_users', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-03 16:01:45', '2012-02-03 16:01:45', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_userbase', 'banned_users', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 0, 0, 0, 281474976710655, 1024, 0, NULL, '2012-02-03 16:01:49', '2012-02-03 16:01:49', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'supersti_userbase', 'users', 'BASE TABLE', 'MyISAM', 10, 'Dynamic', 1, 84, 84, 281474976710655, 2048, 0, NULL, '2012-02-03 16:01:43', '2012-02-03 16:02:34', NULL, 'latin1_swedish_ci', NULL, '', '');
-- --------------------------------------------------------
--
-- Table structure for table `TABLE_CONSTRAINTS`
--
CREATE TEMPORARY TABLE `TABLE_CONSTRAINTS` (
`CONSTRAINT_CATALOG` varchar(512) DEFAULT NULL,
`CONSTRAINT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`CONSTRAINT_NAME` varchar(64) NOT NULL DEFAULT '',
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`CONSTRAINT_TYPE` varchar(64) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `TABLE_CONSTRAINTS`
--
INSERT INTO `TABLE_CONSTRAINTS` (`CONSTRAINT_CATALOG`, `CONSTRAINT_SCHEMA`, `CONSTRAINT_NAME`, `TABLE_SCHEMA`, `TABLE_NAME`, `CONSTRAINT_TYPE`) VALUES
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_admin_info_files', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_albums', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_comments', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_field_data', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_fields', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_files', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_log_media', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_log_ratings', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_media', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_perms', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_quotas', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_settings', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_aeva_variables', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_attachments', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'id_member', 'supersti_smf262', 'smf_attachments', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_ban_groups', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_ban_items', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_board_permissions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_boards', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'categories', 'supersti_smf262', 'smf_boards', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_calendar', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_calendar_holidays', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_categories', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_collapsed_categories', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_custom_fields', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'col_name', 'supersti_smf262', 'smf_custom_fields', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_feedbot', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_feedbot_log', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_group_moderators', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_actions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_activity', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_banned', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_boards', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_comments', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_errors', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_floodcontrol', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_group_requests', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'id_member', 'supersti_smf262', 'smf_log_group_requests', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_mark_read', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_member_notices', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_notify', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_online', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_packages', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_reported', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_reported_comments', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_scheduled_tasks', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_search_messages', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_search_results', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_search_subjects', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_search_topics', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_spider_hits', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_spider_stats', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_subscribed', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'id_subscribe', 'supersti_smf262', 'smf_log_subscribed', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_log_topics', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_mail_queue', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_membergroups', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_members', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_message_icons', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_messages', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'topic', 'supersti_smf262', 'smf_messages', 'UNIQUE'),
(NULL, 'supersti_smf262', 'id_board', 'supersti_smf262', 'smf_messages', 'UNIQUE'),
(NULL, 'supersti_smf262', 'id_member', 'supersti_smf262', 'smf_messages', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_moderators', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_openid_assoc', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_package_servers', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_permission_profiles', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_permissions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_personal_messages', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_pm_recipients', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'id_member', 'supersti_smf262', 'smf_pm_recipients', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_pm_rules', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_poll_choices', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_polls', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_pretty_topic_urls', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'pretty_url', 'supersti_smf262', 'smf_pretty_topic_urls', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_pretty_urls_cache', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_scheduled_tasks', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'task', 'supersti_smf262', 'smf_scheduled_tasks', 'UNIQUE'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sessions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_settings', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_shoutbox', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_shoutbox_ban', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_shoutbox_settings', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_smileys', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_articles', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_blocks', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_categories', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_functions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_pages', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_parameters', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_shoutboxes', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_sp_shouts', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_spiders', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_subscriptions', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_themes', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'PRIMARY', 'supersti_smf262', 'smf_topics', 'PRIMARY KEY'),
(NULL, 'supersti_smf262', 'last_message', 'supersti_smf262', 'smf_topics', 'UNIQUE'),
(NULL, 'supersti_smf262', 'first_message', 'supersti_smf262', 'smf_topics', 'UNIQUE'),
(NULL, 'supersti_smf262', 'poll', 'supersti_smf262', 'smf_topics', 'UNIQUE'),
(NULL, 'supersti_userbase', 'PRIMARY', 'supersti_userbase', 'active_guests', 'PRIMARY KEY'),
(NULL, 'supersti_userbase', 'PRIMARY', 'supersti_userbase', 'active_users', 'PRIMARY KEY'),
(NULL, 'supersti_userbase', 'PRIMARY', 'supersti_userbase', 'banned_users', 'PRIMARY KEY'),
(NULL, 'supersti_userbase', 'PRIMARY', 'supersti_userbase', 'users', 'PRIMARY KEY');
-- --------------------------------------------------------
--
-- Table structure for table `TABLE_PRIVILEGES`
--
CREATE TEMPORARY TABLE `TABLE_PRIVILEGES` (
`GRANTEE` varchar(81) NOT NULL DEFAULT '',
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
`IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `TRIGGERS`
--
CREATE TEMPORARY TABLE `TRIGGERS` (
`TRIGGER_CATALOG` varchar(512) DEFAULT NULL,
`TRIGGER_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TRIGGER_NAME` varchar(64) NOT NULL DEFAULT '',
`EVENT_MANIPULATION` varchar(6) NOT NULL DEFAULT '',
`EVENT_OBJECT_CATALOG` varchar(512) DEFAULT NULL,
`EVENT_OBJECT_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`EVENT_OBJECT_TABLE` varchar(64) NOT NULL DEFAULT '',
`ACTION_ORDER` bigint(4) NOT NULL DEFAULT '0',
`ACTION_CONDITION` longtext,
`ACTION_STATEMENT` longtext NOT NULL,
`ACTION_ORIENTATION` varchar(9) NOT NULL DEFAULT '',
`ACTION_TIMING` varchar(6) NOT NULL DEFAULT '',
`ACTION_REFERENCE_OLD_TABLE` varchar(64) DEFAULT NULL,
`ACTION_REFERENCE_NEW_TABLE` varchar(64) DEFAULT NULL,
`ACTION_REFERENCE_OLD_ROW` varchar(3) NOT NULL DEFAULT '',
`ACTION_REFERENCE_NEW_ROW` varchar(3) NOT NULL DEFAULT '',
`CREATED` datetime DEFAULT NULL,
`SQL_MODE` varchar(8192) NOT NULL DEFAULT '',
`DEFINER` varchar(77) NOT NULL DEFAULT '',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT '',
`DATABASE_COLLATION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `USER_PRIVILEGES`
--
CREATE TEMPORARY TABLE `USER_PRIVILEGES` (
`GRANTEE` varchar(81) NOT NULL DEFAULT '',
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`PRIVILEGE_TYPE` varchar(64) NOT NULL DEFAULT '',
`IS_GRANTABLE` varchar(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
--
-- Dumping data for table `USER_PRIVILEGES`
--
INSERT INTO `USER_PRIVILEGES` (`GRANTEE`, `TABLE_CATALOG`, `PRIVILEGE_TYPE`, `IS_GRANTABLE`) VALUES
('''supersti''@''localhost''', NULL, 'USAGE', 'NO');
-- --------------------------------------------------------
--
-- Table structure for table `VIEWS`
--
CREATE TEMPORARY TABLE `VIEWS` (
`TABLE_CATALOG` varchar(512) DEFAULT NULL,
`TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
`TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
`VIEW_DEFINITION` longtext NOT NULL,
`CHECK_OPTION` varchar(8) NOT NULL DEFAULT '',
`IS_UPDATABLE` varchar(3) NOT NULL DEFAULT '',
`DEFINER` varchar(77) NOT NULL DEFAULT '',
`SECURITY_TYPE` varchar(7) NOT NULL DEFAULT '',
`CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
`COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Database: `supersti_smf262`
--
CREATE DATABASE `supersti_smf262` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `supersti_smf262`;
-- --------------------------------------------------------
--
-- Table structure for table `smf_admin_info_files`
--
CREATE TABLE IF NOT EXISTS `smf_admin_info_files` (
`id_file` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
`filename` varchar(255) NOT NULL DEFAULT '',
`path` varchar(255) NOT NULL DEFAULT '',
`parameters` varchar(255) NOT NULL DEFAULT '',
`data` text NOT NULL,
`filetype` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id_file`),
KEY `filename` (`filename`(30))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `smf_admin_info_files`
--
INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES
(1, 'current-version.js', '/smf/', 'version=%3$s', 'window.smfVersion = "SMF 2.0.2";', 'text/javascript'),
(2, 'detailed-version.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfVersions = {\n ''SMF'': ''SMF 2.0.2'',\n ''SourcesAdmin.php'': ''2.0'',\n ''SourcesBoardIndex.php'': ''2.0'',\n ''SourcesCalendar.php'': ''2.0'',\n ''SourcesClass-Graphics.php'': ''2.0'',\n ''SourcesClass-Package.php'': ''2.0'',\n ''SourcesDbExtra-mysql.php'': ''2.0'',\n ''SourcesDbExtra-postgresql.php'': ''2.0'',\n ''SourcesDbExtra-sqlite.php'': ''2.0'',\n ''SourcesDbPackages-mysql.php'': ''2.0'',\n ''SourcesDbPackages-postgresql.php'': ''2.0'',\n ''SourcesDbPackages-sqlite.php'': ''2.0'',\n ''SourcesDbSearch-mysql.php'': ''2.0'',\n ''SourcesDbSearch-postgresql.php'': ''2.0'',\n ''SourcesDbSearch-sqlite.php'': ''2.0'',\n ''SourcesDisplay.php'': ''2.0'',\n ''SourcesDumpDatabase.php'': ''2.0'',\n ''SourcesErrors.php'': ''2.0'',\n ''SourcesGroups.php'': ''2.0'',\n ''SourcesHelp.php'': ''2.0'',\n ''SourcesKarma.php'': ''2.0'',\n ''SourcesLoad.php'': ''2.0.2'',\n ''SourcesLockTopic.php'': ''2.0'',\n ''SourcesLogInOut.php'': ''2.0'',\n ''SourcesManageAttachments.php'': ''2.0'',\n ''SourcesManageBans.php'': ''2.0'',\n ''SourcesManageBoards.php'': ''2.0'',\n ''SourcesManageCalendar.php'': ''2.0'',\n ''SourcesManageErrors.php'': ''2.0'',\n ''SourcesManageMail.php'': ''2.0'',\n ''SourcesManageMaintenance.php'': ''2.0.1'',\n ''SourcesManageMembergroups.php'': ''2.0'',\n ''SourcesManageMembers.php'': ''2.0'',\n ''SourcesManageNews.php'': ''2.0'',\n ''SourcesManagePaid.php'': ''2.0.2'',\n ''SourcesManagePermissions.php'': ''2.0'',\n ''SourcesManagePosts.php'': ''2.0'',\n ''SourcesManageRegistration.php'': ''2.0'',\n ''SourcesManageScheduledTasks.php'': ''2.0'',\n ''SourcesManageSearch.php'': ''2.0'',\n ''SourcesManageSearchEngines.php'': ''2.0'',\n ''SourcesManageServer.php'': ''2.0'',\n ''SourcesManageSettings.php'': ''2.0'',\n ''SourcesManageSmileys.php'': ''2.0'',\n ''SourcesMemberlist.php'': ''2.0.2'',\n ''SourcesMessageIndex.php'': ''2.0.2'',\n ''SourcesModerationCenter.php'': ''2.0.1'',\n ''SourcesModlog.php'': ''2.0'',\n ''SourcesMoveTopic.php'': ''2.0'',\n ''SourcesNews.php'': ''2.0'',\n ''SourcesNotify.php'': ''2.0'',\n ''SourcesPackageGet.php'': ''2.0'',\n ''SourcesPackages.php'': ''2.0.2'',\n ''SourcesPersonalMessage.php'': ''2.0'',\n ''SourcesPoll.php'': ''2.0'',\n ''SourcesPost.php'': ''2.0'',\n ''SourcesPostModeration.php'': ''2.0'',\n ''SourcesPrintpage.php'': ''2.0'',\n ''SourcesProfile.php'': ''2.0'',\n ''SourcesProfile-Actions.php'': ''2.0'',\n ''SourcesProfile-Modify.php'': ''2.0.2'',\n ''SourcesProfile-View.php'': ''2.0'',\n ''SourcesQueryString.php'': ''2.0'',\n ''SourcesRecent.php'': ''2.0'',\n ''SourcesRegister.php'': ''2.0'',\n ''SourcesReminder.php'': ''2.0'',\n ''SourcesRemoveTopic.php'': ''2.0'',\n ''SourcesRepairBoards.php'': ''2.0'',\n ''SourcesReports.php'': ''2.0'',\n ''SourcesSSI.php'': ''2.0'',\n ''SourcesScheduledTasks.php'': ''2.0'',\n ''SourcesSearch.php'': ''2.0'',\n ''SourcesSearchAPI-Custom.php'': ''2.0'',\n ''SourcesSearchAPI-Fulltext.php'': ''2.0'',\n ''SourcesSearchAPI-Standard.php'': ''2.0'',\n ''SourcesSecurity.php'': ''2.0'',\n ''SourcesSendTopic.php'': ''2.0'',\n ''SourcesSplitTopics.php'': ''2.0'',\n ''SourcesStats.php'': ''2.0'',\n ''SourcesSubs.php'': ''2.0'',\n ''SourcesSubs-Admin.php'': ''2.0'',\n ''SourcesSubs-Auth.php'': ''2.0'',\n ''SourcesSubs-BoardIndex.php'': ''2.0'',\n ''SourcesSubs-Boards.php'': ''2.0'',\n ''SourcesSubs-Calendar.php'': ''2.0'',\n ''SourcesSubs-Categories.php'' : ''2.0'',\n ''SourcesSubs-Charset.php'' : ''2.0'',\n ''SourcesSubs-Compat.php'': ''2.0'',\n ''SourcesSubs-Db-mysql.php'': ''2.0'',\n ''SourcesSubs-Db-postgresql.php'': ''2.0'',\n ''SourcesSubs-Db-sqlite.php'': ''2.0'',\n ''SourcesSubs-Editor.php'': ''2.0'',\n ''SourcesSubs-Graphics.php'': ''2.0'',\n ''SourcesSubs-List.php'': ''2.0'',\n ''SourcesSubs-Membergroups.php'': ''2.0'',\n ''SourcesSubs-Members.php'': ''2.0.1'',\n ''SourcesSubs-MembersOnline.php'': ''2.0'',\n ''SourcesSubs-Menu.php'': ''2.0.1'',\n ''SourcesSubs-MessageIndex.php'': ''2.0'',\n ''SourcesSubs-OpenID.php'': ''2.0'',\n ''SourcesSubs-Package.php'': ''2.0.1'',\n ''SourcesSubs-Post.php'': ''2.0'',\n ''SourcesSubs-Recent.php'': ''2.0'',\n ''SourcesSubscriptions-PayPal.php'': ''2.0'',\n ''Sourcessubscriptions.php'': ''2.0.2'',\n ''SourcesSubs-Sound.php'': ''2.0'',\n ''SourcesThemes.php'': ''2.0'',\n ''SourcesViewQuery.php'': ''2.0'',\n ''SourcesWho.php'': ''2.0.2'',\n ''SourcesXml.php'': ''2.0'',\n ''DefaultAdmin.template.php'': ''2.0'',\n ''DefaultBoardIndex.template.php'': ''2.0'',\n ''DefaultCalendar.template.php'': ''2.0'',\n ''DefaultCompat.template.php'': ''2.0'',\n ''DefaultDisplay.template.php'': ''2.0'',\n ''DefaultErrors.template.php'': ''2.0'',\n ''DefaultGenericControls.template.php'': ''2.0'',\n ''DefaultGenericList.template.php'': ''2.0'',\n ''DefaultGenericMenu.template.php'': ''2.0'',\n ''DefaultHelp.template.php'': ''2.0'',\n ''DefaultLogin.template.php'': ''2.0'',\n ''DefaultManageAttachments.template.php'': ''2.0'',\n ''DefaultManageBans.template.php'': ''2.0'',\n ''DefaultManageBoards.template.php'': ''2.0'',\n ''DefaultManageCalendar.template.php'': ''2.0'',\n ''DefaultManageMail.template.php'': ''2.0'',\n ''DefaultManageMaintenance.template.php'': ''2.0'',\n ''DefaultManageMembergroups.template.php'': ''2.0'',\n ''DefaultManageMembers.template.php'': ''2.0'',\n ''DefaultManageNews.template.php'': ''2.0'',\n ''DefaultManagePaid.template.php'': ''2.0'',\n ''DefaultManagePermissions.template.php'': ''2.0'',\n ''DefaultManageScheduledTasks.template.php'': ''2.0'',\n ''DefaultManageSearch.template.php'': ''2.0'',\n ''DefaultManageSmileys.template.php'': ''2.0'',\n ''DefaultMemberlist.template.php'': ''2.0'',\n ''DefaultMessageIndex.template.php'': ''2.0'',\n ''DefaultModerationCenter.template.php'': ''2.0'',\n ''DefaultMoveTopic.template.php'': ''2.0'',\n ''DefaultNotify.template.php'': ''2.0'',\n ''DefaultPackages.template.php'': ''2.0'',\n ''DefaultPersonalMessage.template.php'': ''2.0.2'',\n ''DefaultPoll.template.php'': ''2.0'',\n ''DefaultPost.template.php'': ''2.0'',\n ''DefaultPrintpage.template.php'': ''2.0'',\n ''DefaultProfile.template.php'': ''2.0'',\n ''DefaultRecent.template.php'': ''2.0'',\n ''DefaultRegister.template.php'': ''2.0'',\n ''DefaultReminder.template.php'': ''2.0'',\n ''DefaultReports.template.php'': ''2.0'',\n ''DefaultSearch.template.php'': ''2.0'',\n ''DefaultSendTopic.template.php'': ''2.0'',\n ''DefaultSettings.template.php'': ''2.0'',\n ''DefaultSplitTopics.template.php'': ''2.0'',\n ''DefaultStats.template.php'': ''2.0'',\n ''DefaultThemes.template.php'': ''2.0'',\n ''DefaultWho.template.php'': ''2.0'',\n ''DefaultWireless.template.php'': ''2.0'',\n ''DefaultXml.template.php'': ''2.0'',\n ''Defaultindex.template.php'': ''2.0'',\n ''TemplatesAdmin.template.php'': ''2.0'',\n ''TemplatesBoardIndex.template.php'': ''2.0'',\n ''TemplatesCalendar.template.php'': ''2.0'',\n ''TemplatesDisplay.template.php'': ''2.0'',\n ''TemplatesErrors.template.php'': ''2.0'',\n ''TemplatesGenericControls.template.php'': ''2.0'',\n ''TemplatesGenericList.template.php'': ''2.0'',\n ''TemplatesGenericMenu.template.php'': ''2.0'',\n ''TemplatesHelp.template.php'': ''2.0'',\n ''TemplatesLogin.template.php'': ''2.0'',\n ''TemplatesManageAttachments.template.php'': ''2.0'',\n ''TemplatesManageBans.template.php'': ''2.0'',\n ''TemplatesManageBoards.template.php'': ''2.0'',\n ''TemplatesManageCalendar.template.php'': ''2.0'',\n ''TemplatesManageMail.template.php'': ''2.0'',\n ''TemplatesManageMaintenance.template.php'': ''2.0'',\n ''TemplatesManageMembergroups.template.php'': ''2.0'',\n ''TemplatesManageMembers.template.php'': ''2.0'',\n ''TemplatesManageNews.template.php'': ''2.0'',\n ''TemplatesManagePaid.template.php'': ''2.0'',\n ''TemplatesManagePermissions.template.php'': ''2.0'',\n ''TemplatesManageSearch.template.php'': ''2.0'',\n ''TemplatesManageSmileys.template.php'': ''2.0'',\n ''TemplatesMemberlist.template.php'': ''2.0'',\n ''TemplatesMessageIndex.template.php'': ''2.0'',\n ''TemplatesModerationCenter.template.php'': ''2.0'',\n ''TemplatesModlog.template.php'': ''2.0'',\n ''TemplatesMoveTopic.template.php'': ''2.0'',\n ''TemplatesNotify.template.php'': ''2.0'',\n ''TemplatesPackages.template.php'': ''2.0'',\n ''TemplatesPersonalMessage.template.php'': ''2.0.2'',\n ''TemplatesPoll.template.php'': ''2.0'',\n ''TemplatesPost.template.php'': ''2.0'',\n ''TemplatesPrintpage.template.php'': ''2.0'',\n ''TemplatesProfile.template.php'': ''2.0'',\n ''TemplatesRecent.template.php'': ''2.0'',\n ''TemplatesRegister.template.php'': ''2.0'',\n ''TemplatesReminder.template.php'': ''2.0'',\n ''TemplatesReports.template.php'': ''2.0'',\n ''TemplatesSearch.template.php'': ''2.0'',\n ''TemplatesSendTopic.template.php'': ''2.0'',\n ''TemplatesSettings.template.php'': ''2.0'',\n ''TemplatesSplitTopics.template.php'': ''2.0'',\n ''TemplatesStats.template.php'': ''2.0'',\n ''TemplatesThemes.template.php'': ''2.0'',\n ''TemplatesWho.template.php'': ''2.0'',\n ''TemplatesWireless.template.php'': ''2.0'',\n ''TemplatesXml.template.php'': ''2.0'',\n ''Templatesindex.template.php'': ''2.0''\n};\n\nwindow.smfLanguageVersions = {\n ''Admin'': ''2.0'',\n ''EmailTemplates'': ''2.0'',\n ''Errors'': ''2.0'',\n ''Help'': ''2.0'',\n ''index'': ''2.0'',\n ''Install'': ''2.0'',\n ''Login'': ''2.0'',\n ''ManageBoards'': ''2.0'',\n ''ManageCalendar'': ''2.0'',\n ''ManageMail'': ''2.0'',\n ''ManageMaintenance'': ''2.0'',\n ''ManageMembers'': ''2.0'',\n ''ManagePaid'': ''2.0'',\n ''ManagePermissions'': ''2.0'',\n ''ManageScheduledTasks'': ''2.0'',\n ''ManageSettings'': ''2.0'',\n ''ManageSmileys'': ''2.0'',\n ''Manual'': ''2.0'',\n ''ModerationCenter'': ''2.0'',\n ''Modifications'': ''2.0'',\n ''Modlog'': ''2.0'',\n ''Packages'': ''2.0'',\n ''PersonalMessage'': ''2.0'',\n ''Post'': ''2.0'',\n ''Profile'': ''2.0'',\n ''Reports'': ''2.0'',\n ''Search'': ''2.0'',\n ''Settings'': ''2.0'',\n ''Stats'': ''2.0'',\n ''Themes'': ''2.0'',\n ''Who'': ''2.0'',\n ''Wireless'': ''2.0''\n};\n', 'text/javascript'),
(3, 'latest-news.js', '/smf/', 'language=%1$s&format=%2$s', '\nwindow.smfAnnouncements = [\n {\n subject: ''SMF 2.0.2 and 1.1.16 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=463103.0'',\n time: ''December 23, 2011, 12:41:31 AM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.1 and 1.1.15 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=452888.0'',\n time: ''September 18, 2011, 04:48:18 PM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0 and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Gold'',\n href: ''http://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''June 04, 2011, 05:00:00 PM'',\n author: ''Norv'',\n message: ''SMF 2.0 has gone Gold! Please upgrade your forum from older versions, as 2.0 is now the stable version, and mods and themes will be built on it.''\n },\n {\n subject: ''SMF 1.1.13, 2.0 RC4 security patch and SMF 2.0 RC5 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''February 11, 2011, 03:16:35 PM'',\n author: ''Norv'',\n message: ''Simple Machines announces the release of important security patches for SMF 1.1.x and SMF 2.0 RC4, along with the fifth Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC4 and SMF 1.1.12 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=407256.0'',\n time: ''November 01, 2010, 12:14:21 PM'',\n author: ''Norv'',\n message: ''Simple Machines is pleased to announce the release of the fourth Release Candidate of SMF 2.0, along with an important security patch for SMF 1.1.x. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC3 Public released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=369616.0'',\n time: ''March 08, 2010, 06:03:11 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is pleased to announce the release of the third Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.11 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=351341.0'',\n time: ''December 01, 2009, 05:59:19 PM'',\n author: ''SleePy'',\n message: ''A patch has been released, addressing multiple vulnerabilites. We urge all forum administrators to upgrade to 1.1.11. Simply visit the package manager to install the patch. Also for those still using the 1.0 branch, version 1.0.19 has been released.''\n },\n {\n subject: ''SMF 2.0 RC2 Public released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=346813.0'',\n time: ''November 08, 2009, 07:10:03 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is very pleased to announce the release of the second Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.10 and 2.0 RC1.2 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=324169.0'',\n time: ''July 14, 2009, 07:05:19 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing a few security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.10 or 2.0 RC1.2, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.9 and 2.0 RC1-1 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=311899.0'',\n time: ''May 20, 2009, 08:40:41 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.9 or 2.0 RC1-1, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 RC1 Public Released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=290609.0'',\n time: ''February 04, 2009, 11:10:01 PM'',\n author: ''Compuart'',\n message: ''Simple Machines are very pleased to announce the release of the first Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.8'',\n href: ''http://www.simplemachines.org/community/index.php?topic=290608.0'',\n time: ''February 04, 2009, 11:08:44 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.8&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.7'',\n href: ''http://www.simplemachines.org/community/index.php?topic=272861.0'',\n time: ''November 07, 2008, 02:15:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.7&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.6'',\n href: ''http://www.simplemachines.org/community/index.php?topic=260145.0'',\n time: ''September 07, 2008, 04:38:05 AM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing a security vulnerability. We urge all forum administrators to upgrade to SMF 1.1.6&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.5'',\n href: ''http://www.simplemachines.org/community/index.php?topic=236816.0'',\n time: ''April 20, 2008, 09:56:14 PM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing some security vulnerabilities. We urge all forum administrators to upgrade to SMF 1.1.5&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 3 Public Released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=228921.0'',\n time: ''March 17, 2008, 03:20:21 PM'',\n author: ''Grudge'',\n message: ''Simple Machines are very pleased to announce the release of the first public beta of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.4'',\n href: ''http://www.simplemachines.org/community/index.php?topic=196380.0'',\n time: ''September 24, 2007, 09:07:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released to address some security vulnerabilities discovered in SMF 1.1.3. We urge all forum administrators to upgrade to SMF 1.1.4&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 1 Released to Charter Members'',\n href: ''http://www.simplemachines.org/community/index.php?topic=190812.0'',\n time: ''August 25, 2007, 07:29:25 AM'',\n author: ''Grudge'',\n message: ''Simple Machines are pleased to announce the first beta of SMF 2.0 has been released to our Charter Members. Visit the Simple Machines site for information on what\\''s new''\n },\n {\n subject: ''SMF 1.1.3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=178757.0'',\n time: ''June 24, 2007, 09:52:40 PM'',\n author: ''Thantos'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1.2. We urge all forum administrators to upgrade to SMF 1.1.3&mdash;simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=149553.0'',\n time: ''February 11, 2007, 08:35:45 AM'',\n author: ''Grudge'',\n message: ''A patch has been released to address a number of outstanding bugs in SMF 1.1.1, including several around UTF-8 language support. In addition this patch offers improved image verification support and fixes a couple of low risk security related bugs. If you need any help upgrading please visit our forum.''\n },\n {\n subject: ''SMF 1.1.1'',\n href: ''http://www.simplemachines.org/community/index.php?topic=134971.0'',\n time: ''December 17, 2006, 09:33:41 AM'',\n author: ''Grudge'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1. We urge all forum administrators to upgrade to SMF 1.1.1 - simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1'',\n href: ''http://www.simplemachines.org/community/index.php?topic=131008.0'',\n time: ''December 02, 2006, 02:53:16 PM'',\n author: ''Grudge'',\n message: ''SMF 1.1 has gone gold! If you are using an older version, please upgrade as soon as possible - many things have been changed and fixed, and mods and packages will expect you to be using 1.1. If you need any help upgrading custom modifications to the new version, please feel free to ask us at our forum.''\n },\n {\n subject: ''SMF 1.0.9 and patch for SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=123285.0'',\n time: ''October 29, 2006, 05:57:14 AM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefore a patch has been released that will upgrade SMF 1.0.8 to 1.0.9 and update SMF 1.1 RC3. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107112.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Grudge'',\n message: ''Release Candidate 3 of SMF 1.1 has been released! This is the final update to SMF 1.1 before it goes final - and includes UTF support as well as numerous bug fixes. Please read the announcement for details - and only upgrade if you are comfortable running software yet to go gold.''\n },\n {\n subject: ''SMF 1.0.8'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107135.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Compuart'',\n message: ''A security issue has been reported in PHP causing a vulnerability in SMF. A patch has been released to upgrade Simple Machines Forum from 1.0.7 to 1.0.8. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.7 and patch for SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=78841.0'',\n time: ''March 29, 2006, 05:32:12 PM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefor a patch has been released that will upgrade SMF 1.0.6 to 1.0.7 and update SMF 1.1 RC2. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.6'',\n href: ''http://www.simplemachines.org/community/index.php?topic=68110.0'',\n time: ''January 28, 2006, 06:36:25 AM'',\n author: ''Grudge'',\n message: ''SMF 1.0.6 has been released. This release addresses a potential security issue as well as a few minor bugs found since the 1.0.5 release. You are encouraged to update immediately, using the package manager or otherwise. This update does not apply to the 1.1 line!''\n },\n {\n subject: ''Bug in Firefox 1.5'',\n href: ''http://www.simplemachines.org/community/index.php?topic=66862.0'',\n time: ''January 24, 2006, 08:09:45 AM'',\n author: ''Grudge'',\n message: ''There is a bug in Firefox 1.5 which can cause server issues for forums running SMF 1.1 (RC1/RC2). There is a simple fix which can be downloaded from the Simple Machines forum.''\n },\n {\n subject: ''SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=62731.0'',\n time: ''December 31, 2005, 02:58:20 PM'',\n author: ''Grudge'',\n message: ''The second (and final) Release Candidate of SMF 1.1 has been released! Please read the announcement for details - and please update only if you are certain you are comfortable with software that hasn\\''t gone gold yet. There is no package manager style update for this version.''\n }\n];\nif (window.smfVersion < "SMF 1.1")\n{\n window.smfUpdateNotice = ''SMF 1.1 Final has now been released. To take advantage of the improvements available in SMF 1.1 we recommend upgrading as soon as is practical.'';\n window.smfUpdateCritical = false;\n}\n\nif (document.getElementById("yourVersion"))\n{\n var yourVersion = getInnerHTML(document.getElementById("yourVersion"));\n if (yourVersion == "SMF 1.0.4")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-5_package.tar.gz";\n else if (yourVersion == "SMF 1.0.5" || yourVersion == "SMF 1.0.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.7")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-8_package.tar.gz";\n else if (yourVersion == "SMF 1.0.8")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1-0-9_1-1-rc3-1.tar.gz";\n else if (yourVersion == "SMF 1.0.9")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-10_patch.tar.gz";\n else if (yourVersion == "SMF 1.0.10" || yourVersion == "SMF 1.1.2")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz";\n else if (yourVersion == "SMF 1.0.11" || yourVersion == "SMF 1.1.3" || yourVersion == "SMF 2.0 beta 1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.12" || yourVersion == "SMF 1.1.4" || yourVersion == "SMF 2.0 beta 3 Public")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip";\n else if (yourVersion == "SMF 1.0.13" || yourVersion == "SMF 1.1.5")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.14" || yourVersion == "SMF 1.1.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.15" || yourVersion == "SMF 1.1.7")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.16" || yourVersion == "SMF 1.1.8" || yourVersion == "SMF 2.0 RC1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip";\n else if (yourVersion == "SMF 1.0.17" || yourVersion == "SMF 1.1.9" || yourVersion == "SMF 2.0 RC1-1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip";\n else if (yourVersion == "SMF 1.0.18" || yourVersion == "SMF 1.1.10")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.19" || yourVersion == "SMF 1.1.11")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz";\n }\n else if (yourVersion == "SMF 1.0.20" || yourVersion == "SMF 1.1.12")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.14")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.15.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.15" || yourVersion == "SMF 1.0.21")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.2.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-1_patch.tar.gz";\n else if (yourVersion == "SMF 1.1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-2_patch.tar.gz";\n}\n\nif (document.getElementById(''credits''))\n setInnerHTML(document.getElementById(''credits''), getInnerHTML(document.getElementById(''credits'')).replace(/anyone we may have missed/, ''<span title="And you thought you had escaped the credits, hadn\\''t you, Zef Hemel?">anyone we may have missed</span>''));', 'text/javascript');
INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES
(4, 'latest-packages.js', '/smf/', 'language=%1$s&version=%3$s', 'var actionurl = ''?action=admin;area=packages;sa=download;get;package='';if (typeof(window.smfForum_sessionvar) == "undefined")\n window.smfForum_sessionvar = ''sesc'';\n\nif (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0")\n window.smfLatestPackages = ''As was inevitable, a few small mistakes have been found in 1.0. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-1_update.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.1")\n window.smfLatestPackages = ''A few problems have been found in the package manager\\''s modification code, among a few other issues. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-2_update.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.2")\n window.smfLatestPackages = ''A problem has been found in the system that sends critical database messages. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-3_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.3")\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.0.3, and a problem with parsing nested BBC tags addressed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-4_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.4")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.4. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-5_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.5")\n window.smfLatestPackages = ''A bbc security issue has been identified in SMF 1.0.5. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.6")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.6. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.7")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.7. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-8_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\n\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.8")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.8. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1-0-9_1-1-rc3-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.9")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.9. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-10_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.10")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.10. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.11 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.12 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.13")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.13 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.14.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.14")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.14. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.15.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.15")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.15. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.16.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.16")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.16. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.17.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.17")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.17. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.18.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.18")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.18. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.19.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.19")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.19. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.20.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.20")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.20. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.21.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.21")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.21. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.22.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 Beta 2" && !in_array("smf:smf_1-1-beta2-fix1", window.smfInstalledPackages))\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.1 Beta 2, and a problem with parsing nested BBC tags addressed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-beta2-fix1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily fix the problem.<br /><br />Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> or in the helpdesk if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf-1.0.7", window.smfInstalledPackages))\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.1 RC2. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf_1-1-rc2-2", window.smfInstalledPackages))\n window.smfLatestPackages = ''A bug in PHP causes a vulnerability in SMF 1.1 RC2-1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-rc2-2_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to patch your version of 1.1 RC2 to 1.1 RC2-2.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1")\n window.smfLatestPackages = ''A number of small bugs and a security issue have been identified in SMF 1.1 Final. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-1_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.1")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.1 - and some improvements have been made to the visual verification images on registration. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-2_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.2.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.2")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.2 - and some improvements have been made to the package manager. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.3.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.3")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.3 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.4.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.4")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.4 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.5.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.5")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.5 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.6.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.6")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.6. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.7.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.7")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.7. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.8.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.8")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.8. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.9.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.9")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.9. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.10.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.10")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.10. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.11.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.11. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.12. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.13.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.13")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.13. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.14.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.14.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.14")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.14. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.15.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.15.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.15")\n window.smfLatestPackages = ''A couple of security vulnerabilities have been identified in SMF 1.1.15. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.16.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 beta 1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 1 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0 beta 1.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 Beta 3 Public")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 3 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0 beta 3.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0-RC1-1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC1-1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1-1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0-RC1.2 .<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC4" && typeof(window.smfRC4patch) == "undefined")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC4. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0-RC4_security.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to install the security patch for SMF 2.0 RC4.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.1")\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.1 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.2.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) == "undefined")\n window.smfLatestPackages = ''For the package manager to function properly, please upgrade to the latest version of SMF.'';\nelse\n{\nvar smf_modificationInfo = {\n\n 3354: {\n name: ''Social Buttons By SMFSimple.com 1.0'',\n versions: [''68''],\n desc: ''<div align="center"><img src="http://bit.ly/kZVDB6" alt="" width="443" height="115" class="bbc_img resized" /></div><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: purple;" class="bbc_color"><span style="font-size: 16pt;" class="bbc_size"><strong>Social Buttons</strong></span></span></span><br /><strong>Developed by</strong> <strong><a href="http://www.smfsimple.com/index.php?action=profile;u=55" class="bbc_link" target="_blank">4kstore</a></strong> <strong>for </strong><strong><a href="http://www.smfsimple.com" class="bbc_link" target="_blank">SMFSimple.com</a></strong><br /><em><strong>SMF 2.0.X</strong></em></div><br /><hr /><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size"><strong>El soporte oficial de los desarrolladores de nuestros mods lo encontraras en SMFSimple.com</strong></span></span></span></div><br /><hr /><br /><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><span class="bbc_u"><strong>Description:</strong></span></span></span></span><br /><em><strong>Add social networking buttons with counter in all your pages</strong></em><br /><br /><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><span class="bbc_u"><strong>Descripcion:</strong></span></span></span></span><br /><em><strong>Agrega botones de redes sociales con contador en todas tus paginas</strong></em><br /><br /><hr /><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: red;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><strong>Screenshots | Imagenes</strong></span></span></span></div><br /><div align="center"><img src="http://i.imgur.com/DlPVW.png" alt="" class="bbc_img" /></div><br /><hr /><br />&nbsp;* This SMF modification is subject to the Mozilla Public License Version<br />&nbsp;* 1.1 (the &quot;License&quot;); you may not use this SMF modification except in compliance with<br />&nbsp;* the License. You may obtain a copy of the License at<br />&nbsp;* <a href="http://www.mozilla.org/MPL/" class="bbc_link" target="_blank">http://www.mozilla.org/MPL/</a><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: green;" class="bbc_color"><span style="font-size: 15pt;" class="bbc_size"><strong>Social Buttons</strong></span></span></span></div>'',\n file: ''Socials_Buttons.zip''\n },\n 3349: {\n name: ''Mobile Device Detect 0.2.1'',\n versions: [''68''],\n desc: ''A small mod that uses the code from the <a href="http://blog.mobileesp.com/?page_id=20" class="bbc_link" target="_blank">MobileESP Project</a> in order to detect if the user visiting your forum is using a mobile device or not.<br /><br />At the moment in this mod this function is used to allow admins to select a default theme for mobile devices.<br />Going to <em>Admin &gt; Configuration &gt; Themes and Layout &gt; Manage and Install</em> a new dropdown is present where you will be able to select a theme for users with mobile devices.<br /><br /><strong>Note</strong>: since the normal detection code would probably be too cumbersome for just define if a user is using a mobile device of not, I&#039;m using a modified (untested in real world) version of the code and for that reason the detection could be not &quot;perfect&quot;. Your feedback is highly appreciated!<br /><br />The complete list of devices is too long to write here and now, look at the code. <img src="http://media.simplemachinesweb.com/smf/smileys/default/tongue.gif" alt="&#58;P" title="Tongue" class="smiley" /><br />A short list includes: iPhone, iPad, iPod, Android-based, Symbian OS-based, windows 7 and ce based, blackberry and others.<br /><br />Once instantiated the class is placed in $context&#91;&#039;device&#039;], so that other mods and themes can use the it in order to do change their behaviour depending on the device.<br /><br />Feel free to fork and help at <a href="https://github.com/emanuele45/Mobile-Device-Detect" class="bbc_link" target="_blank">https://github.com/emanuele45/Mobile-Device-Detect</a><br /><br /><strong>Change log</strong><br /><ul class="bbc_list"><li type="disc"> 0.1.0: initial release</li><li type="disc"> 0.2.0: the theme is set based on the function CheckIsMobile (provided by feline and just changed a bit), fixed an undefined index error, few other things. The code from Mobile EPS is still the re if anyone wants to use it.</li><li type="disc"> 0.2.1: removed the __contruct function from the class to avoid php errors (<em>Redefining already defined constructor</em>)</li></ul>'',\n file: ''mobile_devices_detect-0.2.1.tar.gz''\n },\n 3341: {\n name: ''Sneaky Editing 1.1'',\n versions: [''67'', ''68''],\n desc: ''With this modification, admins can choose not to leave a &quot;last modified on x by Admin&quot;-message, whenever they edit a post.<br /><br />To do this, there&#039;s a checkbox in the additional post options. It will only work for that one modify, so if you modify the same post again later, you will have to tick the checkbox again, if you want it to be hidden again. The same checkbox can be found next to the submit button when doing a quick modify.<br /><br />As this mod manipulates your data on the way to the database, there&#039;s no way to make your edit show after you &quot;hid&quot; it and there&#039;s no way to hide edits that are already there.<br />On the other hand, edits previously made by the post owners will stay if you edit their posts using the checkbox.<br /><br />If you want to hide <strong>all</strong> of your edits, check out <a href="http://www.simplemachines.org/community/index.php?topic=433487.msg3040002#msg3040002" class="bbc_link" target="_blank">this mod</a>.<br /><br />If you want to hide <strong>all</strong> of your edits <strong>and</strong> care about traceless editing of your members&#039; posts (i.e. their &quot;last modified&quot; messages not mysteriously vanishing), install both mods and use the checkbox as needed.<br /><br />-&gt; The code of this modification is licensed via <a href="http://www.perlfoundation.org/artistic_license_2_0" class="bbc_link" target="_blank">Artistic License 2.0</a>.<br /><br /><br /><span class="bbc_u">Updates:</span><br /><br /><em>Version 1.1</em><br />Supports Smf 1.1.x<br />Languages have been added: Serbian, Croatian, Spanish and Polish'',\n file: ''sneaky_editing_v2.zip''\n },\n 3194: {\n name: ''Avatars graffiti by LogoOff 1.0'',\n versions: [''63''],\n desc: ''<div align="center"><strong>Avatars graffiti by LogoOff</strong><br /><br /><img src="http://www.pohrani.com/f/31/xr/26Q0zRcc/pre.png" alt="" class="bbc_img" /></div>'',\n file: ''graffiti.zip''\n }};\nvar smf_latestModifications = [3354, 3349, 3341];\n\nfunction smf_packagesMoreInfo(id)\n{\n window.smfLatestPackages_temp = document.getElementById("smfLatestPackagesWindow").innerHTML;\n\n setInnerHTML(document.getElementById("smfLatestPackagesWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_modificationInfo[id].name + ''</h3>\\\n <h4 style="padding: 4px; margin: 0;"><a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/'' + id + ''/'' + smf_modificationInfo[id].file + '';'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Install Now!</a></h4>\\\n <div style="margin: 4px;">'' + smf_modificationInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\n <div class="titlebg" style="padding: 4px; margin: 0;"><a href="javascript:smf_packagesBack();void(0);">(go back)</a></div>'');\n}\n\nfunction smf_packagesBack()\n{\n setInnerHTML(document.getElementById("smfLatestPackagesWindow"), window.smfLatestPackages_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestPackagesWindow")) - 10);\n}\n\nwindow.smfLatestPackages = ''\\\n <div id="smfLatestPackagesWindow"style="overflow: auto;">\\\n <h3 style="margin: 0; padding: 4px;">New Packages:</h3>\\\n <img src="http://www.simplemachines.org/smf/images/package.png" width="102" height="98" style="float: right; margin: 4px;" alt="(package)" />\\\n <ul style="list-style: none; margin-top: 3px; padding: 0 4px;">'';\n\nfor (var i = 0; i < smf_latestModifications.length; i++)\n{\n var id_mod = smf_latestModifications[i];\n\n window.smfLatestPackages += ''<li><a href="javascript:smf_packagesMoreInfo('' + id_mod + '');void(0);">'' + smf_modificationInfo[id_mod].name + ''</a></li>'';\n}\n\nwindow.smfLatestPackages += ''\\\n </ul>'';\n\nif (typeof(window.smfVersion) != "undefined" && (window.smfVersion < "SMF 1.0.6" || (window.smfVersion == "SMF 1.1 RC2" && !in_array(''smf:smf-1.0.7'', window.smfInstalledPackages))))\n window.smfLatestPackages += ''\\\n <h3 class="error" style="margin: 0; padding: 4px;">Updates for SMF:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Security update (X-Forwarded-For header vulnerability)</a>\\\n </div>'';\nelse\n window.smfLatestPackages += ''\\\n <h3 style="margin: 0; padding: 4px;">Package of the Moment:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="javascript:smf_packagesMoreInfo(3194);void(0);">Avatars graffiti by LogoOff 1.0</a>\\\n </div>'';\n\nwindow.smfLatestPackages += ''\\\n </div>'';\n}\n\nfunction findTop(el)\n{\n if (typeof(el.tagName) == "undefined")\n return 0;\n\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\n\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\n return skipMe ? 0 : el.offsetTop;\n else\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\n}\n\nfunction in_array(item, array)\n{\n for (var i in array)\n {\n if (array[i] == item)\n return true;\n }\n\n return false;\n}\n', 'text/javascript');
INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES
(5, 'latest-smileys.js', '/smf/', 'language=%1$s&version=%3$s', 'var actionurl = ''?action=admin;area=smileys;sa=install;set_gz='';\nif (typeof(window.smfForum_sessionvar) == "undefined")\n window.smfForum_sessionvar = ''sesc'';\n\nvar smf_smileysInfo = {\n\n 3290: {\n name: ''Blue Smiley Animation 2.0'',\n versions: [''67'', ''68''],\n desc: ''<div align="center"><span style="font-size: 1.45em;" class="bbc_size"><span style="color: green;" class="bbc_color"><strong>Blue Smiley Animation</strong></span></span></div><div align="center"><a href="http://www.simplemachines.org/community/index.php?topic=464629.0" class="bbc_link" target="_blank">English Support</a> | <a href="http://smf-portal.hu" class="bbc_link" target="_blank">Hungarian Support</a> | <a href="http://custom.simplemachines.org/mods/index.php?action=profile;u=221448" class="bbc_link" target="_blank">My Mods</a></div><hr /><br /><strong>Autor:</strong><br /><a href="http://www.simplemachines.org/community/index.php?action=profile;u=221448" class="bbc_link" target="_blank">WasdMan</a> and Cserrobi<br /><br /><strong>Description (Hungarian):</strong> <br />Kék mosolygó arcok<br /><br /><strong>Description (English):</strong><br />Blue Smiley package<br /><br /><img src="http://smf-portal.hu/Download/Egyeb/keksmiley.png" alt="" width="600" height="237" class="bbc_img resized" /><br /><br /><strong>Compatibility: </strong><br /><ul class="bbc_list"><li>1.0.0 - 1.99.99</li><li>2.0.0 - 2.99.99</li></ul>'',\n file: ''BlueSmileyAnimation_2.1.zip''\n },\n 3269: {\n name: ''Christmas Smileys 1.1'',\n versions: [''64'', ''67'', ''65'', ''68''],\n desc: ''<div align="center"><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 24pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Christmas Smileys</span></span></span><br /><table class="bbc_table"><tr><td><div style="text-align: right;"><strong>Created By:</strong> </div></td><td><a href="http://www.simplemachines.org/community/index.php?action=profile;u=200419" class="bbc_link" target="_blank">-=[Vyorel]=-</a><br />(<a href="http://custom.simplemachines.org/mods/index.php?action=search;author=200419" class="bbc_link" target="_blank">View my other mods here</a>)</td></tr><tr><td><div style="text-align: right;"><strong>Latest Version:</strong> </div></td><td>1.1</td></tr></table><strong>My Website</strong>: <a href="http://www.xerom-zone.ro" class="bbc_link" target="_blank">www.Xerom-Zone.ro</a><br /></div><br /><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 14pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Summary</span></span></span><br /><br />This package contains 23 Christmas Smileys.<br /><br />You can install it using the package manager and then use the Smileys and message icons menu (Smileys and Message Icons -&gt; smiley sets new smiley set) to import the smiley&#039;s.<br /><br /><br /><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 14pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Disclaimer</span></span></span><br />This Smileys are copyrighted to <a href="http://www.freeemoticonsandsmileys.com" class="bbc_link" target="_blank">www.freeemoticonsandsmileys.com</a> and all right are reserved.'',\n file: ''ChristmasSmileys.zip''\n },\n 3232: {\n name: ''Plasticmice Emoticons v1'',\n versions: [''65'', ''68''],\n desc: ''<div align="center"><img src="http://bit.ly/kZVDB6" alt="" width="443" height="115" class="bbc_img resized" /></div><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: purple;" class="bbc_color"><span style="font-size: 16pt;" class="bbc_size"><strong>Plasticmice Emoticons</strong></span></span></span><br /><strong>Developed by</strong> <strong><a href="http://www.smfsimple.com/index.php?action=profile;u=1045" class="bbc_link" target="_blank">Cesar</a></strong> <strong>for </strong><strong><a href="http://www.smfsimple.com" class="bbc_link" target="_blank">SMFSimple.com</a></strong><br /><em><strong>SMF 2.0 - 2.0.1</strong></em></div><br /><hr /><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size"><strong>El soporte oficial de los desarrolladores de nuestros mods lo encontraras en SMFSimple.com<br />Official Support in <a href="http://www.SmfSimple.com" class="bbc_link" target="_blank">www.SmfSimple.com</a></strong></span></span></span></div><br /><hr /><br /><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><span class="bbc_u"><strong>Description:</strong></span></span></span></span><br /><em><strong>Emoticons Pack created by <a href="http://plasticmice.deviantart.com/" class="bbc_link" target="_blank">Plasticmice</a> and packaged by Cesar to SmfSimple.com</strong></em><br /><br /><span style="text-shadow: black 1px 1px 1px"><span style="color: orange;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><span class="bbc_u"><strong>Descripcion:</strong></span></span></span></span><br /><em><strong>Pack de Emoticones creados por <a href="http://plasticmice.deviantart.com/" class="bbc_link" target="_blank">Plasticmice</a> y empaquetados para SmfSimple.com por Cesar</strong></em><br /><br /><hr /><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: red;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><strong>Screenshots | Imagenes</strong></span></span></span></div><br /><div align="center"><img src="http://i.imgur.com/P7yRN.png" alt="" width="453" height="261" class="bbc_img resized" /></div><br /><br /><br /><hr /><span style="color: teal;" class="bbc_color"><span class="bbc_u"><strong>Language Support | Lenguajes Soportados</strong></span></span><br /><span style="color: teal;" class="bbc_color"><strong>- English<br />- Spanish_latin<br />- Spanish_latin-utf8<br />- Spanish_es<br />- Spanish_es-utf8</strong></span><br /><hr /><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: green;" class="bbc_color"><span style="font-size: 15pt;" class="bbc_size"><strong>Plasticmice Emoticons</strong></span></span></span></div><br /><div align="center"><span style="text-shadow: black 1px 1px 1px"><span style="color: green;" class="bbc_color"><span style="font-size: 13pt;" class="bbc_size"><strong>Copyright 2011 | <a href="http://www.smfsimple.com" class="bbc_link" target="_blank">SMFSimple.com</a></strong></span></span></span></div><br /><div align="center"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" class="bbc_link" target="_blank"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="" width="88" height="31" class="bbc_img resized" /></a></div>'',\n file: ''plasticmice.zip''\n },\n 1039: {\n name: ''SMF Blue Winter Smiley Pack 1.1'',\n versions: [''31'', ''41'', ''33'', ''37''],\n desc: ''A sleek blue smiley pack - designed for SMF to look great on any color site. With its nice rounded edges and 3d look nothing can stand in the way to these smilies. Happy Holidays!<br /><br />Note: The background is suppose to blend in with the body.<br />--<br /><br />+++++++++++++++<br />Egad Graphics Team<br /><a href="http://www.egadforums.com" class="bbc_link" target="_blank">www.egadforums.net</a><br />+++++++++++++++'',\n file: ''Egad_Winter_Smilies.zip''\n },};\nvar smf_latestSmileys = [3290, 3269, 3232];\n\nfunction smf_packagesMoreInfo(id)\n{\n window.smfLatestSmileys_temp = document.getElementById("smfLatestSmileysWindow").innerHTML;\n\n setInnerHTML(document.getElementById("smfLatestSmileysWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_smileysInfo[id].name + ''</h3>\\\n <h4 style="padding: 4px; margin: 0;"><a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/'' + id + ''/'' + smf_smileysInfo[id].file + '';'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Install Now!</a></h4>\\\n <div style="margin: 4px;">'' + smf_smileysInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\n <div class="titlebg" style="padding: 4px; margin: 0;"><a href="javascript:smf_packagesBack();void(0);">(go back)</a></div>'');\n}\n\nfunction smf_packagesBack()\n{\n setInnerHTML(document.getElementById("smfLatestSmileysWindow"), window.smfLatestSmileys_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestSmileysWindow")) - 10);\n}\n\nwindow.smfLatestSmileys = ''\\\n <div id="smfLatestSmileysWindow" style="overflow: auto;">\\\n <img src="http://www.simplemachines.org/smf/images/smileys.png" width="102" height="98" style="float: right; margin: 4px;" alt="(package)" />\\\n <h3 style="margin: 0; padding: 4px;">Smiley of the Moment:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="javascript:smf_packagesMoreInfo(1039);void(0);">SMF Blue Winter Smiley Pack 1.1</a>\\\n </div>'';\n\nwindow.smfLatestSmileys += ''\\\n <h3 style="margin: 0; padding: 4px;">New Smileys:</h3>\\\n <ul style="list-style: none; margin-top: 3px; padding: 0 4px;">'';\n\nfor (var i = 0; i < smf_latestSmileys.length; i++)\n{\n var id_mod = smf_latestSmileys[i];\n\n window.smfLatestSmileys += ''<li><a href="javascript:smf_packagesMoreInfo('' + id_mod + '');void(0);">'' + smf_smileysInfo[id_mod].name + ''</a></li>'';\n}\n\nwindow.smfLatestSmileys += ''\\\n </ul>'';\n\nwindow.smfLatestSmileys += ''\\\n </div>'';\n\nfunction findTop(el)\n{\n if (typeof(el.tagName) == "undefined")\n return 0;\n\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\n\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\n return skipMe ? 0 : el.offsetTop;\n else\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\n}\n\nfunction in_array(item, array)\n{\n for (var i in array)\n {\n if (array[i] == item)\n return true;\n }\n\n return false;\n}', 'text/javascript'),
(6, 'latest-support.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfLatestSupport = ''<div style="font-size: 0.85em;"><div style="font-weight: bold;">SMF 2.0.2</div>A few vulnerabilities and bugs have been fixed in this new release. Please <a href="http://www.simplemachines.org/download.php">try it</a> before requesting support.</div>'';\n\nif (document.getElementById(''credits''))\n setInnerHTML(document.getElementById(''credits''), getInnerHTML(document.getElementById(''credits'')).replace(/thank you!/, ''<span onclick="alert(\\''Kupo!\\'');">thank you!</span>''));\n', 'text/javascript'),
(7, 'latest-themes.js', '/smf/', 'language=%1$s&version=%3$s', '\r\nvar smf_themeInfo = {\r\n 2320: {\r\n name: ''Clear Sky'',\r\n desc: ''This theme uses pleasing colors with shades of the sky.<br /><br /><a href="http://www.skinmod.eu/themedemo/index.html" class="bbc_link" target="_blank"><strong>Live demo</strong></a> | <a href="http://www.skinmod.eu/" class="bbc_link" target="_blank"><strong>Support</strong></a> | <a href="https://www.paypal.com/pe/cgi-bin/webscr?cmd=_flow&amp;SESSION=3g6Y-E0QLrDomy01r10fanH5hHRpDc1-9ue6zrqbVdZJb6YeXq8-RTyHgbG&amp;dispatch=5885d80a13c0db1f8e263663d3faee8df1d2b5c147af55b8d54f2944c97d2a2a" class="bbc_link" target="_blank"><strong>Donate to my work</strong></a><br /><hr /><br /><strong>rtl.css</strong> added<br /><br /><strong>Tested in:</strong><br />IE7, Mozilla, Opera, Chrome, Safari<br /><br /><hr />'',\r\n file: ''ClearSky_SMF2-Final.zip'',\r\n author: ''zutzu''\r\n },\r\n 2572: {\r\n name: ''PremiumMGC'',\r\n desc: ''<span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">PremiumMGC</span></span><br /><hr /><strong> By : Ricky.&nbsp; | <a href="http://ifandbut.com/talk/index.php?topic=280.0" class="bbc_link" target="_blank">Theme Support</a> |&nbsp; <a href="http://custom.simplemachines.org/themes/index.php?action=profile;u=34192" class="bbc_link" target="_blank">My More Themes</a> <br />For SMF 2.0 , SMF 2.0.1, SMF 2.0.2<br /></strong><br /><br />A very clean and professional , suitable for all kind of community forums. Designed to give light and uncluttered feel using small Jquery effects and css3 effects.<br /><br /><strong>You can change theme features at : <br />SMF Admin --&gt; Configuration --&gt; Current Theme </strong><br />(Assuming that <strong>Theme Premium</strong> has been selected as overall SMF theme on your forum). <br /><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Features</span></span><br /><hr /><ul class="bbc_list"><li>A fixed width theme</li><li>Allow you add your own logo from them Admin Menu</li><li>Utilizing CSS3 supported by all modern browser along with Jquery</li><li>Allows you to add custom copyright in footer</li><li>Allows you to add link to Privacy Policy page in footer</li><li>Allows you to add link to Contact us page in footer</li><li>Allows you to add link to Terms of Services page in footer</li></ul><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Some Screenshots</span></span><br /><hr /><div align="center"><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199432;image" alt="" width="540" class="bbc_img resized" /><br /><br /><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199434;image" alt="" width="540" class="bbc_img resized" /><br /><br /><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=471460.0;attach=199436;image" alt="" width="540" class="bbc_img resized" /></div><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Updates</span></span><br /><hr /><br />Not yet any...<br /><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">In the Last</span></span><br /><hr />If you use my theme and liked it then kindly give your <a href="http://ifandbut.com/talk/index.php?topic=280.0" class="bbc_link">comment or atleast saying thanks</a> can be really helpful and encouraging.'',\r\n file: ''premiummgc.zip'',\r\n author: ''Ricky.''\r\n },\r\n 2568: {\r\n name: ''CLS-DarkButton'',\r\n desc: ''<span style="color: navy;" class="bbc_color"><span style="font-size: 18pt;" class="bbc_size">CLS Dark Button Version 1.0.2</span></span><br /><br />The header of this theme is adjusted so that your forum provides a compact and clear look<br />This theme is specially for these who loves a dark theme with a Button bar menu, which provides the advantage that the forum has a compact representation.<br /><a href="http://www.w3schools.com/css3/css3_intro.asp" class="bbc_link" target="_blank">CSS3</a> rounded edges, buttons and shadows make this style unique.<br /><br /><span style="color: green;" class="bbc_color"><strong>*** Please notice that CSS3 does NOT work in old browsers ***</strong></span><br /><br /><span style="color: navy;" class="bbc_color"><strong>The USER interface is implemented inside the menu bar.</strong></span><br /><br /><a href="http://smf.klikveilig.be/index.php?action=mypage&amp;theme=6" class="bbc_link" target="_blank"><img src="http://smf.klikveilig.be/cgi-bin/CLS-PRO-DARK-USER-01.png" alt="" class="bbc_img" /></a><br /><br /><span style="color: navy;" class="bbc_color"><strong>The SEARCH interface is also implemented inside the menu bar.</strong></span><br /><br /><a href="http://smf.klikveilig.be/index.php?action=mypage&amp;theme=6" class="bbc_link" target="_blank"><img src="http://smf.klikveilig.be/cgi-bin/CLS-PRO-DARK-SEARCH-01.png" alt="" class="bbc_img" /></a><br /><br /><span style="color: navy;" class="bbc_color"><strong>The Admin section haves the same Button bar menu as the forum.</strong></span><br /><br /><a href="http://smf.klikveilig.be/index.php?action=mypage&amp;theme=6" class="bbc_link" target="_blank"><img src="http://smf.klikveilig.be/cgi-bin/CLS-PRO-DARK-ADMIN-01.png" alt="" class="bbc_img" /></a><br /><br /><a href="http://smf.klikveilig.be/index.php?action=mypage&amp;theme=6" class="bbc_link" target="_blank"><span style="color: teal;" class="bbc_color"><span style="font-size: 18pt;" class="bbc_size">DEMO CLS-DarkButton</span></span></a><br /><a href="http://smf.klikveilig.be/index.php" class="bbc_link" target="_blank"><img src="http://smf.klikveilig.be/cgi-bin/ClickSafe-Logo.png" alt="" width="200" height="200" class="bbc_img resized" /></a><br /><a href="http://custom.simplemachines.org/themes/index.php?action=profile;u=322520" class="bbc_link" target="_blank"><span style="color: teal;" class="bbc_color"><span style="font-size: 18pt;" class="bbc_size">MORE ClickSafe THEMES? ... Click Safe</span></span>&nbsp; <img src="http://media.simplemachinesweb.com/smf/smileys/default/wink.gif" alt=";&#41;" title="Wink" class="smiley" /> <span style="color: teal;" class="bbc_color"><span style="font-size: 18pt;" class="bbc_size"> here</span></span></a>'',\r\n file: ''CLS-pro-dark-button.zip'',\r\n author: ''ClickSafe''\r\n },\r\n 2567: {\r\n name: ''Concept3'',\r\n desc: ''<span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Concept3</span></span><br /><hr /><strong> By : Ricky.&nbsp; | <a href="http://ifandbut.com/talk/index.php?topic=264.0" class="bbc_link" target="_blank">Theme Support</a> |&nbsp; <a href="http://custom.simplemachines.org/themes/index.php?action=profile;u=34192" class="bbc_link" target="_blank">My More Themes</a> <br />For SMF 2.0 , SMF 2.0.1, SMF 2.0.2<br /></strong><br /><br />A unique theme created using blue, green and gray colors utilizing Css3 to achieve most of its design effect. This theme allows you to add link to your <strong>Privacy Policy Page</strong> directly through Admin menu and it will be visible in footer through out the forum, no need to edit code for this. Similarly , you can add link to your <strong>Terms and Services and Contact us page</strong> from Admin Menu.<br /><br /><strong>You can change theme features at : <br />SMF Admin --&gt; Configuration --&gt; Current Theme </strong><br />(Assuming that <strong>Theme Concept3</strong> has been selected as overall SMF theme on your forum). <br /><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Features</span></span><br /><hr /><ul class="bbc_list"><li>A fluid width theme, you can set forum width as per your need in Admin Menu</li><li>Allow you add your own logo from them Admin Menu</li><li>Disable / Enable top side box showing time from Admin</li><li>Utilizing CSS3 supported by all modern browser</li><li>Allows you to add custom copyright in footer</li><li>Allows you to add link to Privacy Policy page in footer</li><li>Allows you to add link to Contact us page in footer</li><li>Allows you to add link to Terms of Services page in footer</li></ul><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Some Screenshots</span></span><br /><hr /><br /><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=470195.0;attach=198674;image" alt="" width="600" class="bbc_img resized" /><br /><br /><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=470195.0;attach=198672;image" alt="" width="600" class="bbc_img resized" /><br /><br /><img src="http://www.simplemachines.org/community/index.php?action=dlattach;topic=470195.0;attach=198676;image" alt="" width="600" class="bbc_img resized" /><br /><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">Updates</span></span><br /><hr /><br />06-03-2012 : Fixed minor issue with layout on Webkit based browsers like Apple Safari and Google Chrome.<br /><br />12-03-2012 : Made it compatible with Opera and IE 10<br /><br /><span style="color: green;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size">In the Last</span></span><br /><hr />If you use my theme and liked it then kindly give your <a href="http://ifandbut.com/talk/index.php?topic=264.0" class="bbc_link" target="_blank">comment or atleast saying thanks</a> can be really helpful and encouraging.'',\r\n file: ''Concept3.zip'',\r\n author: ''Ricky.''\r\n },\r\n 182: {\r\n name: ''NewYear'',\r\n desc: ''Hi Friends,<br />It didnt take long time to to prepare that theme but i know that we need it. Its easy thats why i prepared in a short time, <br />I let you use it and hope it will be useful for you and you like it (:&nbsp; Thank you for not removing, Check below this page to download.<br /><br />Smf Version : Rc2, Rc3, 1.1<br /><br />Demo : <a href="http://www.menacam.com/index.php?" class="bbc_link" target="_blank">http://www.menacam.com/index.php?</a><br />'',\r\n file: ''NewYearVolTECH.zip'',\r\n author: ''VolSOFT''\r\n }\r\n};\r\nvar smf_featured = 2320;\r\nvar smf_random = 182;\r\nvar smf_latestThemes = [2572, 2568, 2567];\r\nfunction smf_themesMoreInfo(id)\r\n{\r\n window.smfLatestThemes_temp = document.getElementById("smfLatestThemesWindow").innerHTML;\n\n // !!! Why not just always auto?\n document.getElementById("smfLatestThemesWindow").style.overflow = "auto";\n setInnerHTML(document.getElementById("smfLatestThemesWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_themeInfo[id].name + ''</h3>\\\r\n <h4 style="margin: 0;padding: 4px;"><a href="http://custom.simplemachines.org/themes/index.php?lemma='' + id + ''">View Theme Now!</a></h4>\\\r\n <div style="overflow: auto;">\\\r\n <img src="http://custom.simplemachines.org/themes/index.php?action=download;lemma=''+id+'';image=thumb" alt="" style="float: right; margin: 10px;" />\\\r\n <div style="padding:8px;">'' + smf_themeInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\r\n </div>\\\r\n <div style="padding: 4px;" class="smalltext"><a href="javascript:smf_themesBack();void(0);">(go back)</a></div>'');\n}\r\n\r\nfunction smf_themesBack()\r\n{\r\n document.getElementById("smfLatestThemesWindow").style.overflow = "";\n setInnerHTML(document.getElementById("smfLatestThemesWindow"), window.smfLatestThemes_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestThemesWindow")) - 10);\r\n}\r\n\r\nwindow.smfLatestThemes = ''\\\r\n <div id="smfLatestThemesWindow">\\\r\n <div>\\\r\n <img src="http://www.simplemachines.org/smf/images/themes.png" width="102" height="98" style="float: right; margin: 0 0 10px 10px;" alt="(package)" />\\\r\n <ul style="list-style: none; padding: 0; margin: 0 0 0 5px;">'';\r\nfor(var i=0; i < smf_latestThemes.length; i++)\r\n{\r\n var id_theme = smf_latestThemes[i];\r\n window.smfLatestThemes += ''\\\r\n <li style="list-style: none;"><a href="javascript:smf_themesMoreInfo('' + id_theme + '');void(0);">'' + smf_themeInfo[id_theme].name + '' by '' + smf_themeInfo[id_theme].author + ''</a></li>'';\r\n}\r\n\r\nwindow.smfLatestThemes += ''\\\r\n </ul>'';\r\nif ( smf_featured !=0 || smf_random != 0 )\r\n{\r\n\r\n if ( smf_featured != 0 )\r\n window.smfLatestThemes += ''\\\r\n <h4 style="padding: 4px 4px 0 4px; margin: 0;">Featured Theme</h4>\\\r\n <p style="padding: 0 4px; margin: 0;">\\\r\n <a href="javascript:smf_themesMoreInfo(''+smf_featured+'');void(0);">''+smf_themeInfo[smf_featured].name + '' by '' + smf_themeInfo[smf_featured].author+''</a>\\\r\n </p>'';\r\n if ( smf_random != 0 )\r\n window.smfLatestThemes += ''\\\r\n <h4 style="padding: 4px 4px 0 4px;margin: 0;">Theme of the Moment</h4>\\\r\n <p style="padding: 0 4px; margin: 0;">\\\r\n <a href="javascript:smf_themesMoreInfo(''+smf_random+'');void(0);">''+smf_themeInfo[smf_random].name + '' by '' + smf_themeInfo[smf_random].author+''</a>\\\r\n </p>'';\r\n}\r\nwindow.smfLatestThemes += ''\\\r\n </div>\\\r\n </div>'';\r\n\r\nfunction findTop(el)\r\n{\r\n if (typeof(el.tagName) == "undefined")\r\n return 0;\r\n\r\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\r\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\r\n\r\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\r\n return skipMe ? 0 : el.offsetTop;\r\n else\r\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\r\n}\r\n\r\nfunction in_array(item, array)\r\n{\r\n for (var i in array)\r\n {\r\n if (array[i] == item)\r\n return true;\r\n }\r\n\r\n return false;\r\n}', 'text/javascript');
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_albums`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_albums` (
`id_album` int(11) NOT NULL AUTO_INCREMENT,
`album_of` int(11) NOT NULL DEFAULT '0',
`featured` tinyint(1) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`master` int(11) NOT NULL DEFAULT '0',
`icon` int(11) NOT NULL DEFAULT '0',
`bigicon` int(11) NOT NULL DEFAULT '0',
`passwd` varchar(64) NOT NULL DEFAULT '',
`directory` text NOT NULL,
`parent` int(11) NOT NULL DEFAULT '0',
`access` varchar(255) NOT NULL DEFAULT '',
`access_write` varchar(255) NOT NULL DEFAULT '',
`approved` tinyint(1) NOT NULL DEFAULT '0',
`a_order` int(11) NOT NULL DEFAULT '0',
`child_level` int(11) NOT NULL DEFAULT '0',
`id_last_media` int(11) NOT NULL DEFAULT '0',
`num_items` int(11) NOT NULL DEFAULT '0',
`options` text NOT NULL,
`id_perm_profile` int(11) NOT NULL DEFAULT '0',
`id_quota_profile` int(11) NOT NULL DEFAULT '0',
`hidden` tinyint(1) NOT NULL DEFAULT '0',
`allowed_members` varchar(255) NOT NULL DEFAULT '',
`allowed_write` varchar(255) NOT NULL DEFAULT '',
`denied_members` varchar(255) NOT NULL DEFAULT '',
`denied_write` varchar(255) NOT NULL DEFAULT '',
`id_topic` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_album`),
KEY `album_of` (`album_of`),
KEY `id_album_album_of_featured` (`id_album`,`album_of`,`featured`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_comments`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_comments` (
`id_comment` int(11) NOT NULL AUTO_INCREMENT,
`id_member` int(11) NOT NULL DEFAULT '0',
`id_media` int(11) NOT NULL DEFAULT '0',
`id_album` int(11) NOT NULL DEFAULT '0',
`message` text NOT NULL,
`posted_on` int(11) NOT NULL DEFAULT '0',
`last_edited` int(11) NOT NULL DEFAULT '0',
`last_edited_by` int(11) NOT NULL DEFAULT '0',
`last_edited_name` varchar(25) NOT NULL DEFAULT '',
`approved` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_comment`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_field_data`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_field_data` (
`id_field` int(11) NOT NULL DEFAULT '0',
`id_media` int(11) NOT NULL DEFAULT '0',
`value` text NOT NULL,
PRIMARY KEY (`id_field`,`id_media`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_fields`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_fields` (
`id_field` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL DEFAULT '',
`type` varchar(20) NOT NULL DEFAULT 'text',
`options` text NOT NULL,
`required` tinyint(1) NOT NULL DEFAULT '0',
`searchable` tinyint(1) NOT NULL DEFAULT '0',
`description` text NOT NULL,
`bbc` tinyint(1) NOT NULL DEFAULT '0',
`albums` text NOT NULL,
PRIMARY KEY (`id_field`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_files`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_files` (
`id_file` int(11) NOT NULL AUTO_INCREMENT,
`filesize` int(20) NOT NULL DEFAULT '0',
`filename` text NOT NULL,
`width` int(4) NOT NULL DEFAULT '1',
`height` int(4) NOT NULL DEFAULT '1',
`directory` text NOT NULL,
`id_album` int(20) NOT NULL DEFAULT '0',
`exif` text NOT NULL,
PRIMARY KEY (`id_file`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
--
-- Dumping data for table `smf_aeva_files`
--
INSERT INTO `smf_aeva_files` (`id_file`, `filesize`, `filename`, `width`, `height`, `directory`, `id_album`, `exif`) VALUES
(1, 4118, 'music.png', 48, 48, 'generic_images', 0, ''),
(2, 2911, 'film.png', 48, 48, 'generic_images', 0, ''),
(3, 2438, 'camera.png', 48, 48, 'generic_images', 0, ''),
(4, 2799, 'folder.png', 48, 48, 'generic_images', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_log_media`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_log_media` (
`id_media` int(11) NOT NULL DEFAULT '0',
`id_member` int(11) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_media`,`id_member`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `smf_aeva_log_media`
--
INSERT INTO `smf_aeva_log_media` (`id_media`, `id_member`, `time`) VALUES
(0, 1, 1329670709);
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_log_ratings`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_log_ratings` (
`id_media` int(11) NOT NULL DEFAULT '0',
`id_member` int(11) NOT NULL DEFAULT '0',
`rating` int(11) NOT NULL DEFAULT '0',
`time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_media`,`id_member`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_media`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_media` (
`id_media` int(11) NOT NULL AUTO_INCREMENT,
`id_member` int(11) NOT NULL DEFAULT '0',
`member_name` varchar(25) NOT NULL DEFAULT '',
`last_edited` int(11) NOT NULL DEFAULT '0',
`last_edited_by` int(11) NOT NULL DEFAULT '0',
`last_edited_name` text NOT NULL,
`id_file` int(11) NOT NULL DEFAULT '0',
`id_thumb` int(11) NOT NULL DEFAULT '0',
`id_preview` int(11) NOT NULL DEFAULT '0',
`type` varchar(10) NOT NULL DEFAULT 'image',
`album_id` int(11) NOT NULL DEFAULT '0',
`rating` int(11) NOT NULL DEFAULT '0',
`voters` mediumint(9) NOT NULL DEFAULT '0',
`weighted` float NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '(No title)',
`description` text NOT NULL,
`approved` tinyint(1) NOT NULL DEFAULT '0',
`time_added` int(11) NOT NULL DEFAULT '0',
`views` int(11) NOT NULL DEFAULT '0',
`downloads` int(11) NOT NULL DEFAULT '0',
`last_viewed` tinyint(1) NOT NULL DEFAULT '0',
`keywords` text NOT NULL,
`embed_url` text NOT NULL,
`id_last_comment` int(11) NOT NULL DEFAULT '0',
`log_last_access_time` int(11) NOT NULL DEFAULT '0',
`num_comments` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_media`),
KEY `id_thumb` (`id_thumb`),
KEY `time_added` (`time_added`),
KEY `album_id` (`album_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_perms`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_perms` (
`id_group` int(11) NOT NULL DEFAULT '0',
`id_profile` int(11) NOT NULL DEFAULT '0',
`permission` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id_group`,`id_profile`,`permission`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_quotas`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_quotas` (
`id_profile` int(11) NOT NULL DEFAULT '0',
`id_group` int(11) NOT NULL DEFAULT '0',
`type` varchar(10) NOT NULL DEFAULT '',
`quota` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_profile`,`id_group`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_settings`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_settings` (
`name` varchar(30) NOT NULL DEFAULT '',
`value` text NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `smf_aeva_settings`
--
INSERT INTO `smf_aeva_settings` (`name`, `value`) VALUES
('installed_on', '1329670690'),
('data_dir_path', '/home/supersti/public_html/mgal_data'),
('data_dir_url', 'http://www.weareminecraft.net/mgal_data'),
('max_dir_files', '150'),
('num_items_per_page', '15'),
('num_items_per_line', '5'),
('num_items_per_line_ext', '5'),
('max_dir_size', '51400'),
('max_file_size', '1024'),
('max_width', '1024'),
('max_height', '1024'),
('allow_over_max', '1'),
('upload_security_check', '0'),
('jpeg_compression', '80'),
('num_unapproved_items', '0'),
('num_unapproved_albums', '0'),
('num_unapproved_comments', '0'),
('num_unapproved_item_edits', '0'),
('num_unapproved_album_edits', '0'),
('num_reported_items', '0'),
('num_reported_comments', '0'),
('recent_item_limit', '5'),
('random_item_limit', '5'),
('recent_comments_limit', '10'),
('recent_albums_limit', '10'),
('total_items', '0'),
('total_comments', '0'),
('total_albums', '0'),
('total_contests', '0'),
('show_sub_albums_on_index', '1'),
('enable_re-rating', '0'),
('use_exif_date', '1'),
('max_thumb_width', '120'),
('max_thumb_height', '120'),
('max_preview_width', '500'),
('max_preview_height', '500'),
('max_bigicon_width', '200'),
('max_bigicon_height', '200'),
('max_thumbs_per_page', '100'),
('max_title_length', '30'),
('show_extra_info', '1'),
('entities_convert', '0'),
('image_handler', '1'),
('enable_cache', '0'),
('use_lightbox', '1'),
('show_linking_code', '1'),
('album_edit_unapprove', '1'),
('item_edit_unapprove', '1'),
('album_columns', '1'),
('my_docs', 'txt,rtf,pdf,xls,doc,ppt,docx,xlsx,pptx,xml,html,htm,php,css,js,zip,rar,ace,arj,7z,gz,tar,tgz,bz,bzip2,sit');
-- --------------------------------------------------------
--
-- Table structure for table `smf_aeva_variables`
--
CREATE TABLE IF NOT EXISTS `smf_aeva_variables` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(15) NOT NULL DEFAULT '',
`val1` text NOT NULL,
`val2` text NOT NULL,
`val3` text NOT NULL,
`val4` text NOT NULL,
`val5` text NOT NULL,
`val6` text NOT NULL,
`val7` text NOT NULL,
`val8` text NOT NULL,
`val9` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `smf_aeva_variables`
--
INSERT INTO `smf_aeva_variables` (`id`, `type`, `val1`, `val2`, `val3`, `val4`, `val5`, `val6`, `val7`, `val8`, `val9`) VALUES
(2, 'perm_profile', 'Default', '', '', '', '', '', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `smf_approval_queue`
--
CREATE TABLE IF NOT EXISTS `smf_approval_queue` (
`id_msg` int(10) unsigned NOT NULL DEFAULT '0',
`id_attach` int(10) unsigned NOT NULL DEFAULT '0',
`id_event` smallint(5) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `smf_attachments`
--
CREATE TABLE IF NOT EXISTS `smf_attachments` (
`id_attach` int(10) unsigned NOT NULL AUTO_INCREMENT,
`id_thumb` int(10) unsigned NOT NULL DEFAULT '0',
`id_msg` int(10) unsigned NOT NULL DEFAULT '0',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`id_folder` tinyint(3) NOT NULL DEFAULT '1',
`attachment_type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`filename` varchar(255) NOT NULL DEFAULT '',
`file_hash` varchar(40) NOT NULL DEFAULT '',
`fileext` varchar(8) NOT NULL DEFAULT '',
`size` int(10) unsigned NOT NULL DEFAULT '0',
`downloads` mediumint(8) unsigned NOT NULL DEFAULT '0',
`width` mediumint(8) unsigned NOT NULL DEFAULT '0',
`height` mediumint(8) unsigned NOT NULL DEFAULT '0',
`mime_type` varchar(20) NOT NULL DEFAULT '',
`approved` tinyint(3) NOT NULL DEFAULT '1',
PRIMARY KEY (`id_attach`),
UNIQUE KEY `id_member` (`id_member`,`id_attach`),
KEY `id_msg` (`id_msg`),
KEY `attachment_type` (`attachment_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
--
-- Dumping data for table `smf_attachments`
--
INSERT INTO `smf_attachments` (`id_attach`, `id_thumb`, `id_msg`, `id_member`, `id_folder`, `attachment_type`, `filename`, `file_hash`, `fileext`, `size`, `downloads`, `width`, `height`, `mime_type`, `approved`) VALUES
(2, 0, 0, 14, 1, 0, 'avatar_14_1331349301.gif', '5430a7e15e24b36ddf7be1038e293d784187c86b', 'gif', 2730, 61, 50, 50, 'image/gif', 1),
(3, 0, 0, 17, 1, 0, 'avatar_17_1331434787.png', '925dc78723c1e2a60192b3c5fb4ab1e59d500d27', 'png', 1911, 303, 65, 17, 'image/png', 1),
(4, 5, 24, 0, 1, 0, 'aksnip10.png', 'd4845eda58deb7924a4e4320d49c5fd594f08151', 'png', 33470, 2, 1273, 345, 'image/png', 1),
(5, 0, 24, 0, 1, 3, 'aksnip10.png_thumb', '1bd9b60a5fe3ac96a28486879d1cac0c46365a9b', 'png', 5815, 0, 150, 40, 'image/png', 1),
(6, 0, 0, 15, 1, 0, 'avatar_15_1331929682.png', '100ff357825e53120c853dd07837bef6dc588dc0', 'png', 7156, 97, 65, 49, 'image/png', 1),
(7, 0, 0, 28, 1, 0, 'avatar_28_1332258677.gif', '7af3ed059c3ba073b35885d521140b6bf41751c8', 'gif', 3474, 0, 50, 50, 'image/gif', 1),
(8, 0, 0, 29, 1, 0, 'avatar_29_1332266235.gif', '393598024c65fee7d359538785cbe11b22deeaf8', 'gif', 4063, 4, 50, 50, 'image/gif', 1),
(10, 0, 0, 39, 1, 0, 'avatar_39_1332680423.gif', 'd275f33ba97a406885986d5825e43b3e96c87181', 'gif', 3579, 0, 50, 50, 'image/gif', 1),
(11, 0, 0, 40, 1, 0, 'avatar_40_1332692641.gif', '204cddd94446e1333b87aefe56fd99c5aa59dfe5', 'gif', 3529, 0, 50, 50, 'image/gif', 1),
(12, 0, 0, 41, 1, 0, 'avatar_41_1332704032.gif', 'b7bd0fc3f99a2cb37984c2512e91439ef6a3f7cb', 'gif', 3527, 0, 50, 50, 'image/gif', 1),
(13, 0, 0, 42, 1, 0, 'avatar_42_1332704610.gif', '933d3707d280a1c69214f40377f230286acf012f', 'gif', 3478, 0, 50, 50, 'image/gif', 1),
(14, 0, 0, 43, 1, 0, 'avatar_43_1332704642.gif', '7fd774770bb94ad8bb436ab62c383267d777a168', 'gif', 3378, 0, 50, 50, 'image/gif', 1);
-- --------------------------------------------------------
--
-- Table structure for table `smf_ban_groups`
--
CREATE TABLE IF NOT EXISTS `smf_ban_groups` (
`id_ban_group` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(20) NOT NULL DEFAULT '',
`ban_time` int(10) unsigned NOT NULL DEFAULT '0',
`expire_time` int(10) unsigned DEFAULT NULL,
`cannot_access` tinyint(3) unsigned NOT NULL DEFAULT '0',
`cannot_register` tinyint(3) unsigned NOT NULL DEFAULT '0',
`cannot_post` tinyint(3) unsigned NOT NULL DEFAULT '0',
`cannot_login` tinyint(3) unsigned NOT NULL DEFAULT '0',
`reason` varchar(255) NOT NULL DEFAULT '',
`notes` text NOT NULL,
PRIMARY KEY (`id_ban_group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_ban_items`
--
CREATE TABLE IF NOT EXISTS `smf_ban_items` (
`id_ban` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`id_ban_group` smallint(5) unsigned NOT NULL DEFAULT '0',
`ip_low1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_high1` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_low2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_high2` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_low3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_high3` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_low4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ip_high4` tinyint(3) unsigned NOT NULL DEFAULT '0',
`hostname` varchar(255) NOT NULL DEFAULT '',
`email_address` varchar(255) NOT NULL DEFAULT '',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_ban`),
KEY `id_ban_group` (`id_ban_group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_board_permissions`
--
CREATE TABLE IF NOT EXISTS `smf_board_permissions` (
`id_group` smallint(5) NOT NULL DEFAULT '0',
`id_profile` smallint(5) unsigned NOT NULL DEFAULT '0',
`permission` varchar(30) NOT NULL DEFAULT '',
`add_deny` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id_group`,`id_profile`,`permission`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `smf_board_permissions`
--
INSERT INTO `smf_board_permissions` (`id_group`, `id_profile`, `permission`, `add_deny`) VALUES
(-1, 1, 'poll_view', 1),
(0, 1, 'remove_own', 1),
(0, 1, 'lock_own', 1),
(0, 1, 'mark_any_notify', 1),
(0, 1, 'mark_notify', 1),
(0, 1, 'modify_own', 1),
(0, 1, 'poll_add_own', 1),
(0, 1, 'poll_edit_own', 1),
(0, 1, 'poll_lock_own', 1),
(0, 1, 'poll_post', 1),
(0, 1, 'poll_view', 1),
(0, 1, 'poll_vote', 1),
(0, 1, 'post_attachment', 1),
(0, 1, 'post_new', 1),
(0, 1, 'post_reply_any', 1),
(0, 1, 'post_reply_own', 1),
(0, 1, 'post_unapproved_topics', 1),
(0, 1, 'post_unapproved_replies_any', 1),
(0, 1, 'post_unapproved_replies_own', 1),
(0, 1, 'post_unapproved_attachments', 1),
(0, 1, 'delete_own', 1),
(0, 1, 'report_any', 1),
(0, 1, 'send_topic', 1),
(0, 1, 'view_attachments', 1),
(2, 1, 'moderate_board', 1),
(2, 1, 'post_new', 1),
(2, 1, 'post_reply_own', 1),
(2, 1, 'post_reply_any', 1),
(2, 1, 'post_unapproved_topics', 1),
(2, 1, 'post_unapproved_replies_any', 1),
(2, 1, 'post_unapproved_replies_own', 1),
(2, 1, 'post_unapproved_attachments', 1),
(2, 1, 'poll_post', 1),
(2, 1, 'poll_add_any', 1),
(2, 1, 'poll_remove_any', 1),
(2, 1, 'poll_view', 1),
(2, 1, 'poll_vote', 1),
(2, 1, 'poll_lock_any', 1),
(2, 1, 'poll_edit_any', 1),
(2, 1, 'report_any', 1),
(2, 1, 'lock_own', 1),
(2, 1, 'send_topic', 1),
(2, 1, 'mark_any_notify', 1),
(2, 1, 'mark_notify', 1),
(2, 1, 'delete_own', 1),
(2, 1, 'modify_own', 1),
(2, 1, 'make_sticky', 1),
(2, 1, 'lock_any', 1),
(2, 1, 'remove_any', 1),
(2, 1, 'move_any', 1),
(2, 1, 'merge_any', 1),
(2, 1, 'split_any', 1),
(2, 1, 'delete_any', 1),
(2, 1, 'modify_any', 1),
(2, 1, 'approve_posts', 1),
(2, 1, 'post_attachment', 1),
(2, 1, 'view_attachments', 1),
(3, 1, 'moderate_board', 1),
(3, 1, 'post_new', 1),
(3, 1, 'post_reply_own', 1),
(3, 1, 'post_reply_any', 1),
(3, 1, 'post_unapproved_topics', 1),
(3, 1, 'post_unapproved_replies_any', 1),
(3, 1, 'post_unapproved_replies_own', 1),
(3, 1, 'post_unapproved_attachments', 1),
(3, 1, 'poll_post', 1),
(3, 1, 'poll_add_any', 1),
(3, 1, 'poll_remove_any', 1),
(3, 1, 'poll_view', 1),
(3, 1, 'poll_vote', 1),
(3, 1, 'poll_lock_any', 1),
(3, 1, 'poll_edit_any', 1),
(3, 1, 'report_any', 1),
(3, 1, 'lock_own', 1),
(3, 1, 'send_topic', 1),
(3, 1, 'mark_any_notify', 1),
(3, 1, 'mark_notify', 1),
(3, 1, 'delete_own', 1),
(3, 1, 'modify_own', 1),
(3, 1, 'make_sticky', 1),
(3, 1, 'lock_any', 1),
(3, 1, 'remove_any', 1),
(3, 1, 'move_any', 1),
(3, 1, 'merge_any', 1),
(3, 1, 'split_any', 1),
(3, 1, 'delete_any', 1),
(3, 1, 'modify_any', 1),
(3, 1, 'approve_posts', 1),
(3, 1, 'post_attachment', 1),
(3, 1, 'view_attachments', 1),
(-1, 2, 'poll_view', 1),
(0, 2, 'remove_own', 1),
(0, 2, 'lock_own', 1),
(0, 2, 'mark_any_notify', 1),
(0, 2, 'mark_notify', 1),
(0, 2, 'modify_own', 1),
(0, 2, 'poll_view', 1),
(0, 2, 'poll_vote', 1),
(0, 2, 'post_attachment', 1),
(0, 2, 'post_new', 1),
(0, 2, 'post_reply_any', 1),
(0, 2, 'post_reply_own', 1),
(0, 2, 'post_unapproved_topics', 1),
(0, 2, 'post_unapproved_replies_any', 1),
(0, 2, 'post_unapproved_replies_own', 1),
(0, 2, 'post_unapproved_attachments', 1),
(0, 2, 'delete_own', 1),
(0, 2, 'report_any', 1),
(0, 2, 'send_topic', 1),
(0, 2, 'view_attachments', 1),
(2, 2, 'moderate_board', 1),
(2, 2, 'post_new', 1),
(2, 2, 'post_reply_own', 1),
(2, 2, 'post_reply_any', 1),
(2, 2, 'post_unapproved_topics', 1),
(2, 2, 'post_unapproved_replies_any', 1),
(2, 2, 'post_unapproved_replies_own', 1),
(2, 2, 'post_unapproved_attachments', 1),
(2, 2, 'poll_post', 1),
(2, 2, 'poll_add_any', 1),
(2, 2, 'poll_remove_any', 1),
(2, 2, 'poll_view', 1),
(2, 2, 'poll_vote', 1),
(2, 2, 'poll_lock_any', 1),
(2, 2, 'poll_edit_any', 1),
(2, 2, 'report_any', 1),
(2, 2, 'lock_own', 1),
(2, 2, 'send_topic', 1),
(2, 2, 'mark_any_notify', 1),
(2, 2, 'mark_notify', 1),
(2, 2, 'delete_own', 1),
(2, 2, 'modify_own', 1),
(2, 2, 'make_sticky', 1),
(2, 2, 'lock_any', 1),
(2, 2, 'remove_any', 1),
(2, 2, 'move_any', 1),
(2, 2, 'merge_any', 1),
(2, 2, 'split_any', 1),
(2, 2, 'delete_any', 1),
(2, 2, 'modify_any', 1),
(2, 2, 'approve_posts', 1),
(2, 2, 'post_attachment', 1),
(2, 2, 'view_attachments', 1),
(3, 2, 'moderate_board', 1),
(3, 2, 'post_new', 1),
(3, 2, 'post_reply_own', 1),
(3, 2, 'post_reply_any', 1),
(3, 2, 'post_unapproved_topics', 1),
(3, 2, 'post_unapproved_replies_any', 1),
(3, 2, 'post_unapproved_replies_own', 1),
(3, 2, 'post_unapproved_attachments', 1),
(3, 2, 'poll_post', 1),
(3, 2, 'poll_add_any', 1),
(3, 2, 'poll_remove_any', 1),
(3, 2, 'poll_view', 1),
(3, 2, 'poll_vote', 1),
(3, 2, 'poll_lock_any', 1),
(3, 2, 'poll_edit_any', 1),
(3, 2, 'report_any', 1),
(3, 2, 'lock_own', 1),
(3, 2, 'send_topic', 1),
(3, 2, 'mark_any_notify', 1),
(3, 2, 'mark_notify', 1),
(3, 2, 'delete_own', 1),
(3, 2, 'modify_own', 1),
(3, 2, 'make_sticky', 1),
(3, 2, 'lock_any', 1),
(3, 2, 'remove_any', 1),
(3, 2, 'move_any', 1),
(3, 2, 'merge_any', 1),
(3, 2, 'split_any', 1),
(3, 2, 'delete_any', 1),
(3, 2, 'modify_any', 1),
(3, 2, 'approve_posts', 1),
(3, 2, 'post_attachment', 1),
(3, 2, 'view_attachments', 1),
(-1, 3, 'poll_view', 1),
(0, 3, 'remove_own', 1),
(0, 3, 'lock_own', 1),
(0, 3, 'mark_any_notify', 1),
(0, 3, 'mark_notify', 1),
(0, 3, 'modify_own', 1),
(0, 3, 'poll_view', 1),
(0, 3, 'poll_vote', 1),
(0, 3, 'post_attachment', 1),
(0, 3, 'post_reply_any', 1),
(0, 3, 'post_reply_own', 1),
(0, 3, 'post_unapproved_replies_any', 1),
(0, 3, 'post_unapproved_replies_own', 1),
(0, 3, 'post_unapproved_attachments', 1),
(0, 3, 'delete_own', 1),
(0, 3, 'report_any', 1),
(0, 3, 'send_topic', 1),
(0, 3, 'view_attachments', 1),
(2, 3, 'moderate_board', 1),
(2, 3, 'post_new', 1),
(2, 3, 'post_reply_own', 1),
(2, 3, 'post_reply_any', 1),
(2, 3, 'post_unapproved_topics', 1),
(2, 3, 'post_unapproved_replies_any', 1),
(2, 3, 'post_unapproved_replies_own', 1),
(2, 3, 'post_unapproved_attachments', 1),
(2, 3, 'poll_post', 1),
(2, 3, 'poll_add_any', 1),
(2, 3, 'poll_remove_any', 1),
(2, 3, 'poll_view', 1),
(2, 3, 'poll_vote', 1),
(2, 3, 'poll_lock_any', 1),
(2, 3, 'poll_edit_any', 1),
(2, 3, 'report_any', 1),
(2, 3, 'lock_own', 1),
(2, 3, 'send_topic', 1),
(2, 3, 'mark_any_notify', 1),
(2, 3, 'mark_notify', 1),
(2, 3, 'delete_own', 1),
(2, 3, 'modify_own', 1),
(2, 3, 'make_sticky', 1),
(2, 3, 'lock_any', 1),
(2, 3, 'remove_any', 1),
(2, 3, 'move_any', 1),
(2, 3, 'merge_any', 1),
(2, 3, 'split_any', 1),
(2, 3, 'delete_any', 1),
(2, 3, 'modify_any', 1),
(2, 3, 'approve_posts', 1),
(2, 3, 'post_attachment', 1),
(2, 3, 'view_attachments', 1),
(3, 3, 'moderate_board', 1),
(3, 3, 'post_new', 1),
(3, 3, 'post_reply_own', 1),
(3, 3, 'post_reply_any', 1),
(3, 3, 'post_unapproved_topics', 1),
(3, 3, 'post_unapproved_replies_any', 1),
(3, 3, 'post_unapproved_replies_own', 1),
(3, 3, 'post_unapproved_attachments', 1),
(3, 3, 'poll_post', 1),
(3, 3, 'poll_add_any', 1),
(3, 3, 'poll_remove_any', 1),
(3, 3, 'poll_view', 1),
(3, 3, 'poll_vote', 1),
(3, 3, 'poll_lock_any', 1),
(3, 3, 'poll_edit_any', 1),
(3, 3, 'report_any', 1),
(3, 3, 'lock_own', 1),
(3, 3, 'send_topic', 1),
(3, 3, 'mark_any_notify', 1),
(3, 3, 'mark_notify', 1),
(3, 3, 'delete_own', 1),
(3, 3, 'modify_own', 1),
(3, 3, 'make_sticky', 1),
(3, 3, 'lock_any', 1),
(3, 3, 'remove_any', 1),
(3, 3, 'move_any', 1),
(3, 3, 'merge_any', 1),
(3, 3, 'split_any', 1),
(3, 3, 'delete_any', 1),
(3, 3, 'modify_any', 1),
(3, 3, 'approve_posts', 1),
(3, 3, 'post_attachment', 1),
(3, 3, 'view_attachments', 1),
(-1, 4, 'poll_view', 1),
(0, 4, 'mark_any_notify', 1),
(0, 4, 'mark_notify', 1),
(0, 4, 'poll_view', 1),
(0, 4, 'poll_vote', 1),
(0, 4, 'report_any', 1),
(0, 4, 'send_topic', 1),
(0, 4, 'view_attachments', 1),
(2, 4, 'moderate_board', 1),
(2, 4, 'post_new', 1),
(2, 4, 'post_reply_own', 1),
(2, 4, 'post_reply_any', 1),
(2, 4, 'post_unapproved_topics', 1),
(2, 4, 'post_unapproved_replies_any', 1),
(2, 4, 'post_unapproved_replies_own', 1),
(2, 4, 'post_unapproved_attachments', 1),
(2, 4, 'poll_post', 1),
(2, 4, 'poll_add_any', 1),
(2, 4, 'poll_remove_any', 1),
(2, 4, 'poll_view', 1),
(2, 4, 'poll_vote', 1),
(2, 4, 'poll_lock_any', 1),
(2, 4, 'poll_edit_any', 1),
(2, 4, 'report_any', 1),
(2, 4, 'lock_own', 1),
(2, 4, 'send_topic', 1),
(2, 4, 'mark_any_notify', 1),
(2, 4, 'mark_notify', 1),
(2, 4, 'delete_own', 1),
(2, 4, 'modify_own', 1),
(2, 4, 'make_sticky', 1),
(2, 4, 'lock_any', 1),
(2, 4, 'remove_any', 1),
(2, 4, 'move_any', 1),
(2, 4, 'merge_any', 1),
(2, 4, 'split_any', 1),
(2, 4, 'delete_any', 1),
(2, 4, 'modify_any', 1),
(2, 4, 'approve_posts', 1),
(2, 4, 'post_attachment', 1),
(2, 4, 'view_attachments', 1),
(3, 4, 'moderate_board', 1),
(3, 4, 'post_new', 1),
(3, 4, 'post_reply_own', 1),
(3, 4, 'post_reply_any', 1),
(3, 4, 'post_unapproved_topics', 1),
(3, 4, 'post_unapproved_replies_any', 1),
(3, 4, 'post_unapproved_replies_own', 1),
(3, 4, 'post_unapproved_attachments', 1),
(3, 4, 'poll_post', 1),
(3, 4, 'poll_add_any', 1),
(3, 4, 'poll_remove_any', 1),
(3, 4, 'poll_view', 1),
(3, 4, 'poll_vote', 1),
(3, 4, 'poll_lock_any', 1),
(3, 4, 'poll_edit_any', 1),
(3, 4, 'report_any', 1),
(3, 4, 'lock_own', 1),
(3, 4, 'send_topic', 1),
(3, 4, 'mark_any_notify', 1),
(3, 4, 'mark_notify', 1),
(3, 4, 'delete_own', 1),
(3, 4, 'modify_own', 1),
(3, 4, 'make_sticky', 1),
(3, 4, 'lock_any', 1),
(3, 4, 'remove_any', 1),
(3, 4, 'move_any', 1),
(3, 4, 'merge_any', 1),
(3, 4, 'split_any', 1),
(3, 4, 'delete_any', 1),
(3, 4, 'modify_any', 1),
(3, 4, 'approve_posts', 1),
(3, 4, 'post_attachment', 1),
(3, 4, 'view_attachments', 1),
(9, 1, 'delete_own', 1),
(9, 1, 'lock_own', 1),
(9, 1, 'mark_any_notify', 1),
(9, 1, 'mark_notify', 1),
(9, 1, 'modify_own', 1),
(9, 1, 'poll_add_own', 1),
(9, 1, 'poll_edit_own', 1),
(9, 1, 'poll_lock_own', 1),
(9, 1, 'poll_post', 1),
(9, 1, 'poll_view', 1),
(9, 1, 'poll_vote', 1),
(9, 1, 'post_attachment', 1),
(9, 1, 'post_new', 1),
(9, 1, 'post_reply_any', 1),
(9, 1, 'post_reply_own', 1),
(9, 1, 'post_unapproved_attachments', 1),
(9, 1, 'post_unapproved_replies_any', 1),
(9, 1, 'post_unapproved_replies_own', 1),
(9, 1, 'post_unapproved_topics', 1),
(9, 1, 'remove_own', 1),
(9, 1, 'report_any', 1),
(9, 1, 'send_topic', 1),
(9, 1, 'view_attachments', 1),
(9, 2, 'delete_own', 1),
(9, 2, 'lock_own', 1),
(9, 2, 'mark_any_notify', 1),
(9, 2, 'mark_notify', 1),
(9, 2, 'modify_own', 1),
(9, 2, 'poll_view', 1),
(9, 2, 'poll_vote', 1),
(9, 2, 'post_attachment', 1),
(9, 2, 'post_new', 1),
(9, 2, 'post_reply_any', 1),
(9, 2, 'post_reply_own', 1),
(9, 2, 'post_unapproved_attachments', 1),
(9, 2, 'post_unapproved_replies_any', 1),
(9, 2, 'post_unapproved_replies_own', 1),
(9, 2, 'post_unapproved_topics', 1),
(9, 2, 'remove_own', 1),
(9, 2, 'report_any', 1),
(9, 2, 'send_topic', 1),
(9, 2, 'view_attachments', 1),
(9, 3, 'delete_own', 1),
(9, 3, 'lock_own', 1),
(9, 3, 'mark_any_notify', 1),
(9, 3, 'mark_notify', 1),
(9, 3, 'modify_own', 1),
(9, 3, 'poll_view', 1),
(9, 3, 'poll_vote', 1),
(9, 3, 'post_attachment', 1),
(9, 3, 'post_reply_any', 1),
(9, 3, 'post_reply_own', 1),
(9, 3, 'post_unapproved_attachments', 1),
(9, 3, 'post_unapproved_replies_any', 1),
(9, 3, 'post_unapproved_replies_own', 1),
(9, 3, 'remove_own', 1),
(9, 3, 'report_any', 1),
(9, 3, 'send_topic', 1),
(9, 3, 'view_attachments', 1),
(9, 4, 'mark_any_notify', 1),
(9, 4, 'mark_notify', 1),
(9, 4, 'poll_view', 1),
(9, 4, 'poll_vote', 1),
(9, 4, 'report_any', 1),
(9, 4, 'send_topic', 1),
(9, 4, 'view_attachments', 1),
(10, 1, 'delete_own', 1),
(10, 1, 'lock_own', 1),
(10, 1, 'mark_any_notify', 1),
(10, 1, 'mark_notify', 1),
(10, 1, 'modify_own', 1),
(10, 1, 'poll_add_own', 1),
(10, 1, 'poll_edit_own', 1),
(10, 1, 'poll_lock_own', 1),
(10, 1, 'poll_post', 1),
(10, 1, 'poll_view', 1),
(10, 1, 'poll_vote', 1),
(10, 1, 'post_attachment', 1),
(10, 1, 'post_new', 1),
(10, 1, 'post_reply_any', 1),
(10, 1, 'post_reply_own', 1),
(10, 1, 'post_unapproved_attachments', 1),
(10, 1, 'post_unapproved_replies_any', 1),
(10, 1, 'post_unapproved_replies_own', 1),
(10, 1, 'post_unapproved_topics', 1),
(10, 1, 'remove_own', 1),
(10, 1, 'report_any', 1),
(10, 1, 'send_topic', 1),
(10, 1, 'view_attachments', 1),
(10, 2, 'delete_own', 1),
(10, 2, 'lock_own', 1),
(10, 2, 'mark_any_notify', 1),
(10, 2, 'mark_notify', 1),
(10, 2, 'modify_own', 1),
(10, 2, 'poll_view', 1),
(10, 2, 'poll_vote', 1),
(10, 2, 'post_attachment', 1),
(10, 2, 'post_new', 1),
(10, 2, 'post_reply_any', 1),
(10, 2, 'post_reply_own', 1),
(10, 2, 'post_unapproved_attachments', 1),
(10, 2, 'post_unapproved_replies_any', 1),
(10, 2, 'post_unapproved_replies_own', 1),
(10, 2, 'post_unapproved_topics', 1),
(10, 2, 'remove_own', 1),
(10, 2, 'report_any', 1),
(10, 2, 'send_topic', 1),
(10, 2, 'view_attachments', 1),
(10, 3, 'delete_own', 1),
(10, 3, 'lock_own', 1),
(10, 3, 'mark_any_notify', 1),
(10, 3, 'mark_notify', 1),
(10, 3, 'modify_own', 1),
(10, 3, 'poll_view', 1),
(10, 3, 'poll_vote', 1),
(10, 3, 'post_attachment', 1),
(10, 3, 'post_reply_any', 1),
(10, 3, 'post_reply_own', 1),
(10, 3, 'post_unapproved_attachments', 1),
(10, 3, 'post_unapproved_replies_any', 1),
(10, 3, 'post_unapproved_replies_own', 1),
(10, 3, 'remove_own', 1),
(10, 3, 'report_any', 1),
(10, 3, 'send_topic', 1),
(10, 3, 'view_attachments', 1),
(10, 4, 'mark_any_notify', 1),
(10, 4, 'mark_notify', 1),
(10, 4, 'poll_view', 1),
(10, 4, 'poll_vote', 1),
(10, 4, 'report_any', 1),
(10, 4, 'send_topic', 1),
(10, 4, 'view_attachments', 1);
-- --------------------------------------------------------
--
-- Table structure for table `smf_boards`
--
CREATE TABLE IF NOT EXISTS `smf_boards` (
`id_board` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`id_cat` tinyint(4) unsigned NOT NULL DEFAULT '0',
`child_level` tinyint(4) unsigned NOT NULL DEFAULT '0',
`id_parent` smallint(5) unsigned NOT NULL DEFAULT '0',
`board_order` smallint(5) NOT NULL DEFAULT '0',
`id_last_msg` int(10) unsigned NOT NULL DEFAULT '0',
`id_msg_updated` int(10) unsigned NOT NULL DEFAULT '0',
`member_groups` varchar(255) NOT NULL DEFAULT '-1,0',
`id_profile` smallint(5) unsigned NOT NULL DEFAULT '1',
`name` varchar(255) NOT NULL DEFAULT '',
`description` text NOT NULL,
`num_topics` mediumint(8) unsigned NOT NULL DEFAULT '0',
`num_posts` mediumint(8) unsigned NOT NULL DEFAULT '0',
`count_posts` tinyint(4) NOT NULL DEFAULT '0',
`id_theme` tinyint(4) unsigned NOT NULL DEFAULT '0',
`override_theme` tinyint(4) unsigned NOT NULL DEFAULT '0',
`unapproved_posts` smallint(5) NOT NULL DEFAULT '0',
`unapproved_topics` smallint(5) NOT NULL DEFAULT '0',
`redirect` varchar(255) NOT NULL DEFAULT '',
`like_enable` int(10) NOT NULL DEFAULT '0',
`com_enable` int(10) NOT NULL DEFAULT '0',
`pub_enable` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_board`),
UNIQUE KEY `categories` (`id_cat`,`id_board`),
KEY `id_parent` (`id_parent`),
KEY `id_msg_updated` (`id_msg_updated`),
KEY `member_groups` (`member_groups`(48))
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ;
--
-- Dumping data for table `smf_boards`
--
INSERT INTO `smf_boards` (`id_board`, `id_cat`, `child_level`, `id_parent`, `board_order`, `id_last_msg`, `id_msg_updated`, `member_groups`, `id_profile`, `name`, `description`, `num_topics`, `num_posts`, `count_posts`, `id_theme`, `override_theme`, `unapproved_posts`, `unapproved_topics`, `redirect`, `like_enable`, `com_enable`, `pub_enable`) VALUES
(8, 3, 0, 0, 1, 36, 36, '-1,0,2,9,10,4,5,6,7,8', 1, 'News and Announcements', 'News and Announcement will be posted here.', 2, 3, 0, 0, 0, 0, 0, '', 0, 0, 0),
(7, 3, 0, 0, 2, 106, 106, '-1,0,2,9,10,4,5,6,7,8', 1, 'Suggestions', 'Post any suggestions for the site here, including suggestions for new categories and boards.', 1, 1, 0, 0, 0, 0, 0, '', 0, 0, 0),
(9, 3, 0, 0, 3, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Help', 'Bugs on the site? Let us know here!', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(2, 2, 0, 0, 4, 112, 112, '-1,0,2,9,10,4,5,6,7,8', 1, 'News and Announcements', 'News and Announcement about the server and about minecraft will be posted here.', 4, 8, 0, 0, 0, 0, 0, '', 0, 0, 0),
(21, 2, 0, 0, 5, 95, 95, '-1,0,2,9,10,4,5,6,7,8', 1, 'Creative Mode/Builder Requests', 'Request Builder/Creative Mode here.', 3, 7, 0, 0, 0, 0, 0, '', 0, 0, 0),
(17, 2, 0, 0, 6, 38, 38, '-1,0,2,9,10,4,5,6,7,8', 1, 'Media', 'Post your screenshots or videos here of the server so that we can use of advertisement videos and banners.', 1, 1, 0, 0, 0, 0, 0, '', 0, 0, 0),
(3, 2, 0, 0, 7, 63, 63, '-1,0,2,9,10,4,5,6,7,8', 1, 'Suggestions', 'Suggestions including plugin suggestions and things of that sort.', 1, 1, 0, 0, 0, 0, 0, '', 0, 0, 0),
(4, 2, 0, 0, 8, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Ban Request', 'If you would like someone banned, please post in this board, WITH PROOF such as a photo or screencap(video).', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(5, 2, 0, 0, 9, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Ban Repeal', 'Post here if you feel that you were wrongly banned.', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(6, 2, 0, 0, 10, 126, 126, '-1,0,2,9,10,4,5,6,7,8', 1, 'Help', 'If you''ve found a bug or something on the server, let us know here.', 2, 6, 0, 0, 0, 0, 0, '', 0, 0, 0),
(11, 5, 0, 0, 11, 128, 128, '-1,0,2,9,10,4,5,6,7,8', 1, 'News and Announcements', 'All news and announcements of Minecraft should go here.', 40, 42, 0, 0, 0, 0, 0, '', 0, 0, 0),
(18, 5, 0, 0, 12, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Media', 'Post screenshots or videos of cool stuff you''ve found!', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(16, 5, 0, 0, 13, 96, 96, '-1,0,2,9,10,4,5,6,7,8', 1, 'Advertise', 'Have a server or site, based on Minecraft, that you think is good? Show us!', 2, 3, 0, 0, 0, 0, 0, '', 0, 0, 0),
(15, 5, 0, 0, 14, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Mods', 'Post the client-side mods you use here!', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(12, 5, 0, 0, 15, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Skins', 'Show off your cool skins here!', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0),
(13, 5, 0, 0, 16, 61, 61, '-1,0,2,9,10,4,5,6,7,8', 1, 'Texture Packs', 'Have a good texture pack? Post it here!', 1, 1, 0, 0, 0, 0, 0, '', 0, 0, 0),
(14, 5, 0, 0, 17, 115, 115, '-1,0,2,9,10,4,5,6,7,8', 1, 'Plugins', 'Interesting server plugins that you''d like to share? Post it here!', 2, 4, 0, 0, 0, 0, 0, '', 0, 0, 0),
(19, 5, 0, 0, 18, 64, 64, '-1,0,2,9,10,4,5,6,7,8', 1, 'Bug Reports', 'Post your bugs here, we might be able to help.', 1, 2, 0, 0, 0, 0, 0, '', 0, 0, 0),
(1, 1, 0, 0, 19, 131, 131, '-1,0,2,9,10,4,5,6,7,8', 1, 'General Discussion', 'Talk about anything else in here.', 6, 18, 0, 0, 0, 0, 0, '', 0, 0, 0),
(10, 1, 0, 0, 20, 0, 0, '-1,0,2,9,10,4,5,6,7,8', 1, 'Affiliates', 'A few of our friends. Please, check them out!', 0, 46, 0, 0, 0, 0, 0, 'http://www.weareminecraft.net/index.php?topic=4.0', 0, 0, 0),
(22, 6, 0, 0, 21, 110, 110, '-1,0,2,9,10,4,5,6,7,8', 1, 'Ak Snipers Clan', '', 8, 14, 0, 4, 1, 0, 0, '', 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `smf_calendar`
--
CREATE TABLE IF NOT EXISTS `smf_calendar` (
`id_event` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`start_date` date NOT NULL DEFAULT '0001-01-01',
`end_date` date NOT NULL DEFAULT '0001-01-01',
`id_board` smallint(5) unsigned NOT NULL DEFAULT '0',
`id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_event`),
KEY `start_date` (`start_date`),
KEY `end_date` (`end_date`),
KEY `topic` (`id_topic`,`id_member`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_calendar_holidays`
--
CREATE TABLE IF NOT EXISTS `smf_calendar_holidays` (
`id_holiday` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`event_date` date NOT NULL DEFAULT '0001-01-01',
`title` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id_holiday`),
KEY `event_date` (`event_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=116 ;
--
-- Dumping data for table `smf_calendar_holidays`
--
INSERT INTO `smf_calendar_holidays` (`id_holiday`, `event_date`, `title`) VALUES
(1, '0004-01-01', 'New Year''s'),
(2, '0004-12-25', 'Christmas'),
(3, '0004-02-14', 'Valentine''s Day'),
(4, '0004-03-17', 'St. Patrick''s Day'),
(5, '0004-04-01', 'April Fools'),
(6, '0004-04-22', 'Earth Day'),
(7, '0004-10-24', 'United Nations Day'),
(8, '0004-10-31', 'Halloween'),
(9, '2010-05-09', 'Mother''s Day'),
(10, '2011-05-08', 'Mother''s Day'),
(11, '2012-05-13', 'Mother''s Day'),
(12, '2013-05-12', 'Mother''s Day'),
(13, '2014-05-11', 'Mother''s Day'),
(14, '2015-05-10', 'Mother''s Day'),
(15, '2016-05-08', 'Mother''s Day'),
(16, '2017-05-14', 'Mother''s Day'),
(17, '2018-05-13', 'Mother''s Day'),
(18, '2019-05-12', 'Mother''s Day'),
(19, '2020-05-10', 'Mother''s Day'),
(20, '2008-06-15', 'Father''s Day'),
(21, '2009-06-21', 'Father''s Day'),
(22, '2010-06-20', 'Father''s Day'),
(23, '2011-06-19', 'Father''s Day'),
(24, '2012-06-17', 'Father''s Day'),
(25, '2013-06-16', 'Father''s Day'),
(26, '2014-06-15', 'Father''s Day'),
(27, '2015-06-21', 'Father''s Day'),
(28, '2016-06-19', 'Father''s Day'),
(29, '2017-06-18', 'Father''s Day'),
(30, '2018-06-17', 'Father''s Day'),
(31, '2019-06-16', 'Father''s Day'),
(32, '2020-06-21', 'Father''s Day'),
(33, '2010-06-21', 'Summer Solstice'),
(34, '2011-06-21', 'Summer Solstice'),
(35, '2012-06-20', 'Summer Solstice'),
(36, '2013-06-21', 'Summer Solstice'),
(37, '2014-06-21', 'Summer Solstice'),
(38, '2015-06-21', 'Summer Solstice'),
(39, '2016-06-20', 'Summer Solstice'),
(40, '2017-06-20', 'Summer Solstice'),
(41, '2018-06-21', 'Summer Solstice'),
(42, '2019-06-21', 'Summer Solstice'),
(43, '2020-06-20', 'Summer Solstice'),
(44, '2010-03-20', 'Vernal Equinox'),
(45, '2011-03-20', 'Vernal Equinox'),
(46, '2012-03-20', 'Vernal Equinox'),
(47, '2013-03-20', 'Vernal Equinox'),
(48, '2014-03-20', 'Vernal Equinox'),
(49, '2015-03-20', 'Vernal Equinox'),
(50, '2016-03-19', 'Vernal Equinox'),
(51, '2017-03-20', 'Vernal Equinox'),
(52, '2018-03-20', 'Vernal Equinox'),
(53, '2019-03-20', 'Vernal Equinox'),
(54, '2020-03-19', 'Vernal Equinox'),
(55, '2010-12-21', 'Winter Solstice'),
(56, '2011-12-22', 'Winter Solstice'),
(57, '2012-12-21', 'Winter Solstice'),
(58, '2013-12-21', 'Winter Solstice'),
(59, '2014-12-21', 'Winter Solstice'),
(60, '2015-12-21', 'Winter Solstice'),
(61, '2016-12-21', 'Winter Solstice'),
(62, '2017-12-21', 'Winter Solstice'),
(63, '2018-12-21', 'Winter Solstice'),
(64, '2019-12-21', 'Winter Solstice'),
(65, '2020-12-21', 'Winter Solstice'),
(66, '2010-09-22', 'Autumnal Equinox'),
(67, '2011-09-23', 'Autumnal Equinox'),
(68, '2012-09-22', 'Autumnal Equinox'),
(69, '2013-09-22', 'Autumnal Equinox'),
(70, '2014-09-22', 'Autumnal Equinox'),
(71, '2015-09-23', 'Autumnal Equinox'),
(72, '2016-09-22', 'Autumnal Equinox'),
(73, '2017-09-22', 'Autumnal Equinox'),
(74, '2018-09-22', 'Autumnal Equinox'),
(75, '2019-09-23', 'Autumnal Equinox'),
(76, '2020-09-22', 'Autumnal Equinox'),
(77, '0004-07-04', 'Independence Day'),
(78, '0004-05-05', 'Cinco de Mayo'),
(79, '0004-06-14', 'Flag Day'),
(80, '0004-11-11', 'Veterans Day'),
(81, '0004-02-02', 'Groundhog Day'),
(82, '2010-11-25', 'Thanksgiving'),
(83, '2011-11-24', 'Thanksgiving'),
(84, '2012-11-22', 'Thanksgiving'),
(85, '2013-11-21', 'Thanksgiving'),
(86, '2014-11-20', 'Thanksgiving'),
(87, '2015-11-26', 'Thanksgiving'),
(88, '2016-11-24', 'Thanksgiving'),
(89, '2017-11-23', 'Thanksgiving'),
(90, '2018-11-22', 'Thanksgiving'),
(91, '2019-11-21', 'Thanksgiving'),
(92, '2020-11-26', 'Thanksgiving'),
(93, '2010-05-31', 'Memorial Day'),
(94, '2011-05-30', 'Memorial Day'),
(95, '2012-05-28', 'Memorial Day'),
(96, '2013-05-27', 'Memorial Day'),
(97, '2014-05-26', 'Memorial Day'),
(98, '2015-05-25', 'Memorial Day'),
(99, '2016-05-30', 'Memorial Day'),
(100, '2017-05-29', 'Memorial Day'),
(101, '2018-05-28', 'Memorial Day'),
(102, '2019-05-27', 'Memorial Day'),
(103, '2020-05-25', 'Memorial Day'),
(104, '2010-09-06', 'Labor Day'),
(105, '2011-09-05', 'Labor Day'),
(106, '2012-09-03', 'Labor Day'),
(107, '2013-09-09', 'Labor Day'),
(108, '2014-09-08', 'Labor Day'),
(109, '2015-09-07', 'Labor Day'),
(110, '2016-09-05', 'Labor Day'),
(111, '2017-09-04', 'Labor Day'),
(112, '2018-09-03', 'Labor Day'),
(113, '2019-09-09', 'Labor Day'),
(114, '2020-09-07', 'Labor Day'),
(115, '0004-06-06', 'D-Day');
-- --------------------------------------------------------
--
-- Table structure for table `smf_categories`
--
CREATE TABLE IF NOT EXISTS `smf_categories` (
`id_cat` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
`cat_order` tinyint(4) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`can_collapse` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`id_cat`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;
--
-- Dumping data for table `smf_categories`
--
INSERT INTO `smf_categories` (`id_cat`, `cat_order`, `name`, `can_collapse`) VALUES
(1, 3, 'General Category', 1),
(2, 1, 'We Are Minecraft Server', 1),
(3, 0, 'We Are Minecraft Site', 1),
(5, 2, 'Minecraft', 1),
(6, 4, 'Familia', 1);
-- --------------------------------------------------------
--
-- Table structure for table `smf_collapsed_categories`
--
CREATE TABLE IF NOT EXISTS `smf_collapsed_categories` (
`id_cat` tinyint(4) unsigned NOT NULL DEFAULT '0',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_cat`,`id_member`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `smf_custom_fields`
--
CREATE TABLE IF NOT EXISTS `smf_custom_fields` (
`id_field` smallint(5) NOT NULL AUTO_INCREMENT,
`col_name` varchar(12) NOT NULL DEFAULT '',
`field_name` varchar(40) NOT NULL DEFAULT '',
`field_desc` varchar(255) NOT NULL DEFAULT '',
`field_type` varchar(8) NOT NULL DEFAULT 'text',
`field_length` smallint(5) NOT NULL DEFAULT '255',
`field_options` text NOT NULL,
`mask` varchar(255) NOT NULL DEFAULT '',
`show_reg` tinyint(3) NOT NULL DEFAULT '0',
`show_display` tinyint(3) NOT NULL DEFAULT '0',
`show_profile` varchar(20) NOT NULL DEFAULT 'forumprofile',
`private` tinyint(3) NOT NULL DEFAULT '0',
`active` tinyint(3) NOT NULL DEFAULT '1',
`bbc` tinyint(3) NOT NULL DEFAULT '0',
`can_search` tinyint(3) NOT NULL DEFAULT '0',
`default_value` varchar(255) NOT NULL DEFAULT '',
`enclose` text NOT NULL,
`placement` tinyint(3) NOT NULL DEFAULT '0',
PRIMARY KEY (`id_field`),
UNIQUE KEY `col_name` (`col_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
--
-- Dumping data for table `smf_custom_fields`
--
INSERT INTO `smf_custom_fields` (`id_field`, `col_name`, `field_name`, `field_desc`, `field_type`, `field_length`, `field_options`, `mask`, `show_reg`, `show_display`, `show_profile`, `private`, `active`, `bbc`, `can_search`, `default_value`, `enclose`, `placement`) VALUES
(1, 'face_pro', 'Facebook Profile', 'Facebook Profile', 'text', 255, '', 'nohtml', 0, 0, 'forumProfile', 0, 1, 1, 0, '', '', 0),
(3, 'cust_minecr', 'Minecraft Name', '', 'text', 255, '', 'nohtml', 1, 1, 'forumprofile', 0, 1, 0, 1, '', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `smf_feedbot`
--
CREATE TABLE IF NOT EXISTS `smf_feedbot` (
`ID_FEED` mediumint(8) NOT NULL AUTO_INCREMENT,
`ID_BOARD` smallint(5) unsigned NOT NULL DEFAULT '0',
`feedurl` tinytext NOT NULL,
`title` tinytext NOT NULL,
`enabled` tinyint(4) NOT NULL DEFAULT '1',
`html` tinyint(4) NOT NULL DEFAULT '1',
`postername` tinytext,
`ID_MEMBER` mediumint(8) unsigned DEFAULT NULL,
`locked` tinyint(4) NOT NULL DEFAULT '0',
`markasread` tinyint(4) NOT NULL DEFAULT '0',
`articlelink` tinyint(4) NOT NULL DEFAULT '0',
`topicprefix` tinytext,
`numbertoimport` smallint(5) NOT NULL DEFAULT '1',
`importevery` smallint(5) NOT NULL DEFAULT '180',
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
`total_posts` int(10) unsigned NOT NULL DEFAULT '0',
`footer` text,
`msgicon` varchar(50) DEFAULT 'xx',
PRIMARY KEY (`ID_FEED`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `smf_feedbot`
--
INSERT INTO `smf_feedbot` (`ID_FEED`, `ID_BOARD`, `feedurl`, `title`, `enabled`, `html`, `postername`, `ID_MEMBER`, `locked`, `markasread`, `articlelink`, `topicprefix`, `numbertoimport`, `importevery`, `updatetime`, `total_posts`, `footer`, `msgicon`) VALUES
(1, 11, 'http://notch.tumblr.com/rss', 'Minecraft', 1, 0, 'WordofNotch', 0, 0, 0, 1, '', 1, 5, 1332700552, 19, '- Notch', 'xx'),
(2, 11, 'http://mcupdate.tumblr.com/rss', 'Minecraft', 1, 0, 'MCUpdatesAndChanges', 0, 0, 0, 1, '', 1, 5, 1332700553, 18, '- Mojang', 'xx');
-- --------------------------------------------------------
--
-- Table structure for table `smf_feedbot_log`
--
CREATE TABLE IF NOT EXISTS `smf_feedbot_log` (
`ID_FEEDITEM` mediumint(8) NOT NULL AUTO_INCREMENT,
`ID_FEED` mediumint(8) NOT NULL,
`feedhash` tinytext NOT NULL,
`feedtime` int(10) unsigned NOT NULL DEFAULT '0',
`ID_MSG` int(10) unsigned NOT NULL DEFAULT '0',
`ID_TOPIC` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`ID_FEEDITEM`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;
--
-- Dumping data for table `smf_feedbot_log`
--
INSERT INTO `smf_feedbot_log` (`ID_FEEDITEM`, `ID_FEED`, `feedhash`, `feedtime`, `ID_MSG`, `ID_TOPIC`) VALUES
(1, 1, 'ad2ca69c047458c7d8de9fde9f5b0906', 1331532481, 40, 25),
(2, 2, '2500e96e95bb580e9c36d39940231515', 1331532482, 41, 26),
(3, 1, '0bdbb5d1d7c7cd112a49467022adbfbf', 1331554443, 42, 27),
(4, 2, '81d2c78c12c62615b674d81d3feea514', 1331554443, 43, 28),
(5, 1, '0010a322490cf9d04cfdea32c2209787', 1331576587, 44, 29),
(6, 2, 'c3ab077d4c9e87eb3614a1e795bd96a8', 1331576588, 45, 30),
(7, 1, '00175c66708987bdbf3981c3515406ec', 1331598506, 49, 31),
(8, 2, '1afae38826a30372715b41a0c33a7577', 1331598506, 50, 32),
(9, 1, 'f5c13ffea900be6ae7e1bdc090e4b94b', 1331620572, 52, 33),
(10, 2, 'df262a30d5e887a932c25e698edcd543', 1331620572, 53, 34),
(11, 1, '60f405f2a5700a55dd93e5ad4e4f2b93', 1331663388, 57, 36),
(12, 2, '9396bcf060c39287d31f327322857f11', 1331663388, 58, 37),
(13, 1, 'ef5c349fc1fb9c768ace08dd3199f5e3', 1331706797, 67, 43),
(14, 2, 'fba2e81b76ffca6403036838ad488e14', 1331706797, 68, 44),
(15, 1, '5772291d947bb9c63dad16de998605a1', 1331749960, 72, 46),
(16, 2, '6101cdd684db20358a8a79b68ca30964', 1331749960, 73, 47),
(17, 1, '4c8ad940ea6d8af3846b3736317681f5', 1331793572, 74, 48),
(18, 2, 'db6dde5339ab299b3cf12468836ecb2a', 1331793573, 75, 49),
(19, 1, 'ea71225fec0053f4ac9e38798631ceef', 1331815525, 76, 50),
(20, 2, '3b3f7d4841a943e1cfc340c359375192', 1331815526, 77, 51),
(21, 1, '7c464d46462b7170a23c4cf5df7ae2d7', 1331860024, 78, 52),
(22, 2, '44598765296794d70b60f6b09de87f8e', 1331860024, 79, 53),
(23, 1, 'a646641c6908a8497a3095bacab54836', 1331903991, 80, 54),
(24, 2, '47c8a314e5cfc8733f8314912eeb5173', 1331903992, 81, 55),
(25, 1, '9c182e6ae41b0c81f3f24fe5a29d64e7', 1331943936, 83, 57),
(26, 2, '1f19367571c594152481c1e6455bcc3a', 1331943936, 84, 58),
(27, 1, '36c8de93cdc5a4bdd810c5cbaa12f198', 1331965949, 85, 59),
(28, 2, '1db2e502ab113343fb0023fa22c746fe', 1331965949, 86, 60),
(29, 1, '8b0f5373f6e53fc671920c53982d8424', 1332009824, 87, 61),
(30, 2, '7ed7ff49954d2897953e6db6cb6475bc', 1332009824, 88, 62),
(31, 1, 'cc4d917a15ee53d22cea96f3d1f0b20b', 1332050461, 97, 69),
(32, 2, '3f21e4b9e817908efb0d23b789b29f95', 1332050461, 98, 70),
(33, 1, '3fbcedb9fddffba48fed1fac18885cfe', 1332074121, 99, 71),
(34, 2, 'a2a6e3455bd41def925978f4b2090e13', 1332074121, 100, 72),
(35, 1, '5792f9096805761a36a004ff7c2362da', 1332118454, 111, 77),
(36, 1, '38b8ca2c2ff66a62f2a9e80285f3875e', 1332160694, 113, 79),
(37, 2, '2ed33b57c0bc2b0961d9131d3d98ca94', 1332464880, 128, 90);
-- --------------------------------------------------------
--
-- Table structure for table `smf_group_moderators`
--
CREATE TABLE IF NOT EXISTS `smf_group_moderators` (
`id_group` smallint(5) unsigned NOT NULL DEFAULT '0',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_group`,`id_member`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_actions`
--
CREATE TABLE IF NOT EXISTS `smf_log_actions` (
`id_action` int(10) unsigned NOT NULL AUTO_INCREMENT,
`id_log` tinyint(3) unsigned NOT NULL DEFAULT '1',
`log_time` int(10) unsigned NOT NULL DEFAULT '0',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ip` char(16) NOT NULL DEFAULT '',
`action` varchar(30) NOT NULL DEFAULT '',
`id_board` smallint(5) unsigned NOT NULL DEFAULT '0',
`id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0',
`id_msg` int(10) unsigned NOT NULL DEFAULT '0',
`extra` text NOT NULL,
PRIMARY KEY (`id_action`),
KEY `id_log` (`id_log`),
KEY `log_time` (`log_time`),
KEY `id_member` (`id_member`),
KEY `id_board` (`id_board`),
KEY `id_msg` (`id_msg`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_activity`
--
CREATE TABLE IF NOT EXISTS `smf_log_activity` (
`date` date NOT NULL DEFAULT '0001-01-01',
`hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
`topics` smallint(5) unsigned NOT NULL DEFAULT '0',
`posts` smallint(5) unsigned NOT NULL DEFAULT '0',
`registers` smallint(5) unsigned NOT NULL DEFAULT '0',
`most_on` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`date`),
KEY `most_on` (`most_on`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `smf_log_activity`
--
INSERT INTO `smf_log_activity` (`date`, `hits`, `topics`, `posts`, `registers`, `most_on`) VALUES
('2012-02-19', 0, 4, 5, 2, 6),
('2012-02-20', 0, 0, 0, 3, 7),
('2012-02-21', 0, 0, 0, 0, 4),
('2012-02-22', 0, 1, 1, 0, 3),
('2012-02-23', 0, 1, 1, 0, 4),
('2012-02-24', 0, 0, 0, 1, 10),
('2012-02-25', 0, 0, 0, 0, 2),
('2012-02-26', 0, 0, 0, 1, 3),
('2012-02-27', 0, 0, 1, 0, 2),
('2012-02-28', 0, 0, 0, 0, 2),
('2012-02-29', 0, 0, 0, 0, 3),
('2012-03-01', 0, 0, 0, 0, 1),
('2012-03-02', 0, 1, 1, 1, 2),
('2012-03-03', 0, 1, 1, 1, 4),
('2012-03-04', 0, 1, 1, 0, 5),
('2012-03-05', 0, 1, 1, 1, 2),
('2012-03-06', 0, 0, 0, 0, 2),
('2012-03-07', 0, 0, 0, 0, 2),
('2012-03-08', 0, 0, 0, 1, 1),
('2012-03-09', 0, 0, 0, 1, 3),
('2012-03-10', 0, 3, 5, 2, 6),
('2012-03-11', 0, 8, 16, 4, 8),
('2012-03-12', 0, 5, 11, 1, 5),
('2012-03-13', 0, 6, 10, 3, 6),
('2012-03-14', 0, 6, 10, 0, 4),
('2012-03-15', 0, 2, 2, 0, 5),
('2012-03-16', 0, 2, 2, 1, 4),
('2012-03-17', 0, 7, 8, 0, 4),
('2012-03-18', 0, 7, 14, 2, 13),
('2012-03-19', 0, 5, 5, 1, 6),
('2012-03-20', 0, 3, 4, 2, 6),
('2012-03-21', 0, 2, 4, 2, 2),
('2012-03-22', 0, 1, 2, 1, 5),
('2012-03-23', 0, 3, 3, 3, 4),
('2012-03-24', 0, 1, 2, 2, 5),
('2012-03-25', 0, 0, 0, 6, 6);
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_banned`
--
CREATE TABLE IF NOT EXISTS `smf_log_banned` (
`id_ban_log` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ip` char(16) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`log_time` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_ban_log`),
KEY `log_time` (`log_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_boards`
--
CREATE TABLE IF NOT EXISTS `smf_log_boards` (
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`id_board` smallint(5) unsigned NOT NULL DEFAULT '0',
`id_msg` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_member`,`id_board`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `smf_log_boards`
--
INSERT INTO `smf_log_boards` (`id_member`, `id_board`, `id_msg`) VALUES
(1, 1, 130),
(1, 8, 124),
(1, 2, 112),
(2, 1, 5),
(3, 8, 6),
(3, 1, 6),
(6, 8, 10),
(6, 1, 6),
(6, 2, 6),
(5, 1, 6),
(1, 6, 125),
(1, 17, 39),
(6, 6, 8),
(7, 2, 8),
(7, 1, 8),
(8, 8, 9),
(8, 2, 8),
(8, 1, 9),
(4, 1, 9),
(8, 6, 9),
(9, 1, 10),
(10, 1, 11),
(18, 11, 33),
(11, 1, 116),
(14, 1, 14),
(15, 6, 130),
(15, 2, 131),
(15, 8, 119),
(15, 4, 113),
(15, 1, 131),
(1, 4, 17),
(16, 1, 19),
(17, 2, 112),
(17, 8, 124),
(17, 4, 113),
(1, 19, 66),
(17, 1, 130),
(17, 19, 106),
(18, 2, 22),
(18, 4, 22),
(17, 6, 126),
(17, 14, 115),
(17, 16, 106),
(17, 11, 129),
(1, 11, 88),
(1, 16, 27),
(1, 14, 33),
(18, 19, 33),
(17, 3, 106),
(17, 17, 106),
(17, 18, 106),
(17, 7, 106),
(17, 9, 106),
(17, 5, 106),
(17, 15, 116),
(17, 12, 106),
(17, 13, 106),
(17, 10, 106),
(1, 21, 88),
(22, 21, 59),
(3, 13, 61),
(1, 13, 61),
(17, 21, 106),
(1, 3, 66),
(15, 21, 131),
(15, 11, 128),
(4, 21, 77),
(4, 8, 77),
(4, 13, 77),
(1, 22, 88),
(17, 22, 116),
(18, 22, 94),
(25, 21, 95),
(26, 16, 96),
(15, 5, 103),
(15, 22, 110),
(27, 2, 112),
(27, 1, 112),
(25, 11, 117),
(29, 8, 118),
(29, 7, 118),
(29, 9, 118),
(29, 2, 118),
(29, 21, 118),
(29, 17, 118),
(29, 3, 118),
(29, 4, 118),
(29, 5, 118),
(29, 6, 118),
(29, 11, 118),
(29, 18, 118),
(29, 16, 118),
(29, 15, 118),
(29, 12, 118),
(29, 13, 118),
(29, 14, 118),
(29, 19, 118),
(29, 1, 118),
(15, 14, 131),
(35, 1, 129),
(3, 21, 129),
(15, 3, 131),
(15, 17, 131);
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_comments`
--
CREATE TABLE IF NOT EXISTS `smf_log_comments` (
`id_comment` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`member_name` varchar(80) NOT NULL DEFAULT '',
`comment_type` varchar(8) NOT NULL DEFAULT 'warning',
`id_recipient` mediumint(8) unsigned NOT NULL DEFAULT '0',
`recipient_name` varchar(255) NOT NULL DEFAULT '',
`log_time` int(10) NOT NULL DEFAULT '0',
`id_notice` mediumint(8) unsigned NOT NULL DEFAULT '0',
`counter` tinyint(3) NOT NULL DEFAULT '0',
`body` text NOT NULL,
PRIMARY KEY (`id_comment`),
KEY `id_recipient` (`id_recipient`),
KEY `log_time` (`log_time`),
KEY `comment_type` (`comment_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `smf_log_comments`
--
INSERT INTO `smf_log_comments` (`id_comment`, `id_member`, `member_name`, `comment_type`, `id_recipient`, `recipient_name`, `log_time`, `id_notice`, `counter`, `body`) VALUES
(1, 17, 'lier52', 'modnote', 0, '', 1332026196, 0, 0, 'how do i do anything????');
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_digest`
--
CREATE TABLE IF NOT EXISTS `smf_log_digest` (
`id_topic` mediumint(8) unsigned NOT NULL,
`id_msg` int(10) unsigned NOT NULL,
`note_type` varchar(10) NOT NULL DEFAULT 'post',
`daily` tinyint(3) unsigned NOT NULL DEFAULT '0',
`exclude` mediumint(8) unsigned NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `smf_log_digest`
--
INSERT INTO `smf_log_digest` (`id_topic`, `id_msg`, `note_type`, `daily`, `exclude`) VALUES
(2, 2, 'topic', 0, 1),
(3, 3, 'topic', 0, 1),
(4, 4, 'topic', 0, 1),
(5, 5, 'topic', 0, 2),
(5, 6, 'reply', 0, 0),
(6, 7, 'topic', 0, 1),
(6, 7, 'sticky', 0, 0),
(2, 2, 'sticky', 0, 0),
(4, 4, 'sticky', 0, 0),
(3, 3, 'sticky', 0, 0),
(7, 8, 'topic', 0, 1),
(7, 8, 'move', 0, 0),
(5, 9, 'reply', 0, 0),
(8, 10, 'topic', 0, 9),
(9, 11, 'topic', 0, 10),
(10, 12, 'topic', 0, 1),
(11, 13, 'topic', 0, 11),
(12, 14, 'topic', 0, 14),
(13, 15, 'topic', 0, 15),
(14, 16, 'topic', 0, 15),
(14, 17, 'reply', 0, 0),
(12, 18, 'reply', 0, 0),
(15, 19, 'topic', 0, 16),
(3, 20, 'reply', 0, 0),
(16, 21, 'topic', 0, 17),
(17, 22, 'topic', 0, 18),
(18, 23, 'topic', 0, 17),
(19, 24, 'topic', 0, 17),
(20, 25, 'topic', 0, 17),
(20, 26, 'reply', 0, 0),
(16, 27, 'reply', 0, 0),
(18, 28, 'reply', 0, 0),
(3, 29, 'reply', 0, 0),
(20, 30, 'reply', 0, 0),
(18, 31, 'reply', 0, 0),
(3, 32, 'reply', 0, 0),
(21, 33, 'topic', 0, 17),
(22, 34, 'topic', 0, 1),
(12, 35, 'reply', 0, 0),
(6, 36, 'reply', 0, 0),
(23, 37, 'topic', 0, 17),
(24, 38, 'topic', 0, 17),
(23, 39, 'reply', 0, 0),
(23, 46, 'reply', 0, 0),
(23, 47, 'reply', 0, 0),
(3, 48, 'reply', 0, 0),
(23, 51, 'reply', 0, 0),
(23, 54, 'reply', 0, 0),
(35, 55, 'topic', 0, 1),
(23, 56, 'reply', 0, 0),
(38, 59, 'topic', 0, 22),
(38, 60, 'reply', 0, 0),
(39, 61, 'topic', 0, 3),
(40, 62, 'topic', 0, 17),
(41, 63, 'topic', 0, 17),
(21, 64, 'reply', 0, 0),
(42, 65, 'topic', 0, 17),
(42, 66, 'reply', 0, 0),
(40, 69, 'reply', 0, 0),
(40, 70, 'reply', 0, 0),
(45, 71, 'topic', 0, 15),
(56, 82, 'topic', 0, 17),
(19, 89, 'reply', 0, 0),
(63, 90, 'topic', 0, 17),
(64, 91, 'topic', 0, 17),
(65, 92, 'topic', 0, 17),
(66, 93, 'topic', 0, 17),
(67, 94, 'topic', 0, 17),
(40, 95, 'reply', 0, 0),
(68, 96, 'topic', 0, 26),
(67, 101, 'reply', 0, 0),
(67, 102, 'reply', 0, 0),
(67, 103, 'reply', 0, 0),
(67, 104, 'reply', 0, 0),
(67, 105, 'reply', 0, 0),
(73, 106, 'topic', 0, 17),
(67, 107, 'reply', 0, 0),
(74, 108, 'topic', 0, 17),
(75, 109, 'topic', 0, 17),
(76, 110, 'topic', 0, 17),
(78, 112, 'topic', 0, 17),
(14, 17, 'remove', 0, 0),
(80, 114, 'topic', 0, 11),
(81, 115, 'topic', 0, 17),
(82, 116, 'topic', 0, 11),
(83, 117, 'topic', 0, 25),
(84, 118, 'topic', 0, 29),
(85, 119, 'topic', 0, 15),
(85, 120, 'reply', 0, 0),
(84, 118, 'remove', 0, 0),
(85, 121, 'reply', 0, 0),
(86, 122, 'topic', 0, 30),
(87, 123, 'topic', 0, 31),
(85, 124, 'reply', 0, 0),
(88, 125, 'topic', 0, 32),
(85, 126, 'reply', 0, 0),
(89, 127, 'topic', 0, 33),
(91, 129, 'topic', 0, 35),
(92, 130, 'topic', 0, 17),
(92, 131, 'reply', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `smf_log_errors`
--
CREATE TABLE IF NOT EXISTS `smf_log_errors` (
`id_error` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`log_time` int(10) unsigned NOT NULL DEFAULT '0',
`id_member` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ip` char(16) NOT NULL DEFAULT '',
`url` text NOT NULL,
`message` text NOT NULL,
`session` char(32) NOT NULL DEFAULT '',
`error_type` char(15) NOT NULL DEFAULT 'general',
`file` varchar(255) NOT NULL DEFAULT '',
`line` mediumint(8) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id_error`),
KEY `log_time` (`log_time`),
KEY `id_member` (`id_member`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2929 ;
--
-- Dumping data for table `smf_log_errors`
--
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(2928, 1332704454, 0, '69.171.234.6', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'b618bdd49a173438eea47d8e41d6cc39', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2927, 1332704453, 0, '69.171.234.4', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'b618bdd49a173438eea47d8e41d6cc39', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2926, 1332701530, 0, '66.249.68.25', '?topic=53.msg79;topicseen', '8: Undefined index: pretty_enable_filters', '3b5868a67160944f3bcbf16db53088c1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2925, 1332700366, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2924, 1332700310, 0, '66.249.68.25', '?topic=40.0', '8: Undefined index: pretty_enable_filters', 'd69ea86fca6cd2bfadf716d4ab0e022b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2923, 1332700307, 15, '78.72.41.222', '?topic=40.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2922, 1332700302, 0, '66.249.68.25', '?board=21.0', '8: Undefined index: pretty_enable_filters', '0777711200dcd14e499b9949d4400f1f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2921, 1332700299, 15, '78.72.41.222', '?board=21.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2920, 1332700281, 0, '66.249.68.25', '?topic=24.0', '8: Undefined index: pretty_enable_filters', 'd7c093e354c7d2bb645f469e47a5de6e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2919, 1332700280, 0, '66.249.68.25', '?topic=24.0', '8: Undefined index: pretty_enable_filters', '27b453d73afac8c28c9d9bca4b764ff3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2918, 1332700277, 15, '78.72.41.222', '?topic=24.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2917, 1332700276, 0, '66.249.68.25', '?board=17.0', '8: Undefined index: pretty_enable_filters', 'ffb5274c9dbeb21b84b892308b23d6ca', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2916, 1332700273, 15, '78.72.41.222', '?board=17.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2915, 1332700243, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '4a9cde749bd16eeefa6638aa892fa26f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2914, 1332688658, 0, '46.17.98.55', '?topic=12.new', '8: Undefined index: pretty_enable_filters', 'f20869212c6ebd164935631d61683e9b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2913, 1332688619, 0, '213.186.119.131', '?action=facebook', '8: Array to string conversion', '962329772a05ae663ad5c428a840bed5', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(2912, 1332688241, 0, '93.158.147.8', '?topic=85.msg126;topicseen', '8: Undefined index: pretty_enable_filters', '5a111bc2df8e2482ad6caf50eea5df35', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2911, 1332688240, 0, '93.158.147.8', '?topic=78.msg112;topicseen', '8: Undefined index: pretty_enable_filters', '56ac7401bfdf6cf1def65035e545f167', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2910, 1332688239, 0, '93.158.147.8', '?topic=85.msg126;topicseen', '8: Undefined index: pretty_enable_filters', '9b5a518c81bfc72c10982368adb782db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2909, 1332688238, 0, '93.158.147.8', '?topic=78.msg112;topicseen', '8: Undefined index: pretty_enable_filters', '4769a7d07475875cd842c13081458476', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2908, 1332688237, 0, '93.158.147.8', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e3c4df048d09067655a1c19966169fa7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2907, 1332688237, 0, '93.158.147.8', '?wwwRedirect;board=22', '8: Undefined index: pretty_enable_filters', '6195356b0d261000e04f97ddc30032ea', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2906, 1332688236, 0, '93.158.147.8', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '3a622bcca2d00eda5f9525ff6ab0825a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2905, 1332688236, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', '047532111d50c54801bf75da6391874d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2904, 1332688235, 0, '93.158.147.8', '?wwwRedirect;board=22', '8: Undefined index: pretty_enable_filters', '6195356b0d261000e04f97ddc30032ea', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2903, 1332688234, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', '047532111d50c54801bf75da6391874d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2902, 1332688233, 0, '93.158.147.8', '?wwwRedirect;board=11', '8: Undefined index: pretty_enable_filters', '85875d040e508d23fbaacedd3eb849fd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2901, 1332688231, 0, '93.158.147.8', '?wwwRedirect;board=11', '8: Undefined index: pretty_enable_filters', '85875d040e508d23fbaacedd3eb849fd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2900, 1332688221, 0, '93.158.147.8', '?topic=85.msg126;topicseen', '8: Undefined index: pretty_enable_filters', '358d6999ca6b3f805f7c101c3914603a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2899, 1332688220, 0, '93.158.147.8', '?topic=78.msg112;topicseen', '8: Undefined index: pretty_enable_filters', '145b79092d77d3b35f401d578eb05d04', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2898, 1332688219, 0, '93.158.147.8', '?topic=85.msg126;topicseen', '8: Undefined index: pretty_enable_filters', 'd5dd14790590b1c2215c842b6e428e07', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2897, 1332688218, 0, '93.158.147.8', '?topic=78.msg112;topicseen', '8: Undefined index: pretty_enable_filters', '603ad637c87c20f9241ff023a4a0eea5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2896, 1332688217, 0, '93.158.147.8', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '8c91b236984b7539dfd5b68f0ef2b2ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2895, 1332688216, 0, '93.158.147.8', '?board=22.0', '8: Undefined index: pretty_enable_filters', '7058181dae1fe180873ad02e356ca3f8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2894, 1332688215, 0, '93.158.147.8', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'a2910e08415a7e9af90c38692ba97fe6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2893, 1332688214, 0, '93.158.147.8', '?board=22.0', '8: Undefined index: pretty_enable_filters', '99f73a70b02bb03e492b9df26d48e586', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2892, 1332688213, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', '86c9d695c9bd8fba65ae5cdae2dbc5cc', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2891, 1332688212, 0, '93.158.147.8', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'e3f2f230890e82babc0d01e1b841729a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2890, 1332688211, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3b4a1012481782ec1a7c1875d2e1a53d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2889, 1332688210, 0, '93.158.147.8', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'f2874b30d78bb7fd0ab934fa46a3ddd1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2888, 1332681232, 0, '180.76.5.187', '?topic=83.msg117;topicseen', '8: Undefined index: pretty_enable_filters', 'c3c64048b548184cb1d87e00c33e261b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2887, 1332680772, 0, '180.76.5.145', '?topic=64.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '254900f4bf6b30bc2cde8e075993a6e5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2886, 1332680542, 0, '180.76.5.93', '?topic=64.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '4a2f3e5309bca7c42efc6e864863dc0d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2885, 1332678582, 0, '77.75.77.17', '?board=11.0;sort=replies', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2884, 1332678578, 0, '77.75.77.17', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'f19ca5d2082ab10069f3cb26a3d6cc8c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2883, 1332678576, 0, '77.75.77.17', '?board=2.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', 'c47ae572b13ac1e71b7fedc82a07a939', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2882, 1332678574, 0, '77.75.77.17', '?board=2.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '9b92172612dfca152d1e682008cfcf2d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2881, 1332678572, 0, '77.75.77.17', '?board=5.0', '8: Undefined index: pretty_enable_filters', '290943fc807c42695f91675a71a042a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2880, 1332678570, 0, '77.75.77.17', '?board=11.0;sort=views', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2879, 1332678569, 0, '77.75.77.17', '?board=18.0', '8: Undefined index: pretty_enable_filters', 'ee421b2fe00521c7f53ddd3ccfb4d731', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2878, 1332678566, 0, '77.75.77.17', '?topic=33.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2877, 1332678565, 0, '77.75.77.17', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '1d3d4cde90a2aabffb7911c4886b97f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2876, 1332678563, 0, '77.75.77.17', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'ff4ce7f8afdae3a30cd7f1f58b1fcfff', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2875, 1332678561, 0, '77.75.77.17', '?topic=18.msg31', '8: Undefined index: pretty_enable_filters', 'c3b8e3c374a40072e02704dbb579c28d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2874, 1332678559, 0, '77.75.77.17', '?topic=51.msg77;topicseen', '8: Undefined index: pretty_enable_filters', '23742ba4f4af9d06830f9d802222bdae', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2873, 1332678557, 0, '77.75.77.17', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '614ef841920176bb4c43f78704d98a22', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2872, 1332678554, 0, '77.75.77.17', '?topic=18.msg31;topicseen', '8: Undefined index: pretty_enable_filters', '2263f81d974b84733d8bd784ad222a49', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2871, 1332678532, 0, '77.75.77.17', '?board=17.0', '8: Undefined index: pretty_enable_filters', '40e8508115755a16451c93a75bd6f18e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2870, 1332678530, 0, '77.75.77.17', '?topic=22.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'ff4ce7f8afdae3a30cd7f1f58b1fcfff', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2869, 1332678528, 0, '77.75.77.17', '?board=7.0', '8: Undefined index: pretty_enable_filters', '7baa1e4b5fce0ace8d375dc4341fe771', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2868, 1332678525, 0, '77.75.77.17', '?topic=28.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2867, 1332678468, 0, '77.75.77.17', '?topic=67.msg105;topicseen', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2866, 1332678466, 0, '77.75.77.17', '?board=11.0;sort=last_post', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2865, 1332678464, 0, '77.75.77.17', '?board=17.0;sort=subject', '8: Undefined index: pretty_enable_filters', 'a58fb1cc201f76b02d3f173bbd140b84', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2864, 1332678462, 0, '77.75.77.17', '?board=19.0', '8: Undefined index: pretty_enable_filters', 'd0152d767e0cc400dfa2c9d1a3e0b9fd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2863, 1332678460, 0, '77.75.77.17', '?topic=70.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2862, 1332678458, 0, '77.75.77.17', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '87026b9332b5155852dcd85ff19653ec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2861, 1332678456, 0, '77.75.77.17', '?topic=71.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2860, 1332678453, 0, '77.75.77.17', '?topic=58.msg84;topicseen', '8: Undefined index: pretty_enable_filters', '1d3d4cde90a2aabffb7911c4886b97f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2859, 1332678451, 0, '77.75.77.17', '?topic=51.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '23742ba4f4af9d06830f9d802222bdae', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2858, 1332678449, 0, '77.75.77.17', '?board=21.0;sort=replies', '8: Undefined index: pretty_enable_filters', 'ff4ce7f8afdae3a30cd7f1f58b1fcfff', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2857, 1332678447, 0, '77.75.77.17', '?topic=48.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2856, 1332678444, 0, '77.75.77.17', '?board=21.0;sort=subject', '8: Undefined index: pretty_enable_filters', 'ff4ce7f8afdae3a30cd7f1f58b1fcfff', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2855, 1332678440, 0, '77.75.77.17', '?topic=47.0', '8: Undefined index: pretty_enable_filters', 'b880de0c3f80ff9a41eedf3cc3b23f0f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2854, 1332678437, 0, '77.75.77.17', '?topic=18.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'fcbd10f3909c0b559faae210db49c67a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2853, 1332678159, 15, '78.72.41.222', '?topic=81.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2852, 1332676935, 0, '123.125.71.34', '?topic=92.msg131;topicseen', '8: Undefined index: pretty_enable_filters', '057c9d85834b4dea0ad3eb0984138b85', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2851, 1332676935, 0, '66.249.68.25', '?topic=81.0', '8: Undefined index: pretty_enable_filters', '62d7474037e621a5fe45ccc00504ba02', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2850, 1332676934, 0, '66.249.68.25', '?topic=81.0', '8: Undefined index: pretty_enable_filters', '7071e9e55eacd748ee98549f6543a0f9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2849, 1332676931, 15, '78.72.41.222', '?topic=81.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2848, 1332676921, 0, '66.249.68.25', '?topic=81.msg115;topicseen', '8: Undefined index: pretty_enable_filters', '910ef7d54330faaa49b285ce9680f453', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2847, 1332676918, 15, '78.72.41.222', '?topic=81.msg115;topicseen', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2846, 1332676560, 0, '180.76.5.89', '?topic=52.new', '8: Undefined index: pretty_enable_filters', '306d8e67541d7b73bfa2c5ca6a3e1bc4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2845, 1332676527, 0, '66.249.68.25', '?topic=79.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '3cbf7dd256530e84618585c3c9242ba0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2844, 1332670867, 0, '180.76.5.87', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'be9a3231a9b9911e35117c90c16e48cb', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2843, 1332669776, 15, '78.72.41.222', '?topic=41.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2842, 1332669762, 0, '66.249.68.25', '?topic=41.0', '8: Undefined index: pretty_enable_filters', '21d0ea34742ebe1da3b0a5be4028e6be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2841, 1332669761, 0, '66.249.68.25', '?topic=41.0', '8: Undefined index: pretty_enable_filters', '4d60cb81161a7c7fc0f5851b89d24e36', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2840, 1332669758, 15, '78.72.41.222', '?topic=41.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2839, 1332669752, 0, '66.249.68.25', '?board=3.0', '8: Undefined index: pretty_enable_filters', '77c00476bf9bad0718cc407904baf561', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2838, 1332669749, 15, '78.72.41.222', '?board=3.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2837, 1332669729, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '85f0f9de3cfa79e2c2cf4331f91167e8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2836, 1332657645, 0, '80.243.181.194', '?topic=76.0', '8: Undefined index: pretty_enable_filters', '423f8057ace9e521f090d3e858c0e773', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2835, 1332657421, 0, '80.243.181.194', '?topic=76.0', '8: Undefined index: pretty_enable_filters', '423f8057ace9e521f090d3e858c0e773', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2834, 1332655074, 0, '180.76.5.179', '?topic=67.msg105;topicseen', '8: Undefined index: pretty_enable_filters', '22f41320a8b54efb5a4e7854fd5c108f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2833, 1332648392, 0, '107.22.53.157', '?topic=78.msg112', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2832, 1332648390, 0, '107.22.53.157', '?board=9.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2831, 1332648388, 0, '107.22.53.157', '?topic=73.msg106', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2830, 1332648387, 0, '107.22.53.157', '?board=7.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2829, 1332648384, 0, '107.22.53.157', '?topic=6.msg36', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2828, 1332648383, 0, '107.22.53.157', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2827, 1332648375, 0, '107.22.53.157', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2826, 1332648373, 0, '107.22.53.157', '?board=22.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2825, 1332648371, 0, '107.22.53.157', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2824, 1332648369, 0, '107.22.53.157', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(2823, 1332648366, 0, '107.22.53.157', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2822, 1332648358, 0, '107.22.53.157', '?topic=81.msg115;topicseen', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2821, 1332648356, 0, '107.22.53.157', '?topic=83.msg117;topicseen', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2820, 1332648354, 0, '107.22.53.157', '?topic=85.msg126;topicseen', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2819, 1332648352, 0, '107.22.53.157', '?topic=90.msg128;topicseen', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2818, 1332648350, 0, '107.22.53.157', '?topic=92.msg131;topicseen', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2817, 1332648338, 0, '107.22.53.157', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e3e48e2c98ac2212ce9405dfccac38b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2816, 1332648330, 0, '107.22.53.157', '?action=facebook', '8: Array to string conversion', 'e3e48e2c98ac2212ce9405dfccac38b2', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(2815, 1332639634, 0, '66.249.68.25', '?topic=45.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'c394a24dfa2a255dca2725d61ea39c1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(2814, 1332637725, 0, '180.76.5.142', '?topic=57.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '1fe494a3fb4eca35b3978b1b764f3ae7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(147, 1330049744, 0, '180.76.5.180', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f5cc95d825bc258a567ecfb6ca07c05b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(148, 1330052881, 6, '67.63.97.235', '?board=8.0', '8: Undefined index: pretty_enable_filters', '01c76cfad5d9534349134bffe6445a7b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(149, 1330052890, 6, '67.63.97.235', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '01c76cfad5d9534349134bffe6445a7b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(150, 1330053532, 0, '66.249.68.22', '?board=18.0;wap2', '8: Undefined index: pretty_enable_filters', 'fc92ce7c92b3594264c49b132f1276df', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(151, 1330054650, 0, '66.249.68.22', '?board=13.0;wap2', '8: Undefined index: pretty_enable_filters', '58bcc4d16b17adb3bc18f9c1eb94cca2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(152, 1330057110, 0, '66.249.68.22', '?board=14.0;wap2', '8: Undefined index: pretty_enable_filters', 'e34b5eb95e9c2cacb90826a835897e16', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(153, 1330059270, 0, '66.249.68.22', '?board=19.0;wap2', '8: Undefined index: pretty_enable_filters', '3ca2c401fd396114b3f4016b1ce20326', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(154, 1330060054, 0, '66.249.68.22', '?board=16.0;wap2', '8: Undefined index: pretty_enable_filters', 'a2437fdbc9fb65631aeb70f30974fa5f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(155, 1330060467, 0, '66.226.77.39', '?amp;board=2.0', '8: Undefined index: pretty_enable_filters', 'eb9c7ebf7ba3540c66f211530c07a5ba', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(156, 1330060467, 0, '66.226.77.39', '?amp;topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'eb9c7ebf7ba3540c66f211530c07a5ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(157, 1330060761, 0, '66.249.68.22', '?board=11.0;wap2', '8: Undefined index: pretty_enable_filters', 'c83d663c9896a68a12a0cbc0d16daf6a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(158, 1330062170, 0, '66.249.68.22', '?board=15.0;wap2', '8: Undefined index: pretty_enable_filters', 'e772561019d9e5d8c1087ea7a08f363f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(159, 1330066169, 0, '66.249.68.22', '?board=17.0;wap2', '8: Undefined index: pretty_enable_filters', '48f758bd292bbe9efec2018c273e0c36', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(160, 1330067545, 0, '66.249.68.22', '?board=15.0', '8: Undefined index: pretty_enable_filters', '639a0a489a70b1fee8abe0c3dbeb452e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(161, 1330068697, 0, '66.249.68.22', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'd865d6d27a98e143e9d6e1572d01cad2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(162, 1330070972, 0, '66.249.68.22', '?board=17.0', '8: Undefined index: pretty_enable_filters', 'e4d684531a067d22e36424204b2a86a7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(163, 1330072828, 0, '66.249.68.22', '?board=13.0', '8: Undefined index: pretty_enable_filters', 'c0ab7bdac6fc6b41a7cf02627aa0bc22', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(164, 1330073101, 0, '66.249.68.22', '?board=14.0', '8: Undefined index: pretty_enable_filters', 'a0254bcd6a2f9b1aea48a14154f30f20', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(165, 1330073736, 0, '66.249.68.22', '?board=19.0', '8: Undefined index: pretty_enable_filters', '174c10c0ad18f5126d170244c5864df0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(166, 1330075259, 0, '66.249.68.22', '?board=16.0', '8: Undefined index: pretty_enable_filters', '705bce5cac4d85004ea2ee47398c384d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(167, 1330076421, 0, '66.249.68.22', '?board=12.0', '8: Undefined index: pretty_enable_filters', '043f06b9ac5ca12f060db7ff32d68532', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(168, 1330098125, 0, '123.125.71.48', '?board=6.0', '8: Undefined index: pretty_enable_filters', '9add14c0bda2d077e512fb584ec26d84', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(169, 1330098130, 0, '123.125.71.100', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '575de6645c746ec6dc74373509f53726', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(170, 1330098141, 0, '123.125.71.101', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'fc2d67d34f5b3ef73325c3dd3246747d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(171, 1330098167, 0, '123.125.71.111', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f4f1ae837115956bd5e342ddb18c30ce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(172, 1330098171, 0, '123.125.71.54', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'fa0cf09672aa322678f906b1504a4bc2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(173, 1330098190, 0, '123.125.71.22', '?board=8.0', '8: Undefined index: pretty_enable_filters', '91152c75e1d93eec18f64cf8715dcf36', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(174, 1330098223, 0, '123.125.71.90', '?board=1.0', '8: Undefined index: pretty_enable_filters', '8a59ecf2648ced7e8f75c715e759daf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(175, 1330098242, 0, '123.125.71.58', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '4c8c6a9a8871088c692858de2794831c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(176, 1330098254, 0, '123.125.71.32', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '6697384c8b50642e0229e596f4d095a1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(177, 1330098259, 0, '123.125.71.24', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '67ddf92163449e88be2fe68ca6a6d5ab', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(178, 1330101564, 0, '217.146.110.73', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'b9dc9717c72cc28ddb341dc0fb50a1f9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(179, 1330119816, 0, '69.41.14.130', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3440ae9a367bf744203165a0c0ce6b96', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(180, 1330119817, 7, '75.145.27.73', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'bedd68213e2fc6219b4f4fa3cc1e10b2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(181, 1330119818, 0, '66.249.68.22', '?board=2.0', '8: Undefined index: pretty_enable_filters', '1a586eab03fb39725fdf7e76ea2e3461', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(182, 1330119819, 0, '66.249.68.22', '?board=2.0', '8: Undefined index: pretty_enable_filters', '1fd1ab25844dc08e3e3c328b32c4595d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(183, 1330119826, 0, '69.41.14.130', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '3ce7a7430aa419d2d2667d0cf8972664', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(184, 1330119827, 7, '75.145.27.73', '?topic=3.0', '8: Undefined index: pretty_enable_filters', 'bedd68213e2fc6219b4f4fa3cc1e10b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(185, 1330119972, 0, '69.41.14.130', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '521840815ef4f41673f4c12e1579643f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(186, 1330119973, 0, '69.41.14.130', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '7638e7568fdd1c5300dc857866e38032', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(187, 1330119973, 7, '75.145.27.73', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'bedd68213e2fc6219b4f4fa3cc1e10b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(188, 1330120120, 0, '69.41.14.130', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '61f0eada6507fa8f7132d6cdc93af370', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(189, 1330120121, 7, '75.145.27.73', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', 'bedd68213e2fc6219b4f4fa3cc1e10b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(190, 1330120122, 0, '66.249.68.22', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '0bcbeaa1c55e8f1feac134d282fbc95b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(191, 1330124347, 0, '82.193.109.249', '?board=1.0', '8: Undefined index: pretty_enable_filters', '86a9e58fe82cfb71bb8c4635e1d07ea4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(192, 1330154339, 0, '66.249.68.22', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '76163f9c34ef1ab02d08d104127b9ee1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(193, 1330174883, 0, '85.17.29.107', '?action=facebook', '8: Array to string conversion', '56352179ece55f0f3b4194fb8bf66e99', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(194, 1330174895, 0, '85.17.29.107', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(195, 1330174896, 0, '85.17.29.107', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(196, 1330174898, 0, '85.17.29.107', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(197, 1330174900, 0, '85.17.29.107', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(198, 1330174902, 0, '85.17.29.107', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(199, 1330174913, 0, '85.17.29.107', '?board=1.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(200, 1330174915, 0, '85.17.29.107', '?board=8.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(201, 1330174917, 0, '85.17.29.107', '?board=2.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(202, 1330174920, 0, '85.17.29.107', '?board=6.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(203, 1330174929, 0, '85.17.29.107', '?board=16.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(204, 1330174931, 0, '85.17.29.107', '?board=2.0;sort=subject', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(205, 1330174933, 0, '85.17.29.107', '?board=2.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(206, 1330174944, 0, '85.17.29.107', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(207, 1330174946, 0, '85.17.29.107', '?topic=6.msg7', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(208, 1330174948, 0, '85.17.29.107', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(209, 1330174965, 0, '85.17.29.107', '?board=11.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(210, 1330174968, 0, '85.17.29.107', '?board=8.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(211, 1330174970, 0, '85.17.29.107', '?board=9.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(212, 1330174974, 0, '85.17.29.107', '?board=1.0;sort=replies', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(213, 1330174982, 0, '85.17.29.107', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(214, 1330174984, 0, '85.17.29.107', '?board=4.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(215, 1330174985, 0, '85.17.29.107', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(216, 1330174987, 0, '85.17.29.107', '?topic=3.msg3', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(217, 1330174996, 0, '85.17.29.107', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(218, 1330175008, 0, '85.17.29.107', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(219, 1330175010, 0, '85.17.29.107', '?board=7.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(220, 1330175015, 0, '85.17.29.107', '?board=13.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(221, 1330175017, 0, '85.17.29.107', '?board=1.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(222, 1330175032, 0, '85.17.29.107', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(223, 1330175051, 0, '85.17.29.107', '?topic=6.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(224, 1330175058, 0, '85.17.29.107', '?board=4.0;nowap', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(225, 1330175061, 0, '85.17.29.107', '?board=3.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(226, 1330175064, 0, '85.17.29.107', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(227, 1330175082, 0, '85.17.29.107', '?board=1.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(228, 1330175084, 0, '85.17.29.107', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(229, 1330175087, 0, '85.17.29.107', '?board=11.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(230, 1330175089, 0, '85.17.29.107', '?topic=7.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(231, 1330175104, 0, '85.17.29.107', '?board=1.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(232, 1330175107, 0, '85.17.29.107', '?board=15.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(233, 1330175123, 0, '85.17.29.107', '?topic=3.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(234, 1330175129, 0, '85.17.29.107', '?topic=5.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(235, 1330175136, 0, '85.17.29.107', '?topic=6.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(236, 1330175142, 0, '85.17.29.107', '?board=13.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(237, 1330175152, 0, '85.17.29.107', '?board=2.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(238, 1330175182, 0, '85.17.29.107', '?board=7.0;nowap', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(239, 1330175188, 0, '85.17.29.107', '?board=2.0;sort=last_post', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(240, 1330175192, 0, '85.17.29.107', '?topic=4.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(241, 1330175194, 0, '85.17.29.107', '?board=17.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(242, 1330175195, 0, '85.17.29.107', '?board=14.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(243, 1330175199, 0, '85.17.29.107', '?topic=3.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(244, 1330175203, 0, '85.17.29.107', '?topic=5.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(245, 1330175204, 0, '85.17.29.107', '?board=18.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(246, 1330175206, 0, '85.17.29.107', '?topic=7.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(247, 1330175213, 0, '85.17.29.107', '?board=3.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(248, 1330175223, 0, '85.17.29.107', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(249, 1330175226, 0, '85.17.29.107', '?topic=6.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(250, 1330175228, 0, '85.17.29.107', '?board=15.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(251, 1330175232, 0, '85.17.29.107', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(252, 1330175248, 0, '85.17.29.107', '?board=2.0;sort=starter', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(253, 1330175256, 0, '85.17.29.107', '?board=14.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(254, 1330175259, 0, '85.17.29.107', '?topic=5.msg5', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(255, 1330175265, 0, '85.17.29.107', '?topic=7.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(256, 1330175274, 0, '85.17.29.107', '?topic=7.msg8', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(257, 1330175276, 0, '85.17.29.107', '?board=5.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(258, 1330175278, 0, '85.17.29.107', '?board=11.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(259, 1330175281, 0, '85.17.29.107', '?board=17.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(260, 1330175284, 0, '85.17.29.107', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(261, 1330175286, 0, '85.17.29.107', '?topic=5.msg6', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(262, 1330175293, 0, '85.17.29.107', '?board=13.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(263, 1330175304, 0, '85.17.29.107', '?board=16.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(264, 1330175318, 0, '85.17.29.107', '?board=12.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(265, 1330175319, 0, '85.17.29.107', '?board=8.0;sort=starter', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(266, 1330175321, 0, '85.17.29.107', '?board=8.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(267, 1330175328, 0, '85.17.29.107', '?board=14.0;nowap', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(268, 1330175333, 0, '85.17.29.107', '?board=7.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(269, 1330175335, 0, '85.17.29.107', '?board=16.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(270, 1330175351, 0, '85.17.29.107', '?board=15.0;nowap', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(271, 1330175354, 0, '85.17.29.107', '?topic=2.msg2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(272, 1330175359, 0, '85.17.29.107', '?board=8.0;sort=views', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(273, 1330175371, 0, '85.17.29.107', '?board=2.0;sort=views', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(274, 1330175378, 0, '85.17.29.107', '?topic=6.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(275, 1330175381, 0, '85.17.29.107', '?board=12.0;nowap', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(276, 1330175384, 0, '85.17.29.107', '?board=2.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(277, 1330175386, 0, '85.17.29.107', '?board=8.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(278, 1330175396, 0, '85.17.29.107', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(279, 1330175402, 0, '85.17.29.107', '?topic=2.0;wap2', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(280, 1330175406, 0, '85.17.29.107', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(281, 1330175414, 0, '85.17.29.107', '?topic=5.msg6', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(282, 1330175428, 0, '85.17.29.107', '?board=2.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(283, 1330175435, 0, '85.17.29.107', '?board=5.0', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(284, 1330175441, 0, '85.17.29.107', '?action=facebook', '8: Array to string conversion', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(285, 1330175447, 0, '85.17.29.107', '?board=19.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(286, 1330175451, 0, '85.17.29.107', '?board=11.0;nowap', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(287, 1330175454, 0, '85.17.29.107', '?board=12.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(288, 1330175459, 0, '85.17.29.107', '?board=19.0', '8: Undefined index: pretty_enable_filters', '56352179ece55f0f3b4194fb8bf66e99', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(289, 1330175461, 0, '85.17.29.107', '?board=9.0;wap2', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(290, 1330175470, 0, '85.17.29.107', '?board=13.0;nowap', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(291, 1330175477, 0, '85.17.29.107', '?topic=5.msg5', '8: Undefined index: pretty_enable_filters', 'bfa76ed19a88a9bd624ee5264cf5e7db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(292, 1330191180, 0, '66.249.68.22', '?wwwRedirect;action=facebook', '8: Array to string conversion', '0c09efc1aeaf998012b126c6085612f0', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(293, 1330194460, 0, '66.249.68.22', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'f55cedb7b7b3211ba98707c10cafd35c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(294, 1330208728, 0, '66.249.68.22', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '400b897099a92e4d6bf57822f42b71dd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(295, 1330210832, 0, '66.249.68.22', '?topic=5.0;wap2', '8: Undefined index: pretty_enable_filters', 'd86e196e109587ed58225ffbc7620687', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(296, 1330212222, 0, '66.249.68.22', '?topic=4.0;wap2', '8: Undefined index: pretty_enable_filters', 'a9bcbd4c35ddf5e6225b8b921cbc5bf8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(297, 1330282378, 1, '76.174.22.129', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '0d4e71e0c3f9c352525ab7e47f091390', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(298, 1330282380, 0, '66.249.68.22', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'dc314193fbd30f32d9e452cfd29b0d1c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(299, 1330282409, 1, '76.174.22.129', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '0d4e71e0c3f9c352525ab7e47f091390', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(300, 1330282411, 0, '66.249.68.22', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '56d9cbb64de8a0929637104c2c2e846a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(301, 1330290584, 8, '76.94.155.125', '?board=8.0', '8: Undefined index: pretty_enable_filters', '68a599a053babf74a9ac21c52c3d188b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(302, 1330290666, 8, '76.94.155.125', '?action=emailuser;sa=email', 'You must enter something in both the subject and message boxes.', '68a599a053babf74a9ac21c52c3d188b', 'general', '', 0),
(303, 1330314527, 0, '66.249.68.22', '?board=1.0', '8: Undefined index: pretty_enable_filters', '508bf936c0afd87784bd76cf8b606010', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(304, 1330352470, 0, '180.76.5.100', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'f9b1ebbd40426dc92dc7c58272c51ef5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(305, 1330361189, 8, '204.102.79.77', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '43c0a674cd5d7101a9c3cd38fb34163b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(306, 1330361190, 0, '66.249.68.22', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '83d28b2d6d79fc07506b016890df3d34', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(307, 1330361205, 8, '204.102.79.77', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '43c0a674cd5d7101a9c3cd38fb34163b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(308, 1330361212, 8, '204.102.79.77', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '43c0a674cd5d7101a9c3cd38fb34163b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(309, 1330361214, 0, '66.249.68.22', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '7752d33c1a7b388253b3d6894f031d80', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(310, 1330361271, 8, '204.102.79.77', '?board=1.0', '8: Undefined index: pretty_enable_filters', '43c0a674cd5d7101a9c3cd38fb34163b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(311, 1330361272, 0, '66.249.68.22', '?board=1.0', '8: Undefined index: pretty_enable_filters', '24043c51ebd4a694b0fc170bdaa516eb', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(312, 1330386569, 0, '65.49.14.77', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '8f1022b22320b0f92b39f90166ce48ec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(313, 1330386573, 0, '66.249.68.22', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '8f1022b22320b0f92b39f90166ce48ec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(314, 1330386574, 0, '66.249.68.22', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '8f1022b22320b0f92b39f90166ce48ec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(315, 1330388759, 0, '66.249.68.22', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '4ee238ecd1edf27d270ca5e9793d4a51', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(316, 1330430102, 0, '66.249.68.22', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '9b3e0916d38bcadf4ad57e67bcf7c48b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(317, 1330436854, 0, '66.249.68.22', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b138ed3e66221a3ded7c2b39f72ef6d9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(318, 1330440562, 0, '180.76.5.88', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '322bfb5e3a7b6608edb8162c8b9690fb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(319, 1330483544, 1, '76.174.22.129', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '4e0f811e8e6688c00f309653ce403733', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(320, 1330486849, 0, '180.76.5.67', '?board=7.0', '8: Undefined index: pretty_enable_filters', '7cec0785fc81012ac39d7c5b82dc7e88', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(321, 1330500946, 0, '180.76.6.26', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'a75c45fbc67e67b2030bedeacad11a40', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(322, 1330525764, 6, '67.63.97.113', '?board=8.0', '8: Undefined index: pretty_enable_filters', '9545fb58ca8054b094436a30afbea130', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(323, 1330557265, 4, '108.38.29.165', '?board=1.0', '8: Undefined index: pretty_enable_filters', '2e13c82216af1ba6710b7f00e4a71e36', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(324, 1330557274, 4, '108.38.29.165', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '2e13c82216af1ba6710b7f00e4a71e36', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(325, 1330557314, 4, '108.38.29.165', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '2e13c82216af1ba6710b7f00e4a71e36', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(326, 1330557316, 0, '66.249.71.40', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'b01463e3a0a95237cf3311695942e4ca', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(327, 1330568172, 0, '180.76.5.159', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '701e84fc0294f75caee156503b3b0f6f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(328, 1330574237, 0, '180.76.5.180', '?board=8.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '532eb2765bfb0f677b1e895539bf6369', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(329, 1330580452, 0, '180.76.6.227', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '4b23f9b0993acab670baf9fa08911422', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(330, 1330585982, 0, '123.125.71.49', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'aa616a2941a06cccb23b49b83d0b6e0e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(331, 1330592820, 0, '180.76.5.111', '?board=5.0', '8: Undefined index: pretty_enable_filters', '2356578e7fbc149a5690f65b3e5c737e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(332, 1330598830, 0, '180.76.5.93', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'cdc1d63421bd46f7480bf9b081d2b3c8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(333, 1330611457, 0, '180.76.5.66', '?board=6.0', '8: Undefined index: pretty_enable_filters', '63e2b8f799d1ebd7f10d3d4c9ead2917', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(334, 1330639560, 8, '76.94.155.125', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'e6b4b4f4a13ae1d4fcae09d2dc8d17ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(335, 1330639663, 8, '76.94.155.125', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'e6b4b4f4a13ae1d4fcae09d2dc8d17ba', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(336, 1330639670, 8, '76.94.155.125', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'e6b4b4f4a13ae1d4fcae09d2dc8d17ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(337, 1330639685, 8, '76.94.155.125', '?topic=2.0', '8: Undefined index: pretty_enable_filters', 'e6b4b4f4a13ae1d4fcae09d2dc8d17ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(338, 1330639787, 8, '76.94.155.125', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'e6b4b4f4a13ae1d4fcae09d2dc8d17ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(339, 1330644665, 0, '180.76.5.49', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'c61e423b38f8e6d3e3c9648af80424f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(340, 1330656067, 0, '180.76.5.185', '?topic=6.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'a64d60654cf8a7435b4eeb5ab87d21bb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(341, 1330666750, 6, '67.63.97.113', '?board=8.0', '8: Undefined index: pretty_enable_filters', '166103dfeab72eeb10ac57db9d6842e8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(342, 1330671204, 0, '66.249.72.241', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'efa0e0a47604e38d7142149dab782baa', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(343, 1330676872, 0, '66.249.72.241', '?board=8.0;wap2', '8: Undefined index: pretty_enable_filters', '4daed60fd2ef21317bb4ed512775b87a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(344, 1330677803, 0, '180.76.5.103', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'bbd3153253bf4e414d4c280cc0b4606d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(345, 1330679637, 0, '66.249.72.241', '?topic=6.0;wap2', '8: Undefined index: pretty_enable_filters', 'c822921f636082e6cbc02cd82b65491d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(346, 1330688505, 0, '180.76.5.90', '?board=1.0', '8: Undefined index: pretty_enable_filters', '1b84221e717f11d59fcc45c80daf17b6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(347, 1330693923, 0, '213.186.119.131', '?board=6.0', '8: Undefined index: pretty_enable_filters', '83ba72157936e25436adcf0a2752943e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(348, 1330707944, 0, '180.76.5.89', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '14d1355b92eba4b22567a2ecae9e8696', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(349, 1330713491, 0, '66.249.72.241', '?board=8.0', '8: Undefined index: pretty_enable_filters', '84e8b202aed07c6aa4c2898b4797a879', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(350, 1330717316, 0, '180.76.5.188', '?topic=2.0', '8: Undefined index: pretty_enable_filters', 'ca6397bf63413d02330446907f58cbac', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(351, 1330719311, 0, '66.249.72.241', '?board=6.0;wap2', '8: Undefined index: pretty_enable_filters', '30f0316c41edf7f5f6451bbbfcf11c30', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(352, 1330720744, 0, '96.41.33.164', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'e7187dd96f7a4d4ac8788f8e09b1bc03', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(353, 1330724395, 0, '66.249.72.241', '?topic=7.0;wap2', '8: Undefined index: pretty_enable_filters', 'b5494ab7812e015d57fcd79c4339a846', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(354, 1330725845, 9, '188.163.65.167', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '62925f9abd1a63f83a2f26dc6761bda8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(355, 1330725848, 9, '188.163.65.167', '?board=1.0', '8: Undefined index: pretty_enable_filters', '62925f9abd1a63f83a2f26dc6761bda8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(356, 1330725858, 9, '188.163.65.167', '?topic=8.new', '8: Undefined index: pretty_enable_filters', '62925f9abd1a63f83a2f26dc6761bda8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(357, 1330726782, 0, '180.76.5.184', '?board=9.0', '8: Undefined index: pretty_enable_filters', '71bd09fcb0d84f9be6ca749f0d2758d3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(358, 1330731609, 0, '180.76.5.58', '?board=2.0', '8: Undefined index: pretty_enable_filters', '19de0cac28108ed032a6dfb640574ce2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(359, 1330734424, 0, '213.186.119.131', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '466ede9f56f578234d6c629275c2e936', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(360, 1330739630, 0, '66.249.72.241', '?board=6.0', '8: Undefined index: pretty_enable_filters', '69907ea26efa4b9037bdd5ef5dfa06df', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(361, 1330742189, 0, '180.76.5.177', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '03cf90fe927d63e29546f4a4663ef099', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(362, 1330744931, 0, '66.249.72.241', '?topic=8.msg10;topicseen', '8: Undefined index: pretty_enable_filters', 'cf375543cf1f3b09cf300d2166da7eed', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(363, 1330748519, 0, '66.249.72.241', '?board=2.0;wap2', '8: Undefined index: pretty_enable_filters', 'd6bd0ebf61a1f278a76a679826bc1632', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(364, 1330749485, 6, '67.63.97.113', '?board=8.0', '8: Undefined index: pretty_enable_filters', '3d5af3ee99d032aa85528be2d1c84f77', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(365, 1330750585, 0, '66.249.72.241', '?topic=8.0', '8: Undefined index: pretty_enable_filters', '7d77a62e943d2f74fae0933f9c5e6ee6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(366, 1330754028, 0, '66.249.72.241', '?topic=8.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'a2e0ef124cb7fc064df03d729a5207b0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(367, 1330754907, 0, '66.249.72.241', '?topic=8.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '17c4ba823f5ad50c98f6d6f49249b99c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(368, 1330756300, 0, '180.76.5.95', '?board=17.0', '8: Undefined index: pretty_enable_filters', 'c2d89dbb89278f0205284c43ae9b91c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(369, 1330765974, 0, '180.76.5.173', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'c910fb59e603a0adc63d5230c7322a70', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(370, 1330774923, 0, '213.186.119.131', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '730f6466f3bf97cab8078c679147edf9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(371, 1330775335, 0, '180.76.5.166', '?topic=5.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '01fd5033f71eb914885ed1d28eb2d8f9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(372, 1330775443, 10, '46.21.144.51', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'ec1405d85f9528c487aa3376ac8baf3e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(373, 1330775454, 10, '46.21.144.51', '?topic=9.new', '8: Undefined index: pretty_enable_filters', 'ec1405d85f9528c487aa3376ac8baf3e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(374, 1330782347, 0, '180.76.6.29', '?topic=5.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'dc7ff9f1437c1aec0f946d85cf5a81a0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(375, 1330789075, 0, '66.249.72.241', '?board=1.0', '8: Undefined index: pretty_enable_filters', '11701f374425f3540d8f5e797555015c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(376, 1330803937, 0, '180.76.5.91', '?board=8.0', '8: Undefined index: pretty_enable_filters', '43544d3f4cdc9cb76eb78fd254bfb8ef', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(377, 1330808100, 0, '66.249.72.241', '?topic=9.msg11;topicseen', '8: Undefined index: pretty_enable_filters', 'fb7c48aa11937e13170381e6683da63d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(378, 1330812582, 0, '109.230.216.60', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', 'b2b72f3a09418bc18535590e08d3f7df', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(379, 1330813520, 0, '64.207.158.76', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', 'd54497b414445f026d62b5eb22f5a43a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(380, 1330814404, 0, '66.249.72.241', '?topic=9.0', '8: Undefined index: pretty_enable_filters', 'b1942d89709bbe93eacb5c1f7e45be26', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(381, 1330816226, 0, '66.249.72.241', '?topic=9.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '1e8cb4583ec1879550c5395d5102db93', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(382, 1330816780, 0, '66.249.72.241', '?topic=9.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '4da0cae109fbbfe2bd0ed4ca67953724', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(383, 1330816942, 0, '180.76.5.156', '?board=3.0', '8: Undefined index: pretty_enable_filters', '349b0e13442fb1cf1863f4ba82aae759', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(384, 1330822001, 0, '199.21.99.89', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'eb46e305fb1ea67955e2be7a409c6f32', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(385, 1330822005, 0, '199.21.99.89', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'eb46e305fb1ea67955e2be7a409c6f32', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(386, 1330822013, 0, '199.21.99.89', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(387, 1330822015, 0, '199.21.99.89', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(388, 1330822020, 0, '199.21.99.89', '?topic=3.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(389, 1330822037, 0, '199.21.99.89', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'eb46e305fb1ea67955e2be7a409c6f32', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(390, 1330822041, 0, '199.21.99.89', '?topic=7.0', '8: Undefined index: pretty_enable_filters', 'eb46e305fb1ea67955e2be7a409c6f32', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(391, 1330822049, 0, '199.21.99.89', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(392, 1330822080, 0, '199.21.99.89', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'a194eb54eeb1feec33805bfcd676c578', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(393, 1330822082, 0, '199.21.99.89', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'a194eb54eeb1feec33805bfcd676c578', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(394, 1330826554, 0, '91.224.161.250', '?topic=7.0', '8: Undefined index: pretty_enable_filters', 'c052c9be4b82771add18fa61fd817991', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(395, 1330827039, 0, '109.230.216.225', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '68616159420516f1bc89f8ec6aa7c400', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(396, 1330828515, 0, '118.85.207.2', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'a21f72af5cde5792974fa0ad0cbd3c41', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(397, 1330831133, 0, '66.249.72.241', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'a5dcc4642af7cf09cb8474606680625e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(398, 1330831215, 0, '190.172.153.72', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(399, 1330835968, 0, '71.58.238.22', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'a1cf97e11c6acd8453cee3ba3f4769cb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(400, 1330835973, 0, '66.249.68.22', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'cfffb75fe4d1b821516af8735c719cac', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(401, 1330836775, 0, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(402, 1330836790, 0, '76.174.22.129', '?topic=8.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(403, 1330837352, 0, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(404, 1330837356, 0, '76.174.22.129', '?topic=9.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(405, 1330837373, 0, '76.174.22.129', '?action=login2', 'Password incorrect - &lt;span class=&quot;remove&quot;&gt;Sven&lt;/span&gt;', '5da549dfc721b0630f747446cc662ecf', 'user', '', 0),
(406, 1330837382, 1, '76.174.22.129', '?topic=9.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(407, 1330837388, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(408, 1330837391, 1, '76.174.22.129', '?topic=8.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(409, 1330837395, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(410, 1330837505, 0, '177.12.99.9', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(411, 1330837707, 1, '76.174.22.129', '?board=20.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(412, 1330837936, 1, '76.174.22.129', '?board=20.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(413, 1330837939, 1, '76.174.22.129', '?topic=10.0', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(414, 1330837987, 1, '76.174.22.129', '?topic=10.msg12', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(415, 1330838149, 1, '76.174.22.129', '?topic=10.msg12;topicseen', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(416, 1330838240, 1, '76.174.22.129', '?topic=10.msg12', '8: Undefined index: pretty_enable_filters', 'b2afcf9c94a88659d9af40492ab1a6a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(417, 1330839498, 0, '199.21.99.89', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(418, 1330839502, 0, '199.21.99.89', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(419, 1330840901, 0, '2.50.47.224', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(420, 1330841666, 0, '66.249.72.241', '?topic=10.msg12;topicseen', '8: Undefined index: pretty_enable_filters', '8ebde7b32c88cfe4ea71b142cbc4db31', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(421, 1330843120, 0, '180.76.5.110', '?topic=7.msg7', '8: Undefined index: pretty_enable_filters', '59adaeeb6935af76cdf0302f5405c813', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(422, 1330844862, 0, '38.111.147.84', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '49cd1424158582c5b33c3dd92dc16312', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(423, 1330844906, 0, '38.111.147.84', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '0f2e7dc4bbe1929c2f8ac4f2c36a5eaa', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(424, 1330844951, 0, '38.111.147.84', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', '56deea084a9f2d55f144a63ca76c2e0e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(425, 1330845031, 0, '38.111.147.84', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '6553d2840843b33110e7199a93550cab', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(426, 1330845067, 0, '38.111.147.84', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'd9dc1473c43b6fe877ad32f3c03c0be5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(427, 1330845103, 0, '38.111.147.84', '?board=8.0', '8: Undefined index: pretty_enable_filters', '28caf6422165384aa673f4cffb03306f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(428, 1330845160, 0, '38.111.147.84', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'e8d9ee8e5ed2903d77b4ccbe5898ea5b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(429, 1330845206, 0, '38.111.147.84', '?board=2.0', '8: Undefined index: pretty_enable_filters', '0991146c352b9f79e44f40ea81dd016f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(430, 1330845264, 0, '66.249.72.241', '?topic=10.0', '8: Undefined index: pretty_enable_filters', '6ce336a6071673bf601d00bf9f2ffdf9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(431, 1330845297, 0, '38.111.147.84', '?board=1.0', '8: Undefined index: pretty_enable_filters', '38eddb663cc9d701d3fef32a2ce6974c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(432, 1330845859, 0, '38.111.147.84', '?action=facebook', '8: Array to string conversion', '7ccee2827e4b74796465f6170b7fd024', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(433, 1330846794, 0, '80.191.228.8', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(434, 1330847186, 0, '66.249.72.241', '?board=20.0', '8: Undefined index: pretty_enable_filters', 'e20655a6020c609dc9f9c3bd3725bcb9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(435, 1330847218, 0, '196.203.197.124', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(436, 1330847415, 0, '180.76.5.190', '?topic=7.0', '8: Undefined index: pretty_enable_filters', '3c04e176345981459e391347eccf8251', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(437, 1330848725, 0, '91.224.161.250', '?topic=3.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '7dd37230c6bb244031b1d9b23ecda4b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(438, 1330849411, 0, '66.249.72.241', '?topic=10.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '6e7826ad153ebb478886d8dd9d4d5425', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(439, 1330850558, 0, '66.249.72.241', '?topic=10.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'c000d36c8f9b011827399c2444a2a86c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(440, 1330851022, 0, '189.112.189.28', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '557b959fa9168170783df695ae83b365', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(441, 1330852517, 0, '109.230.216.60', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '42f4dc2079d6b1c23faa05d4b6b3f61a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(442, 1330853428, 0, '109.230.216.60', '?topic=6.msg7', '8: Undefined index: pretty_enable_filters', '97f40597d77acc840c9265246f73b959', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(443, 1330859458, 0, '216.255.77.244', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'dc147d8037ff8a02a56e89c97fc3b2f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(444, 1330860403, 0, '87.249.114.162', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '0cc601c7a9620445d96e42b69aed8193', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(445, 1330860411, 0, '180.76.6.21', '?topic=7.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '9b1d680fc7340bac21e92e7b7b3b3042', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(446, 1330862331, 0, '199.21.99.89', '?action=facebook', '8: Array to string conversion', 'a6d1653a8d831d7d91835747a5822257', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(447, 1330865643, 0, '46.145.114.230', '?topic=7.msg8', '8: Undefined index: pretty_enable_filters', 'ac64943d3aaba9391462b3c2ab266bc1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(448, 1330866018, 0, '91.224.161.250', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '8be62ff5fb7d79d950343ee9089e7fee', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(449, 1330866445, 0, '66.249.72.241', '?board=18.0;wap2', '8: Undefined index: pretty_enable_filters', 'b23578278b03ef95d27e5fd7a4d1b95b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(450, 1330866749, 0, '66.249.72.241', '?board=18.0;wap2', '8: Undefined index: pretty_enable_filters', '6fe7d302924ae8a7c6e934c9a5e7d4b9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(451, 1330868906, 0, '199.21.99.89', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(452, 1330868999, 0, '180.76.5.155', '?topic=6.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '81595a0a1a36559c919e472405d3fb91', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(453, 1330873182, 0, '32.64.2.89', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '76874eadff2d405577d16581eb0b8be4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(454, 1330873484, 0, '72.52.134.49', '?topic=5.msg6', '8: Undefined index: pretty_enable_filters', 'f34aece1f66739018efa9de665a24894', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(455, 1330874825, 0, '109.230.216.225', '?topic=7.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'b1557b998695df67db087d2e52aa1d6d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(456, 1330876184, 0, '190.24.224.226', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'ec4ca372470fb478d2b4433cd15e5672', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(457, 1330877316, 0, '66.249.72.241', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '3fceb75451646103cdf59f0e490738e1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(458, 1330880460, 0, '66.249.72.241', '?board=8.0', '8: Undefined index: pretty_enable_filters', '552b186cd427369a645b1a6a2b366431', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(459, 1330882619, 0, '94.228.35.219', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '6b0c84c4e563f83f662463e3d36ea535', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(460, 1330884063, 0, '190.7.245.20', '?topic=3.msg3', '8: Undefined index: pretty_enable_filters', '2ae8d814d20f1e84b94c97c61d6e1ee5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(461, 1330884540, 0, '180.76.5.52', '?board=8.0;sort=views', '8: Undefined index: pretty_enable_filters', '4d8836ecfc9bb0729ed093a546f84074', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(462, 1330885319, 0, '199.21.99.89', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'ec21a528c2806ed9e8a584f1ce1dc783', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(463, 1330885322, 0, '199.21.99.89', '?topic=5.0', '8: Undefined index: pretty_enable_filters', 'ec21a528c2806ed9e8a584f1ce1dc783', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(464, 1330886297, 0, '213.186.119.131', '?action=facebook', '8: Array to string conversion', '037424fceda8c264aa99a7a21dbadb3c', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(465, 1330888780, 0, '199.21.99.89', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'f30c3b464f6ea2c85aa2281d55c7069b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(466, 1330888984, 0, '109.230.216.60', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '3de3a7e2fcd5aa24797f2581fe13b394', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(467, 1330888984, 0, '109.230.216.60', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '5c98eb4616e1445adfd114a7b5e450d6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(468, 1330889383, 0, '174.137.152.60', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'd0fb0b52a4f1897d1d2f87d840db4cd4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(469, 1330895364, 0, '107.22.98.154', '?wwwRedirect;action=facebook', '8: Array to string conversion', '13e887be1671411bea60a5cfd96e89bf', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(470, 1330895378, 0, '107.22.98.154', '?topic=10.msg12;topicseen', '8: Undefined index: pretty_enable_filters', '8697ee20d16eabccd042c36d34894233', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(471, 1330895379, 0, '107.22.98.154', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '1975651bd8ab34d2592a68792fab7e2d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(472, 1330895380, 0, '107.22.98.154', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '113a2d6a16a9e1252f0a8dd96eb567c8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(473, 1330895382, 0, '107.22.98.154', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'cfd4c99f5164ca7077993b2c5ba4fce4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(474, 1330895383, 0, '107.22.98.154', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'eee4ada89ef7604b5544445d2b3c475c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(475, 1330895385, 0, '107.22.98.154', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '72cdd84aa2399d7823cee252e855ecbf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(476, 1330895387, 0, '107.22.98.154', '?wwwRedirect;board=1', '8: Undefined index: pretty_enable_filters', '332f8ed1946f2b6213029b8181d5aa4b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(477, 1330895388, 0, '107.22.98.154', '?wwwRedirect;board=8', '8: Undefined index: pretty_enable_filters', '68edcf4589d6cf79972e6e83a4b3a886', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(478, 1330895390, 0, '107.22.98.154', '?wwwRedirect;board=20', '8: Undefined index: pretty_enable_filters', 'e5dfd6b0408bcb825d24d618894289a2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(479, 1330895392, 0, '107.22.98.154', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', '687a395b488aa9545a364a448494ef1c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(480, 1330895398, 0, '107.22.98.154', '?topic=6.msg7', '8: Undefined index: pretty_enable_filters', 'b17abe90152faac207aee0296b7b544b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(481, 1330895400, 0, '107.22.98.154', '?wwwRedirect;board=7', '8: Undefined index: pretty_enable_filters', 'f50ab023abcb0b04a703e663802e29ed', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(482, 1330896143, 0, '180.76.5.56', '?board=8.0;sort=starter', '8: Undefined index: pretty_enable_filters', 'a193f56584d40f2c9105b6591417c451', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(483, 1330903649, 0, '199.87.253.134', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5dfd62b805772c2f7f76151bac5988d9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(484, 1330903768, 0, '199.87.253.134', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '7004fe4287d468e48e453b5b129644fb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(485, 1330903873, 0, '199.87.253.134', '?board=8.0', '8: Undefined index: pretty_enable_filters', '916fbb2da979bfd3ce5fbdbac7474d6a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(486, 1330903999, 0, '199.87.253.134', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '7dbe9a293f8e399526c4bd2313641262', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(487, 1330904042, 0, '180.76.5.170', '?board=8.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '8d48be418c659fd988882aab6231143c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(488, 1330910324, 0, '66.249.72.241', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'a679e737055222f0a4c7fdb60b0ba55e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(489, 1330911841, 0, '180.76.5.155', '?board=8.0;sort=subject', '8: Undefined index: pretty_enable_filters', '79a409db7345e7dabc6b897ed3e428d4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(490, 1330917287, 0, '74.119.208.219', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '455bc4b35401c37ed26c7588a2fd1b4c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(491, 1330923025, 1, '76.174.22.129', '?topic=10.msg12;topicseen', '8: Undefined index: pretty_enable_filters', 'f12a7f723c86fc729a84db9973aade9d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(492, 1330923031, 1, '76.174.22.129', '?board=20.0', '8: Undefined index: pretty_enable_filters', 'f12a7f723c86fc729a84db9973aade9d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(493, 1330939679, 0, '173.160.124.117', '?action=facebook', '8: Array to string conversion', 'a139f9f30a7e9160294db71134af3d94', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(494, 1330942569, 0, '180.76.5.168', '?board=8.0;sort=replies', '8: Undefined index: pretty_enable_filters', 'a208b2a287050f53ef12f8beaae1c2fc', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(495, 1330947050, 0, '213.186.119.131', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'ce9a774dbea9d8408985f28848efa876', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(496, 1330950699, 0, '66.249.72.241', '?board=8.0', '8: Undefined index: pretty_enable_filters', '69dab7b0cf1730568180c24324bde752', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(497, 1330963571, 0, '66.249.72.241', '?board=20.0;wap2', '8: Undefined index: pretty_enable_filters', '818f5338250e644fb8384fc3fb79f56c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(498, 1330967549, 11, '159.224.130.46', '?board=1.0', '8: Undefined index: pretty_enable_filters', '9300400c4fc5912891a08141252da1ab', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(499, 1330967553, 11, '159.224.130.46', '?topic=11.new', '8: Undefined index: pretty_enable_filters', '9300400c4fc5912891a08141252da1ab', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(500, 1330973354, 0, '66.249.72.241', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '607b4f3c99a7b082ad96417cc7d9f66d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(501, 1330976178, 0, '202.94.76.110', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(502, 1330976207, 0, '103.246.38.196', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(503, 1330981791, 0, '66.226.77.39', '?amp;board=1.0', '8: Undefined index: pretty_enable_filters', '1b0237ac55994bc1951b24e77b44df28', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(504, 1330981791, 0, '66.226.77.39', '?amp;topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '1b0237ac55994bc1951b24e77b44df28', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(505, 1330983994, 0, '80.191.68.155', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(506, 1330984025, 0, '195.138.65.238', '?action=facebook', '8: Array to string conversion', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(507, 1330984028, 0, '195.138.65.238', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(508, 1330984032, 0, '195.138.65.238', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(509, 1330984036, 0, '195.138.65.238', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(510, 1330984042, 0, '195.138.65.238', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(511, 1330984046, 0, '195.138.65.238', '?topic=11.msg13;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(512, 1330984046, 0, '80.191.68.155', '?action=facebook', '8: Array to string conversion', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(513, 1330984050, 0, '195.138.65.238', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(514, 1330984053, 0, '195.138.65.238', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(515, 1330984056, 0, '195.138.65.238', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(516, 1330984114, 0, '190.66.17.53', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(517, 1330990729, 0, '180.76.5.101', '?board=18.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', '83abc71e5d600274c986497504c75819', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(518, 1330996765, 0, '66.249.72.241', '?topic=11.msg13;topicseen', '8: Undefined index: pretty_enable_filters', '37595920ee03b3d1cc868a192688e1e5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(519, 1330997027, 0, '66.249.72.241', '?board=8.0;wap2', '8: Undefined index: pretty_enable_filters', '5b4556a4e2c965a0169b7af49a6a4cab', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(520, 1331000511, 0, '180.76.5.189', '?board=6.0;sort=views', '8: Undefined index: pretty_enable_filters', 'f4c8524315f897a52a8d27249f3a1272', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(521, 1331003057, 0, '66.249.72.241', '?topic=11.0', '8: Undefined index: pretty_enable_filters', 'd96618d7a60984e68534a3cce2045947', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(522, 1331006281, 0, '66.249.72.241', '?topic=11.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'ecc481b27f2d168b1a5e83d97f0bc027', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(523, 1331008779, 0, '187.103.44.24', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(524, 1331008781, 0, '187.103.44.24', '?action=facebook', '8: Array to string conversion', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(525, 1331008783, 0, '187.103.44.24', '?topic=5.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(526, 1331008785, 0, '187.103.44.24', '?topic=5.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(527, 1331008788, 0, '187.103.44.24', '?topic=5.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(528, 1331008791, 0, '187.103.44.24', '?topic=5.msg5', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(529, 1331008794, 0, '187.103.44.24', '?topic=5.msg6', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(530, 1331008797, 0, '187.103.44.24', '?topic=5.msg9', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(531, 1331008799, 0, '187.103.44.24', '?topic=11.msg13;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(532, 1331008801, 0, '187.103.44.24', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(533, 1331008803, 0, '187.103.44.24', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(534, 1331008806, 0, '187.103.44.24', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(535, 1331008823, 0, '187.103.44.24', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'f9f1f2d547fcf7ba5ca537e70f154fce', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(536, 1331014225, 0, '66.249.72.241', '?topic=11.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '28f7135121cbb84cb1962d58617de0be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(537, 1331015126, 0, '66.249.72.241', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'c29ef8d58da905483aaf98c52b341eb7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(538, 1331022189, 0, '180.76.6.29', '?board=6.0;sort=replies', '8: Undefined index: pretty_enable_filters', '1c7304723e95781c04086cb3e8a3f501', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(539, 1331036537, 0, '180.76.6.20', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', '453b521e38e5de814717dd3220f8f2a1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(540, 1331037335, 0, '66.249.72.241', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'd003822bc772661857aac75bdc6e05db', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(541, 1331047616, 0, '173.178.221.6', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '5aac15407d64c975c77e40a5f390836a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(542, 1331047617, 0, '173.178.221.6', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5aac15407d64c975c77e40a5f390836a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(543, 1331051663, 0, '180.76.5.63', '?wwwRedirect;board=18', '8: Undefined index: pretty_enable_filters', 'c09573ffe4f8e394ef7eb8bdf7e73b8b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(544, 1331055956, 0, '180.76.5.56', '?topic=2.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '5a8af72125caebf30e81de3b07866cfa', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(545, 1331060362, 0, '180.76.5.157', '?board=1.120;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '22c9afaf70064853e0d57f3b4ff95106', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(546, 1331063275, 0, '66.249.72.241', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8b9a3c50ed650e022792abda9b57d0bf', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(547, 1331065131, 0, '93.57.84.137', '?board=8.0;sort=views', '8: Undefined index: pretty_enable_filters', '3b298a8bd6a94c68ca21131f4ea8771e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(548, 1331068767, 0, '180.76.5.143', '?board=6.0;sort=starter', '8: Undefined index: pretty_enable_filters', '7bf57ae7f6a5f87e29f9e742f8da4912', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(549, 1331077420, 0, '180.76.6.29', '?board=2.0;sort=views', '8: Undefined index: pretty_enable_filters', 'f5f3ebda2fed0e83baeb758024a79a7b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(550, 1331088408, 0, '180.76.5.89', '?board=1.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '8734b0d0c83cb50c325ec8305b472b3b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(551, 1331091492, 1, '76.174.22.129', '?topic=11.msg13;topicseen', '8: Undefined index: pretty_enable_filters', '7fc8b5fdc3a7544beae094bbf6ae728e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(552, 1331091506, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '7fc8b5fdc3a7544beae094bbf6ae728e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(553, 1331095184, 0, '180.76.6.222', '?board=2.0;sort=subject', '8: Undefined index: pretty_enable_filters', '55985cb8038c58ec8dae08695d090c95', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(554, 1331109969, 0, '180.76.5.62', '?board=6.0;sort=last_post', '8: Undefined index: pretty_enable_filters', 'c906112bb955b59ebe8ea9bbfa40d796', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(555, 1331116896, 0, '180.76.5.62', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '5d035c20b87d626a19921510c93f6d65', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(556, 1331119840, 0, '66.249.72.241', '?board=1.0', '8: Undefined index: pretty_enable_filters', '006ee319a1dd13a26afd0bae9d336bf7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(557, 1331121852, 0, '66.249.72.241', '?board=6.0;wap2', '8: Undefined index: pretty_enable_filters', '6b130bb32f012fbec1b15c0865ca4aca', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(558, 1331128759, 0, '180.76.5.175', '?board=1.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '117390c607e12ed89e94ab91f97e62f8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(559, 1331147917, 0, '180.76.5.190', '?topic=7.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '1e01109ac38b4952d932d40b8944cb30', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(560, 1331154762, 0, '66.249.72.241', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'a37069d55a51a4b1113693be08378e49', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(561, 1331162127, 0, '180.76.5.107', '?board=1.0;sort=replies', '8: Undefined index: pretty_enable_filters', '9a148caf239916fbc86f001b3430c84b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(562, 1331175694, 0, '203.198.41.78', '?board=11.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(563, 1331175696, 0, '103.246.38.196', '?board=11.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(564, 1331178533, 0, '180.76.5.103', '?topic=2.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '61354793f3d504fcd0a27fb5af417cf8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(565, 1331192656, 0, '180.76.5.175', '?board=1.0;sort=views', '8: Undefined index: pretty_enable_filters', '619f65b7f853ca81ed5e2bd34e219fe1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(566, 1331197106, 0, '66.249.72.241', '?board=8.0', '8: Undefined index: pretty_enable_filters', '2ca0f3c36327a276a0fd5ee8e015938b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(567, 1331215399, 0, '180.76.5.180', '?topic=3.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '7abf1597a1c9336aa502def39372bbb0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(568, 1331224787, 0, '180.76.5.149', '?board=2.0;sort=replies', '8: Undefined index: pretty_enable_filters', '5fc8c4c72996f049ef493e0e2d561bbf', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(569, 1331234339, 0, '180.76.5.191', '?board=2.0;sort=starter', '8: Undefined index: pretty_enable_filters', '7c8bb0fd0d42341bf0286453119d0040', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(570, 1331243734, 0, '180.76.5.59', '?board=8.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '544b7a8ceb29401b64b7959eb479e461', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(571, 1331253424, 0, '180.76.5.51', '?topic=2.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'aa96545f2e401bb3bd8d7b7c2892b540', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(572, 1331259484, 0, '209.81.97.138', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(573, 1331259485, 0, '209.81.97.138', '?action=facebook', '8: Array to string conversion', '5ccfbd990379fdf8ace5ff377d5f1935', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(574, 1331259486, 0, '209.81.97.138', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(575, 1331259486, 0, '209.81.97.138', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(576, 1331259487, 0, '209.81.97.138', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(577, 1331259488, 0, '209.81.97.138', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(578, 1331259489, 0, '209.81.97.138', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(579, 1331259490, 0, '209.81.97.138', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(580, 1331259490, 0, '209.81.97.138', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(581, 1331259491, 0, '209.81.97.138', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(582, 1331259493, 0, '209.81.97.138', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(583, 1331259497, 0, '209.81.97.138', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(584, 1331261937, 0, '78.47.37.121', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(585, 1331261939, 0, '78.47.37.121', '?action=facebook', '8: Array to string conversion', '5ccfbd990379fdf8ace5ff377d5f1935', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(586, 1331261940, 0, '78.47.37.121', '?topic=6.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(587, 1331261941, 0, '78.47.37.121', '?topic=6.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(588, 1331261943, 0, '78.47.37.121', '?topic=6.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(589, 1331261945, 0, '78.47.37.121', '?topic=6.msg7', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(590, 1331261946, 0, '78.47.37.121', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(591, 1331261948, 0, '78.47.37.121', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(592, 1331261949, 0, '78.47.37.121', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(593, 1331261950, 0, '78.47.37.121', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(594, 1331261960, 0, '78.47.37.121', '?board=8.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(595, 1331269673, 0, '66.249.72.241', '?board=6.0', '8: Undefined index: pretty_enable_filters', '992d00d29a9bbe2eca610595cd827e30', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(596, 1331281842, 0, '66.249.72.241', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'd8ae6376c62fb05b65110ab9e5880fa4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(597, 1331284617, 0, '180.76.5.64', '?board=8.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '00df7adaeb6bfa37f926ac14b6a0f00e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(598, 1331287582, 0, '216.255.77.244', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(599, 1331287586, 0, '216.255.77.244', '?action=facebook', '8: Array to string conversion', '5ccfbd990379fdf8ace5ff377d5f1935', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(600, 1331287587, 0, '216.255.77.244', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(601, 1331287588, 0, '216.255.77.244', '?topic=3.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(602, 1331287589, 0, '216.255.77.244', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(603, 1331287590, 0, '216.255.77.244', '?topic=3.msg3', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(604, 1331287591, 0, '216.255.77.244', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(605, 1331287592, 0, '216.255.77.244', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(606, 1331287593, 0, '216.255.77.244', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(607, 1331287594, 0, '216.255.77.244', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(608, 1331287602, 0, '216.255.77.244', '?board=2.0', '8: Undefined index: pretty_enable_filters', '5ccfbd990379fdf8ace5ff377d5f1935', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(609, 1331291542, 0, '180.76.5.101', '?board=8.0;sort=views;desc', '8: Undefined index: pretty_enable_filters', 'fa33b962d308bf819ef76b61192c8cc7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(610, 1331304385, 0, '180.76.5.160', '?topic=7.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'bc9d4853f2798f9bd74eaf03e690081f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(611, 1331309752, 0, '66.249.72.241', '?board=2.0', '8: Undefined index: pretty_enable_filters', '46c4da7b8e60b73e7169e89cf8f627ff', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(612, 1331311898, 0, '213.186.119.131', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '0eb1598c9aee68860cb9034bc205653a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(613, 1331312265, 0, '180.76.5.168', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '90b0c71f315732e52c5b1f73f0bddc5d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(614, 1331319920, 0, '180.76.6.21', '?board=6.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', 'c5bcf1bb42b7e16adb91b1d878c46cd0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(615, 1331327808, 0, '66.249.72.247', '?action=facebook', '8: Array to string conversion', 'b44ffdd40cf08c50f71027299819ee15', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(616, 1331331389, 0, '66.249.72.247', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'aec334a729d734c9680127b955aa52cc', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(617, 1331331753, 0, '180.76.5.94', '?board=6.0;sort=views;desc', '8: Undefined index: pretty_enable_filters', '7bdfc984fea5a42c5876cec5bb66b82f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(618, 1331331806, 0, '66.249.72.247', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '0e5388f4fcebe7bdfa3b45a1200c3045', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(619, 1331334406, 0, '66.249.72.247', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'b35e2113743c0a12fb03348a82897165', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(620, 1331335885, 0, '66.249.72.247', '?board=6.0', '8: Undefined index: pretty_enable_filters', '69dac954ccd5410153730d0b09187d8f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(621, 1331337239, 0, '66.249.72.247', '?board=7.0', '8: Undefined index: pretty_enable_filters', '919d6fa581d743d2579ef473c038e3b9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(622, 1331338476, 0, '66.249.72.247', '?board=9.0', '8: Undefined index: pretty_enable_filters', 'adfcf0fdd73e05a221ba9c7c0abe7ee9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(623, 1331339514, 0, '180.76.5.87', '?board=6.0;sort=subject', '8: Undefined index: pretty_enable_filters', '742f41ad78d95b2bb2b67f29a0f145be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(624, 1331339801, 0, '66.249.72.247', '?board=3.0', '8: Undefined index: pretty_enable_filters', '45351ee3216e377f3c75c51563f88074', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(625, 1331342214, 0, '66.249.72.247', '?board=1.0', '8: Undefined index: pretty_enable_filters', '54bc6df558a358865ca7e3e1f1462edf', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(626, 1331343554, 0, '66.249.72.247', '?board=5.0', '8: Undefined index: pretty_enable_filters', '3764e18e94b3c9e0b5abacadc739d082', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(627, 1331344800, 0, '66.249.72.247', '?board=15.0', '8: Undefined index: pretty_enable_filters', '846f9e04aa03173927d3d054f98fac96', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(628, 1331345787, 0, '66.249.72.247', '?board=14.0', '8: Undefined index: pretty_enable_filters', '82380b27fa0ac401dcc5ce91f54bb9e0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(629, 1331345829, 0, '180.76.5.192', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '75fa02c567e483d3b6e350e570f895a1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(630, 1331346636, 0, '66.249.72.247', '?board=16.0', '8: Undefined index: pretty_enable_filters', '2ff9704c907450aebf3bed96be185cc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(631, 1331347542, 0, '66.249.72.247', '?board=18.0', '8: Undefined index: pretty_enable_filters', '11003681efe0c3acc1a49b9bf8c49281', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(632, 1331348461, 0, '66.249.72.247', '?board=11.0', '8: Undefined index: pretty_enable_filters', '98cfa34713f4869ff3e450b5e2662466', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(633, 1331349305, 14, '46.17.98.55', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5ec735b31ac64167a372216bd95f1587', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(634, 1331349309, 14, '46.17.98.55', '?topic=12.new', '8: Undefined index: pretty_enable_filters', '5ec735b31ac64167a372216bd95f1587', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(635, 1331349461, 0, '66.249.72.247', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'c46766493d6ec05f7fd20baf68b1e082', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(636, 1331350678, 0, '66.249.72.247', '?board=13.0', '8: Undefined index: pretty_enable_filters', '2d675653b509ae941bc44fd1bd328f6f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(637, 1331350869, 0, '180.76.6.213', '?board=18.0', '8: Undefined index: pretty_enable_filters', '9629523cbd132fe43708e4af3f45bc21', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(638, 1331351875, 0, '66.249.72.247', '?board=20.0', '8: Undefined index: pretty_enable_filters', '4fbd4079a9364c5b573993a76b6c3394', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(639, 1331352397, 0, '213.186.119.131', '?board=2.0', '8: Undefined index: pretty_enable_filters', '2e4c18a23fb84bb982a48ccbbda493d4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(640, 1331354283, 0, '66.249.72.247', '?board=19.0', '8: Undefined index: pretty_enable_filters', '5ab7b1b3df8c9d152ef37e02a50ee614', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(641, 1331355323, 0, '66.249.72.247', '?board=17.0', '8: Undefined index: pretty_enable_filters', '244f30aea3b199293e30716a234a2b1c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(642, 1331356435, 0, '66.249.72.247', '?board=12.0', '8: Undefined index: pretty_enable_filters', '6547b494d89703a56d075ce11d29bf0d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(643, 1331360836, 0, '66.249.72.247', '?board=7.0;wap2', '8: Undefined index: pretty_enable_filters', '7ac601ecd8df948d4e1d319be4622385', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(644, 1331361798, 0, '180.76.6.37', '?board=2.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '7a8d84491efea333dd56e48c777bc79d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(645, 1331362125, 0, '66.249.72.247', '?board=4.0;wap2', '8: Undefined index: pretty_enable_filters', 'f69a2b1d6bcae2cb0ef606a44f61416d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(646, 1331363300, 0, '66.249.72.247', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '5b79445d14f3c962af397c542c208f69', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(647, 1331364579, 0, '66.249.72.247', '?board=6.0;wap2', '8: Undefined index: pretty_enable_filters', 'df6b36b0a1a4a55b0c7811ae295238d3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(648, 1331366057, 0, '66.249.72.247', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '927d2c91277c3d5690c00b927738a917', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(649, 1331366214, 0, '66.249.72.247', '?board=3.0;wap2', '8: Undefined index: pretty_enable_filters', 'c89a2008cf6730b90a13bd8c487222fe', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(650, 1331367029, 0, '78.72.41.222', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(651, 1331367031, 0, '66.249.72.247', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(652, 1331367249, 0, '180.76.5.52', '?board=20.0', '8: Undefined index: pretty_enable_filters', '9559511c6a09fdabcdd70580cca50dee', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(653, 1331367305, 15, '78.72.41.222', '?PHPSESSID=12308abc1cbd3e5bb9e8cc420afd6621&amp;topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(654, 1331367494, 15, '78.72.41.222', '?board=6.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(655, 1331367495, 0, '66.249.72.247', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'c7d099d8abf1a3db131f61e559389bb4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(656, 1331367594, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(657, 1331367596, 0, '66.249.72.247', '?board=2.0', '8: Undefined index: pretty_enable_filters', '42059d51ae8db5dee7f202e84eb6cad8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(658, 1331367600, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(659, 1331367606, 15, '78.72.41.222', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(660, 1331367607, 0, '66.249.72.247', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '553c082bf55e56b8e375e51a6d3f67fc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(661, 1331367692, 0, '66.249.72.247', '?board=8.0;wap2', '8: Undefined index: pretty_enable_filters', 'eb3138d03a1fb50f63cc46f939213b98', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(662, 1331367769, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(663, 1331368056, 0, '66.249.72.247', '?topic=12.0', '8: Undefined index: pretty_enable_filters', '5273384641d3f93909e013b36e663fcf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(664, 1331369170, 0, '46.17.98.55', '?topic=12.new', '8: Undefined index: pretty_enable_filters', 'f32e47be229b7721ab7f9514e897ab36', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(665, 1331369205, 0, '66.249.72.247', '?board=5.0;wap2', '8: Undefined index: pretty_enable_filters', '663a3693438c0680400a27573a5c51e3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(666, 1331369412, 15, '78.72.41.222', '?board=8.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(667, 1331369414, 0, '66.249.72.247', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'dd1cb530143bd5aa4ced677aafa794b3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(668, 1331369425, 15, '78.72.41.222', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '8d42b41b11e5f9993bfdb9710704b493', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(669, 1331369427, 0, '66.249.72.247', '?topic=2.0', '8: Undefined index: pretty_enable_filters', 'dad2bdc7c66c64819cdba60acabf05a2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(670, 1331370639, 0, '66.249.72.247', '?topic=12.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '62a788bac2d41d2c4c16e41fe84b491a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(671, 1331370684, 0, '66.249.72.247', '?board=2.0;wap2', '8: Undefined index: pretty_enable_filters', 'b58245ed6298afc8c15559ec20602194', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(672, 1331372039, 0, '66.249.72.247', '?board=9.0;wap2', '8: Undefined index: pretty_enable_filters', '23f4d3cd6dfa7527502a8c48fa898e06', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(673, 1331373583, 0, '66.249.72.247', '?board=19.0;wap2', '8: Undefined index: pretty_enable_filters', '127958d5818652612d86c1311cdae745', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(674, 1331376476, 0, '66.249.72.247', '?board=18.0;wap2', '8: Undefined index: pretty_enable_filters', '0c01727af02063a419c410ac9d2664e9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(675, 1331377054, 0, '66.249.72.247', '?topic=12.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '9cc0ddf78d5ef4022ccae2af9fea044b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(676, 1331377839, 0, '66.249.72.247', '?board=12.0;wap2', '8: Undefined index: pretty_enable_filters', '464ef8b4293c34e1ae33ec82b5c782d0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(677, 1331379213, 0, '66.249.72.247', '?board=11.0;wap2', '8: Undefined index: pretty_enable_filters', '35d6d5ecbf20fc37ff5df12ce7f83b80', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(678, 1331380593, 0, '66.249.72.247', '?board=20.0;wap2', '8: Undefined index: pretty_enable_filters', '622dbd1010a9f7414094b12810a95395', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(679, 1331381669, 0, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(680, 1331381714, 15, '78.72.41.222', '?board=8.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(681, 1331381736, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(682, 1331381794, 0, '66.249.72.247', '?topic=4.0;wap2', '8: Undefined index: pretty_enable_filters', '419a4463a22d0a9a183284210fcc4d4b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(683, 1331383116, 0, '66.249.72.247', '?board=15.0;wap2', '8: Undefined index: pretty_enable_filters', '07a1a014300684654f0d244ac8e481bd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(684, 1331384440, 0, '66.249.72.247', '?board=17.0;wap2', '8: Undefined index: pretty_enable_filters', 'e1d057f07b72b285425f708887220118', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(685, 1331385909, 0, '66.249.72.247', '?board=13.0;wap2', '8: Undefined index: pretty_enable_filters', 'd10d27c16b56c4aaa74c32638e5c444c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(686, 1331388676, 0, '66.249.72.247', '?board=16.0;wap2', '8: Undefined index: pretty_enable_filters', 'e419f866cf7b8fc209dc4dea93e11998', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(687, 1331389891, 0, '66.249.72.247', '?board=14.0;wap2', '8: Undefined index: pretty_enable_filters', 'f28046caf5cbb41bdde44abc8ed8dd80', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(688, 1331395836, 0, '66.249.72.247', '?topic=13.msg15;topicseen', '8: Undefined index: pretty_enable_filters', '79fc7921805da55c80a2784d3b12836b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(689, 1331398911, 15, '78.72.41.222', '?board=4.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(690, 1331398913, 0, '66.249.72.247', '?board=4.0', '8: Undefined index: pretty_enable_filters', '1591e8a18c0ce7a1bc02e2f0b29ae5d3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(691, 1331398914, 0, '66.249.72.247', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'd6e1ce5479707c44db668cbaba094297', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(692, 1331399200, 15, '78.72.41.222', '?board=4.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(693, 1331399214, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(694, 1331399218, 15, '78.72.41.222', '?topic=13.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(695, 1331399220, 0, '66.249.72.247', '?topic=13.0', '8: Undefined index: pretty_enable_filters', '2288b2da5efcbd122fb9550c475ab347', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(696, 1331399236, 15, '78.72.41.222', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(697, 1331399237, 0, '66.249.72.247', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '33793acb8dfa6e74a2f21c3919c21599', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(698, 1331399238, 0, '66.249.72.247', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', 'f21b4f7012a24f72739e425fc067da72', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(699, 1331399273, 15, '78.72.41.222', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(700, 1331399275, 0, '66.249.72.247', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', 'b97e2bab7eff04d005eb8b1d9cf3ce51', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(701, 1331399397, 15, '78.72.41.222', '?board=4.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(702, 1331399420, 0, '66.249.72.247', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '440b84ae3a72c7225179b67cb6fa247d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(703, 1331400464, 15, '78.72.41.222', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(704, 1331400480, 0, '66.249.72.247', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '6c512dd7c7df701972005963bdd36ea4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(705, 1331401520, 0, '66.249.72.247', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '71e50cd8be5ba22d766ce4210ba508ea', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(706, 1331402614, 0, '66.249.72.247', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'b3703adb8760e69dc662635fcdc6f2d8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(707, 1331403017, 1, '76.174.22.129', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(708, 1331403036, 1, '76.174.22.129', '?topic=13.msg15;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(709, 1331403047, 1, '76.174.22.129', '?topic=14.msg16;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(710, 1331403080, 1, '76.174.22.129', '?topic=14.msg16;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(711, 1331403680, 0, '66.249.72.247', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', 'e833d2e6056ddcbfee727d0415dbaeed', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(712, 1331403731, 0, '66.249.72.247', '?topic=14.msg16;topicseen', '8: Undefined index: pretty_enable_filters', '4ad1e5152fbcfc2a30efaeafbf276a18', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(713, 1331403740, 1, '76.174.22.129', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(714, 1331403815, 1, '76.174.22.129', '?topic=14.msg16;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(715, 1331403825, 1, '76.174.22.129', '?board=4.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(716, 1331403829, 1, '76.174.22.129', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(717, 1331403891, 1, '76.174.22.129', '?board=4.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(718, 1331403893, 1, '76.174.22.129', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(719, 1331403898, 1, '76.174.22.129', '?topic=13.msg15;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(720, 1331403902, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(721, 1331403913, 1, '76.174.22.129', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(722, 1331403954, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '8dbf07bf69bf8c63e0a99705344d6d5e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(723, 1331405307, 0, '180.76.5.61', '?wwwRedirect;board=18', '8: Undefined index: pretty_enable_filters', '313996317f5a9b41196151310c8b059a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(724, 1331407344, 0, '66.249.72.247', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '5188ced749647051dcaccbf3b7bde33e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(725, 1331408702, 0, '66.249.72.247', '?topic=14.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'b31c6a2b2ea80b0764889f33158dce41', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(726, 1331410357, 0, '66.249.72.247', '?action=facebook', '8: Array to string conversion', '816242ed47daca1725711c37c4dfc102', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(727, 1331412095, 0, '66.249.72.247', '?topic=14.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '58d04769f39a95a140699ee5538634bf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(728, 1331414465, 0, '66.249.72.247', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '1b62df3cd4b7349a34c0def63829fc03', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(729, 1331415310, 0, '216.255.77.244', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(730, 1331415313, 0, '216.255.77.244', '?action=facebook', '8: Array to string conversion', '6ca1316eb8e5dd1675e553827469131d', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(731, 1331415314, 0, '216.255.77.244', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(732, 1331415315, 0, '216.255.77.244', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(733, 1331415316, 0, '216.255.77.244', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(734, 1331415317, 0, '216.255.77.244', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(735, 1331415321, 0, '216.255.77.244', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(736, 1331415326, 0, '216.255.77.244', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(737, 1331415327, 0, '216.255.77.244', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(738, 1331415328, 0, '216.255.77.244', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(739, 1331415338, 0, '216.255.77.244', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(740, 1331415404, 0, '216.255.77.244', '?board=1.0', '8: Undefined index: pretty_enable_filters', '6ca1316eb8e5dd1675e553827469131d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(741, 1331416445, 0, '66.249.72.247', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '95ea331d07317576e0de3310f20bc99b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(742, 1331416478, 0, '66.249.72.247', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', 'f92a38137e17c739c958ab8780ea8134', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(743, 1331416748, 15, '78.72.41.222', '?board=4.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(744, 1331416753, 15, '78.72.41.222', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(745, 1331416755, 0, '66.249.72.247', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '813312743283366f153a4ab8407da777', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(746, 1331416756, 0, '66.249.72.247', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '8b4abcf175f6939abcdeb0838e01039a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(747, 1331416831, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(748, 1331417050, 15, '78.72.41.222', '?topic=12.msg17;boardseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(749, 1331417052, 0, '66.249.72.247', '?topic=12.msg17;boardseen', '8: Undefined index: pretty_enable_filters', '42d5e4fe036f80cbb8ac86f2d0b1acc4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(750, 1331417086, 15, '78.72.41.222', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(751, 1331417087, 0, '66.249.72.247', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'a0053cb42a6b1a08aa2ec0736e779d9c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(752, 1331417103, 15, '78.72.41.222', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(753, 1331417105, 0, '66.249.72.247', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '6bbcee397d01ec2927e970134a45590f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(754, 1331417106, 0, '66.249.72.247', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '459d149d76ca3b2879d1cb69cbb38041', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(755, 1331417112, 15, '78.72.41.222', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '07b901acd2699ab182d021af71db30c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(756, 1331417113, 0, '66.249.72.247', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '2629719acf887fa0d5138d82afa6703d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(757, 1331417114, 0, '66.249.72.247', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '2319f0390acba367329c4dea15162b5a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(758, 1331420569, 0, '66.249.72.247', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '816242ed47daca1725711c37c4dfc102', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(759, 1331421514, 0, '66.249.72.247', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '816242ed47daca1725711c37c4dfc102', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(760, 1331422502, 0, '66.249.72.247', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '816242ed47daca1725711c37c4dfc102', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(761, 1331423444, 0, '66.249.72.247', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '816242ed47daca1725711c37c4dfc102', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(762, 1331423926, 0, '180.76.5.99', '?board=2.0;sort=views;desc', '8: Undefined index: pretty_enable_filters', 'a3aee7273012a86ddfe4ba4bb44bda15', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(763, 1331424382, 0, '66.249.72.247', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '816242ed47daca1725711c37c4dfc102', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(764, 1331425454, 16, '46.21.144.51', '?board=1.0', '8: Undefined index: pretty_enable_filters', '0d7866e4e357eb374f6feee94227680d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(765, 1331425460, 16, '46.21.144.51', '?topic=15.new', '8: Undefined index: pretty_enable_filters', '0d7866e4e357eb374f6feee94227680d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(766, 1331425925, 0, '66.249.72.247', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '6bf95f984497fcd3128eaee5f74a890a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(767, 1331426792, 0, '66.249.72.247', '?topic=6.0', '8: Undefined index: pretty_enable_filters', '1d2ee4338cc7dc6bde98ca72797557e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(768, 1331427805, 0, '66.249.72.247', '?topic=7.0', '8: Undefined index: pretty_enable_filters', '88e90218ded96a044e928b30d995d89b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(769, 1331429049, 0, '66.249.72.247', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '83d8c0d3e84c36ccddedf8e0f8b49efd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(770, 1331430099, 0, '66.249.72.247', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '75950fbc0b41990a7e5bdf8bd8f4bc66', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(771, 1331431145, 0, '66.249.72.247', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '592c4e7403d20989fea4a1d027ce8f1c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(772, 1331432069, 0, '66.249.72.247', '?topic=12.0', '8: Undefined index: pretty_enable_filters', '35430922aa85f3bb4e3b267dfd6aa817', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(773, 1331432338, 0, '180.76.5.145', '?board=1.120;sort=views;desc', '8: Undefined index: pretty_enable_filters', '28fc1d4ae3edcb2319e9834fb16fc0cd', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(774, 1331432360, 0, '180.76.5.169', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '7499968882d7295bc4fdd6cd37b9f1bb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(775, 1331432527, 1, '76.174.22.129', '?topic=15.msg19;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(776, 1331432580, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(777, 1331432594, 1, '76.174.22.129', '?action=admin', 'Administration login attempt!<br />Referer: http://www.weareminecraft.net/index.php?action=admin<br />User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11<br />IP: 76.174.22.129', '6b991f91c7bb46834f51d4bfd97bcdc8', 'critical', '', 0),
(778, 1331433158, 0, '66.249.72.247', '?topic=2.0;wap2', '8: Undefined index: pretty_enable_filters', '7b5d5d3ae23f7fce5d3996f528abc5ea', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(779, 1331433809, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(780, 1331433813, 17, '24.254.171.83', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(781, 1331433868, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(782, 1331433906, 17, '24.254.171.83', '?board=8.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(783, 1331433910, 17, '24.254.171.83', '?topic=6.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(784, 1331433911, 0, '66.249.72.247', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'd13537866a31c9a1656032225a999923', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(785, 1331433927, 17, '24.254.171.83', '?board=4.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(786, 1331433929, 17, '24.254.171.83', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(787, 1331433967, 17, '24.254.171.83', '?board=20.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(788, 1331433968, 0, '66.249.72.247', '?board=20.0', '8: Undefined index: pretty_enable_filters', '85359a5ada729a1509a467638158d5c4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(789, 1331433969, 0, '66.249.72.247', '?board=20.0', '8: Undefined index: pretty_enable_filters', '81c0198a61207a29f0dc31ca2df25235', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(790, 1331434018, 17, '24.254.171.83', '?board=20.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(791, 1331434024, 17, '24.254.171.83', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(792, 1331434073, 18, '98.185.57.211', '?board=20.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(793, 1331434077, 18, '98.185.57.211', '?topic=16.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(794, 1331434080, 0, '66.249.72.247', '?topic=16.0', '8: Undefined index: pretty_enable_filters', '4a84aa47caa54480f6df13e4d7808331', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(795, 1331434104, 18, '98.185.57.211', '?board=20.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(796, 1331434174, 0, '66.249.72.247', '?topic=3.0;wap2', '8: Undefined index: pretty_enable_filters', '04f142f4d187a164e6412555b8f791ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(797, 1331434184, 18, '98.185.57.211', '?board=20.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(798, 1331434195, 18, '98.185.57.211', '?board=2.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(799, 1331434198, 18, '98.185.57.211', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(800, 1331434235, 18, '98.185.57.211', '?board=4.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(801, 1331434238, 18, '98.185.57.211', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '9c83d25d049151453135aeae109ba9c2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(802, 1331435080, 0, '66.249.72.247', '?topic=7.0;wap2', '8: Undefined index: pretty_enable_filters', '537d5556051a3701a461c148851f72c9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(803, 1331435211, 17, '24.254.171.83', '?board=20.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(804, 1331435213, 17, '24.254.171.83', '?topic=17.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(805, 1331435215, 0, '66.249.72.247', '?topic=17.0', '8: Undefined index: pretty_enable_filters', '898fab9cb29a7eb9e89cd91b5033b3a1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(806, 1331435231, 17, '24.254.171.83', '?board=6.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(807, 1331435234, 17, '24.254.171.83', '?topic=7.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(808, 1331435235, 0, '66.249.72.247', '?topic=7.0', '8: Undefined index: pretty_enable_filters', '525549d474a826ebe589007e0af10cec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(809, 1331435294, 17, '24.254.171.83', '?board=14.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(810, 1331435296, 0, '66.249.72.247', '?board=14.0', '8: Undefined index: pretty_enable_filters', '04925800d47904ab1cec80d4738decb8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(811, 1331435366, 17, '24.254.171.83', '?board=14.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(812, 1331435381, 17, '24.254.171.83', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(813, 1331435382, 0, '66.249.72.247', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '84f7f5657266bc7d3688c9a219a2ce26', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(814, 1331435448, 17, '24.254.171.83', '?board=16.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(815, 1331435449, 0, '66.249.72.247', '?board=16.0', '8: Undefined index: pretty_enable_filters', '71aa5ab36f81bdf2ee2657d2b01298c4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(816, 1331435450, 0, '66.249.72.247', '?board=16.0', '8: Undefined index: pretty_enable_filters', '457974b128602f1a1436845f97744cb2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(817, 1331435548, 17, '24.254.171.83', '?board=16.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(818, 1331435551, 17, '24.254.171.83', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(819, 1331435553, 0, '66.249.72.247', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '04dcbccaf01aaabbaee087e1dcaf504e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(820, 1331435554, 0, '66.249.72.247', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '20daba6a1acbc50a04a5aabcfbf450bb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(821, 1331435612, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(822, 1331435613, 0, '66.249.72.247', '?board=11.0', '8: Undefined index: pretty_enable_filters', '2ade0a9f1839380e3a34a98cda32ecb6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(823, 1331435614, 0, '66.249.72.247', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'b340be1e76e8ea171a62b4d75d12f501', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(824, 1331435687, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(825, 1331435690, 17, '24.254.171.83', '?topic=20.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(826, 1331435691, 0, '66.249.72.247', '?topic=20.0', '8: Undefined index: pretty_enable_filters', 'fab80a81a80249113f6e66e4fa49f221', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(827, 1331435692, 0, '66.249.72.247', '?topic=20.0', '8: Undefined index: pretty_enable_filters', '1b1b4476d63317f7d5014d5d19c0cd6a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(828, 1331435719, 17, '24.254.171.83', '?board=16.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(829, 1331435721, 17, '24.254.171.83', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(830, 1331435768, 17, '24.254.171.83', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(831, 1331435769, 0, '66.249.72.247', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '937c72a0e85dc1a66680dc484e41e886', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(832, 1331435770, 0, '66.249.72.247', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '79ad6acc8c37572a7fd2f14812d9d894', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(833, 1331435792, 17, '24.254.171.83', '?board=16.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(834, 1331435794, 17, '24.254.171.83', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(835, 1331435804, 0, '180.76.5.146', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '8c7e48341f1c452c1dd1ffb0a199dfca', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(836, 1331435838, 17, '24.254.171.83', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(837, 1331435843, 17, '24.254.171.83', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(838, 1331435884, 17, '24.254.171.83', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(839, 1331435930, 17, '24.254.171.83', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(840, 1331435959, 17, '24.254.171.83', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(841, 1331435997, 17, '24.254.171.83', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '27655ccc3b0cb4e86fd96ea747ac9220', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(842, 1331436088, 0, '66.249.72.247', '?topic=6.0;wap2', '8: Undefined index: pretty_enable_filters', '7415326a9cbbf430b3275f157a025be3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(843, 1331437147, 0, '66.249.72.247', '?topic=5.0;wap2', '8: Undefined index: pretty_enable_filters', 'f1d383fdb5001cee3a870565e941b8f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(844, 1331437659, 1, '76.174.22.129', '?topic=20.msg25;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(845, 1331437673, 1, '76.174.22.129', '?topic=20.msg25;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(846, 1331437682, 1, '76.174.22.129', '?board=11.0', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(847, 1331437685, 1, '76.174.22.129', '?topic=16.msg21;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(848, 1331437729, 1, '76.174.22.129', '?board=20.0', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(849, 1331437737, 1, '76.174.22.129', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(850, 1331437767, 1, '76.174.22.129', '?topic=18.msg23;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(851, 1331437805, 1, '76.174.22.129', '?board=14.0', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(852, 1331437834, 1, '76.174.22.129', '?board=20', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(853, 1331437896, 0, '66.249.72.247', '?topic=4.0;wap2', '8: Undefined index: pretty_enable_filters', '3572a2d09200b636f6d7a091030bc19a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(854, 1331440892, 0, '66.249.72.247', '?topic=12.0;wap2', '8: Undefined index: pretty_enable_filters', 'a45dc67ac0d26c5bdf476ad41a3e95f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(855, 1331441876, 1, '76.174.22.129', '?topic=3.msg20;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(856, 1331441915, 1, '76.174.22.129', '?topic=3.msg3', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(857, 1331441980, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(858, 1331441983, 1, '76.174.22.129', '?topic=20.msg26;topicseen', '8: Undefined index: pretty_enable_filters', '6b991f91c7bb46834f51d4bfd97bcdc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(859, 1331442878, 0, '66.249.72.247', '?topic=3.msg20;topicseen', '8: Undefined index: pretty_enable_filters', '09651f58bf1c09de1dcbe4d4f76c6a65', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(860, 1331446505, 0, '180.76.5.96', '?board=8.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', 'ef4632aaf29ecbcbe62e0230348fc3e5', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(861, 1331447228, 0, '66.249.72.247', '?topic=18.msg28;topicseen', '8: Undefined index: pretty_enable_filters', '3f14b6a0a476c207ef0f1cd00b754a0a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(862, 1331449836, 0, '66.249.72.247', '?topic=5.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '77d058b8cfe1f39705fd30c9f684093f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(863, 1331451189, 0, '66.249.72.247', '?topic=7.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '47e7a34442be2a14a6dc0763f28c8c49', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(864, 1331452188, 0, '66.249.72.247', '?topic=14.msg16;topicseen', '8: Undefined index: pretty_enable_filters', '2a5a631c4f8f8b5612a3833ce8331f80', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(865, 1331452923, 0, '66.249.72.247', '?topic=18.0', '8: Undefined index: pretty_enable_filters', 'adc739f85c08a97388039ae026bc647e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(866, 1331453891, 0, '66.249.72.247', '?topic=3.msg29;topicseen', '8: Undefined index: pretty_enable_filters', '64da2beb1e0be13df10a27341b032b55', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(867, 1331454377, 0, '66.249.72.247', '?topic=6.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '944c0c7b402b4b11918906d04666c649', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(868, 1331455519, 0, '66.249.72.247', '?topic=3.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '553f11d4a3baa70938e329cd947e308f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(869, 1331456639, 0, '66.249.72.247', '?topic=5.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '8685ac4fcd7c7bb184d41146d6f9ca41', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(870, 1331457217, 0, '66.249.72.247', '?topic=18.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '83249c7a54902742a29d111b7566adfd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(871, 1331457358, 0, '180.76.6.232', '?board=8.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', '73319452b44a338dcb037179207882d4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(872, 1331457740, 0, '66.249.72.247', '?topic=3.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '4aa4c2fab39d326e692b45d037b7d06b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(873, 1331458328, 0, '66.249.72.247', '?topic=18.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '783126845f878b12e98297c8ffca71b1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(874, 1331458706, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '5f7b4893b06f2b1359e01da3c63ae49f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(875, 1331458718, 15, '78.72.41.222', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '5f7b4893b06f2b1359e01da3c63ae49f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(876, 1331459026, 0, '66.249.72.247', '?topic=7.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '6c70302c982ca15a1d136c024bd8571c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(877, 1331460189, 0, '66.249.72.247', '?topic=6.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '4bf447b5ebdd7cc52be1da42a149bade', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(878, 1331463614, 0, '66.249.72.247', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '9956a2de96cbe7c5a7dd7ed6eadf2d70', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(879, 1331464666, 0, '180.76.5.153', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '50e68cde51d3a0acb537cc01f7cc1c0e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(880, 1331464848, 0, '66.249.72.247', '?topic=12.msg14;topicseen', '8: Undefined index: pretty_enable_filters', 'b9dde5b9bb4f4f6adfa77435430c6d68', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(881, 1331467192, 0, '66.249.72.247', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'a9bc0a01a64290c8ca42c10ba4a9e323', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(882, 1331468140, 0, '180.76.5.197', '?board=1.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '09ef9a109ddcd4c15d7bd6f3675b2b6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(883, 1331471058, 0, '66.249.72.247', '?board=8.0;wap2', '8: Undefined index: pretty_enable_filters', '6d3b94b12bebe8866da2fa8c1e5e0954', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(884, 1331474594, 0, '50.112.18.12', '?board=8.0', '8: Undefined index: pretty_enable_filters', '177089fa0f5b470384a4550a9f5218cc', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(885, 1331475073, 0, '66.249.72.247', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', 'f5e5cc3d125417dc39cd210d0a6f9f45', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(886, 1331475582, 0, '50.112.18.12', '?topic=20.msg26;topicseen', '8: Undefined index: pretty_enable_filters', '177089fa0f5b470384a4550a9f5218cc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(887, 1331475716, 0, '50.112.18.12', '?topic=20.msg26', '8: Undefined index: pretty_enable_filters', '177089fa0f5b470384a4550a9f5218cc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(888, 1331478133, 0, '24.254.171.83', '?board=19.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(889, 1331478135, 0, '66.249.72.247', '?board=19.0', '8: Undefined index: pretty_enable_filters', '3d7c89d38743488fa3ae255e82a89c57', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(890, 1331478135, 0, '66.249.72.247', '?board=19.0', '8: Undefined index: pretty_enable_filters', '2a9d170555897004c947124785c47fe0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(891, 1331478141, 0, '50.112.18.12', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', '177089fa0f5b470384a4550a9f5218cc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(892, 1331478150, 0, '24.254.171.83', '?action=login2', 'Password incorrect - &lt;span class=&quot;remove&quot;&gt;lier52&lt;/span&gt;', '88b31412f91a3d6cc9bf0eb4a26e0009', 'user', '', 0),
(893, 1331478162, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(894, 1331478164, 17, '24.254.171.83', '?topic=20.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(895, 1331478183, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(896, 1331478190, 17, '24.254.171.83', '?board=14.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(897, 1331478192, 17, '24.254.171.83', '?topic=18.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(898, 1331478193, 0, '66.249.72.247', '?topic=18.0', '8: Undefined index: pretty_enable_filters', '6d3f2b225a309757502494335c727c9f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(899, 1331478194, 0, '66.249.72.247', '?topic=18.0', '8: Undefined index: pretty_enable_filters', '1e0b1b60c92744c611ffb68bff11d9b3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(900, 1331478222, 17, '24.254.171.83', '?board=14.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(901, 1331478228, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(902, 1331478230, 17, '24.254.171.83', '?topic=3.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(903, 1331478251, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(904, 1331478258, 17, '24.254.171.83', '?board=19.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(905, 1331478383, 17, '24.254.171.83', '?board=19.0', '8: Undefined index: pretty_enable_filters', 'f937df9543279d307ff2d3d7e45abdf4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(906, 1331481677, 1, '76.174.22.129', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(907, 1331481684, 1, '76.174.22.129', '?topic=18.msg31;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(908, 1331481695, 1, '76.174.22.129', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(909, 1331481703, 1, '76.174.22.129', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(910, 1331485239, 0, '123.125.71.117', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '629188ad41c52ec1a2f2a45dc2cfa281', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(911, 1331485471, 0, '123.125.71.26', '?board=14.0', '8: Undefined index: pretty_enable_filters', 'a7bdf77b1bab4a9b651d93e675957dd3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(912, 1331485702, 0, '123.125.71.101', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', '49793d9aa18a792bbd0e02785c875427', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(913, 1331485933, 0, '123.125.71.77', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', '72558271ffbf3eaa8696753600d0c48d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(914, 1331486163, 0, '123.125.71.94', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', '2f743e716fdba1cdddb523d00a7b8cfe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(915, 1331486397, 0, '123.125.71.113', '?board=11.0', '8: Undefined index: pretty_enable_filters', '93be7bf798861175fd9e33c6f0aad433', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(916, 1331486626, 0, '123.125.71.117', '?topic=18.msg31;topicseen', '8: Undefined index: pretty_enable_filters', '617463df2a7fbed7e675a38411360cec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(917, 1331488160, 0, '66.249.71.75', '?topic=20.msg26;topicseen', '8: Undefined index: pretty_enable_filters', '1be5e79fe8f79f403cf733cd83bb3699', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(918, 1331490494, 0, '66.249.71.75', '?topic=18.msg23;topicseen', '8: Undefined index: pretty_enable_filters', '24fbc978f33eab32bdcd20164bccd952', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(919, 1331492763, 18, '98.185.57.211', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', '755eee10ccd210125be02fd79f29e647', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(920, 1331492765, 0, '66.249.71.75', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', 'bc8f7c9a4ae5e8b6cad038c38907385b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(921, 1331492788, 18, '98.185.57.211', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '755eee10ccd210125be02fd79f29e647', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(922, 1331492791, 0, '66.249.71.75', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', 'b6635c3899eabc2f0e357b1c09b23945', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(923, 1331493598, 0, '66.249.71.75', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'cc9a055d366be38efcf63f40789c3677', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(924, 1331495882, 1, '76.174.22.129', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(925, 1331496033, 0, '66.249.71.75', '?topic=20.0', '8: Undefined index: pretty_enable_filters', '3d658947e0db73ef7adbe51d5d23b5ea', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(926, 1331496618, 1, '76.174.22.129', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(927, 1331496932, 1, '76.174.22.129', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(928, 1331497285, 0, '66.249.71.75', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '9c4488a870d55f2a5f3aa3d2f338d0fd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(929, 1331499613, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(930, 1331499732, 0, '66.249.71.75', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', 'c0b8a11d6052178924f9a7632678b5c4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(931, 1331499926, 0, '66.249.71.75', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', '2072fa210eb42d7b6ab3e36b26e346e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(932, 1331500188, 1, '76.174.22.129', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(933, 1331501031, 0, '66.249.71.75', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '2072fa210eb42d7b6ab3e36b26e346e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(934, 1331501079, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(935, 1331501081, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(936, 1331501110, 1, '76.174.22.129', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(937, 1331501121, 0, '76.183.1.16', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '98fd4983986abdb571ad329f08d5278a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(938, 1331501163, 1, '76.174.22.129', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(939, 1331501175, 0, '99.26.132.90', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e1c44a1cd4470f0bc60c99148b152c76', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(940, 1331501177, 0, '66.249.71.75', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '96807646b48e43160414e5903e94fed4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(941, 1331501178, 0, '66.249.71.75', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'cde036a8cb4a09e9dbbd15d1fe9643e0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(942, 1331501231, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(943, 1331501243, 0, '76.69.0.245', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '94d9d366cada9c3a71b0db788f20b040', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(944, 1331501323, 1, '76.174.22.129', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(945, 1331501332, 0, '66.249.71.75', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', '219ea14dd05ba609e47c3f98b18a15a9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(946, 1331501427, 0, '99.26.132.90', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e1c44a1cd4470f0bc60c99148b152c76', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(947, 1331501831, 1, '76.174.22.129', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(948, 1331502013, 1, '76.174.22.129', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(949, 1331502147, 0, '69.171.234.1', '?topic=22.msg34%3Btopicseen', '8: Undefined index: pretty_enable_filters', 'eb855f3cd81d4c19030166ec2aa399ad', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(950, 1331502147, 0, '69.171.234.4', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '8f8fbb1e670c4b0218c4f1df9760aec6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(951, 1331502148, 0, '69.171.234.2', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '71c22b191e5228a99db9611daedbba69', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(952, 1331502273, 0, '96.41.33.164', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', '3e725ae4f849c318ce65bd52bcdebd2f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(953, 1331502889, 0, '72.50.105.246', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '75b128a0fe127ed709154874b8831595', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(954, 1331503107, 0, '66.249.71.75', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '71f5e96e466688a51ea6cb758d2374e9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(955, 1331503167, 0, '108.38.61.123', '?topic=22.msg34%3Btopicseen', '8: Undefined index: pretty_enable_filters', '6f262555dc4e6945a98678345e84c4c9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(956, 1331503169, 0, '66.249.71.75', '?topic=22.msg34%3Btopicseen', '8: Undefined index: pretty_enable_filters', 'fac2c83dcbf9a6d109176b3aaa97362d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(957, 1331503298, 0, '200.84.45.61', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '98c86661173a5943ad8ac5817a9d72ed', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(958, 1331503305, 0, '66.249.71.75', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', 'f1f11e75a46ae335b48cc4e84da697e7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(959, 1331503388, 0, '108.38.61.123', '?topic=22.msg34%3Btopicseen', '8: Undefined index: pretty_enable_filters', '6f262555dc4e6945a98678345e84c4c9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(960, 1331503828, 0, '108.38.61.123', '?board=4.0', '8: Undefined index: pretty_enable_filters', '6f262555dc4e6945a98678345e84c4c9', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(961, 1331503835, 0, '108.38.61.123', '?topic=14.0', '8: Undefined index: pretty_enable_filters', '6f262555dc4e6945a98678345e84c4c9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(962, 1331504322, 0, '180.76.5.165', '?board=6.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '6fb5e60708e1222b347bc09d5bef8aef', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(963, 1331506707, 0, '77.75.77.11', '?board=2.0', '8: Undefined index: pretty_enable_filters', '9c6e74fbe231b7be7bebed615adba7c5', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(964, 1331506709, 0, '77.75.77.11', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'b881931cb931bff9cba92f0cd7993939', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(965, 1331506714, 0, '77.75.77.11', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '974dfe373adcca93c842fdcd4ea6b5e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(966, 1331506765, 0, '66.249.71.75', '?topic=5.msg6;topicseen', '8: Undefined index: pretty_enable_filters', 'ddea44fe0d569cf96b48976f23b7d4d8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(967, 1331508168, 0, '66.249.71.75', '?topic=3.msg29;topicseen', '8: Undefined index: pretty_enable_filters', '4e9bba4ebf793fcd6d1d40bfbf88a34f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(968, 1331509160, 0, '66.249.71.75', '?topic=3.msg20;topicseen', '8: Undefined index: pretty_enable_filters', '876cabe9c45cded092c41ccae56c8dd2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(969, 1331509357, 0, '66.249.71.75', '?topic=18.msg31;topicseen', '8: Undefined index: pretty_enable_filters', '589b647705572ed0aa9e1f5ef5aa098f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(970, 1331509931, 0, '66.249.71.75', '?topic=20.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '73dc7fb0837e875f3b57fd860b459330', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(971, 1331512494, 0, '66.249.71.75', '?topic=18.msg28;topicseen', '8: Undefined index: pretty_enable_filters', '8b83ea83a724dd9a590b595a8078b397', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(972, 1331513292, 0, '24.214.22.79', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'd5f8f536c40accdd71786c24c13582e0', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(973, 1331513567, 0, '66.249.71.75', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', 'e4322e740ca58d03be0a3177cfe20734', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(974, 1331514537, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'ee34dcb0102b04411b4f5c77ba878f2f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(975, 1331514543, 17, '24.254.171.83', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'ee34dcb0102b04411b4f5c77ba878f2f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(976, 1331514864, 0, '66.249.71.75', '?topic=2.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'e574b2dbcd381a83a38ace130e5e861c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(977, 1331516254, 0, '66.249.71.75', '?topic=2.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'd4c55c2a4ddc54d32e4aab36d386cd27', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(978, 1331519566, 0, '180.76.5.53', '?board=4.0', '8: Undefined index: pretty_enable_filters', '50d9cb71761f06f4205b58b8ad081e03', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(979, 1331520350, 0, '66.249.71.75', '?topic=12.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'c3b3e6856ef194c61a626a70a84598f9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(980, 1331520506, 0, '66.249.71.75', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '180e01f1f8220ed1fa2b73e6b7036957', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(981, 1331521331, 1, '76.174.22.129', '?topic=23.msg37;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(982, 1331521368, 0, '66.249.71.75', '?topic=12.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'bbb7531867482b4aa5db91b1b27a4376', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(983, 1331521746, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(984, 1331521760, 1, '76.174.22.129', '?topic=12.msg35;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(985, 1331521774, 1, '76.174.22.129', '?topic=6.msg36;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(986, 1331521779, 1, '76.174.22.129', '?topic=24.msg38;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(987, 1331521839, 1, '76.174.22.129', '?topic=23.msg39;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(988, 1331522092, 1, '76.174.22.129', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(989, 1331522985, 1, '76.174.22.129', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(990, 1331522993, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(991, 1331522995, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(992, 1331523258, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(993, 1331523471, 0, '66.249.71.75', '?topic=14.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'd3f90fd9d11fd110b855e52c10d06357', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(994, 1331523995, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(995, 1331524138, 1, '76.174.22.129', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(996, 1331524147, 1, '76.174.22.129', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(997, 1331524159, 0, '97.87.60.207', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', '3447ebd380873406dd554cc9c23cc11d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(998, 1331524250, 0, '108.199.125.126', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', '14099266bc5f4b82ad226d349b35458a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(999, 1331524251, 0, '66.249.71.75', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', '43648321874d08784ca2a5891cef4560', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1000, 1331524315, 0, '108.199.125.126', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '14099266bc5f4b82ad226d349b35458a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1001, 1331525521, 0, '66.249.71.75', '?topic=14.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'dee11f2064bb0feb6ec6145e318ef861', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1002, 1331525717, 1, '76.174.22.129', '?action=admin;area=feedsadmin', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1003, 1331525723, 1, '76.174.22.129', '?action=admin;area=feedsadmin;sa=addfeed', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1004, 1331526144, 1, '76.174.22.129', '?action=admin;area=feedsadmin;sa=admin', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1005, 1331526148, 1, '76.174.22.129', '?action=admin;area=feedsadmin;sa=addfeed', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1006, 1331526173, 1, '76.174.22.129', '?action=admin;area=scheduledtasks;a153193e=bc362583d384ef40c46e1bac0169b9f4', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1007, 1331526176, 1, '76.174.22.129', '?action=admin;area=membergroups;sa=index;a153193e=bc362583d384ef40c46e1bac0169b9f4', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1008, 1331526208, 1, '76.174.22.129', '?action=admin;area=feedsadmin;sa=admin', '8: Undefined index: smfrssposter_admin', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1009, 1331531670, 0, '180.76.5.50', '?board=1.0', '8: Undefined index: pretty_enable_filters', '781efc058a0b6ca518eeb372beecced7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1010, 1331533499, 1, '76.174.22.129', '?topic=25.msg40;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1011, 1331533513, 1, '76.174.22.129', '?topic=26.msg41;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1012, 1331533523, 1, '76.174.22.129', '?topic=25.msg40;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1013, 1331533528, 1, '76.174.22.129', '?topic=26.msg41;topicseen', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1014, 1331534501, 0, '66.249.71.75', '?topic=6.msg36;topicseen', '8: Undefined index: pretty_enable_filters', '02d5384150d1f79b282919fb66fae6ac', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1015, 1331534617, 1, '76.174.22.129', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1016, 1331534638, 0, '66.220.149.249', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '7aff4282111802223fc7f04e34bbabda', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1017, 1331534639, 0, '66.220.149.246', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '44d6a1349ff979605236584e1453d9d3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1018, 1331534668, 1, '76.174.22.129', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', 'bc362583d384ef40c46e1bac0169b9f4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1019, 1331535169, 0, '69.78.225.224', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '4be94e0f79e72a525d1ec641659318f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1020, 1331535171, 0, '69.78.225.224', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '4be94e0f79e72a525d1ec641659318f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1021, 1331535173, 0, '69.78.225.224', '?topic=22.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '4be94e0f79e72a525d1ec641659318f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1022, 1331535173, 0, '69.78.225.224', '?topic=22.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '4be94e0f79e72a525d1ec641659318f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1023, 1331535845, 0, '173.55.120.50', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '494af5a5b5ccd163788eec9c5570bd94', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1024, 1331535958, 0, '173.55.120.50', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '494af5a5b5ccd163788eec9c5570bd94', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1025, 1331537368, 0, '66.249.71.75', '?topic=12.msg35;topicseen', '8: Undefined index: pretty_enable_filters', '1191184ff2f56c44a7e8befa15aba91e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1026, 1331538977, 0, '66.249.71.75', '?board=6.0', '8: Undefined index: pretty_enable_filters', '5ae3d19b37c894d23368ab68e244591c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1027, 1331539639, 0, '66.249.71.75', '?topic=23.msg37;topicseen', '8: Undefined index: pretty_enable_filters', '36d3ea7c4cf2cccc81f7764be40d09c3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1028, 1331541951, 0, '66.249.71.75', '?topic=24.msg38;topicseen', '8: Undefined index: pretty_enable_filters', '457684a7a04ab5c00bdc2fd6e8cdd13f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1029, 1331543734, 0, '66.249.71.75', '?topic=23.msg39;topicseen', '8: Undefined index: pretty_enable_filters', 'bd43bcf1a0b86c1b88339edee3c58e6d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1030, 1331544285, 0, '180.76.5.142', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '7b026075f772b822906754dfcd3533dd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1031, 1331545318, 0, '66.249.71.75', '?topic=22.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'aef42bd19e04b6d1704f9ae4436aba06', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1032, 1331545910, 0, '67.134.208.134', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '7b682c5bb5bae7dbdb208445f6ded8d2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1033, 1331548397, 0, '66.249.71.75', '?board=1.0', '8: Undefined index: pretty_enable_filters', '732c7803bbea5174cf366b3480c5b5e8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1034, 1331549195, 0, '66.249.71.75', '?board=1.0', '8: Undefined index: pretty_enable_filters', '832be4097e0bce5bec27144e534de29c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1035, 1331550186, 0, '180.76.5.93', '?board=6.0;sort=last_post;desc', '8: Undefined index: pretty_enable_filters', '89cc0c0c008bd8508b66422364ea20c2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1036, 1331551299, 0, '66.249.71.75', '?topic=22.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'efa2800c40bc1de0adebeb6feecb6fda', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1037, 1331553811, 0, '66.249.71.75', '?action=facebook', '8: Array to string conversion', '6b69fe8aae8f3f0bfa88709e875e7e8b', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1038, 1331556299, 0, '180.76.5.111', '?wwwRedirect;board=1', '8: Undefined index: pretty_enable_filters', '9a356c83a04925a7b7be7b8757b5250a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1039, 1331557332, 0, '66.249.71.75', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '2b4e4c52690bb27f7b3507c0b9ca84e9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1040, 1331560007, 0, '66.249.71.75', '?topic=28.msg43;topicseen', '8: Undefined index: pretty_enable_filters', '8c7aecb08b333414751cc4aa1d545b2a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1041, 1331561305, 0, '180.76.6.20', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'c434d23ee19d8105739f3a2ee1f87dc0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1042, 1331561402, 0, '66.249.71.75', '?topic=27.msg42;topicseen', '8: Undefined index: pretty_enable_filters', 'f80cf0902a4038715282d4e3df69afd0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1043, 1331563274, 1, '76.174.22.129', '?topic=27.msg42;topicseen', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1044, 1331563285, 1, '76.174.22.129', '?topic=28.msg43;topicseen', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1045, 1331563330, 1, '76.174.22.129', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1046, 1331563382, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1047, 1331563387, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1048, 1331563590, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1049, 1331563626, 1, '76.174.22.129', '?action=admin;area=packages', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1050, 1331563632, 1, '76.174.22.129', '?action=admin;area=packages;sa=list;package=RSSFeedPoster3.0.4.zip', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1051, 1331563637, 1, '76.174.22.129', '?action=admin;area=packages;sa=examine;package=RSSFeedPoster3.0.4.zip;file=FeedPoster.php', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1052, 1331563656, 1, '76.174.22.129', '?action=admin;area=packages;sa=examine;package=RSSFeedPoster3.0.4.zip;file=cronrss.php', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1053, 1331563666, 1, '76.174.22.129', '?action=admin;area=packages', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1054, 1331563680, 1, '76.174.22.129', '?action=admin;area=packages;sa=options;ac947a78=14b4b9982b61ed7ce5eaa62ac0b7b129', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1055, 1331563700, 1, '76.174.22.129', '?action=admin;area=corefeatures;ac947a78=14b4b9982b61ed7ce5eaa62ac0b7b129', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1056, 1331563752, 1, '76.174.22.129', '?action=admin;area=corefeatures;', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1057, 1331563753, 1, '76.174.22.129', '?action=admin;area=corefeatures;ac947a78=14b4b9982b61ed7ce5eaa62ac0b7b129', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1058, 1331563855, 1, '76.174.22.129', '?topic=28.msg43;topicseen', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1059, 1331563895, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1060, 1331563899, 1, '76.174.22.129', '?action=admin;area=featuresettings;ac947a78=14b4b9982b61ed7ce5eaa62ac0b7b129', '8: Undefined index: smfrssposter_admin', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1061, 1331564075, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'e0ec3b11d3d03f8be0acbae9d04c78c7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1062, 1331564083, 15, '78.72.41.222', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e0ec3b11d3d03f8be0acbae9d04c78c7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1063, 1331564755, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1064, 1331564759, 1, '76.174.22.129', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '14b4b9982b61ed7ce5eaa62ac0b7b129', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1065, 1331566077, 0, '180.76.5.151', '?board=2.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '25e6eec4b2e917d52739758581234e9a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1066, 1331566774, 0, '66.249.71.75', '?topic=27.0', '8: Undefined index: pretty_enable_filters', '229ee4a79cbd62b179d097a817f2ce09', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1067, 1331568401, 0, '66.249.71.75', '?topic=28.0', '8: Undefined index: pretty_enable_filters', 'c8cfed1085b09873c0ee28fdc5ec9ab0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1068, 1331569162, 0, '66.249.71.75', '?topic=27.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '6be64175f587e66c5efbceea14667426', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1069, 1331569800, 0, '66.249.71.75', '?topic=27.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '12735c3d96bf8519ab75e1d907f2d0da', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1070, 1331576767, 0, '66.249.71.75', '?topic=28.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '6bacc72349c3852d2ceb59aa1aee583d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1071, 1331579434, 0, '66.249.71.75', '?topic=20.0', '8: Undefined index: pretty_enable_filters', '94386e157bfb527d805801c15028f1f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1072, 1331579636, 0, '174.54.248.25', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', 'a210112bc54cf9feb679728eef98c5b6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1073, 1331579639, 0, '66.249.71.75', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '0e38ee21a050d9bee4ec9259e04ababd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1074, 1331579640, 0, '66.249.71.75', '?topic=22.msg40', '8: Undefined index: pretty_enable_filters', '8e161c38a6a9ace4ba93c12e6cb198df', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1075, 1331580377, 0, '180.76.6.224', '?board=2.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '60a1011eee782611689260e8c00f8298', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1076, 1331580799, 0, '66.249.71.75', '?topic=18.0', '8: Undefined index: pretty_enable_filters', '57969b558a0e623856400da1a2cc3a8f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1077, 1331581914, 0, '66.249.71.75', '?topic=19.0', '8: Undefined index: pretty_enable_filters', '04917936e74a436e9848a89014e3d126', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1078, 1331583206, 0, '66.249.71.75', '?topic=21.0', '8: Undefined index: pretty_enable_filters', '68d1ea0d22bd823355828eb4cf0d5392', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1079, 1331583554, 15, '78.72.41.222', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e0ec3b11d3d03f8be0acbae9d04c78c7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1080, 1331583554, 15, '78.72.41.222', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'e0ec3b11d3d03f8be0acbae9d04c78c7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1081, 1331584950, 17, '24.254.171.83', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1082, 1331584955, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1083, 1331584956, 0, '66.249.71.75', '?board=1.0', '8: Undefined index: pretty_enable_filters', '1161e4e35d7f1449dc4cc1c6e4085d19', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1084, 1331584958, 17, '24.254.171.83', '?topic=23.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1085, 1331584959, 0, '66.249.71.75', '?topic=23.0', '8: Undefined index: pretty_enable_filters', '186e6e134bd2edcad8d1572745d9460b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1086, 1331584960, 0, '66.249.71.75', '?topic=23.0', '8: Undefined index: pretty_enable_filters', 'ec652af1092190728f76009f4fc004d3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1087, 1331584989, 0, '180.76.5.87', '?board=2.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', 'a07401ee7d87279f605ac18eb845748f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1088, 1331585021, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1089, 1331585025, 17, '24.254.171.83', '?topic=12.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1090, 1331585027, 0, '66.249.71.75', '?topic=12.0', '8: Undefined index: pretty_enable_filters', '667cc9881008c9bc0647a98a470811a0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1091, 1331585027, 0, '66.249.71.75', '?topic=12.0', '8: Undefined index: pretty_enable_filters', 'd3661c573cde50dcb1f3432b412bbfc9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1092, 1331585035, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1093, 1331585039, 17, '24.254.171.83', '?topic=30.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1094, 1331585041, 0, '66.249.71.75', '?topic=30.0', '8: Undefined index: pretty_enable_filters', '57cb12ffb6046f74bb1866b6d27401a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1095, 1331585064, 17, '24.254.171.83', '?topic=29.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1096, 1331585066, 0, '66.249.71.75', '?topic=29.0', '8: Undefined index: pretty_enable_filters', '8330ef4f3895567da6f5c82fc6e9068c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1097, 1331585079, 17, '24.254.171.83', '?topic=29.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1098, 1331585091, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1099, 1331585298, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1100, 1331585304, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1101, 1331585307, 17, '24.254.171.83', '?topic=23.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1102, 1331585334, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1103, 1331585339, 17, '24.254.171.83', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'daa784bca0429a40f66f37c2fb9f5e1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1104, 1331585999, 0, '66.249.71.75', '?topic=28.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '90794a1cde8f282b42c670cb4cc9476a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1105, 1331586941, 0, '66.249.71.75', '?topic=6.msg36;topicseen', '8: Undefined index: pretty_enable_filters', '647d934a862326830cb3834325886124', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1106, 1331587729, 0, '66.249.71.75', '?topic=24.msg38;topicseen', '8: Undefined index: pretty_enable_filters', 'efc2c8d36dc2151b36ecd8a0a215f2bf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1107, 1331589092, 0, '66.249.71.75', '?topic=29.msg44;topicseen', '8: Undefined index: pretty_enable_filters', '0e2b1b5376099b97bda1877bd3ccb949', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1108, 1331589189, 0, '66.249.71.75', '?topic=26.0', '8: Undefined index: pretty_enable_filters', '15e7d862baaf7830a0a7926dd8e2d92c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1109, 1331589226, 0, '66.249.71.75', '?topic=29.0', '8: Undefined index: pretty_enable_filters', '2b22f11ed12b0159f1d2442d9cf9cfc5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1110, 1331589507, 0, '66.249.71.75', '?board=4.0', '8: Undefined index: pretty_enable_filters', '44bc61111670858d1a389e4874165477', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1111, 1331589663, 0, '66.249.71.75', '?topic=23.msg47;topicseen', '8: Undefined index: pretty_enable_filters', '98d1384c77ff21755714d6f3121a280d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1112, 1331589823, 0, '66.249.71.75', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '29d0c20bba9f52637c2975b32e8f6b93', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1113, 1331589885, 0, '66.249.71.75', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '934fd33f3a06e0cc427b8e8936f8ca03', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1114, 1331590140, 0, '66.249.71.75', '?topic=22.msg34;topicseen', '8: Undefined index: pretty_enable_filters', 'ca62443e76eaa913b803677432e303bc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1115, 1331590997, 0, '66.249.71.75', '?topic=25.msg40;topicseen', '8: Undefined index: pretty_enable_filters', '3dcb9ff0215f34c534b2fffdf13de9f1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1116, 1331591545, 0, '66.249.71.75', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '31ca48fde3894a249136cade0c56f18d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1117, 1331592166, 0, '66.249.71.75', '?topic=29.msg44;topicseen', '8: Undefined index: pretty_enable_filters', '2b09a267cfded48f94622fe0e30d4d18', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1118, 1331592618, 17, '24.254.171.83', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'd3f4ae95f4d8a31c74f8bf638c25d741', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1119, 1331593636, 0, '66.249.71.75', '?topic=12.msg35;topicseen', '8: Undefined index: pretty_enable_filters', '1a3ab5b42eb8436971d69a4180fb0383', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1120, 1331594234, 17, '24.254.171.83', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '69a2666d8909cef447a31a919bf03f80', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1121, 1331594547, 0, '66.249.71.75', '?topic=26.msg41;topicseen', '8: Undefined index: pretty_enable_filters', '6cd4b83f123960f92d7b7eb6681fa529', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1122, 1331594640, 0, '180.76.5.137', '?board=1.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', '14288b83f14b4ec2c1908f8fbcccd6de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1123, 1331595838, 0, '66.249.71.75', '?topic=30.msg45;topicseen', '8: Undefined index: pretty_enable_filters', '2cff84d6acb5b0274aa285d827507e4a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1124, 1331596116, 0, '66.249.71.75', '?topic=18.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '1c11e047f9ee4bb47f98f27d05516105', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1125, 1331596419, 0, '66.249.71.75', '?topic=19.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '8aa3cc453acde2332446e91dc95692af', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1126, 1331596785, 0, '66.249.71.75', '?topic=18.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '3200118b559471e4c851398cee644fb9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1127, 1331597675, 0, '66.249.71.75', '?topic=19.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'bc3fb91f74891173c3efdfc870276c20', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1128, 1331598507, 0, '66.249.71.75', '?topic=20.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '1e9ff5164ab4d0bc8564390ef23426c8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1129, 1331599206, 0, '66.249.71.75', '?topic=20.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'b0dac724566e33ce79b92cc380ab86d2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1130, 1331599658, 1, '76.174.22.129', '?topic=30.msg45;topicseen', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1131, 1331599666, 1, '76.174.22.129', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1132, 1331599671, 1, '76.174.22.129', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1133, 1331599679, 1, '76.174.22.129', '?topic=3.msg48;topicseen', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1134, 1331600114, 0, '66.249.71.75', '?topic=21.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '78f3bcf72d874fb6e03c044b6f993310', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1135, 1331601134, 0, '66.249.71.75', '?topic=21.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '5c35cc40c7e6860d508e4fd8f5d005bf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1136, 1331601859, 0, '66.249.71.75', '?topic=26.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '0750e7acbfa074f2d08f60a36987bacb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1137, 1331604596, 0, '66.249.71.75', '?topic=26.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '17d305cac9a98c05584af33dfc3fd182', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1138, 1331604834, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1139, 1331604874, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1140, 1331604893, 1, '76.174.22.129', '?action=admin;area=portalblocks;f26a20260030=1f0c67ee64c72de151eba4aef501e5a3', '8: Undefined index: smfrssposter_admin', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1141, 1331605639, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1142, 1331605678, 0, '66.249.71.75', '?topic=29.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'fab35d8d04670def2d83be2d2b8f2ee3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1143, 1331606747, 0, '66.249.71.75', '?topic=29.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '3dd3fef60e1c892532cb311992789535', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1144, 1331609902, 0, '71.72.29.61', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'a0ecc4a9d9e5e0193cda265511ccd3ec', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1145, 1331611909, 1, '76.174.22.129', '?topic=23.msg47;topicseen', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1146, 1331611950, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '1f0c67ee64c72de151eba4aef501e5a3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1147, 1331613861, 0, '180.76.5.169', '?board=1.0;sort=views', '8: Undefined index: pretty_enable_filters', 'e4654b6f5bae4f031103e5fe3b9de28e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1148, 1331621336, 0, '66.249.71.75', '?topic=30.0', '8: Undefined index: pretty_enable_filters', '37ef1b1d4fd289e881d08f9e93a872d9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1149, 1331622782, 0, '66.249.71.75', '?topic=25.0', '8: Undefined index: pretty_enable_filters', 'ba9faed7c90fb2b4388b5395d7402d14', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1150, 1331625832, 0, '66.249.71.75', '?topic=23.0', '8: Undefined index: pretty_enable_filters', '720bc7b8d470a6936247eb13366b1ded', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1151, 1331626762, 0, '66.249.71.75', '?topic=24.0', '8: Undefined index: pretty_enable_filters', '7933ba96a0710b9f738b399a201676e8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1152, 1331628434, 0, '180.76.6.28', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', '0f7266529acea13f8ce74bbfe67ed19b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1153, 1331628565, 0, '66.249.71.145', '?topic=33.0', '8: Undefined index: pretty_enable_filters', 'c3419a9b8123d6afb4894005348fc8e2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1154, 1331630071, 0, '66.249.71.75', '?topic=3.msg48;topicseen', '8: Undefined index: pretty_enable_filters', 'd1bf9821712249bfe28d82db085a6658', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1155, 1331631779, 0, '66.249.71.75', '?topic=33.0', '8: Undefined index: pretty_enable_filters', 'dceb679b9a6261aa3916e6c4cd569d64', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1156, 1331632877, 0, '123.125.71.27', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '7c542021a8af4fa0e466bcd2dfe09b19', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1157, 1331632880, 0, '123.125.71.116', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', '69c903748921795c44abd2c330dfda57', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1158, 1331632882, 0, '123.125.71.98', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', 'b4ee7699f4d8cbf47634406e698b6460', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1159, 1331632884, 0, '123.125.71.31', '?topic=23.msg51;topicseen', '8: Undefined index: pretty_enable_filters', '0b8aeddfff3058841a6bb52c614479e7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1160, 1331632886, 0, '123.125.71.31', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '187c86d89eea9ef5392d750fd69fd567', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1161, 1331632891, 0, '123.125.71.58', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '2cc3bf7e8ad4cd541fb0da83bc873ef0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1162, 1331632932, 0, '66.249.71.75', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'ce3455a7f58c81716df2b31ea6ec74b1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1163, 1331634363, 0, '66.249.71.75', '?topic=33.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '817f3b131bda437b51329eb3a7a9dd1b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1164, 1331635411, 0, '180.76.5.167', '?board=1.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '0cc38276f86a22a0f85a501392697149', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1165, 1331637786, 0, '66.249.71.75', '?topic=33.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '0249bda1d1b77afdc91dad6c14cbd988', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1166, 1331638035, 0, '66.249.71.75', '?topic=29.0', '8: Undefined index: pretty_enable_filters', 'a34ae87ac27e92f5d4b8d5c3f73898ac', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1167, 1331638065, 0, '66.249.71.75', '?topic=34.0', '8: Undefined index: pretty_enable_filters', 'a50f268d51a62fe4504d42d1858630c6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1168, 1331641200, 0, '66.249.71.75', '?topic=32.0', '8: Undefined index: pretty_enable_filters', '4012192d54895c08ead5121afed2040f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1169, 1331641800, 0, '66.249.71.75', '?topic=34.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'c01ebc5f7d24ce27654db80a12dc2f42', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1170, 1331642355, 0, '66.249.71.75', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'a9e8ed2efeb5ae9e408647e6dbfa5d92', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1171, 1331643422, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1172, 1331643433, 15, '78.72.41.222', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1173, 1331643479, 15, '78.72.41.222', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1174, 1331643483, 0, '66.249.71.75', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', 'f4de5c995765e0b9a76fc51967e2fbb8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1175, 1331643538, 15, '78.72.41.222', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1176, 1331643542, 0, '66.249.71.75', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', 'b5ce4eec245224d51c6ec9104b56f5f2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1177, 1331643543, 0, '66.249.71.75', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', '27e3104aa6da54f94f6e9d7310d98ed7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1178, 1331643553, 15, '78.72.41.222', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1179, 1331643556, 0, '66.249.71.75', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '721c81b304639b3aba4e6c4b2f909995', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1180, 1331643565, 15, '78.72.41.222', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1181, 1331643569, 0, '66.249.71.75', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '7d1fa44fe9525707c5921524a8b18082', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1182, 1331643588, 15, '78.72.41.222', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1183, 1331643591, 0, '66.249.71.75', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', 'd94334143195b53abe5ef20f2d39137e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1184, 1331643593, 0, '66.249.71.75', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', 'ca2bade2230fd1a49bf18818921f5848', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1185, 1331643637, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1186, 1331643645, 15, '78.72.41.222', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1187, 1331643860, 0, '66.249.71.75', '?topic=28.0', '8: Undefined index: pretty_enable_filters', 'b6d7ffcfacb3e4937b06e88cf2e33c11', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1188, 1331643897, 0, '66.249.71.75', '?topic=34.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '46040ef90f9f565a558402aeb6a3cb86', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1189, 1331646400, 0, '66.249.71.75', '?topic=32.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '280f63256d4d7452db30de8c7ee90394', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1190, 1331647794, 0, '66.249.71.75', '?topic=32.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b053200c72f9c84d259901b2ecaa1ffb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1191, 1331649482, 0, '66.249.71.75', '?topic=31.0', '8: Undefined index: pretty_enable_filters', '3e9a63be3d9e7a145cd60b857fdf3ca4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1192, 1331650312, 1, '76.174.22.129', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(1193, 1331650504, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1194, 1331650506, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1195, 1331650624, 1, '76.174.22.129', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1196, 1331650641, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1197, 1331650656, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1198, 1331650661, 1, '76.174.22.129', '?action=admin;area=manageboards;ddde7c092ea=5c15b955ce2330fdc681901a9544b382', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1199, 1331650666, 1, '76.174.22.129', '?action=admin;area=manageboards;sa=newboard;cat=2', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1200, 1331650700, 1, '76.174.22.129', '?action=admin;area=manageboards;sa=board2', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1201, 1331650700, 1, '76.174.22.129', '?action=admin;area=manageboards', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1202, 1331650721, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1203, 1331650772, 0, '66.249.71.75', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', '98749d71ab6dc5dc23c60be8c2f53774', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1204, 1331650858, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3474a8b8498632bc0212de27ef029e5f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1205, 1331650989, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1206, 1331650992, 1, '76.174.22.129', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1207, 1331651060, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1208, 1331651077, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1209, 1331651129, 1, '76.174.22.129', '?board=2.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1210, 1331651131, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1211, 1331651177, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1212, 1331651189, 1, '76.174.22.129', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1213, 1331651193, 1, '76.174.22.129', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1214, 1331651229, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1215, 1331651242, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1216, 1331651494, 0, '66.249.71.75', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '568ba9d7aeb635ed4127f771278c071b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1217, 1331651997, 1, '76.174.22.129', '?board=8.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1218, 1331652546, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1219, 1331652550, 1, '76.174.22.129', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1220, 1331653179, 1, '76.174.22.129', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1221, 1331653265, 0, '66.249.71.75', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', '64b1b7afd24fbe72093b7fbb7a2a2c2d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1222, 1331653277, 0, '98.181.45.228', '?board=1.0', '8: Undefined index: pretty_enable_filters', '078ebbdb390cf40a99e2c6a355622280', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1223, 1331653335, 0, '98.181.45.228', '?board=1.0;sort=subject', '8: Undefined index: pretty_enable_filters', '078ebbdb390cf40a99e2c6a355622280', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1224, 1331653340, 0, '98.181.45.228', '?board=1.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '078ebbdb390cf40a99e2c6a355622280', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1225, 1331654100, 1, '76.174.22.129', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1226, 1331654179, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1227, 1331654236, 1, '76.174.22.129', '?board=1.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1228, 1331654315, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1229, 1331654414, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1230, 1331654417, 1, '76.174.22.129', '?action=admin', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1231, 1331654456, 1, '76.174.22.129', '?action=admin;area=featuresettings;ddde7c092ea=5c15b955ce2330fdc681901a9544b382', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1232, 1331654462, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profile;ddde7c092ea=5c15b955ce2330fdc681901a9544b382', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1233, 1331654470, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profileedit;fid=3', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1234, 1331654477, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profileedit;fid=3;ddde7c092ea=5c15b955ce2330fdc681901a9544b382', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1235, 1331654478, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profile', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1236, 1331654481, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profileedit;fid=3', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1237, 1331654489, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profileedit;fid=3;ddde7c092ea=5c15b955ce2330fdc681901a9544b382', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1238, 1331654489, 1, '76.174.22.129', '?action=admin;area=featuresettings;sa=profile', '8: Undefined index: smfrssposter_admin', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Admin.php', 181),
(1239, 1331654700, 1, '76.174.22.129', '?topic=35.msg55;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1240, 1331654764, 1, '76.174.22.129', '?topic=35.msg55', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1241, 1331654776, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1242, 1331655020, 0, '66.249.71.75', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', '21821729fb21512e41568b2136efddfd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1243, 1331655635, 0, '66.249.71.75', '?topic=31.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'e450375e296cf4c3740650abc85ef044', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1244, 1331656619, 1, '76.174.22.129', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1245, 1331656717, 0, '66.249.71.75', '?topic=31.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '5eeda1336f2e3bb068c0bb7b8aa247e4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1246, 1331658968, 0, '66.249.72.247', '?topic=23.msg51;topicseen', '8: Undefined index: pretty_enable_filters', '7288df1f926fbc4c40ff05f38f798157', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1247, 1331658988, 0, '180.76.6.20', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8cbc18371b768f908248b35d34bbfd7b', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1248, 1331659359, 0, '66.249.72.247', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '1ca13dc23bc0b1339711a8623bfb5bf2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1249, 1331659646, 0, '66.249.72.247', '?topic=23.msg47;topicseen', '8: Undefined index: pretty_enable_filters', '34a55974a4635bf4467e7ec44328636c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1250, 1331659881, 0, '66.249.72.247', '?topic=29.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '8d59400c22c66e722d3678e169941345', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1251, 1331660105, 0, '66.249.72.247', '?topic=28.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'e20d1e43a1af3492ef85525049c101ec', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1252, 1331660294, 0, '66.249.72.247', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', '1b767e2a69456fd43e64c2aa6dfc310e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1253, 1331661097, 0, '66.249.71.75', '?topic=23.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'e4b1ba6d01d14ac43fe0b152fc47fc80', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1254, 1331663388, 0, '66.249.71.75', '?topic=22.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f451ef27c85a1eaf80605dd91f253a86', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1255, 1331663938, 0, '81.152.180.80', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '0c775e913c7bfb40a92c0745c35cb856', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1256, 1331663939, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1257, 1331663956, 0, '81.152.180.80', '?board=21.0', '8: Undefined index: pretty_enable_filters', '0c775e913c7bfb40a92c0745c35cb856', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1258, 1331663958, 0, '66.249.71.75', '?board=21.0', '8: Undefined index: pretty_enable_filters', '42ff049bf232be93ec70a087e9847136', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1259, 1331663959, 0, '66.249.71.75', '?board=21.0', '8: Undefined index: pretty_enable_filters', '405258a0268fb3c0711422b757bc127c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1260, 1331663970, 0, '81.152.180.80', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '0c775e913c7bfb40a92c0745c35cb856', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1261, 1331663972, 0, '66.249.71.75', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '3f4233be0bd61e6fd8f7f0da1e32229f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1262, 1331663973, 0, '66.249.71.75', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '64da8decb51925cb718d47204e078330', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1263, 1331663988, 0, '81.152.180.80', '?topic=35.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '0c775e913c7bfb40a92c0745c35cb856', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1264, 1331663990, 0, '66.249.71.75', '?topic=35.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '756d298c774e50ef6dfb63af7a7c541c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1265, 1331664007, 0, '81.152.180.80', '?topic=35.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '0c775e913c7bfb40a92c0745c35cb856', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1266, 1331664009, 0, '66.249.71.75', '?topic=35.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'e9316d460d435887c7384f31ff1a880b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1267, 1331664068, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1268, 1331664156, 0, '66.249.71.75', '?topic=32.msg50;topicseen', '8: Undefined index: pretty_enable_filters', '568060ee5f0ba61c92e0ced12a9f64f8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1269, 1331664236, 22, '86.145.77.31', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'b6da25fad24a3c77b1f11d5434f2755a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1270, 1331664256, 22, '86.145.77.31', '?topic=35.0', '8: Undefined index: pretty_enable_filters', 'b6da25fad24a3c77b1f11d5434f2755a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1271, 1331664432, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1272, 1331664504, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1273, 1331664532, 22, '86.145.77.31', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'b6da25fad24a3c77b1f11d5434f2755a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1274, 1331664546, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1275, 1331664605, 1, '76.174.22.129', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1276, 1331664644, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1277, 1331664647, 1, '76.174.22.129', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1278, 1331664724, 1, '76.174.22.129', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1279, 1331664766, 0, '96.41.33.164', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1280, 1331664769, 0, '96.41.33.164', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1281, 1331664787, 1, '76.174.22.129', '?topic=6.msg56', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1282, 1331664809, 0, '96.41.33.164', '?topic=2.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1283, 1331664838, 0, '96.41.33.164', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1284, 1331664877, 0, '96.41.33.164', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1285, 1331664879, 0, '96.41.33.164', '?topic=38.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1286, 1331664918, 0, '96.41.33.164', '?topic=35.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1287, 1331664948, 0, '96.41.33.164', '?board=13.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1288, 1331664970, 3, '96.41.33.164', '?board=13.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1289, 1331664979, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1290, 1331665192, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1291, 1331665241, 3, '96.41.33.164', '?topic=35.msg55;topicseen', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1292, 1331665293, 3, '96.41.33.164', '?board=13.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1293, 1331665295, 3, '96.41.33.164', '?topic=39.0', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1294, 1331665327, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1295, 1331665353, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1296, 1331665356, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1297, 1331665357, 1, '76.174.22.129', '?topic=39.msg61;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1298, 1331665377, 1, '76.174.22.129', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1299, 1331665381, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1300, 1331665399, 1, '76.174.22.129', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1301, 1331665404, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1302, 1331665420, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1303, 1331665420, 1, '76.174.22.129', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1304, 1331665428, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1305, 1331665435, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1306, 1331665451, 1, '76.174.22.129', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1307, 1331665468, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1308, 1331665647, 1, '76.174.22.129', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1309, 1331665920, 3, '96.41.33.164', '?topic=39.msg61', '8: Undefined index: pretty_enable_filters', 'ce223423a5ef17a67584b0bcc65c2055', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1310, 1331665935, 1, '76.174.22.129', '?topic=38.msg60;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1311, 1331665998, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1312, 1331666138, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1313, 1331668511, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1314, 1331668807, 0, '66.249.71.75', '?board=2.0', '8: Undefined index: pretty_enable_filters', '60229c12a8d72b410e518d4f124a0ee7', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1315, 1331668941, 0, '66.249.71.75', '?topic=27.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '1ba641a907e6177dfa13e85a4804fdfb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1316, 1331669263, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1317, 1331670488, 0, '180.76.6.224', '?board=8.0', '8: Undefined index: pretty_enable_filters', '090f5f16287220c90d295dab10c928ec', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1318, 1331671457, 0, '66.249.71.75', '?topic=39.msg61;topicseen', '8: Undefined index: pretty_enable_filters', '7d8a3f17e11dac377cda36ffe56f87f0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1319, 1331672134, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1320, 1331672963, 1, '76.174.22.129', '?topic=36.msg57;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1321, 1331672967, 1, '76.174.22.129', '?topic=37.msg58;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1322, 1331674476, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', 'de45bb5bd6eb3506396d3e8af6b0fc56', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1323, 1331674478, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', '8174534fdefd781cb1c425e465bb580d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1324, 1331674479, 0, '93.158.147.8', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '0448b2cab4a4465e482cd42b8429a084', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1325, 1331674480, 0, '93.158.147.8', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'af183307c93c6a25535801bbb27e4166', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1326, 1331674481, 0, '93.158.147.8', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', 'd22f498176c782878281ea2cdacbeda6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1327, 1331674482, 0, '93.158.147.8', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'b553fca0dcf205b60de0f7bddcb7ac66', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1328, 1331674483, 0, '93.158.147.8', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '568a5d8980ac4086f974b0501c19a377', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1329, 1331674485, 0, '93.158.147.8', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'ed80e376c1cc6096dcefb9e805631584', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1330, 1331674515, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', 'c093e7bb677d50f4c9ff44d7d7c4794d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1331, 1331674517, 0, '93.158.147.8', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '7c6bc63affdb3cbdb0e385b052c61c68', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1332, 1331674518, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', 'c093e7bb677d50f4c9ff44d7d7c4794d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1333, 1331674518, 0, '93.158.147.8', '?topic=14.msg17;topicseen', '8: Undefined index: pretty_enable_filters', '41b41611fd9ce9a8c2c710fbf83f721f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1334, 1331674519, 0, '93.158.147.8', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', '519c07e486b590354f5ecbda1548d7a4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1335, 1331674520, 0, '93.158.147.8', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', 'b8d069a018843e77304195dbfc58b487', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1336, 1331674521, 0, '93.158.147.8', '?topic=6.msg7;topicseen', '8: Undefined index: pretty_enable_filters', 'dca2e39f0d0fd84e9ea33e7692b77897', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1337, 1331674522, 0, '93.158.147.8', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '9e480bdb833b65da82f2deef697b102d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1338, 1331674531, 0, '66.249.71.75', '?topic=32.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '474f8268020c98e3f89833aceec40bcd', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1339, 1331675380, 0, '66.249.71.75', '?topic=27.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'a9c38266fac53cd49d343b0d12eb6c93', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1340, 1331675947, 0, '66.249.71.75', '?topic=25.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '21b32bd357962a3ed91f4fcfd211323b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1341, 1331676407, 0, '66.249.71.75', '?topic=24.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '0af498769103c55ee09e6403f48a2ee6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1342, 1331676777, 0, '66.249.71.75', '?topic=25.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '9f6abcdcdfda97220b3a5ac0f979c624', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1343, 1331677247, 0, '66.249.71.75', '?topic=23.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '3f8ca0aa2edee9371b96d9c62d85623d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1344, 1331677676, 0, '66.249.71.75', '?topic=22.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'd938ad5e2a84b9e7db1513b96db462b9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1345, 1331678319, 0, '180.76.5.138', '?topic=5.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '349fb163eb4651d18b3e122d652f2973', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1346, 1331678544, 0, '66.249.71.75', '?topic=32.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'a0c877cff4f8fbb7f48ce0bf9216e191', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1347, 1331678621, 0, '66.249.71.75', '?topic=38.msg60;topicseen', '8: Undefined index: pretty_enable_filters', '7439f205a947cac090da515976d1b805', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1348, 1331679205, 0, '66.249.71.75', '?topic=39.0', '8: Undefined index: pretty_enable_filters', 'ace75584d494cce4a62568642a489395', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1349, 1331680213, 0, '66.249.71.75', '?topic=39.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'ce8f37c047e9728a71f6f6c9b71a5d91', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1350, 1331680224, 0, '66.249.71.75', '?topic=30.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b05dfbb0500f46e38e264da1c944783a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1351, 1331680594, 0, '66.249.71.75', '?topic=39.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '9881817767ce00c9881f181f9e10c983', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1352, 1331680753, 0, '66.249.71.75', '?topic=35.msg55;topicseen', '8: Undefined index: pretty_enable_filters', '5935032eb2a96f8ff9ed8b92615397b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1353, 1331682118, 0, '180.76.5.101', '?board=6.0', '8: Undefined index: pretty_enable_filters', '2598bb56423d755b26d100ced8b352f8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1354, 1331682234, 0, '66.249.71.75', '?topic=23.msg56;topicseen', '8: Undefined index: pretty_enable_filters', '25d8e4a50bd64f484c33cd533d429f68', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1355, 1331682367, 0, '66.249.71.75', '?topic=30.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '8bc3cfa942e8013e2b7bcdaf74e6629c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1356, 1331684031, 0, '66.249.71.75', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '089c820801b743df89cac7ad62b505d1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1357, 1331684373, 0, '66.249.71.75', '?topic=24.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '97ee091fdccc9ba3a6c690e1b8bf72ca', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1358, 1331684982, 0, '66.249.71.75', '?board=21.0', '8: Undefined index: pretty_enable_filters', '94520ba6de1e238bf51af8ee0fabfea5', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1359, 1331686577, 17, '24.254.171.83', '?board=21.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1360, 1331686593, 17, '24.254.171.83', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1361, 1331686627, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1362, 1331686634, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1363, 1331686642, 17, '24.254.171.83', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1364, 1331686644, 0, '66.249.71.75', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'd6ad99b1efe578e68518f900fde0a007', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1365, 1331686657, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1366, 1331686659, 17, '24.254.171.83', '?topic=23.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1367, 1331686692, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1368, 1331686696, 17, '24.254.171.83', '?topic=12.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1369, 1331686703, 17, '24.254.171.83', '?board=8.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1370, 1331686708, 17, '24.254.171.83', '?topic=2.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1371, 1331686718, 17, '24.254.171.83', '?board=21.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1372, 1331686753, 17, '24.254.171.83', '?board=21.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1373, 1331686755, 17, '24.254.171.83', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1374, 1331686757, 0, '66.249.71.75', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '0b5bdb5202e9794d9c08f393c4f0481a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1375, 1331686772, 17, '24.254.171.83', '?board=13.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1376, 1331686773, 0, '66.249.71.75', '?board=13.0', '8: Undefined index: pretty_enable_filters', '9bc96d8a02703a1c9af7ece25cff6b38', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1377, 1331686774, 17, '24.254.171.83', '?topic=39.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1378, 1331686775, 0, '66.249.71.75', '?topic=39.0', '8: Undefined index: pretty_enable_filters', 'a80cd53f4645f6343a4d0e3e25301454', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1379, 1331686776, 0, '66.249.71.75', '?topic=39.0', '8: Undefined index: pretty_enable_filters', 'b50c7b5759acb5d1c0b87dbc1c627105', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1380, 1331688136, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1381, 1331688207, 17, '24.254.171.83', '?board=3.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1382, 1331688208, 0, '66.249.71.75', '?board=3.0', '8: Undefined index: pretty_enable_filters', '065e5ac129e03b41b0a34d60eca6bd1e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1383, 1331688338, 17, '24.254.171.83', '?board=3.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1384, 1331688358, 17, '24.254.171.83', '?board=19.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1385, 1331688360, 17, '24.254.171.83', '?topic=21.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1386, 1331688363, 0, '66.249.71.75', '?topic=21.0', '8: Undefined index: pretty_enable_filters', '54ddbcc237d12538308004d77740a8a0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1387, 1331688374, 17, '24.254.171.83', '?board=19.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1388, 1331688464, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1389, 1331688525, 17, '24.254.171.83', '?board=1.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1390, 1331688643, 17, '24.254.171.83', '?topic=42.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1391, 1331688645, 0, '66.249.71.75', '?topic=42.0', '8: Undefined index: pretty_enable_filters', '6636fc2dfd7ae5261db520a5f4f2ad02', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1392, 1331688646, 0, '66.249.71.75', '?topic=42.0', '8: Undefined index: pretty_enable_filters', '5a85febb8ed11d2385ef908892038124', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1393, 1331688734, 17, '24.254.171.83', '?topic=42.msg66', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1394, 1331688735, 0, '66.249.71.75', '?topic=42.msg66', '8: Undefined index: pretty_enable_filters', '77713add62a762940ccc9cf8438e631d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1395, 1331688736, 0, '66.249.71.75', '?topic=42.msg66', '8: Undefined index: pretty_enable_filters', 'c7175065ccd5c393558526248c02b614', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1396, 1331688898, 0, '66.249.71.75', '?topic=38.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '009ff515e73b74e7a2cd93f4c679be56', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1397, 1331689904, 0, '66.249.71.75', '?topic=38.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'e1665616a75b35393069810228947bd5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1398, 1331690941, 1, '76.174.22.129', '?topic=40.msg62;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1399, 1331692639, 0, '66.249.71.75', '?topic=23.msg51;topicseen', '8: Undefined index: pretty_enable_filters', 'e4fe80da8bf69397bb64bb01c7abcc42', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1400, 1331693521, 0, '66.249.71.75', '?topic=25.msg40;topicseen', '8: Undefined index: pretty_enable_filters', '181adc968d5e4ef4eafbcead207db8b2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1401, 1331693691, 0, '200.155.13.165', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'b63cb15eb4c8608a7df3ba8ea113aac6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1402, 1331693693, 0, '200.155.13.165', '?action=facebook', '8: Array to string conversion', 'b63cb15eb4c8608a7df3ba8ea113aac6', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1403, 1331693695, 0, '200.155.13.165', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b63cb15eb4c8608a7df3ba8ea113aac6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1404, 1331693697, 0, '200.155.13.165', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'b63cb15eb4c8608a7df3ba8ea113aac6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1405, 1331693701, 0, '83.219.128.20', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1406, 1331693702, 0, '200.155.13.165', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1407, 1331693704, 0, '200.155.13.165', '?topic=42.msg66;topicseen', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1408, 1331693707, 0, '200.155.13.165', '?topic=21.msg64;topicseen', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1409, 1331693709, 0, '200.155.13.165', '?topic=41.msg63;topicseen', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1410, 1331693711, 0, '200.155.13.165', '?topic=40.msg62;topicseen', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1411, 1331693713, 0, '200.155.13.165', '?topic=39.msg61;topicseen', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1412, 1331693725, 0, '200.155.13.165', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'cb89ee9eb35e397ee7bb07a94bee1f74', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1413, 1331695353, 0, '66.249.71.75', '?topic=40.msg62;topicseen', '8: Undefined index: pretty_enable_filters', '36d3b2828cc73e12a43588f1f3001fef', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1414, 1331695862, 0, '66.249.71.75', '?topic=3.msg3;topicseen', '8: Undefined index: pretty_enable_filters', '7634b37b077243a086b9f885fd9c0de5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1415, 1331696295, 0, '180.76.5.58', '?board=4.0', '8: Undefined index: pretty_enable_filters', '3b3e62ed04dadc14221a62925dc03980', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1416, 1331698026, 0, '66.249.71.75', '?topic=40.0', '8: Undefined index: pretty_enable_filters', '4c923b12a0ab435f4898883f5fc8c8ba', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1417, 1331698497, 0, '66.249.71.75', '?topic=42.msg66;topicseen', '8: Undefined index: pretty_enable_filters', '562df53bd88c27a6259fa36a219ffac4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1418, 1331700406, 0, '66.249.71.75', '?board=1.0', '8: Undefined index: pretty_enable_filters', '79a442df162aa02f852ed503824ab411', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1419, 1331701269, 1, '76.174.22.129', '?topic=40.msg62;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1420, 1331701273, 1, '76.174.22.129', '?topic=41.msg63;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1421, 1331701290, 1, '76.174.22.129', '?topic=21.msg64;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1422, 1331701295, 1, '76.174.22.129', '?topic=42.msg66;topicseen', '8: Undefined index: pretty_enable_filters', '5c15b955ce2330fdc681901a9544b382', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(1423, 1331701732, 0, '66.249.71.75', '?topic=41.msg63;topicseen', '8: Undefined index: pretty_enable_filters', '4a0f89c25d1906ef43f4e2a66346b76d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1424, 1331704324, 0, '66.249.71.75', '?topic=21.msg64;topicseen', '8: Undefined index: pretty_enable_filters', '9e2ee2acbcfa726d81819003db2e2ae4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1425, 1331707143, 0, '180.76.5.64', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'f1197cdb162f72c44809a2260d3fc006', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1426, 1331708485, 0, '66.249.71.75', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '2df36955dedc5fdce18acf0c7b4e7eee', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1427, 1331710135, 0, '66.249.71.75', '?topic=40.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '8f829222f80353f401874e4cddd1e252', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1428, 1331710245, 0, '68.236.189.63', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'fe5852cc924606c1696cf9371b1d5180', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1429, 1331710383, 0, '76.87.67.127', '?board=1.0;sort=subject', '8: Undefined index: pretty_enable_filters', 'ac3d776a355627b5d4a4087fa0d326e5', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1430, 1331710437, 0, '66.249.71.75', '?topic=40.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '3503b2b1355d4d4e4b977199a32f5503', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1431, 1331711606, 0, '66.249.71.75', '?topic=43.msg67;topicseen', '8: Undefined index: pretty_enable_filters', '3266499f6def3a3c3598efc409fbc6ac', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1432, 1331711717, 0, '66.249.71.75', '?topic=36.msg57;topicseen', '8: Undefined index: pretty_enable_filters', 'd430796dd236464d7acb16351d147aa9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1433, 1331714734, 0, '66.249.71.75', '?topic=44.msg68;topicseen', '8: Undefined index: pretty_enable_filters', '9e8772ae62789aa95e852c867cf62d9d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1434, 1331715020, 0, '66.249.71.75', '?topic=38.msg60;topicseen', '8: Undefined index: pretty_enable_filters', 'd44291d01d1e6f476c10a47d930b93e9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1435, 1331715635, 0, '66.249.71.75', '?topic=43.0', '8: Undefined index: pretty_enable_filters', '839b6332cda014c35da3572c33a4356d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1436, 1331715790, 0, '66.249.71.75', '?topic=23.msg54;topicseen', '8: Undefined index: pretty_enable_filters', 'a086f887c8e36d64ccf2fa25db931930', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1437, 1331717761, 0, '180.76.5.50', '?board=15.0;wap2', '8: Undefined index: pretty_enable_filters', 'e33ab380055145a0210eaacc681d51eb', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1438, 1331718623, 0, '66.249.71.75', '?topic=37.msg58;topicseen', '8: Undefined index: pretty_enable_filters', '4cfe1c50d34a16e28bba782d092ba63c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1439, 1331719279, 0, '66.249.71.75', '?topic=44.0', '8: Undefined index: pretty_enable_filters', 'a3c4d5e997a9966a8f92df409b11f4db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1440, 1331720773, 0, '66.249.71.75', '?topic=33.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '6104c296ab8e72aa5659bd1c33b9890c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1441, 1331721126, 0, '66.249.71.75', '?topic=3.0;wap2', '8: Undefined index: pretty_enable_filters', 'a3506f78993eee1ee6fcc15b910aa7e1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1442, 1331721696, 0, '66.249.71.75', '?topic=44.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '6cee6f480a30313dba26c792c34c2f12', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1443, 1331722788, 0, '66.249.71.75', '?topic=33.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '46b254478e40bebca8396df167d39d37', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1444, 1331723088, 0, '66.249.71.75', '?topic=44.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '713f85b7a5eb0b42899281dd3bd0b6a0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1445, 1331723119, 0, '66.249.71.75', '?topic=43.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'd3dc206db71870a74c1715ec97c04282', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1446, 1331723481, 0, '66.249.71.75', '?topic=31.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '2a6b4bb09c1d14e09f22652960cf88a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1447, 1331724122, 0, '66.249.71.75', '?topic=44.0', '8: Undefined index: pretty_enable_filters', '5db474cf7d7106dfa9d7c2ea5e60da34', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1448, 1331724405, 0, '66.249.71.75', '?topic=43.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '69d8b7b7c9e926ec062b300214452f3a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1449, 1331724748, 0, '66.249.71.75', '?topic=36.0', '8: Undefined index: pretty_enable_filters', 'dbd7991ad1fabbb538c89e2befb71e15', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1450, 1331726013, 0, '66.249.71.75', '?topic=41.0', '8: Undefined index: pretty_enable_filters', 'f7d210ed4abbec48f6620320e2ffd875', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1451, 1331726644, 0, '66.249.71.75', '?topic=35.0', '8: Undefined index: pretty_enable_filters', '1d2f02bc467b78900f09ef7f8df00146', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1452, 1331727059, 0, '66.249.71.75', '?topic=37.0', '8: Undefined index: pretty_enable_filters', '199de4ab46d323ee4e83dd69931d1bfa', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1453, 1331727351, 0, '66.249.71.75', '?topic=38.0', '8: Undefined index: pretty_enable_filters', 'e9b862734fc579760af8d504e264e965', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1454, 1331728047, 0, '66.249.71.75', '?topic=39.0', '8: Undefined index: pretty_enable_filters', '8b7aef1e90e1c30b0e60a1f1bf27d809', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1455, 1331728815, 0, '66.249.71.75', '?topic=42.0', '8: Undefined index: pretty_enable_filters', '83985b77de01ee9dce15da4d1c18142c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1456, 1331729217, 0, '66.249.71.75', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '9722ba2c52d1ad11505e611abed5a1d4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1457, 1331729708, 0, '66.249.71.75', '?topic=37.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'f79c0d313d22b614073b331d53322be9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1458, 1331731276, 0, '66.249.71.75', '?topic=37.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'e56419a10cd213caf0cb2e1916261dc1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1459, 1331733935, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '174bf810bfe72e7900fe60e8f095a9ef', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1460, 1331733940, 1, '76.174.22.129', '?topic=40.0', '8: Undefined index: pretty_enable_filters', '174bf810bfe72e7900fe60e8f095a9ef', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1461, 1331733972, 1, '76.174.22.129', '?board=21.0', '8: Undefined index: pretty_enable_filters', '174bf810bfe72e7900fe60e8f095a9ef', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1462, 1331735651, 0, '66.249.71.75', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', 'febeb159cee418634a0c2da0f123c072', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1463, 1331736360, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1464, 1331736373, 15, '78.72.41.222', '?board=21.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1465, 1331736382, 15, '78.72.41.222', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1466, 1331736479, 15, '78.72.41.222', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1467, 1331736482, 0, '66.249.71.75', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', 'c5be997ee18af86903be2630b4aa1ba0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1468, 1331736483, 0, '66.249.71.75', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', '4b2d80912fefb4161385386af6c8245f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1469, 1331737892, 0, '66.249.71.75', '?topic=36.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'de6ffcd1d37fa89dd2f406648ec95fe0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1470, 1331739357, 0, '66.249.71.75', '?topic=35.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '87cd23fb720ca5b8787850deefbbbe2e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1471, 1331739783, 0, '66.249.71.75', '?topic=4.0;wap2', '8: Undefined index: pretty_enable_filters', '8a92cf03998daf1e2e657206a19ad42a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1472, 1331740559, 0, '180.76.5.186', '?topic=12.msg18;topicseen', '8: Undefined index: pretty_enable_filters', 'a6f4e6a4733cf019a2d4bdf0e3b6b406', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1473, 1331742182, 0, '66.249.71.75', '?topic=36.0', '8: Undefined index: pretty_enable_filters', 'e1bc9fb6e573edfaa8a141051c9d7b10', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1474, 1331743077, 0, '65.246.45.12', '?board=21.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1475, 1331743086, 0, '65.246.45.12', '?topic=40.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1476, 1331743117, 0, '65.246.45.12', '?board=21.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1477, 1331743120, 0, '65.246.45.12', '?topic=38.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1478, 1331743157, 0, '65.246.45.12', '?board=1.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1479, 1331743161, 0, '65.246.45.12', '?topic=42.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1480, 1331743225, 0, '65.246.45.12', '?board=1.0', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1481, 1331743418, 0, '65.246.45.12', '?topic=24.msg38', '8: Undefined index: pretty_enable_filters', '2a2dc4c9637e627e0e497c564d56288a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1482, 1331743487, 0, '66.249.71.75', '?topic=36.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '60459cad24a03fae1389cb0dd970154e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1483, 1331743526, 17, '65.246.45.12', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', '737bdc182c7099c7cf35c25dc3f95b1a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1484, 1331743551, 17, '65.246.45.12', '?board=21.0', '8: Undefined index: pretty_enable_filters', '737bdc182c7099c7cf35c25dc3f95b1a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1485, 1331743554, 17, '65.246.45.12', '?topic=44.msg68;topicseen', '8: Undefined index: pretty_enable_filters', '737bdc182c7099c7cf35c25dc3f95b1a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1486, 1331743572, 17, '65.246.45.12', '?topic=21.msg64;topicseen', '8: Undefined index: pretty_enable_filters', '737bdc182c7099c7cf35c25dc3f95b1a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1487, 1331744361, 0, '66.249.71.75', '?topic=42.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '2f75dae9940fd409d1bb2d087e414399', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1488, 1331745144, 0, '66.249.71.75', '?topic=35.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f71e856bd7aa60b750d33ffe01183392', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1489, 1331745256, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1490, 1331745624, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1491, 1331745915, 15, '78.72.41.222', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1492, 1331745919, 0, '66.249.71.75', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '2690b905113d1a6ade5cbbf9c81eb95f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1493, 1331745960, 15, '78.72.41.222', '?topic=45.msg71', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1494, 1331745972, 0, '66.249.71.75', '?topic=45.msg71', '8: Undefined index: pretty_enable_filters', '2c5b04a613e63ec2ae839a9a62982fa5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1495, 1331745974, 0, '66.249.71.75', '?topic=45.msg71', '8: Undefined index: pretty_enable_filters', 'ed016a84781528c368c49a862a1a1a30', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1496, 1331746765, 0, '66.249.71.75', '?topic=5.msg9;topicseen', '8: Undefined index: pretty_enable_filters', '417e8c486cf962b27b02d7952105b544', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1497, 1331747309, 0, '66.249.71.75', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', '01ca701c2af7568cedf6345405fcdcaa', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1498, 1331747535, 0, '66.249.71.75', '?topic=41.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'd5a7e26aa4e3d1418d87135f3689ebd7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1499, 1331747712, 0, '66.249.71.75', '?board=4.0;wap2', '8: Undefined index: pretty_enable_filters', '3c47fbaf9ea610392ea2b919d4c0ae48', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1500, 1331748987, 0, '213.186.119.131', '?topic=4.msg4;topicseen', '8: Undefined index: pretty_enable_filters', '9514ca127c99e941ce5dbe5a70779b02', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1501, 1331750034, 0, '66.249.68.25', '?topic=42.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '93cf1f018927a1dfa75275f61b763f64', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1502, 1331750176, 0, '180.76.5.48', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '12bccaf74915692b228724b901e53e3d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1503, 1331750311, 0, '66.249.68.25', '?board=9.0', '8: Undefined index: pretty_enable_filters', '34b29a98b2c428208dae5e676ac4a433', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1504, 1331750885, 0, '66.249.68.25', '?topic=44.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f12351f544aeaeecf217ef206ec06531', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1505, 1331751435, 0, '66.249.68.25', '?board=7.0', '8: Undefined index: pretty_enable_filters', 'b6d055916e989539a0373156eca49006', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1506, 1331751450, 0, '66.249.68.25', '?topic=5.0', '8: Undefined index: pretty_enable_filters', '918011b3236ac6eaf7614fe528785e4a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1507, 1331751896, 0, '66.249.68.25', '?topic=41.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b6b3c77e12b0cf5b496439379b1687ea', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1508, 1331753171, 0, '66.249.68.25', '?topic=14.0;wap2', '8: Undefined index: pretty_enable_filters', '57c04786b2d11ad63a87d183ae4d49d3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1509, 1331753434, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1510, 1331753448, 15, '78.72.41.222', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1511, 1331753473, 15, '78.72.41.222', '?topic=46.msg72;topicseen', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1512, 1331753476, 0, '66.249.68.25', '?topic=46.msg72;topicseen', '8: Undefined index: pretty_enable_filters', '0ca952d07cf8ea7f5f43097d0bafcd96', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1513, 1331753491, 15, '78.72.41.222', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', '82fd962cc42d410e86110abba388a9a8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1514, 1331753495, 0, '66.249.68.25', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', '6edd6be98af6e35b120a98d5b985df2f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1515, 1331753495, 0, '66.249.68.25', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', 'f3b27d551ecfd2525e0b2fc7b52b44fe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1516, 1331754956, 0, '66.249.68.25', '?topic=45.msg71;topicseen', '8: Undefined index: pretty_enable_filters', '690bb23f9070384c9b92ab6d3a6d48fc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1517, 1331755003, 0, '180.76.5.61', '?topic=19.msg24;topicseen', '8: Undefined index: pretty_enable_filters', 'e16b6ecabde33ae57faaea82ad53e905', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1518, 1331755796, 0, '66.249.68.25', '?topic=47.msg73;topicseen', '8: Undefined index: pretty_enable_filters', '0e4ee51d0099f6eae0e1e1748c2d430d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1519, 1331755823, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1520, 1331755835, 17, '24.254.171.83', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1521, 1331755864, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1522, 1331755868, 17, '24.254.171.83', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1523, 1331755896, 17, '24.254.171.83', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1524, 1331755897, 17, '24.254.171.83', '?board=2.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1525, 1331755907, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1526, 1331755908, 0, '66.249.68.25', '?board=11.0', '8: Undefined index: pretty_enable_filters', '3ce5e2122c23f23b258581802891ac2c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1527, 1331755911, 17, '24.254.171.83', '?topic=46.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1528, 1331755913, 0, '66.249.68.25', '?topic=46.0', '8: Undefined index: pretty_enable_filters', '97bdf648efaaf3a57e9b662d52c98fc8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1529, 1331755914, 0, '66.249.68.25', '?topic=46.0', '8: Undefined index: pretty_enable_filters', '48b396fb386e9a13b75799706bf24a73', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1530, 1331756339, 0, '66.249.68.25', '?topic=46.msg72;topicseen', '8: Undefined index: pretty_enable_filters', '20f1cd3751a05c803c6be802f7cb0eda', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1531, 1331756642, 0, '66.249.68.25', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', 'a1117d53ed8e3f465d94b2e44b7cf27c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1532, 1331756863, 0, '66.249.68.25', '?topic=47.0', '8: Undefined index: pretty_enable_filters', 'd1a514fbd03ad4a97406d47bd1e26a01', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1533, 1331757179, 0, '66.249.68.25', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '431da3146b6243224e6ba3cc974a6b75', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1534, 1331757406, 0, '66.249.68.25', '?topic=46.0', '8: Undefined index: pretty_enable_filters', 'cb570594034ef9ebe0a10719319701a6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1535, 1331761604, 0, '66.249.68.25', '?topic=46.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b836b7e35f21bedc0e04c38941799fe1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1536, 1331762765, 0, '66.249.68.25', '?topic=45.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '98ddfd3a3bc05a724ebeab9fa772d83a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1537, 1331763752, 0, '66.249.68.25', '?topic=47.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'd545cd984dd1863e621cccfba3dc10d5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1538, 1331764417, 0, '180.76.6.35', '?board=8.0;sort=last_post', '8: Undefined index: pretty_enable_filters', 'a546b963a3d3b42ee5f1c182238e8d46', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1539, 1331764502, 0, '66.249.68.25', '?topic=45.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '035490ac1f8ea63e17869e54f60353b5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1540, 1331765254, 0, '66.249.68.25', '?topic=47.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '2fe2e3a6d901641cb97a5bc6dce994f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1541, 1331766052, 0, '66.249.68.25', '?topic=46.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '93c1aa12d3e0efc50c6d44768425d1d8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1542, 1331769167, 0, '180.76.5.52', '?topic=3.msg29;topicseen', '8: Undefined index: pretty_enable_filters', '37c9c6093b29a3d3455521c375744b73', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1543, 1331777350, 0, '66.249.68.25', '?topic=45.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'dffc1ddfce55e4990bf8ab10a4def870', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1544, 1331778598, 0, '66.249.68.25', '?action=facebook', '8: Array to string conversion', '5aa960a00d9376dd778923cced4d6eed', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1545, 1331779665, 1, '76.174.22.129', '?topic=45.msg71;topicseen', '8: Undefined index: pretty_enable_filters', '06aefc1dffc44b16e473979caca95b7b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1546, 1331779842, 1, '76.174.22.129', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', '06aefc1dffc44b16e473979caca95b7b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1547, 1331781523, 0, '66.249.68.25', '?topic=40.msg69;topicseen', '8: Undefined index: pretty_enable_filters', '31f13d1a2c0c5bfe196ac06d39859ae1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1548, 1331783812, 0, '66.249.68.25', '?topic=26.msg41;topicseen', '8: Undefined index: pretty_enable_filters', 'cb4ead0b06d69a21e07816fa85dd3b50', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1549, 1331784229, 0, '180.76.5.87', '?topic=20.msg26;topicseen', '8: Undefined index: pretty_enable_filters', 'a671b497d71d57584b042645f313572b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1550, 1331786526, 0, '66.249.68.25', '?topic=36.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '1c7c17926051e28f3e4862831765586a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1551, 1331788895, 0, '66.249.68.25', '?topic=30.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '2289cc575e588e6cf812079a36caa06f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1552, 1331790719, 0, '66.249.68.25', '?topic=30.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '334fcef6f05530704b37350fbe07523d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1553, 1331791414, 0, '66.249.68.25', '?topic=36.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'ee2e86efdf4e39decc0113ccf3a2c5db', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1554, 1331791575, 0, '77.75.77.17', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', '47fb4282849070daac266f72822910b1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1555, 1331791582, 0, '77.75.77.17', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '359d2cc8a54df2f295b9a1a87852fb79', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1556, 1331791587, 0, '77.75.77.17', '?board=8.0;sort=starter', '8: Undefined index: pretty_enable_filters', 'eeaeb268b3a9c3598424a43cae84fbbc', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1557, 1331791589, 0, '77.75.77.17', '?board=2.0;sort=starter', '8: Undefined index: pretty_enable_filters', 'd3c40772ed40ec182ca875ac0e29b34c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1558, 1331791594, 0, '77.75.77.17', '?board=11.0', '8: Undefined index: pretty_enable_filters', '2cf108405346e97b7ba7bfe29611435a', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1559, 1331791598, 0, '77.75.77.17', '?board=2.0;sort=replies', '8: Undefined index: pretty_enable_filters', '61c2240b731e84c365a7dac383aba994', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1560, 1331791600, 0, '77.75.77.17', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '2a718436c9ad239bcd9b549900a34b3c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1561, 1331791602, 0, '77.75.77.17', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'e1e567f4497fcb2d5dc003fbc44d0ba1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1562, 1331794059, 0, '66.249.68.25', '?topic=25.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'fe9c24c6ac3f6ade3e8545f60bea6362', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1563, 1331794269, 0, '66.249.68.25', '?board=3.0', '8: Undefined index: pretty_enable_filters', '48e0895f7d7b752a2e0654907e7f0801', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1564, 1331794903, 0, '180.76.5.56', '?topic=3.msg32;topicseen', '8: Undefined index: pretty_enable_filters', '2c02bfa5019ca6f3a0627e2bb85df607', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1565, 1331795199, 0, '66.249.68.25', '?topic=25.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f285bc6e214efaff1f536459fe28030f', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1566, 1331796845, 0, '66.249.68.25', '?topic=48.msg74;topicseen', '8: Undefined index: pretty_enable_filters', '8c900b877ff93a6397d3ec7b9b935715', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1567, 1331797529, 0, '66.249.68.25', '?topic=49.msg75;topicseen', '8: Undefined index: pretty_enable_filters', '32f6fba271c4fcce47b6c5bd4002a5ed', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1568, 1331798057, 0, '66.249.68.25', '?topic=48.0', '8: Undefined index: pretty_enable_filters', 'c9d0880314294c949fef8c817114dc90', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1569, 1331798999, 15, '78.72.41.222', '?topic=40.msg70;topicseen', '8: Undefined index: pretty_enable_filters', '537128419121a5fd85f8594db5a3de92', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1570, 1331799032, 15, '78.72.41.222', '?board=11.0', '8: Undefined index: pretty_enable_filters', '537128419121a5fd85f8594db5a3de92', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1571, 1331799056, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '537128419121a5fd85f8594db5a3de92', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1572, 1331799062, 15, '78.72.41.222', '?topic=45.0', '8: Undefined index: pretty_enable_filters', '537128419121a5fd85f8594db5a3de92', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1573, 1331799356, 0, '66.249.68.25', '?topic=49.0', '8: Undefined index: pretty_enable_filters', '66a26a95df9d550541c6377805997f97', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1574, 1331802128, 0, '66.249.68.25', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'cd9b1d4559b564e970280444355cb382', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1575, 1331803354, 0, '66.249.68.25', '?topic=49.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '2a08154ef7f01a94f1c1226082490b96', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1576, 1331804844, 0, '66.249.68.25', '?topic=49.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '770cd8507dc84b197efd04abea9974e7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1577, 1331807043, 0, '98.119.201.143', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'e9119cde0b3454c1ffd1ee17a3e75fe1', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1578, 1331807116, 0, '66.249.68.25', '?topic=48.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '4eb418c51a95a2a646192c61d54c555a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1579, 1331807598, 0, '66.249.68.25', '?topic=48.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '62c07a377bd5cc98d3970dd754b539a3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1580, 1331807598, 0, '107.21.172.94', '?action=facebook', '8: Array to string conversion', '3a0f3ff5df55afe6f82a09e911b797be', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1581, 1331807607, 0, '107.21.172.94', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1582, 1331807619, 0, '107.21.172.94', '?topic=49.msg75;topicseen', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1583, 1331807622, 0, '107.21.172.94', '?topic=48.msg74;topicseen', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1584, 1331807624, 0, '107.21.172.94', '?topic=47.msg73;topicseen', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1585, 1331807626, 0, '107.21.172.94', '?topic=46.msg72;topicseen', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1586, 1331807628, 0, '107.21.172.94', '?topic=45.msg71;topicseen', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1587, 1331807633, 0, '107.21.172.94', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1588, 1331807635, 0, '107.21.172.94', '?board=11.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1589, 1331807637, 0, '107.21.172.94', '?board=1.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1590, 1331807639, 0, '107.21.172.94', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1591, 1331807641, 0, '107.21.172.94', '?board=21.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1592, 1331807649, 0, '107.21.172.94', '?board=8.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1593, 1331807651, 0, '107.21.172.94', '?topic=6.msg36', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1594, 1331807653, 0, '107.21.172.94', '?board=7.0', '8: Undefined index: pretty_enable_filters', '3a0f3ff5df55afe6f82a09e911b797be', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1595, 1331809995, 0, '93.158.147.8', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'a44506b9e32f502baa25282b19af48ec', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1596, 1331809997, 0, '93.158.147.8', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'bd799486f96688d209680d6ba9e5d56e', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1597, 1331809998, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', '0c17cdce842945c77c84cae17c3e2cc2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1598, 1331809999, 0, '93.158.147.8', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '4d6970a5d5ea8f6349d30ebc4c930410', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1599, 1331810000, 0, '93.158.147.8', '?board=2.0', '8: Undefined index: pretty_enable_filters', '3e4d12da307b910f577cd5c54cf17110', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1600, 1331810001, 0, '93.158.147.8', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '2322948b62a8a422f0d919b0f62bc170', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1601, 1331810021, 0, '93.158.147.8', '?wwwRedirect;board=11', '8: Undefined index: pretty_enable_filters', '4eff67f7554c0b80eaef01e98208c687', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1602, 1331810022, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', '844cf9a92fa65e109aa6e02b897c7327', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1603, 1331810023, 0, '93.158.147.8', '?wwwRedirect;board=11', '8: Undefined index: pretty_enable_filters', '4eff67f7554c0b80eaef01e98208c687', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1604, 1331810024, 0, '93.158.147.8', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', '00846021f537c40f8ca56c1c11764da7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1605, 1331810024, 0, '93.158.147.8', '?wwwRedirect;board=2', '8: Undefined index: pretty_enable_filters', '844cf9a92fa65e109aa6e02b897c7327', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1606, 1331810025, 0, '93.158.147.8', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', 'bcfaeb1bdfc489e51f0c615da63e85a7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1607, 1331815936, 0, '66.249.68.25', '?board=1.0;wap2', '8: Undefined index: pretty_enable_filters', '6800eb09a63ad909a0252acc74e2907d', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1608, 1331820041, 0, '66.249.68.25', '?topic=42.0;wap2', '8: Undefined index: pretty_enable_filters', '0771957fe793a43c7b283b86f1566bdb', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1609, 1331821300, 0, '66.249.68.25', '?topic=12.0;wap2', '8: Undefined index: pretty_enable_filters', 'f804667228bbfb8c19cabe9c15d49fd2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1610, 1331821960, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '36d46c5c58c7aa82a4e88686af655d63', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1611, 1331821985, 15, '78.72.41.222', '?topic=3.0', '8: Undefined index: pretty_enable_filters', '36d46c5c58c7aa82a4e88686af655d63', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1612, 1331822381, 0, '180.76.6.36', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'b6afb62ca3ae01f32a5b8c645070d681', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1613, 1331823687, 0, '66.249.68.25', '?topic=23.0;wap2', '8: Undefined index: pretty_enable_filters', 'b1d768f4395506e37433ec201a9fd5f7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1614, 1331825704, 0, '66.249.68.25', '?topic=50.msg76;topicseen', '8: Undefined index: pretty_enable_filters', '8eb0b491681740978413808027419226', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1615, 1331826345, 0, '66.249.68.25', '?topic=51.msg77;topicseen', '8: Undefined index: pretty_enable_filters', 'f3ce802f45c92223ca34cbdeaa5b97f5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1616, 1331827741, 0, '66.249.68.25', '?topic=50.0', '8: Undefined index: pretty_enable_filters', 'b6e47a105b06b463084186bffdc68d93', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1617, 1331828724, 0, '123.125.71.76', '?topic=51.msg77;topicseen', '8: Undefined index: pretty_enable_filters', 'fcf25e37d89046b373fdd77991c995fc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1618, 1331828728, 0, '123.125.71.22', '?topic=50.msg76;topicseen', '8: Undefined index: pretty_enable_filters', '75fb7cea2ae1922dd4b7064a9ed73ba7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1619, 1331828729, 0, '123.125.71.24', '?topic=48.msg74;topicseen', '8: Undefined index: pretty_enable_filters', '2a3c43307b1d61411676ed92aab7d96b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1620, 1331828730, 0, '123.125.71.99', '?board=21.0', '8: Undefined index: pretty_enable_filters', '2436af24d4d413a56d48878bab85b299', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1621, 1331828733, 0, '123.125.71.89', '?topic=47.msg73;topicseen', '8: Undefined index: pretty_enable_filters', '75674a1688beaf57ed495d52f605d267', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1622, 1331828736, 0, '123.125.71.95', '?topic=49.msg75;topicseen', '8: Undefined index: pretty_enable_filters', '1941475afde80288ccf1e7daf505c9a2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1623, 1331829634, 0, '66.249.68.25', '?topic=51.0', '8: Undefined index: pretty_enable_filters', 'a6b677f3dc7a0a255bf37541c839aa2a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1624, 1331829646, 0, '66.249.68.25', '?topic=33.0', '8: Undefined index: pretty_enable_filters', '22433755d5e5d8490a7d594d32c6ee0a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1625, 1331829698, 0, '66.249.68.140', '?topic=33.0', '8: Undefined index: pretty_enable_filters', '4072152b538457493b71118db9e22083', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1626, 1331829988, 0, '213.186.119.131', '?topic=7.msg8;topicseen', '8: Undefined index: pretty_enable_filters', '6c9dee913050e99f6abdca423e369ad6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1627, 1331831192, 0, '77.75.77.11', '?topic=22.msg34', '8: Undefined index: pretty_enable_filters', '1dac6fc8a21c14515cd2714550da8e2a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1628, 1331831201, 0, '77.75.77.11', '?board=2.0;sort=last_post', '8: Undefined index: pretty_enable_filters', '1b07ae2cfdffb7f642426b0da7cc4be2', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1629, 1331832227, 0, '66.249.68.25', '?topic=23.5;wap2', '8: Undefined index: pretty_enable_filters', 'a12da5b067868fd9d9245d2b96e158e0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1630, 1331833734, 0, '66.249.68.25', '?board=5.0', '8: Undefined index: pretty_enable_filters', '061ce86077400b2f3305d05aeb9cefe3', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1631, 1331834560, 0, '66.249.68.25', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'c0eed17adbd453ee9a4466c50acdc690', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1632, 1331834890, 0, '66.249.68.25', '?topic=50.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '68cfbabd9635a13821f354e08f1ad8cc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1633, 1331835860, 4, '108.38.29.165', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1634, 1331835865, 4, '108.38.29.165', '?topic=40.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1635, 1331835868, 0, '66.249.68.25', '?topic=40.0', '8: Undefined index: pretty_enable_filters', 'e832194f56db0f0e55b94f6a97a09342', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1636, 1331835911, 4, '108.38.29.165', '?topic=38.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1637, 1331835968, 4, '108.38.29.165', '?board=8.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1638, 1331835972, 4, '108.38.29.165', '?topic=6.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1639, 1331836034, 4, '108.38.29.165', '?board=13.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1640, 1331836038, 4, '108.38.29.165', '?topic=39.0', '8: Undefined index: pretty_enable_filters', 'b214e84f0f9c067d3468d8af9eedb528', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1641, 1331836222, 0, '66.249.68.25', '?topic=50.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'e9e47a5b176cb5fa7aef90b11e04be75', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1642, 1331836600, 0, '66.249.68.25', '?topic=51.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '79e7940b73199e0f0f051cdcc6d099e7', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1643, 1331836638, 0, '180.76.5.113', '?topic=18.msg31;topicseen', '8: Undefined index: pretty_enable_filters', '3a5d2b7395b39ecda937099c5873abed', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1644, 1331838670, 0, '66.249.68.25', '?topic=51.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'a47eda8076536462593b982bb176f821', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1645, 1331840301, 0, '66.249.68.25', '?topic=23.5', '8: Undefined index: pretty_enable_filters', '2b292c694bfd57ab99c9bc975d36d75e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1646, 1331842395, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1647, 1331842402, 17, '24.254.171.83', '?topic=48.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1648, 1331842404, 0, '66.249.68.25', '?topic=48.0', '8: Undefined index: pretty_enable_filters', '4edee110ee9d05136ce0e5ac8c4fefa3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1649, 1331842404, 0, '66.249.68.25', '?topic=48.0', '8: Undefined index: pretty_enable_filters', 'ca157794221b2461a1c7c28d2cb29c98', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1650, 1331842416, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1651, 1331842422, 17, '24.254.171.83', '?topic=50.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1652, 1331842424, 0, '66.249.68.25', '?topic=50.0', '8: Undefined index: pretty_enable_filters', '575c962a63566ea6398d301d1f2779c0', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1653, 1331842425, 0, '66.249.68.25', '?topic=50.0', '8: Undefined index: pretty_enable_filters', '9d007960a27eafb7e9d3299afe482fbf', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1654, 1331843090, 0, '66.249.68.25', '?topic=23.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'f054c8004c0074d5e45d71b59bff1814', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74);
INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES
(1655, 1331843970, 0, '66.249.68.25', '?topic=23.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '02401ca332a1323c1f521cb038749248', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1656, 1331845092, 0, '66.249.68.25', '?topic=41.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', '3e25f5795d70f45a1ac12f19d17bf9e4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1657, 1331846178, 0, '180.76.5.54', '?topic=23.msg39;topicseen', '8: Undefined index: pretty_enable_filters', '314f278d1f9fd92b2fa4560a053d6e80', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1658, 1331846850, 0, '66.249.68.25', '?topic=41.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'acfab656d55432d21d57d45fa2d0b00c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1659, 1331848249, 0, '66.249.68.25', '?topic=42.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'a9c89fa9124e6ebd1466475e9a2a0840', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1660, 1331851160, 0, '46.17.96.204', '?board=1.0', '8: Undefined index: pretty_enable_filters', '2ee2092b64f73006a23388f32df41753', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1661, 1331851163, 0, '46.17.96.204', '?board=1.0;sort=subject', '8: Undefined index: pretty_enable_filters', '2ee2092b64f73006a23388f32df41753', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1662, 1331851164, 0, '46.17.96.204', '?board=1.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '2ee2092b64f73006a23388f32df41753', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1663, 1331851189, 0, '46.17.96.204', '?board=1.0;sort=replies', '8: Undefined index: pretty_enable_filters', '2ee2092b64f73006a23388f32df41753', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1664, 1331851198, 0, '46.17.96.204', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', '2ee2092b64f73006a23388f32df41753', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1665, 1331852489, 0, '46.17.96.200', '?board=1.0', '8: Undefined index: pretty_enable_filters', '11eb555dcafd65df49b08db514dd5891', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1666, 1331852492, 0, '46.17.96.200', '?board=1.0;sort=subject', '8: Undefined index: pretty_enable_filters', '11eb555dcafd65df49b08db514dd5891', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1667, 1331852493, 0, '46.17.96.200', '?board=1.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '11eb555dcafd65df49b08db514dd5891', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1668, 1331852506, 0, '46.17.96.200', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', '11eb555dcafd65df49b08db514dd5891', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1669, 1331852508, 0, '46.17.96.200', '?board=1.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '11eb555dcafd65df49b08db514dd5891', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1670, 1331853950, 0, '66.249.68.25', '?topic=24.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'b443033f183992f7d495b82ce580a167', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1671, 1331855405, 0, '108.230.221.56', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'b631dd5f71758a0b63c61854838eadda', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1672, 1331855406, 0, '66.249.68.25', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'b631dd5f71758a0b63c61854838eadda', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1673, 1331855418, 0, '108.230.221.56', '?board=21.0', '8: Undefined index: pretty_enable_filters', 'b631dd5f71758a0b63c61854838eadda', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1674, 1331855721, 0, '180.76.5.195', '?topic=25.msg40;topicseen', '8: Undefined index: pretty_enable_filters', 'af089265eb4614332cddba8e0dac96d2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1675, 1331864344, 0, '66.249.68.25', '?topic=24.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '9ffb1518a145560f1b2a4574684fe4fa', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1676, 1331864782, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1677, 1331864790, 17, '24.254.171.83', '?topic=52.0', '8: Undefined index: pretty_enable_filters', '877be306ff937ddc52b03cfd373542de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1678, 1331864791, 0, '66.249.68.25', '?topic=52.0', '8: Undefined index: pretty_enable_filters', '83ea12a7009129e42398f0f19a3feda2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1679, 1331864792, 0, '66.249.68.25', '?topic=52.0', '8: Undefined index: pretty_enable_filters', '24e80f6f3d00910e5e7d4645c9bf43de', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1680, 1331866940, 0, '66.249.68.25', '?topic=42.0;prev_next=next', '8: Undefined index: pretty_enable_filters', '59e29bd1db838bf63fa7402cc321d494', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1681, 1331869625, 0, '180.76.6.230', '?topic=31.msg49;topicseen', '8: Undefined index: pretty_enable_filters', '9c251c24e6a17418c5842330ad2e277c', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1682, 1331869743, 0, '66.249.68.25', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '49ae6c6edf5b3f1ff3b61fceac3f6ce3', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1683, 1331869856, 0, '180.76.6.26', '?board=1.0', '8: Undefined index: pretty_enable_filters', '088243859a11426349982ed39c845d93', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1684, 1331873438, 0, '180.76.5.61', '?topic=3.msg48;topicseen', '8: Undefined index: pretty_enable_filters', 'a8c1d69264a226757d9e6ea1d46399c4', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1685, 1331880982, 0, '69.58.178.58', '?action=facebook', '8: Array to string conversion', 'b2ddf61b4c707cb7676eae04b7458613', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1686, 1331880989, 0, '69.58.178.58', '?topic=22.0', '8: Undefined index: pretty_enable_filters', 'b2ddf61b4c707cb7676eae04b7458613', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1687, 1331881313, 0, '180.76.5.88', '?topic=26.msg41;topicseen', '8: Undefined index: pretty_enable_filters', 'a542fc5a5683ff6da901ae8d169c2c88', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1688, 1331883020, 0, '66.249.68.25', '?board=21.0;wap2', '8: Undefined index: pretty_enable_filters', '97afa60f80aa2bbe0b5e95c0d12a29b5', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1689, 1331884986, 0, '180.76.5.101', '?topic=21.msg33;topicseen', '8: Undefined index: pretty_enable_filters', 'ee85167b415e7d3b54911d9da3befaea', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1690, 1331889050, 0, '180.76.6.28', '?topic=20.msg30;topicseen', '8: Undefined index: pretty_enable_filters', 'c1279540950644cbb31f14b00e0290f6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1691, 1331890115, 0, '66.249.68.25', '?topic=38.0;wap2', '8: Undefined index: pretty_enable_filters', 'dfe041a908d3ab6dd3330cb6227477cc', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1692, 1331890611, 0, '66.249.68.25', '?topic=35.0;wap2', '8: Undefined index: pretty_enable_filters', '4e37d9800f7ba0bc0d4a5f8166f4725d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1693, 1331890918, 0, '66.249.68.25', '?topic=40.0;wap2', '8: Undefined index: pretty_enable_filters', 'db4a35bbffc0942e7d514b1d0d15a330', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1694, 1331896838, 0, '180.76.5.58', '?topic=18.msg28;topicseen', '8: Undefined index: pretty_enable_filters', '7ef7ebf48eaaecdc1cad01655ea8972d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1695, 1331900305, 0, '66.249.68.25', '?topic=35.0', '8: Undefined index: pretty_enable_filters', 'ec0d3981e33b52e60149af77620381b6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1696, 1331903989, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '0a308073327dd3c6dda939cad343cbfe', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1697, 1331904040, 15, '78.72.41.222', '?board=2.0', '8: Undefined index: pretty_enable_filters', '0a308073327dd3c6dda939cad343cbfe', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1698, 1331904217, 0, '66.249.68.25', '?topic=52.msg78;topicseen', '8: Undefined index: pretty_enable_filters', 'db5b2a2b706cee3c89de0163b3a1c873', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1699, 1331904604, 0, '180.76.5.55', '?board=14.0', '8: Undefined index: pretty_enable_filters', '100305264b63e4c8410e921b8efc4a90', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1700, 1331906160, 0, '66.249.68.25', '?board=6.0', '8: Undefined index: pretty_enable_filters', 'd19288b9d1d15ccfc59a819c6941781f', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1701, 1331907735, 0, '76.30.167.171', '?board=1.0', '8: Undefined index: pretty_enable_filters', '7ac4feb3708e1e23110e8b3756622848', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1702, 1331907757, 0, '67.82.81.138', '?board=9.0', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1703, 1331907762, 0, '67.82.81.138', '?board=2.0', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1704, 1331907767, 0, '67.82.81.138', '?board=2.0;sort=subject', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1705, 1331907771, 0, '67.82.81.138', '?board=2.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1706, 1331907772, 0, '67.82.81.138', '?board=2.0;sort=starter', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1707, 1331907777, 0, '66.249.68.25', '?topic=53.msg79;topicseen', '8: Undefined index: pretty_enable_filters', '926683a7460228a58b0cc930a251577b', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1708, 1331907777, 0, '67.82.81.138', '?board=2.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1709, 1331907797, 0, '168.93.175.226', '?board=2.0;sort=replies', '8: Undefined index: pretty_enable_filters', '18169b1814804b6f8b5da036551d5a6c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1710, 1331908099, 0, '180.76.6.223', '?topic=34.msg53;topicseen', '8: Undefined index: pretty_enable_filters', 'ba94a0d1562e98b8a45d76fd6fcb0cc2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1711, 1331908327, 0, '180.76.5.57', '?board=2.0', '8: Undefined index: pretty_enable_filters', '86cc18bb7d8558c0627c4f0a811b7c4c', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1712, 1331908873, 1, '76.174.22.129', '?topic=4.0', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1713, 1331908893, 1, '76.174.22.129', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1714, 1331908949, 1, '76.174.22.129', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1715, 1331909206, 1, '76.174.22.129', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1716, 1331909257, 1, '76.174.22.129', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1717, 1331909285, 1, '76.174.22.129', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', '3692bf5da47d61c41f4ff0778e33530e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1718, 1331909575, 0, '66.249.68.25', '?board=4.0', '8: Undefined index: pretty_enable_filters', 'b123a223e98d700fe04bb8ec15cf37ca', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1719, 1331911607, 0, '180.76.6.37', '?topic=5.msg5;topicseen', '8: Undefined index: pretty_enable_filters', '36e45ff0822d571744e9f088b0b6dd27', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1720, 1331911698, 15, '78.72.41.222', '?topic=54.msg80;topicseen', '8: Undefined index: pretty_enable_filters', '0a308073327dd3c6dda939cad343cbfe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1721, 1331911701, 0, '66.249.68.25', '?topic=54.msg80;topicseen', '8: Undefined index: pretty_enable_filters', 'd725dab25ef6feac23d351c4b857f8e6', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1722, 1331911701, 0, '66.249.68.25', '?topic=54.msg80;topicseen', '8: Undefined index: pretty_enable_filters', '0b409e10c88e4f4345b99a93b415f60a', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1723, 1331911719, 15, '78.72.41.222', '?topic=52.msg78;topicseen', '8: Undefined index: pretty_enable_filters', '0a308073327dd3c6dda939cad343cbfe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1724, 1331911724, 0, '66.249.68.25', '?topic=52.msg78;topicseen', '8: Undefined index: pretty_enable_filters', '648238e2b59c9a12b89f293de60a8201', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1725, 1331911736, 15, '78.72.41.222', '?topic=22.0', '8: Undefined index: pretty_enable_filters', '0a308073327dd3c6dda939cad343cbfe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1726, 1331912109, 0, '66.249.68.25', '?topic=37.msg58;topicseen', '8: Undefined index: pretty_enable_filters', '398dbbd4f06b35f48fe2993e178dfd95', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1727, 1331913412, 0, '66.249.68.25', '?topic=36.msg57;topicseen', '8: Undefined index: pretty_enable_filters', '236bf0a039c02887975cb60d5f034fb9', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1728, 1331915060, 0, '180.76.5.153', '?topic=33.msg52;topicseen', '8: Undefined index: pretty_enable_filters', 'd5777c236d0da865164447ed0d4a15e5', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1729, 1331915536, 0, '66.249.68.25', '?topic=35.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'a308358b9cc46b46a339ffa85ae182da', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1730, 1331916035, 0, '109.230.217.46', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1731, 1331916058, 0, '109.230.217.46', '?board=1.0;sort=subject', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1732, 1331916063, 0, '109.230.217.46', '?board=1.0;sort=subject;desc', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1733, 1331916065, 0, '109.230.217.46', '?board=1.0;sort=starter', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1734, 1331916067, 0, '109.230.217.46', '?board=1.0;sort=starter;desc', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1735, 1331916069, 0, '109.230.217.46', '?board=1.0;sort=replies', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1736, 1331916074, 0, '109.230.217.46', '?board=1.0;sort=replies;desc', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1737, 1331916076, 0, '109.230.217.46', '?board=1.0;sort=views', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1738, 1331916081, 0, '109.230.217.46', '?board=1.0;sort=views;desc', '8: Undefined index: pretty_enable_filters', 'b3922b23bd1b242029fc2df48ff8c5d6', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1739, 1331918657, 0, '66.249.68.25', '?topic=35.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'f9875ac1ac5d0f667ab5d789f25cc457', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1740, 1331922112, 0, '66.249.68.140', '?topic=52.new', '8: Undefined index: pretty_enable_filters', '17dc524ef3092e00f8641425b6f8eab2', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1741, 1331924029, 0, '77.75.77.17', '?topic=7.msg8', '8: Undefined index: pretty_enable_filters', 'e9780d24237db437837a80ba170812fe', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1742, 1331924034, 0, '77.75.77.17', '?topic=19.msg24', '8: Undefined index: pretty_enable_filters', '3d854af7c3798c8e4135ef84ba83e6c1', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1743, 1331925785, 0, '180.76.5.151', '?topic=30.msg45;topicseen', '8: Undefined index: pretty_enable_filters', '4ec820b7e8f6027f1282b79750be593e', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1744, 1331926535, 0, '78.47.43.13', '?topic=4.0', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1745, 1331926537, 0, '78.47.43.13', '?action=facebook', '8: Array to string conversion', 'fc4936413286386cee97471b484ff415', 'general', '/home/supersti/public_html/Sources/Subs-Shoutbox.php', 28),
(1746, 1331926538, 0, '78.47.43.13', '?topic=4.0;prev_next=prev', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1747, 1331926540, 0, '78.47.43.13', '?topic=4.0;prev_next=next', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1748, 1331926542, 0, '78.47.43.13', '?topic=4.msg4', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1749, 1331926544, 0, '78.47.43.13', '?topic=55.msg81;topicseen', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1750, 1331926545, 0, '78.47.43.13', '?topic=54.msg80;topicseen', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1751, 1331926547, 0, '78.47.43.13', '?topic=53.msg79;topicseen', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1752, 1331926549, 0, '78.47.43.13', '?topic=52.msg78;topicseen', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1753, 1331926550, 0, '78.47.43.13', '?topic=51.msg77;topicseen', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1754, 1331926561, 0, '78.47.43.13', '?board=1.0', '8: Undefined index: pretty_enable_filters', 'fc4936413286386cee97471b484ff415', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1755, 1331926663, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'b1610f7022cb8a7b94dae8f379171e64', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1756, 1331926665, 0, '66.249.68.25', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'bc541ba619b0c9992a1d43b68567f842', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1757, 1331928559, 0, '66.249.68.25', '?topic=53.0', '8: Undefined index: pretty_enable_filters', 'c4a62c1bd7d3f7f0104dd7d240b7661d', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1758, 1331929564, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'b1610f7022cb8a7b94dae8f379171e64', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1759, 1331929582, 17, '24.254.171.83', '?board=11.0', '8: Undefined index: pretty_enable_filters', 'b1610f7022cb8a7b94dae8f379171e64', 'undefined_vars', '/home/supersti/public_html/Sources/MessageIndex.php', 50),
(1760, 1331933145, 0, '180.76.5.147', '?topic=27.msg42;topicseen', '8: Undefined index: pretty_enable_filters', 'a9b00f8441eb931695e0cff3c07e7ed8', 'undefined_vars', '/home/supersti/public_html/Sources/Display.php', 74),
(1761, 1331933298, 0, '175.44.12.52', '?board=8.0', '8: Undefined index: pretty_enable_filters', '23de9fcccc8783137faf8e70042de269', 'undefined_vars', '/home/su
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment