????? ???? ?????? ???? ????? ??????
مرسل: السبت أغسطس 28, 2010 4:04 am
?????? ????? ????? ???? ..
???? ??? ????? ????? ????? ???? ?????? ???? ????? ?????? phpBB . ???? ??? ?????? ???? ?? ???? ??? ???? ?????? ???? ???? ?????? ?? ????? ??????? ,, ????? ??????? ??? ?? ??? ???? ??? ????? ????? ?? ????? .
?????? ?????
????? aboutus.php
????? ????? ????? aboutus.php , ???? ??? ???? ?? ???? ?? ?????? ?? ???? ??? <?php ?? ??? ?>
?????, ??? ????? ???? ????? ????? ??? ?????? . ???? ????? ?????? ???? ?? ?????? ???? ?????.
?????, ?? ??????? ????? ? ??? ?????? . ??? ???? ???
?????? ??????? ?? ??? ???? ?????? ?? ????? ???? ??? ?? ?????? , ??? ??? ??? ????? :
??? ??? :
?????? ??? ??? ????? ??? ??? ??? ??? ????? ???? ?????? ?? ?? ????? ??????? ???? ????? ???? ??? ??? ??????? ?? " .php "
?????, ??? ???? ?? ????? ??? ????? viewtopic.php , ?????? ??? ?????:
????? ???? ????? ??? ????? ??? ????? :
??? ???? ??????? ?????? ??? ???? ??? ?????? ???? ????? " ????? ?????? " ?????? ??? ????? " About Us " .
???? ??? ???? ????? ??? ????? :
??? ???? ??? ???? ??? ??? ???? ???? ??????? . ???? ??????? phpBB ???? ???? ???? ?????? ??????? ( ?? ???? ????? PHP ) ?? ??????? ??????? ( ??????? , ????? , ???????? , ???..) ???????? ( ?? ????? ??? HTML ? ??? CSS ) ??? ???? ????? " yourpage_body.html " ??? ????? ???? ??? HTML ???? ???? ???????? ?????? ??? ????? " aboutus_body.html " ????? ???? ?? ??????? ?? ????? ??? ????? " aboutus.php " ?? ???? ???? ??? ?????? PHP
????? ??????
??? ???? ??? ?????? ??? ??? ?????? ?? ??? ??????? ??? ???? ?? ??????? ?? ??? aboutus.php :
??? ??? ????? ???? :
????? aboutus_body.html
?? ?????? ??????? ??? ???? ?????? ??? ?????? ( HTML ) ???? ????? ???????? ??????? ????? aboutus.php .
???? ?? ???? ??? ????? ??? ?????? ?????? ???? ?????? :
??? ??????? ???? ?????? . ?????? ??????? ?? ?????? ??????? ?? ???? ?????? , ?? ?????? ??? ????? ??? :
?? ???????? " ??????? ??? " ??? ??????? ???? ????? ??????? ?? ?????? About Us
??? ??? ????? ?? ?? ???? ?? ????? ???? ???? ????????
????? ??????? ????? ?? ????? HTML ?? CSS ?????? ( ??? ??? ??? ???? ???? HTML ?? CSS ??? ????? ??????? ???????? . ??????? ?????? ???? ?????? ?? ???? ?????? The W3Schools )
??? ???? ???? ????? ?? ?????? ?????? .
?????? ???? ?? ?????? :
??? ?????? ????????? ???????? ??????? ???? ???? ??? :
????? aboutus.php
????? aboutus_body.html :
??????? ???????
???? , ????? ???? ??? ??????? " aboutus_body.html " ?? ????? ??? ???????? styles/your style name here/template/
??? ???? ????? aboutus.php ??? ???????? ??????? ??????? ?? ??? ??? ?? ??? ?????? ??????? ??????? ( faq.php, viewforum.php, viewtopic.php ??? )
???? ???? ??? ??? ?????? ???? ???????? ???? ??? ???? ?????? ?? ?????? ????? ?????? aboutus.php ??? ??????? UTF-8 ???? ??? ???? ??????? ??????? ??? ??? ????? ????? ????? .
??????? ???? ??? ?????? ??? ??? ????? ???? ??? ???????? http://www.example.com/the-place-where- ... boutus.php
?? ????? ????
phpBB Arabia
???? ??? ????? ????? ????? ???? ?????? ???? ????? ?????? phpBB . ???? ??? ?????? ???? ?? ???? ??? ???? ?????? ???? ???? ?????? ?? ????? ??????? ,, ????? ??????? ??? ?? ??? ???? ??? ????? ????? ?? ????? .
?????? ?????

????? aboutus.php
????? ????? ????? aboutus.php , ???? ??? ???? ?? ???? ?? ?????? ?? ???? ??? <?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' => 'yourpage_body.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>

?????? ??????? ?? ??? ???? ?????? ?? ????? ???? ??? ?? ?????? , ??? ??? ??? ????? :
كود: تحديد الكل
$user->setup();
كود: تحديد الكل
$user->setup('??? ??? ????? ???');
?????, ??? ???? ?? ????? ??? ????? viewtopic.php , ?????? ??? ?????:
كود: تحديد الكل
$user->setup('viewtopic');
كود: تحديد الكل
page_header('????? ??????');
???? ??? ???? ????? ??? ????? :
كود: تحديد الكل
'body' => 'yourpage_body.html',
??? ???? ??? ???? ??? ??? ???? ???? ??????? . ???? ??????? phpBB ???? ???? ???? ?????? ??????? ( ?? ???? ????? PHP ) ?? ??????? ??????? ( ??????? , ????? , ???????? , ???..) ???????? ( ?? ????? ??? HTML ? ??? CSS ) ??? ???? ????? " yourpage_body.html " ??? ????? ???? ??? HTML ???? ???? ???????? ?????? ??? ????? " aboutus_body.html " ????? ???? ?? ??????? ?? ????? ??? ????? " aboutus.php " ?? ???? ???? ??? ?????? PHP
????? ??????
??? ???? ??? ?????? ??? ??? ?????? ?? ??? ??????? ??? ???? ?? ??????? ?? ??? aboutus.php :
كود: تحديد الكل
$user->setup();
كود: تحديد الكل
if ($user->data['user_id'] == ANONYMOUS)
{
login_box('', $user->lang['LOGIN']);
}
?? ?????? ??????? ??? ???? ?????? ??? ?????? ( HTML ) ???? ????? ???????? ??????? ????? aboutus.php .
???? ?? ???? ??? ????? ??? ?????? ?????? ???? ?????? :
كود: تحديد الكل
<!-- INCLUDE overall_header.html -->
<h2>??????? ???</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
?? ??????? ???
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->
كود: تحديد الكل
<h2>??????? ???</h2>
??? ??? ????? ?? ?? ???? ?? ????? ???? ???? ????????
كود: تحديد الكل
?? ??????? ???
????? ??????? ????? ?? ????? HTML ?? CSS ?????? ( ??? ??? ??? ???? ???? HTML ?? CSS ??? ????? ??????? ???????? . ??????? ?????? ???? ?????? ?? ???? ?????? The W3Schools )
??? ???? ???? ????? ?? ?????? ?????? .
كود: تحديد الكل
??? ??? ?? phpBB Arabia ???? ?? ???? ????? ?????? ?? ????? ??? ???????? .
????? ??????? :
<ul>
<li>??? ???? ???? ???????</li>
<li>????? ??????? ??????? ?? ??? ????????</li>
<li>??????? ?????? ??????? ?? ???? ?????? ??? ???? ?????? ??????</li>
</ul>
??? ?????? ????????? ???????? ??????? ???? ???? ??? :
????? aboutus.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('About Us');
$template->set_filenames(array(
'body' => 'aboutus_body.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>
كود: تحديد الكل
<!-- INCLUDE overall_header.html -->
<h2>About Us</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p>
??? ??? ?? phpBB Arabia ???? ?? ???? ????? ?????? ?? ????? ??? ???????? .
????? ??????? :
<ul>
<li>??? ???? ???? ???????</li>
<li>????? ??????? ??????? ?? ??? ????????</li>
<li>??????? ?????? ??????? ?? ???? ?????? ??? ???? ?????? ??????</li>
</ul>
</p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->
???? , ????? ???? ??? ??????? " aboutus_body.html " ?? ????? ??? ???????? styles/your style name here/template/
??? ???? ????? aboutus.php ??? ???????? ??????? ??????? ?? ??? ??? ?? ??? ?????? ??????? ??????? ( faq.php, viewforum.php, viewtopic.php ??? )
???? ???? ??? ??? ?????? ???? ???????? ???? ??? ???? ?????? ?? ?????? ????? ?????? aboutus.php ??? ??????? UTF-8 ???? ??? ???? ??????? ??????? ??? ??? ????? ????? ????? .
??????? ???? ??? ?????? ??? ??? ????? ???? ??? ???????? http://www.example.com/the-place-where- ... boutus.php
?? ????? ????
phpBB Arabia
