صفحة 1 من 1

??????? ????? ??? php

مرسل: الجمعة ديسمبر 11, 2009 12:23 pm
بواسطة harede2006
?????? ????? ... :)

?? ??????? ?? ??? php ??? ???? ?????? ???? ?????? ???? ????? php ?

????? ??? ???? ???? Register.php ???? ?? ????? ?? ????? ?? ?? ??? ?????? ?? ???? register.htm ??? ??? ????? ??? ???? Register ?????? ?? ??? Register.php ???? Register.htm

?? ?? ???? phpBB ??? Viewtopic.php ???? viewtopic_body.htm ??? ????? ?????? ??? ?? ????? ????? ?? ???? Viewtopic.php ???? ?????? ???? ... :mrgreen:

????? ???? ... ??? ????????

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 3:57 pm
بواسطة harede2006
?? ???? ?? ??? ?? Smarty Script ?? ??? ?????? ????? ??? ??? ???? ???? :)

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 4:04 pm
بواسطة Garebooo

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 6:58 pm
بواسطة developer.mahmoud
?????? ?????

??? ???? ?? ??????? ( ???????? ???????? ???? ????? Garebooo )

???? ?? ???? ???? ???? register.php ????? ?? ????? ??????? ???????
????

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

phpbb3/viewtopic.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('Title Here');

    $template->set_filenames(array(
        'body' => 'register.html',
    ));

    make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
    page_footer();
?>
????? ?? ?????? ??? ????
register.html
?????? ??? ???? ?????? ?? ????????

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

phpbb3/styles/subsilver2/template/
??? ????? ?????

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

<!-- INCLUDE overall_header.html -->

<h2>Title Here</h2>

<div class="panel">
   <div class="inner"><span class="corners-top"><span></span></span>

   <div class="content">
      <p>
         Content in here, just for test register page ;) .
      </p>
   </div>

   <span class="corners-bottom"><span></span></span></div>
</div>

<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html --> 
???? ????? ???? ????
phpbb3/register.php
??? ???? ???? ??? ?????? ????? ??????? ?????? ???

??????? ?? ????? ???? ?????? ????? ??? ???? ??? ??
register.php

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

page_header('Title Here');
??? ????? ???????? ?????? ??? ???? ???? ?? ??????? ?? ?????
?????? ???? Title Here ??? ?? ???? ??????

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

    $template->set_filenames(array(
        'body' => 'yourpage_body.html',
    ));
??? ???? ??? ?????? ??????? ???? ??? ?????? ????? ???? ??? ??
????? ?????
yourpage_body.html
??? ??? ?????? ??????? ??? ?????? ??
register.html

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

    make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
??? ???? ???? ???????? ??????? ???????
???? ?? ???? ??? ?????? ?????

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

????????? ;)

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 7:09 pm
بواسطة harede2006
????? ???? ???? ?????

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

??? ???? ? phpBB ???? ??? ??? ?? ????? ?? ?? ??? ???? ?? php ?????? ?? ??? ???? ????? site ???? ??? ???? ??????? ????? ?? ????? ???? ???? ???? ??? ?????? Smarty php tempale ???? ??? ????? ?? ??????? ??? ???? ?? ???? ????? ??????? ??? ????? ??? ??? ???? ???? ???? ???? ?????

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 7:26 pm
بواسطة developer.mahmoud
:D ?? ????? ??? ???? ????? ??? ???????
????? ??? ???? ?? ??? ???? ???? ?????? ????? ????? ?? phpbb

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

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

m.php

??? ???????

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

<?php
$title_page   = "Phpbbarabia";
$contain_page = "My Name is: Mahmoud Ashraf";

include ('mm.html');
?>
?????
??? ???? 2 ????
???? ???? ?????? ????
??????? ??? ???? ??? ????
???? ???? ?????? ????? ?????

???? ?? ???? ???? ???????
mm.html
??????? ??? ??????
???? ????

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title><?php echo $title_page ?></title>
</head>

<body>
  <div style="margin:0px auto;border:1px red solid;height:20px; width:200px; padding:10px;">
	  <?php echo $contain_page ?>
  </div>
</body>

</html>
???? ?? ???? ???? ???? ??? ??
m.php
?????? ?? ???? ??????? ?????? ????????? ?????? ???? ????? ??? ???? ??????? ?? ??? ???????
??????? ??? ???? ???? ??? ????? ?? ?????? ???? ?????? ???????

??? ?? ???? ????? ???? ??? ???? ?? ????? ????? ?? ??? ?? ??? ??????? ??? ?? ???? ???? ??
phpbb
???? ?????? ????? ???? ????? ????? ?????? ??? ??????

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 7:28 pm
بواسطة developer.mahmoud
?? ????? ??????? ????? ?????? ?????
???? ?????

http://daif.net/

?????????

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 7:52 pm
بواسطة harede2006
????? ????

??? ????? ???? ????? ??? ?? ?? ?????? ...

???? ????? ?? :mrgreen:

??????? ????? ??? php

مرسل: الجمعة ديسمبر 18, 2009 8:02 pm
بواسطة developer.mahmoud
???? ? ?? ??? ???? ??? :)
???? ????? ????? ???? ??????? ???

????????? ;)