[?????] ????? ???? ???? ???? ??????? ???? ??? ???????
مرسل: الأحد فبراير 28, 2010 1:59 am
?????? ????? ? ???? ????
???? ????? ????? ???? ??? ????? ??????
??? ?????? ????? prosilver se
1-??? ????? ????? ? ?? ????? ?? ???? ??? ???? ??? ?? php ???? ?????? ????? ???? ???? ??????? (???? ???? ??????? ????)
2- ???? ?? ??? ??? ???? ????? ????????? ????? ?????? ???????? ? ?? ??????? ?????? ? ??????? ?? ?????? ? ????? ????? ??????? ??? (??????? ???????? - ??????? - ????? ??????) ? ?? ???? ?????? ???? ??????? ????? (????? ??????? ? ??? ??????? ??????? ? ???? ??????? ?????? GMT)
3- ???? ????? ??? ????????? ?? ?????? ???? ???????.
http://www.edexcel.0ds1.com/community
??? ?? php
???? ????? ????? ???? ??? ????? ??????
??? ?????? ????? prosilver se
1-??? ????? ????? ? ?? ????? ?? ???? ??? ???? ??? ?? php ???? ?????? ????? ???? ???? ??????? (???? ???? ??????? ????)
2- ???? ?? ??? ??? ???? ????? ????????? ????? ?????? ???????? ? ?? ??????? ?????? ? ??????? ?? ?????? ? ????? ????? ??????? ??? (??????? ???????? - ??????? - ????? ??????) ? ?? ???? ?????? ???? ??????? ????? (????? ??????? ? ??? ??????? ??????? ? ???? ??????? ?????? GMT)
3- ???? ????? ??? ????????? ?? ?????? ???? ???????.
http://www.edexcel.0ds1.com/community
??? ?? php
كود: تحديد الكل
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('?????? ????????');
$template->set_filenames(array(
'body' => 'start.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>