[مجابة] سؤال تخصصي بحت
المشرف: alhitary
[?????] ???? ????? ???
?????? ????? ????? ????
??? ?? ??? ??????? ???? ?????? ?? ??? ???? ??????? ????????
?? posting_body.tpl
?
?? lang_main.php
???? ???? ??? ??????? ?? ??? ??? ??? ?????? ??? ??? ???????
??? ???? ????? X ???? ??? ??? ????? ??? y ????
??? ?? ??? ??????? ???? ?????? ?? ??? ???? ??????? ????????
كود: تحديد الكل
x_help = "{L_BBCODE_X_HELP}";
?
كود: تحديد الكل
$lang['bbcode_x_help'] = "????? ????: [center]text[/center] (alt+x)";
?? lang_main.php
???? ???? ??? ??????? ?? ??? ??? ??? ?????? ??? ??? ???????
??? ???? ????? X ???? ??? ??? ????? ??? y ????
آخر تعديل بواسطة الطالب12 في الخميس مارس 23, 2006 1:40 am، تم التعديل 4 مرات في المجمل.
??? ?? ??????? ??? ?? ??? ?????
???? ???? ???? ?? ????? ?????? ?? ?? ??? ??????
?? ?????
???
?? ?? ????? ?? x ??? ????? ??????
???? ???? ???? ?? ????? ?????? ?? ?? ??? ??????
كود: تحديد الكل
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
كود: تحديد الكل
accesskey="x"
كود: تحديد الكل
accesskey="y"
??? ???? ?? ???
?? ?? ???? ?? ???? ?? ???????? ????? ??????? , ?? ???? ?? ?????? ????
?????? ???? ???? ?? ????? ????? ????????? ?? ????? ????? (??? ??????? ???? )
???? ???? ??? ?? ??? ?? ????? ????? 2
???? ??? ???? ?? ????? ??? ??? :
????? ??? :
?????? ??? ????? ??? ?? ????
???? ??
?? ?? ???? ?? ???? ?? ???????? ????? ??????? , ?? ???? ?? ?????? ????
?????? ???? ???? ?? ????? ????? ????????? ?? ????? ????? (??? ??????? ???? )
???? ???? ??? ?? ??? ?? ????? ????? 2
???? ??? ???? ?? ????? ??? ??? :
كود: تحديد الكل
name="addbbcode18"
كود: تحديد الكل
name="addbbcode20"
???? ??

???? ??? ?????
??? ???? ???? ?? ???? ????? ?????????
???? ?? ??? 100%
??? ????? ???????? ???? ?????? XXX ???? ?????? ???? ?? ???????? ??? ????? ???????:
???? ??? ??? ??????? ?? ?????? XXX ??? ??? ???????
???? ????? ?? ??? ?????? ?

??? ???? ???? ?? ???? ????? ?????????
???? ?? ??? 100%
??? ????? ???????? ???? ?????? XXX ???? ?????? ???? ?? ???????? ??? ????? ???????:
كود: تحديد الكل
[center] XXX[\center]
???? ??? ??? ??????? ?? ?????? XXX ??? ??? ???????
???? ????? ?? ??? ?????? ?

?? ??? ?? ?? ?????
????? ??? ????? ??????
???? ???? ???? ??? ??? ??? ????? ????? ..????
','
#
#-----[???????? ?????? : ]---------------------------------
#
#
bbtags = new Array('','','','','','','[quote]','[/quote]','','
#
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
#
#-----[??? ????? ????? : ]---------------------------------
#
<td><span class="genmed">
<input type="button" class="button" accesskey="x" name="addbbcode18" value=" Center " style="width: 60px" onClick="bbstyle(18)" onMouseOver="helpline('x')" />
</span></td>
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
#
#-----[???????? ?????? : ]---------------------------------
#
<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
#
#
#-----[???? ?? ?????? ??????? : ]---------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
#
#-----[???????? ?????? : ]---------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode22" onChange="bbfontstyle('[size=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
?????? : ??? ????? ????? ?? ?????? ?????? : http://www.phpbbhacks.com
?????? ?????? ..
????? ????? r7aal4ever@hotmail.com[/code]
????? ??? ????? ??????
???? ???? ???? ??? ??? ??? ????? ????? ..????
كود: تحديد الكل
??? ????? ?????? ????? ??? ?????? ???? ????? ???? ??? ??? ?? ??????? ?????? ???????? ?????? ????
( ?????? ??? ??? ???????? ?? ??????? ???? ????? ???????? ????? , ??? ???? ??? ??? ????? ??? ????? ????? ???? )
????? ????? ????? :
#
#-----[ ???? ????? ????? : ]--------------------------------
#
includes/bbcode.php
#
#-----[???? ?? ?????? ??????? : ]---------------------------------
#
// [i] and [/i] for italicizing text.
$text = str_replace("[i:$uid]", $bbcode_tpl['i_open'], $text);
$text = str_replace("[/i:$uid]", $bbcode_tpl['i_close'], $text);
#
#-----[ ??? ????? ????? : ]-------------------------------
#
// [center] and [/center] for centered text.
$text = str_replace("[center:$uid]", $bbcode_tpl['center_open'], $text);
$text = str_replace("[/center:$uid]", $bbcode_tpl['center_close'], $text);
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
// [i] and [/i] for italicizing text.
$text = preg_replace("#\[i\](.*?)\[/i\]#si", "[i:$uid]\\1[/i:$uid]", $text);
#
#-----[??? ????? ????? : ]----------------------------
#
// [center] and [/center] for centered text.
$text = preg_replace("#\[center\](.*?)\[/center\]#si", "[center:$uid]\\1[/center:$uid]", $text);
#
#-----[???? ????? ?????? ??? ????? ?????? ]---------------------------------
#
#
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#
#
#-----[???? ????? ????? : ]---------------------------------
#
posting.php
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
'L_BBCODE_F_HELP' => $lang['bbcode_f_help'],
#
#-----[??? ????? ????? : ]--------------------------------
#
'L_BBCODE_X_HELP' => $lang['bbcode_x_help'],
#
#-----[???? ????? ?????? ??? ????? ?????? ]---------------------------------
#
#
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#
#
#-----[???? ????? ????? : ]---------------------------------
#
templates/subSilver/bbcode.tpl
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
<!-- BEGIN i_close --></span><!-- END i_close -->
#
#-----[??? ????? ????? : ]---------------------------------
#
<!-- BEGIN center_open --><div align="center"><!-- END center_open -->
<!-- BEGIN center_close --></div><!-- END center_close -->
#
#-----[???? ????? ?????? ??? ????? ?????? ]---------------------------------
#
#
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#
#
#-----[???? ????? ????? : ]---------------------------------
#
languages/lang_xxxx/lang_main.php
#
#-----[???? ?? ?????? ??????? : ]---------------------------------
#
$lang['bbcode_f_help'] = "Font size: [size=x-small]small text[/size]";
#
#-----[??? ????? ????? : ]---------------------------------
#
$lang['bbcode_x_help'] = "????? ????: [center]text[/center] (alt+x)";
#
#-----[???? ????? ?????? ??? ????? ?????? ]---------------------------------
#
#
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#----------------------------------------------------------------------------------------
#
#
#-----[???? ????? ????? : ]---------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[??? ????? ????? : ]---------------------------------
#
x_help = "{L_BBCODE_X_HELP}";
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
- ','
- ','
#
#-----[???????? ?????? : ]---------------------------------
#
#
bbtags = new Array('','','','','','','[quote]','[/quote]','
كود: تحديد الكل
','
- ','
- ','
','
');#
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
#
#-----[??? ????? ????? : ]---------------------------------
#
<td><span class="genmed">
<input type="button" class="button" accesskey="x" name="addbbcode18" value=" Center " style="width: 60px" onClick="bbstyle(18)" onMouseOver="helpline('x')" />
</span></td>
#
#-----[ ???? ?? ?????? ??????? : ]---------------------------------
#
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
#
#-----[???????? ?????? : ]---------------------------------
#
<select name="addbbcode20" onChange="bbfontstyle('[color=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')">
#
#
#-----[???? ?? ?????? ??????? : ]---------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
#
#-----[???????? ?????? : ]---------------------------------
#
</select> {L_FONT_SIZE}:<select name="addbbcode22" onChange="bbfontstyle('[size=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">
?????? : ??? ????? ????? ?? ?????? ?????? : http://www.phpbbhacks.com
?????? ?????? ..
????? ????? r7aal4ever@hotmail.com[/code]
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 7 زوار