???? ?? ??? ???????? : ?? ???? ????? ??? ?????? ????? ??????
مرسل: الأربعاء إبريل 29, 2009 1:00 am
				
				???? ???? : 
???? ?????? ??? ??? ???????? ???? ???????? ?? ?????? ??? ?? ??? ?????? ?? ???? ?????? ???????
???? ???? ????? ??? ????? ????????
??? ?????? ?? ?????? ?????? ?? ??????
???? ???? ????? ????????
??????? ??????? :
??????? ???????? ?? ??????? ?????? ?????? : 
???? ????????
??????
			???? ?????? ??? ??? ???????? ???? ???????? ?? ?????? ??? ?? ??? ?????? ?? ???? ?????? ???????
???? ???? ????? ??? ????? ????????
??? ?????? ?? ?????? ?????? ?? ??????
???? ???? ????? ????????
??????? ??????? :
كود: تحديد الكل
CREATE TABLE `phpbb_showtype` (
  `show_id` tinyint(4) NOT NULL auto_increment,
  `show_type` varchar(100) collate utf8_bin NOT NULL default '',
  `showtype_name` varchar(255) collate utf8_bin NOT NULL default '',
  PRIMARY KEY  (`show_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=3 ;
INSERT INTO `phpbb_showtype` VALUES (1, 'topic_id', '??? ?????');
INSERT INTO `phpbb_showtype` VALUES (2, 'topic_last_post_time', '??? ??????');
INSERT INTO `phpbb_config` VALUES ('limitposts', '3', 0);
INSERT INTO `phpbb_config` VALUES ('extraforum', '1,3', 0);
INSERT INTO `phpbb_config` VALUES ('disabled_latest', '1', 0);
INSERT INTO `phpbb_config` VALUES ('showfirstposter', '1', 0);
INSERT INTO `phpbb_config` VALUES ('showlastposter', '1', 0);
INSERT INTO `phpbb_config` VALUES ('shownumposts', '1', 0);
INSERT INTO `phpbb_config` VALUES ('showicons', '1', 0);
INSERT INTO `phpbb_config` VALUES ('orderby', 'topic_last_post_time', 0);    
    كود: تحديد الكل
INSERT INTO phpbb_config (config_name, config_value) VALUES ('limit_alt', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('no_show_alt', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('show_nr_alt', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('show_wr_alt', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('target_alt', '_blank');
??????