-- phpMyAdmin SQL Dump -- version 4.2.12 -- http://www.phpmyadmin.net -- -- Host: rdbms -- Generation Time: Nov 24, 2015 at 07:34 PM -- Server version: 5.5.46-log -- PHP Version: 5.5.29 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: `DB930654` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_content` -- CREATE TABLE IF NOT EXISTS `jos_content` ( `id` int(10) unsigned NOT NULL, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `title_alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Deprecated in Joomla! 3.0', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `sectionid` int(10) unsigned NOT NULL DEFAULT '0', `mask` int(10) unsigned NOT NULL DEFAULT '0', `catid` int(10) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` varchar(5120) NOT NULL, `version` int(10) unsigned NOT NULL DEFAULT '1', `parentid` int(10) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `hits` int(10) unsigned NOT NULL DEFAULT '0', `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.', `language` char(7) NOT NULL COMMENT 'The language code for the article.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.' ) ENGINE=MyISAM AUTO_INCREMENT=758 DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content` -- INSERT INTO `jos_content` (`id`, `asset_id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`) VALUES (757, 889, 'Handball der Spitzenklasse bei WhK', 'handball-der-spitzenklasse-bei-whk', '', '

                            Handball FB

\r\n

Ein Großereignis in Salzgitter wirft seine Schatten voraus. Am 30. Januar 2016 erwartet Euch wieder Handball der Spitzenklasse in Salzgitter in der Sporthalle Amselstieg. Wir helfen Kindern e.V. präsentiert 3 Handballspiele in Topbesetzung; u.a. der SC Magdeburg und Motor Saporoschje ( Champions-League-Teilnehmer) aus der Ukraine. Wir werden für ein "Rundumvergnügen" sorgen und tolle Preise gibt es ebenfalls zu gewinnen. Wir bedanken uns schon mal an dieser Stelle für die sensationelle Unterstützung vieler Freunde und Helfer und freuen uns auf Euch!!! - Ticketverkauf wird ca. am 27. November 2015 starten. Mit Euch wird das ein Fest...100% ig !!! Teilen und weiterleiten nicht nur erlaubt; sondern erwünscht!!! Danke Freunde!!!

\r\n

                     Ticketbestellungen ab sofort unter :  whk-handball@web.de

\r\n

 

\r\n

 

', '', 1, 0, 0, 78, '2015-11-19 20:35:56', 43, '', '2015-11-20 12:26:43', 43, 0, '0000-00-00 00:00:00', '2015-11-19 20:35:56', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","urls_position":"","alternative_readmore":"","article_layout":"","show_publishing_options":"","show_article_options":"","show_urls_images_backend":"","show_urls_images_frontend":""}', 2, 0, 0, '', '', 1, 11, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''); -- -- Indexes for dumped tables -- -- -- Indexes for table `jos_content` -- ALTER TABLE `jos_content` ADD PRIMARY KEY (`id`), ADD KEY `idx_access` (`access`), ADD KEY `idx_checkout` (`checked_out`), ADD KEY `idx_state` (`state`), ADD KEY `idx_catid` (`catid`), ADD KEY `idx_createdby` (`created_by`), ADD KEY `idx_featured_catid` (`featured`,`catid`), ADD KEY `idx_language` (`language`), ADD KEY `idx_xreference` (`xreference`), ADD KEY `publish_up` (`publish_up`), ADD KEY `publish_down` (`publish_down`), ADD KEY `modified_by` (`modified_by`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `jos_content` -- ALTER TABLE `jos_content` MODIFY `id` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=758; /*!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 */;