tupeu » 10 фев 2008, 18:23
ok, that is great, we`re almost finished
in the sql files we need to make some modifications:
in sql_data.sql
lines 341.350
--
-- Äàìï äàííûõ òàáëèöû `forum_groups`
--
INSERT INTO `forum_groups` VALUES(385, 1, 'Þçåðû', '', 1, 0);
INSERT INTO `forum_groups` VALUES(56, 1, 'Ïðîäâèíóòûå þçåðû', '', 1, 0);
INSERT INTO `forum_groups` VALUES(7, 1, 'Ìîäåðàòîðû', '', 1, 0);
INSERT INTO `forum_groups` VALUES(387, 1, 'Ëè÷åðû', '', 1, 0);
INSERT INTO `forum_groups` VALUES(55, 1, 'Àïëîäåðû', '', 1, 0);
INSERT INTO `forum_groups` VALUES(6, 1, 'Àäìèíèñòðàöèÿ', '', 1, 0);
INSERT INTO `forum_groups` VALUES(386, 1, 'VIP', '', 1, 0);
INSERT INTO `forum_groups` VALUES(1, 1, 'Anonymous', 'Personal User', 1, 0);
INSERT INTO `forum_groups` VALUES(2, 1, 'Admin', 'Personal User', 1, 0);
INSERT INTO `forum_groups` VALUES(126, 1, '', 'Personal User', 1, 0);
lines 442-446
(86, ':sorry:', 'sorry.gif', 'Èçâèíèòå'),
(87, ':hi:', 'hi.gif', 'ïðèâåò'),
(88, ':yay:', 'yay.gif', 'yay'),
(89, ':cake:', 'cake.gif', 'cake'),
(90, ':hbd:', 'hbd.gif', 'ñ äíåì ðîæäåíèÿ'),
line 452
(96, ':thankyou:', 'thankyou.gif', 'ñïàñèáî'),
line 557-562
--
-- Äàìï äàííûõ òàáëèöû `torrents`
--
INSERT INTO `torrents` (`fid`, `info_hash`, `name`, `filename`, `save_as`, `descr`, `category`, `size`, `ctime`, `numfiles`, `comments`, `views`, `hits`, `completed`, `leechers`, `seeders`, `mtime`, `banned`, `owner`, `numratings`, `ratingsum`, `nfo`, `hidden`, `free`, `visible`, `disable_comments`, `ballance`, `flags`) VALUES
(1, 0xeb57fb6b8f3f3471c3b0fc0da20d6a810a39bf60, 'Òåñòîâûé òîððåíò', 'test.txt.torrent', 'test.txt', 'Òåñòîâûé òîððåíò', 1, 4, 1202043131, 1, 0, 1, 0, 0, 0, 1, 1202043131, 0, 1, 0, 0, '', 0, 0, 1, 0, 0, 0);