صفحة 1 من 1

????? ???? ?????? ???? ????? ??????

مرسل: السبت أغسطس 28, 2010 4:04 am
بواسطة JAWAD94
?????? ????? ????? ???? ..

???? ??? ????? ????? ????? ???? ?????? ???? ????? ?????? 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('??? ??? ????? ???');     
?????? ??? ??? ????? ??? ??? ??? ??? ????? ???? ?????? ?? ?? ????? ??????? ???? ????? ???? ??? ??? ??????? ?? " .php "
?????, ??? ???? ?? ????? ??? ????? viewtopic.php , ?????? ??? ?????:

كود: تحديد الكل

    $user->setup('viewtopic');     
????? ???? ????? ??? ????? ??? ????? :

كود: تحديد الكل

    page_header('????? ??????');     
??? ???? ??????? ?????? ??? ???? ??? ?????? ???? ????? " ????? ?????? " ?????? ??? ????? " About Us " .

???? ??? ???? ????? ??? ????? :

كود: تحديد الكل

    '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']);
    } 
????? aboutus_body.html


?? ?????? ??????? ??? ???? ?????? ??? ?????? ( 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>
?? ???????? " ??????? ??? " ??? ??????? ???? ????? ??????? ?? ?????? About Us

??? ??? ????? ?? ?? ???? ?? ????? ???? ???? ????????

كود: تحديد الكل

             ?? ??????? ???

????? ??????? ????? ?? ????? 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();
    ?>
????? aboutus_body.html :

كود: تحديد الكل

    <!-- 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 :mrgreen:

????? ???? ?????? ???? ????? ??????

مرسل: السبت أغسطس 28, 2010 4:42 am
بواسطة DrAshraf

????? ???? ?????? ???? ????? ??????

مرسل: السبت أغسطس 28, 2010 4:50 am
بواسطة saadi2008
???? ???? ???? ??? JAWAD94 ??? ??? ????? ? ????? ??????

????? ???? ?????? ???? ????? ??????

مرسل: الجمعة أكتوبر 01, 2010 11:58 pm
بواسطة Relawda
???? ????? JAWAD94

????? ???? ?????? ???? ????? ??????

مرسل: الأحد أكتوبر 03, 2010 8:25 pm
بواسطة Relawda
?????? ?????
?? ??? ?????? ???????, ??? ?????? ????? ??? ????? ? ??????.
????.

????? ???? ?????? ???? ????? ??????

مرسل: الخميس أكتوبر 07, 2010 10:28 pm
بواسطة JAWAD94
???? ?? ???? ???? ??????? ???? ????? ??? ?? ????? ?? ???? ??? ???????

?? ????? ??? ????? JAWAD94 ???? ??? ?????? ???????? .. ??? ???? ??????? ???? ???????? ???? ????? ??????? ??

????? ???? ?????? ???? ????? ??????

مرسل: السبت أكتوبر 09, 2010 5:17 pm
بواسطة Relawda
JAWAD94 كتب:???? ?? ???? ???? ??????? ???? ????? ??? ?? ????? ?? ???? ??? ???????

?? ????? ??? ????? JAWAD94 ???? ??? ?????? ???????? .. ??? ???? ??????? ???? ???????? ???? ????? ??????? ??
??? ?????? ??? ?? ?????.

????? ???? ?????? ???? ????? ??????

مرسل: السبت أكتوبر 09, 2010 7:21 pm
بواسطة Dr.Silent
<< ??????? ????? ??? ?????? ^_^

????? ???? ?????? ???? ????? ??????

مرسل: الأحد أكتوبر 10, 2010 8:21 pm
بواسطة Relawda
?????????????