صفحة 23 من 28
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الاثنين إبريل 13, 2009 2:52 am
بواسطة CROssBOW
????? ?? ???? ?????? ????
?????? ?? ???? ?? ??????
??? ???? ????? ????? ???? ???? ?????? ????????? ?????? ??? ????????
??? ???? ????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الخميس إبريل 16, 2009 11:40 pm
بواسطة 1onely
??? ??? ?????
???? ??????? ??? ?? ???? ??? !!
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الاثنين إبريل 20, 2009 11:08 am
بواسطة im2soft
????? ??????? ??? ????? ?????? ?? ?????? ??????? phpbb3.0.4 ??? ?? ?????? ?? ???????? ????? ??
???? ??????
http://im2soft.com/forum/
??? ???????? zajil
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الخميس إبريل 23, 2009 5:17 pm
بواسطة im2soft
????? ???? ????? ?? ??? ???? ?? ??? ?? ????? ??????
[DEV] ???? Almsamim WYSIWYG ?????? ? PHPbb3
مرسل: الجمعة إبريل 24, 2009 9:55 pm
بواسطة obdt
??? ???? ????? ?????? ?????? ??????? ?? ???????? ?? ??? ?????? ????? ????????? ???????? ?? ???? ???????? ???????? ??? ??????? ??? ?? ??????? ???????? ???? ???? ???? ???? ????? ??????? ??? ?? ??????? ???? ??? ????? ?????? (????? ????????? ???????) ????? ??? ?? ??? [right] ?
?????? ?? ????? ??????? ??? ???? ??????.
?????? ???? ??? ?????? ?? ?? ??? ??? ? ??? ??????? ???????? ??? ???? ???? ???? ?? ???? ???? ?? ??? center ?? ???? ?????? ? ????? ???? ???? ????
[/quote]
??? ?????? ???????? ???? ?? ??? ??? ??????? ?????? ? ??????
???? ?? ???? ????? ??? ?????? ?? ???? ???? ????? ????? ??????? ????? ????? ?????? ???? ??? ????? ????
????? ??? ???? ????????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأحد مايو 03, 2009 1:24 pm
بواسطة alilhimam
?????? ?? ???? ??? ?? ???? ???? ???? ???????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأربعاء مايو 13, 2009 8:24 pm
بواسطة النبع الصافي
?? ???? ????? API ???? ?? ?????? BB ???? ???? ??????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الجمعة مايو 22, 2009 10:19 pm
بواسطة mohamed89
????? ????? ?? ?? ????
??? ???? ??? ??? ????????? ???? ???? ????? ???
???? ?????? ?? ?????? ???????? ??? ???
كود: تحديد الكل
if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } // As a pre-caution... some setups display a blank page if the flush() is not there. (empty($config['gzip_compress'])) ? @flush() : @ob_flush(); exit; } /** * Handler for init calls in phpBB. This function is called in user::setup(); * This function supports hooks. */ function phpbb_user_session_handler() { global $phpbb_hook; if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__)) { if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } return; } ?>] : $alt) . '" />'; } ?> function display_smiley_wysiwyg() { global $db, $template, $config; $sql = 'SELECT * FROM ' . SMILIES_TABLE . ' ORDER BY smiley_order'; $result = $db->sql_query($sql, 86400); $smilies = array(); while ($row = $db->sql_fetchrow($result)) { if (empty($smilies[$row['smiley_url']])) { $smilies[$row['smiley_url']] = $row; } } $db->sql_freeresult($result); if (sizeof($smilies)) { foreach ($smilies as $row) { $template->assign_block_vars('smiley_wysiwyg', array( 'SMILEY_CODE' => $row['code'], 'A_SMILEY_CODE' => addslashes($row['code']), 'SMILEY_IMG' => $row['smiley_url'], )); } $template->assign_vars(array( 'SMILEY_PATH' => $config['smilies_path'] . '/', 'SMILEY_TOTAL' => sizeof($smilies), )); } }
???? ??? ???? ????? ???? ????? ????? ??? ??? ?????? ????? ???? ???
كود: تحديد الكل
if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } // As a pre-caution... some setups display a blank page if the flush() is not there. (empty($config['gzip_compress'])) ? @flush() : @ob_flush(); exit; } /** * Handler for init calls in phpBB. This function is called in user::setup(); * This function supports hooks. */ function phpbb_user_session_handler() { global $phpbb_hook; if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__)) { if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } return; } ?>rum_id'] . $params) . $add_anchor; return $url; } ?>] : $alt) . '" />'; } ?> function display_smiley_wysiwyg() { global $db, $template, $config; $sql = 'SELECT * FROM ' . SMILIES_TABLE . ' ORDER BY smiley_order'; $result = $db->sql_query($sql, 86400); $smilies = array(); while ($row = $db->sql_fetchrow($result)) { if (empty($smilies[$row['smiley_url']])) { $smilies[$row['smiley_url']] = $row; } } $db->sql_freeresult($result); if (sizeof($smilies)) { foreach ($smilies as $row) { $template->assign_block_vars('smiley_wysiwyg', array( 'SMILEY_CODE' => $row['code'], 'A_SMILEY_CODE' => addslashes($row['code']), 'SMILEY_IMG' => $row['smiley_url'], )); } $template->assign_vars(array( 'SMILEY_PATH' => $config['smilies_path'] . '/', 'SMILEY_TOTAL' => sizeof($smilies), )); } } ote($username, $quote) { // when using the /e modifier, preg_replace slashes double-quotes but does not // seem to slash anything else $quote = str_replace('\"', '"', $quote); $username = str_replace('\"', '"', $username); // remove newline at the beginning if ($quote == "\n") { $quote = ''; } $quote = (($username) ? str_replace('$1', $username, $this->bbcode_tpl('quote_username_open')) : $this->bbcode_tpl('quote_open')) . $quote; return $quote; } /** * Second parse code tag */ function bbcode_second_pass_code($type, $code) { // when using the /e modifier, preg_replace slashes double-quotes but does not // seem to slash anything else $code = str_replace('\"', '"', $code); switch ($type) { case 'php': // Not the english way, but valid because of hardcoded syntax highlighting if (strpos($code, '
') === 0) { $code = substr($code, 41); } // no break; default: $code = str_replace("\t", ' ', $code); $code = str_replace(' ', ' ', $code); $code = str_replace(' ', ' ', $code); // remove newline at the beginning if (!empty($code) && $code[0] == "\n") { $code = substr($code, 1); } break; } $code = $this->bbcode_tpl('code_open') . $code . $this->bbcode_tpl('code_close'); return $code; } }
?? ?? ????? ????? ?????? ?? ??????? ?? ???? ??????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأحد مايو 24, 2009 9:19 pm
بواسطة alilhimam
????? ???? ?????? ????? ?????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الثلاثاء مايو 26, 2009 9:17 am
بواسطة سبع الهيجا
?????? ?????
?? ???? ??????? ??? ?????? ?????? ??? ???? ????
??????? ???? ???? ???? ?????? ??? ?? ???????? ?????? ( ???????? ???? ???? )
??????? ???? ???? ?? ????? ?? ????? ???????.
??? ???? ?? ??????? ???? ??????? - ???? ?? ??? ??? ????? ???? ??? ???????? ?
???? ?? ??? ??? ??? ??? ( ??? ?? ?????? ???? ??? ??? ????? ?? )?
?? ??? ??? ??????? ????? ( ???? ???????) ???? ??? ??????? ???? ??? ?????? ?
?????? ??? ???? ???? ... 3 ????? ?????? ????.
??? ????????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: السبت مايو 30, 2009 2:15 pm
بواسطة kh_daun
??? ?????? ??? ?? ????? ?? ????? ???? ????? ???? ???? root
?????? ??? ??????? ?? ?? ?????
?? ???? ????? ??????? ?? ???? ????? install.xml
????? ??? ?????? subsilver2.xml ?? prosilver ??? ??? ??????? ????
???? ?? ???? ??? ?????
www.yoursite/phpBB3/install.php
???? ???yoursite/phpBB3/ ????? ??? ??????? ?? ?????
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأحد يونيو 14, 2009 5:59 pm
بواسطة laithwhite
ERROR
You must be logged in as a founder.
?????? ????? ..
??? ??????? ???? ?? ??? ??? ??? install ????? ?????? . ?? ????? ??? ??? ????? ???? ??????? ..
???? ?? ????????? ,,??
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الثلاثاء يونيو 16, 2009 1:00 am
بواسطة saanina
??????? ???? ???? ???? ???? : ?????? ..
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأحد يوليو 12, 2009 4:54 pm
بواسطة w4ss4w
???? ????? ????? ????? ??????????..??? ???? ?????? ?? ?????????? ?????? ?? ????? ?????...? ????? ?? ??????? ???? ???? ??? ???? ????? ??? ????????? ? ??? ?? ????? ? ?????..?? ?????? ???..????..????? ?? ???? ??? ???? ?? ??? ??????? ??? ??? ??? ????? ??? ???????? ????? ????????, ?????? ???? ?? ?????.
[BETA] [????] ???? Almsamim WYSIWYG v0.0.8 ??????
مرسل: الأحد يوليو 12, 2009 8:11 pm
بواسطة مهند قمرة
w4ss4w كتب:???? ????? ????? ????? ??????????..??? ???? ?????? ?? ?????????? ?????? ?? ????? ?????...? ????? ?? ??????? ???? ???? ??? ???? ????? ??? ????????? ? ??? ?? ????? ? ?????..?? ?????? ???..????..????? ?? ???? ??? ???? ?? ??? ??????? ??? ??? ??? ????? ??? ???????? ????? ????????, ?????? ???? ?? ?????.
???? ????????? ???? ???? ????? ???? ??????
??????? ?????? ???? ?? ??????
???? ?? ??? ?????? ???????
??? ??????? ???? ??????? ????????? ????? ????? ???? ??? ?? ????? ??????... ????? ???? ?????? ???? ????? ?? ????? ???????? ??????