Kurulumda sorun yaşayanlar için;

sql dosyasındaki config tablosu aşağıdaki gibi olmalı

INSERT INTO `config` (`configid`, `name`, `value`) VALUES
(1, 'site_title', 'ClipBucket Lite'),
(2, 'site_slogan', 'A way to broadcast yourself'),
(3, 'baseurl', 'http://localhost/video'),
(4, 'basedir', 'C:/AppServ/www/video'),
(5, 'template_dir', 'youtube'),
(6, 'player_file', 'youtube.swf'),
(7, 'closed', '0'),
(8, 'closed_msg', 'We Are Updating Our Website, Please Visit us after few hours.'),
(9, 'description', 'Clip Bucket is an ultimate Video Sharing script'),
(10, 'keywords', 'clip bucket video sharing website script'),
(11, 'ffmpegpath', '/usr/local/bin/ffmpeg'),
(12, 'flvpath', '/usr/local/bin/flvtool2'),
(13, 'whatis', '<p>ClipBucket is the home for video online:</p>\r\n \r\n <ul><li><strong>Watch</strong> millions of videos</li><li><strong>Share favorites</strong> with friends and family</li><li><strong>Connect with other users</strong> who share your interests</li><li><strong>Upload your videos</strong> to a worldwide audience</li></ul>\r\n<h3>Sign up now to join the ClipBucket community!</h3>'),
(14, 'vbrate', '800'),
(15, 'srate', '22050'),
(16, 'r_height', '320'),
(17, 'r_width', '240'),
(18, 'resize', 'yes'),
(19, 'mencoderpath', '/usr/local/bin/mencoder'),
(20, 'keep_original', '1'),
(21, 'activation', '0'),
(22, 'mplayerpath', '/usr/local/bin/mplayer'),
(23, 'email_verification', '1'),
(24, 'allow_registeration', '1'),
(25, 'php_path', '/usr/local/bin/php'),
(26, 'videos_list_per_page', '12'),
(27, 'channels_list_per_page', '12'),
(28, 'videos_list_per_tab', '12'),
(29, 'channels_list_per_tab', '12'),
(30, 'video_comments', '1'),
(31, 'video_rating', '1'),
(32, 'comment_rating', '1'),
(33, 'video_download', '1'),
(34, 'video_embed', '1'),
(35, 'groups_list_per_page', '15'),
(36, 'seo', 'no'),
(37, 'admin_pages', '20'),
(38, 'search_list_per_page', '5'),
(39, 'recently_viewed_limit', '12'),
(40, 'max_upload_size', '100');

Kalın yazı ile işaretlediğim yerleri kendinize göre ayarlamanız gerekmekte