View Single Post
  #2  
Old 10th July 2008, 07:04
Nafania Nafania is offline
TB Dev SZ Developer
 
Join Date: Feb 2008
Posts: 31
Default Re: database problems
1)
Code:
INSERT INTO `categories` (`id`, `name`, `image`, `torrents_limit`, `anonymous_view`) VALUES
(1, 'Test Category', '', 0, 1);
2)
Code:
INSERT INTO `forum_groups` VALUES(385, 1, 'Users', '', 1, 0);
INSERT INTO `forum_groups` VALUES(56, 1, 'Power Users', '', 1, 0);
INSERT INTO `forum_groups` VALUES(7, 1, 'Moderators', '', 1, 0);
INSERT INTO `forum_groups` VALUES(387, 1, 'Leechers', '', 1, 0);
INSERT INTO `forum_groups` VALUES(55, 1, 'Uploaders', '', 1, 0);
INSERT INTO `forum_groups` VALUES(6, 1, 'Administration', '', 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);
3)
Code:
INSERT INTO `sitelog` (`id`, `added`, `txt`, `log_view_level`) VALUES
(1, 1215633328, '??????? 1 (???????? ?????) ?????? ???????? (??? ?????????? ??? 7 ????)', 0);
I don't know what is it, but i think it's a
Torrent 1 (here_the_torrent_name) was deleted by System (no activity for 7 days)

4) You must set up default language of tracker to english in admin cp and confirmation will be in english (and site log messages too).
Reply With Quote