صفحة 1 من 2

???? phpbb3 portal ??? ?????? ???????

مرسل: الخميس يناير 31, 2008 4:17 pm
بواسطة rabee2006
???? phpbb3 portal ??? ?????? ???????

??? ?????? ???? phpbb3portal
???????? ???? ???????? ???? ?? ??? ???? ??? ??? ????

????????:
??? ?????? ????? ????? ?? ????? ?????????? ???? ??? ????? ?????????? ?? ??? ????
????? ??????? ????? ???????
????:
http://www.soqorsoft.com/bb

??????? ?? ???
http://soqorsoft.com/bb/viewtopic.php?f ... eaea111df6

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

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

???? phpbb3 portal ??? ?????? ???????

مرسل: الخميس يناير 31, 2008 7:37 pm
بواسطة نصرالدين2
???????? ??? ????? ???? ????.
??? ????? ???? ?????? ???? ??? ???????? :mrgreen:

???? phpbb3 portal ??? ?????? ???????

مرسل: الخميس يناير 31, 2008 8:53 pm
بواسطة rabee2006
???? ??? ???
??? ??? ?????
??? ????? ?????? ???? ??? ?? ???? ??????
???? ?????? ?????

???? phpbb3 portal ??? ?????? ???????

مرسل: الثلاثاء فبراير 05, 2008 1:48 am
بواسطة Mr.Engineer
??? ?????? ????


??? install.xml ?? ?????

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

??? ????? ??? ????? ?????? ?????? ??functions ? ??constants

???? phpbb3 portal ??? ?????? ???????

مرسل: الثلاثاء فبراير 05, 2008 1:56 am
بواسطة amoo3sl
??? ???? ????
???? ?? ?? ???? ??? ??????? ??? ???? ????
????? ????? ???????? ???? ????????? ???? ?????? ????? ??? ?? ??????
?????? ??? ???? ?? ?????? ??? ?????? ???? ???? ? ????? ???????? ???
????

???? phpbb3 portal ??? ?????? ???????

مرسل: الثلاثاء فبراير 05, 2008 6:39 am
بواسطة Mr.Engineer
??? ????? ????? ???? ??? ??? ???????? ???? ????? ??? mzdr ?? ???? ???? ?????? ...

? ?????? ?? ???
http://www.phpbbarabia.com/viewtopic.php?f=43&t=29635


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

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

Open: .htaccess
Find
Tip: This may be a partial find and not the whole line.


<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select All
DirectoryIndex portal.php index.php index.html index.htm
Open: includes/constants.php
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
// Additional tables
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select All
define('PORTAL_CONFIG_TABLE',        $table_prefix . 'portal_config');
Open: includes/functions.php
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
// The following assigns all _common_ variables that may be used at any point in a template.
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select All
    $user->add_lang('mods/lang_portal');
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
'U_PRIVATEMSGS'            => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.


        'U_PORTAL'                => append_sid("{$phpbb_root_path}portal.$phpEx"),
 

???? phpbb3 portal ??? ?????? ???????

مرسل: الثلاثاء فبراير 05, 2008 10:14 pm
بواسطة rabee2006
??? ??? ?????? ????? ?????
?????
Mr.Engineer كتب:??? ?????? ????


??? install.xml ?? ?????

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

??? ????? ??? ????? ?????? ?????? ??functions ? ??constants
???? ???? ???? ?????? ??? ???? ????? ?? ??? ????
Mr.Engineer كتب:??? ????? ????? ???? ??? ??? ???????? ???? ????? ??? mzdr ?? ???? ???? ?????? ...

? ?????? ?? ???
http://www.phpbbarabia.com/viewtopic.php?f=43&t=29635


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

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

Open:?.htaccess
Find
Tip:?This?may?be?a?partial?find?and?not?the?whole?line.


<Files?"common.php">
Order?Allow,Deny
Deny?from?All
</Files>
Add?after
Tip:?Add?these?lines?on?a?new?blank?line?after?the?preceding?line(s)?to?find.

Code:?Select?All
DirectoryIndex?portal.php?index.php?index.html?index.htm
Open:?includes/constants.php
Find
Tip:?This?may?be?a?partial?find?and?not?the?whole?line.

Code:?Select?All
//?Additional?tables
Add?after
Tip:?Add?these?lines?on?a?new?blank?line?after?the?preceding?line(s)?to?find.

Code:?Select?All
define('PORTAL_CONFIG_TABLE',????????$table_prefix?.?'portal_config');
Open:?includes/functions.php
Find
Tip:?This?may?be?a?partial?find?and?not?the?whole?line.

Code:?Select?All
//?The?following?assigns?all?_common_?variables?that?may?be?used?at?any?point?in?a?template.
Add?before
Tip:?Add?these?lines?on?a?new?blank?line?before?the?preceding?line(s)?to?find.

Code:?Select?All
????$user->add_lang('mods/lang_portal');
Find
Tip:?This?may?be?a?partial?find?and?not?the?whole?line.

Code:?Select?All
'U_PRIVATEMSGS'????????????=>?append_sid("{$phpbb_root_path}ucp.$phpEx",?'i=pm&folder=inbox'),
Add?before
Tip:?Add?these?lines?on?a?new?blank?line?before?the?preceding?line(s)?to?find.


????????'U_PORTAL'????????????????=>?append_sid("{$phpbb_root_path}portal.$phpEx"),
?
???? ???? ??? ?? ????? ?? ???? ??????? ??? ?? ???? ????? ??? ??? ??? ??????? ???? 1.1 ??? ??? 1.0
????? ?? ???? ?? ????
amoo3sl كتب:??? ???? ????
???? ?? ?? ???? ??? ??????? ??? ???? ????
????? ????? ???????? ???? ????????? ???? ?????? ????? ??? ?? ??????
?????? ??? ???? ?? ?????? ??? ?????? ???? ???? ? ????? ???????? ???
????
???? ??????? ??????? ????? ????? ???? ????

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

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

???? phpbb3 portal ??? ?????? ???????

مرسل: الأربعاء فبراير 06, 2008 12:18 am
بواسطة الجلادhangman
??? ?? ?????? ??? ?????

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

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

???? phpbb3 portal ??? ?????? ???????

مرسل: الأربعاء فبراير 06, 2008 10:44 pm
بواسطة rabee2006
??? ???? ????? ???????
http://www.phpbb3portal.com


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

???? phpbb3 portal ??? ?????? ???????

مرسل: الخميس فبراير 07, 2008 4:06 am
بواسطة ayman rock
???? ????? ????? ????? ????? ???? ?? ????? ??? ????? ????????

???? phpbb3 portal ??? ?????? ???????

مرسل: الخميس فبراير 07, 2008 5:08 pm
بواسطة rabee2006
??? ??????
???? ????? ????? ??????? ?? ??? ??????? ???????
???? ???? ???? ??????? ?? ??? ?????

???? phpbb3 portal ??? ?????? ???????

مرسل: السبت فبراير 09, 2008 5:32 pm
بواسطة بدووي
????? ??????

????? ??????


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

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

:lol:

???? phpbb3 portal ??? ?????? ???????

مرسل: السبت فبراير 09, 2008 10:09 pm
بواسطة rabee2006
???? ?????

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

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

???? phpbb3 portal ??? ?????? ???????

مرسل: الأحد فبراير 10, 2008 2:00 pm
بواسطة yesno
??? ??? ?????? ???????? ??? ???? ?????
?? ???? ???? ??? ?????? subsilver2 ??? ?????? ?? ??????????

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

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

??????

http://yesno.edafa.info/bb/" onclick="window.open(this.href);return false;

???? phpbb3 portal ??? ?????? ???????

مرسل: الأحد فبراير 10, 2008 3:36 pm
بواسطة rabee2006
??? ??? ?????? ????? ????

???? ??? ??????? ?? ??? ???????? ??????? ???? ??????? utf - 8

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

http://soqorsoft.com/bb/viewtopic.php?f ... 3bf08e2b05" onclick="window.open(this.href);return false;

??? ??? ??? ???? ??? ?????????? ????????
?? ??? ?? ??? ???? ????????? ??????? ??????????
????? ????????? ?? ??? template ?? ?? subsilver
???? ?? ???? ??? ????? ??? ???? ???? ??? ???? ????????? ????

????? ?? ???

http://soqorsoft.com/bb/viewtopic.php?f ... e2b05#p204" onclick="window.open(this.href);return false;

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