-- 
-- Table structure for table `kategori`
-- 
CREATE TABLE `kategori` (
  `id` int(11) NOT NULL auto_increment,
  `adi` longtext NOT NULL,
  `aciklama` longtext NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
-- 
-- Dumping data for table `kategori`
-- 
INSERT INTO `kategori` VALUES (1, 'ddd', 'ds');
INSERT INTO `kategori` VALUES (2, 'u', 'yyy');
-- --------------------------------------------------------
-- 
-- Table structure for table `video`
-- 
CREATE TABLE `video` (
  `id` int(11) NOT NULL auto_increment,
  `kategori` longtext,
  `adi` longtext,
  `aciklama` longtext,
  `resim` longtext,
  `kod` longtext,
  `hit` int(11) default NULL,
  `sure` longtext,
  `tarih` datetime default NULL,
  `vote` int(11) default NULL,
  `voteint` int(11) default NULL,
  `kilit` tinyint(4) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11439 ;
-- 
-- Dumping data for table `video`
-- 
INSERT INTO `video` VALUES (1, '1', 'SHAKIRA LA TORTURA REMIX VIDEO', 'not the regular version of video', 'http://sjc-static2.sjc.youtube.com/vi/S-cdSt7ls48/2.jpg', 'http://www.youtube.com/v/S-cdSt7ls48&autoplay=1', 205, '188', '2007-01-21 06:25:46', 0, 1, 0);
INSERT INTO `video` VALUES (2, '1', 'The Five Time Champs', 'When Brazilians Attack', 'http://sjl-static2.sjl.youtube.com/vi/zeNSbnkIOYw/2.jpg', 'http://www.youtube.com/v/zeNSbnkIOYw&autoplay=1', 11, '274', '2007-01-21 06:33:03', 0, 1, 0);
INSERT INTO `video` VALUES (3, '1', 'ronaldinho dribble', 'the worlds greates player', 'http://sjc-static5.sjc.youtube.com/vi/iAtG6VxOdfg/2.jpg', 'http://www.youtube.com/v/iAtG6VxOdfg&autoplay=1', 2, '26', '2007-01-21 06:33:03', 0, 1, 0);
INSERT INTO `video` VALUES (4, '1', 'Lipomo @ Milan - Barcelona Ronaldhino tricks', 'Watch the number at the start of the video', 'http://sjl-static10.sjl.youtube.com/vi/le-qfWR4OQM/2.jpg', 'http://www.youtube.com/v/le-qfWR4OQM&autoplay=1', 3, '45', '2007-01-21 06:33:04', 0, 1, 0);
INSERT INTO `video` VALUES (5, '1', 'Wolf Futebol Clube - clip 1', 'Wolf FC s soccer clip 1, with "skank - é uma partida de futebol" theme song.', 'http://sjl-static5.sjl.youtube.com/vi/WFqxL_bCmZg/2.jpg', 'http://www.youtube.com/v/WFqxL_bCmZg&autoplay=1', 2, '92', '2007-01-21 06:33:04', 0, 1, 0);
INSERT INTO `video` VALUES (6, '1', 'Barca Toons Campeons 05/06', 'Barcelona Campeons', 'http://sjc-static12.sjc.youtube.com/vi/HmnVEEwtAaw/2.jpg', 'http://www.youtube.com/v/HmnVEEwtAaw&autoplay=1', 3, '62', '2007-01-21 06:33:04', 0, 1, 0);
-- --------------------------------------------------------
-- 
-- Table structure for table `yorum`
-- 
CREATE TABLE `yorum` (
  `id` int(11) NOT NULL auto_increment,
  `vid` int(11) default NULL,
  `yazan` longtext,
  `email` varchar(200) default NULL,
  `yorum` longtext,
  `tarih` datetime default NULL,
  `ip` varchar(50) default NULL,
  `durum` int(4) default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin5 AUTO_INCREMENT=2 ;
-- 
-- Dumping data for table `yorum`
-- 
INSERT INTO `yorum` VALUES (1, 1, 'rr', '22@gmail.com', 'ggg', '2007-10-11 01:35:14', '127.0.0.1', 0);
Bunlar olması lazım...