-- phpMyAdmin SQL Dump
-- version 3.5.8.2
-- http://www.phpmyadmin.net
--
-- Host: mysqlsvr40.world4you.com
-- Erstellungszeit: 13. Feb 2015 um 19:04
-- Server Version: 5.5.39
-- PHP-Version: 5.3.3
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 */;
--
-- Datenbank: `6189746db2`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `iv_news_comment`
--
CREATE TABLE IF NOT EXISTS `iv_news_comment` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`news` int(10) unsigned NOT NULL,
`content` text NOT NULL,
`ip` varchar(15) NOT NULL,
`autor` varchar(32) NOT NULL,
`update_date` int(10) unsigned DEFAULT NULL,
`update_by` int(10) unsigned DEFAULT NULL,
`create_date` int(10) unsigned DEFAULT NULL,
`create_by` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `news` (`news`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `iv_pinnwand_comment`
--
CREATE TABLE IF NOT EXISTS `iv_pinnwand_comment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content_id` varchar(250) NOT NULL,
`content` text NOT NULL,
`autor` varchar(32) NOT NULL,
`create_date` int(10) NOT NULL DEFAULT '0',
`report` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=45 ;
--
-- Daten für Tabelle `iv_pinnwand_comment`
--
INSERT INTO `iv_pinnwand_comment` (`id`, `content_id`, `content`, `autor`, `create_date`, `report`) VALUES
(44, '58', '[b] test', 'BartTotal', 1423842269, 0),
(43, '58', '<img align="center" src="version_2/layout/v2/image/smileys/daumen_hoch.png" /> Ich sterbe es ist 04:42 Uhr <br>Ich bin nicht Müde, hab dafür eine komplette Pinnwand gecodet<br>und den style dazu gemacht.<br>Und langsam weiss ich nicht mehr was ich machen soll <img align="center" src="version_2/layout/v2/image/smileys/lachen.png" />', 'BartTotal', 1423712582, 0),
(39, '61', 'MOD-Molly? ECHT? Cool das du hier bist. :P ', 'BartTotal', 1423701034, 0),
(40, '61', '<img align="center" src="version_2/layout/v2/image/smileys/erstaunt.png" /> ach ja molly warum hast mir den <b>PENIS</b> nicht gelutscht?', 'MOD-Molly', 1423702602, 0),
(41, '61', 'Achja ich hasse alle andern MODS! Darum kommst du immer in den Test-Post von mir vor <img align="center" src="version_2/layout/v2/image/smileys/lachen.png" />', 'BartTotal', 1423708661, 0),
(42, '61', '<img align="center" src="version_2/layout/v2/image/smileys/lachen.png" /> Jaja du elende Schlampe! wir hassen dich also damit mein ich Dreamwalker\n', 'BartTotal', 1423709960, 0);
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `iv_user_data`
--
CREATE TABLE IF NOT EXISTS `iv_user_data` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` tinyint(4) NOT NULL,
`name` varchar(32) NOT NULL,
`pass` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`points` int(255) NOT NULL DEFAULT '0',
`last_login` int(10) unsigned DEFAULT NULL,
`last_refresh` int(10) unsigned DEFAULT NULL,
`last_ip` varchar(15) DEFAULT NULL,
`create_date` int(10) unsigned DEFAULT NULL,
`create_by` int(10) unsigned DEFAULT NULL,
`update_date` int(10) unsigned DEFAULT NULL,
`update_by` int(10) unsigned DEFAULT NULL,
`verifi_code` text NOT NULL,
`verifi` varchar(2) NOT NULL DEFAULT '0',
`pass_code` text NOT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Daten für Tabelle `iv_user_data`
--
INSERT INTO `iv_user_data` (`id`, `type`, `name`, `pass`, `email`, `points`, `last_login`, `last_refresh`, `last_ip`, `create_date`, `create_by`, `update_date`, `update_by`, `verifi_code`, `verifi`, `pass_code`) VALUES
(1, 7, 'BartTotal', '$1$dWoHcAQB$fHYAuQKPdvP1lJgnepCna1', 'support@habbogame.de', 3, 1423850510, NULL, '84.72.91.189', NULL, NULL, 1423850510, 1, '0', '1', '4'),
(2, 0, 'Habboname', '$1$lDo3yikD$pfL2zV07WC8TaDkl4hrdF0', 'Email (Muss bestätigt werden)', 20, NULL, NULL, NULL, 1423360061, 1, NULL, NULL, '83679', '0', ''),
(3, 3, 'Legofan13.', '$1$Bs3rO/VQ$WIIfFmEwCos8SDvE7psPB1', 'Legofan13@hotmail.com', 10, 1423588269, NULL, '78.48.87.125', 1423399972, 1, 1423588269, 1, '', '0', '');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;