??? ??? ???? ?? ???????
مرسل: السبت يناير 19, 2008 3:53 pm
???? ?? ?? ???? ???? ???? ?? ???????
??? ???? ????? ????? ?????? ??? ????? ???? ????? ?????? ??? ????? ????? ?? ??????? ???? ??? ??
?????? ?? ??? ?? ???? ???? ????? ????? ???? ????? ?? ???? ????? ?????? ?? ???????? subsilver2 ????? ????? ???? ??? ?? ???? ?????? ??? ?????????? ????? ???? ?????? ?? ??? ???? ??
???? ????? ????
search.php
#
#-----[ FIND ]------------------------------------------
# ~ line number 839
if ($row['display_text_only'])
{
// now find context for the searched words
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
}
else
{
// Second parse bbcode here
if ($row['bbcode_bitfield'])
{
$bbcode->bbcode_second_pass($row['post_text'], $row['bbcode_uid'], $row['bbcode_bitfield']);
}
$row['post_text'] = bbcode_nl2br($row['post_text']);
$row['post_text'] = smiley_text($row['post_text']);
if (!empty($attachments[$row['post_id']]))
{
parse_attachments($forum_id, $row['post_text'], $attachments[$row['post_id']], $update_count);
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
//HotEditor MOD
if ($row['display_text_only'])
{
// now find context for the searched words
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
}
else
{
// Second parse bbcode here
if ($row['bbcode_bitfield'])
{
$bbcode->bbcode_second_pass($row['post_text'], $row['bbcode_uid'], $row['bbcode_bitfield']);
}
$row['post_text'] = bbcode_nl2br($row['post_text']);
$row['post_text'] = smiley_text($row['post_text']);
if (!empty($attachments[$row['post_id']]))
{
parse_attachments($forum_id, $row['post_text'], $attachments[$row['post_id']], $update_count);
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
}
???????? ???? ???? ??? ?? ????
search.php
#
#-----[ FIND ]------------------------------------------
# ~ line number 825
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
#
#-----[ AFTER, ADD ]------------------------------------------
#
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
#
#-----[ FIND ]------------------------------------------
#
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
??? ?? ?? ????
?? ???????? ??????
????? ??? ?????? ?????? ???? ??? ?? ???? ???? ????? ????? ??? ??????????
????? ???? ????? ???? ??? ?????? ???? ??
????? ????? ???? ??? ?? ???? ?? ?????
???? ???? ????? ??? ???? ????? ???? ??? ?? ????? ??? ?????????? ????? ????? ????? ????? ????? ????? ???? ??? ?? ????? ?? ????? ?????? ???? ?????? ???? ?? ????
????? ???? ???? ?????? ????? ????? ?????? ??? ???????? ?? ??? ????? ??
????? ?? ???? ??? ?? ??? ???????? ??? ?????
???? ?? ??? ???? ?? ???? ????? ??? ??? ????? ????? ????? ?? ??? ??????? ??? ????? ??? ???
?? ????? ?? ???? ?? ????????
??? ???? ????? ????? ?????? ??? ????? ???? ????? ?????? ??? ????? ????? ?? ??????? ???? ??? ??
?????? ?? ??? ?? ???? ???? ????? ????? ???? ????? ?? ???? ????? ?????? ?? ???????? subsilver2 ????? ????? ???? ??? ?? ???? ?????? ??? ?????????? ????? ???? ?????? ?? ??? ???? ??
???? ????? ????
search.php
#
#-----[ FIND ]------------------------------------------
# ~ line number 839
if ($row['display_text_only'])
{
// now find context for the searched words
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
}
else
{
// Second parse bbcode here
if ($row['bbcode_bitfield'])
{
$bbcode->bbcode_second_pass($row['post_text'], $row['bbcode_uid'], $row['bbcode_bitfield']);
}
$row['post_text'] = bbcode_nl2br($row['post_text']);
$row['post_text'] = smiley_text($row['post_text']);
if (!empty($attachments[$row['post_id']]))
{
parse_attachments($forum_id, $row['post_text'], $attachments[$row['post_id']], $update_count);
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
//HotEditor MOD
if ($row['display_text_only'])
{
// now find context for the searched words
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
}
else
{
// Second parse bbcode here
if ($row['bbcode_bitfield'])
{
$bbcode->bbcode_second_pass($row['post_text'], $row['bbcode_uid'], $row['bbcode_bitfield']);
}
$row['post_text'] = bbcode_nl2br($row['post_text']);
$row['post_text'] = smiley_text($row['post_text']);
if (!empty($attachments[$row['post_id']]))
{
parse_attachments($forum_id, $row['post_text'], $attachments[$row['post_id']], $update_count);
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
}
???????? ???? ???? ??? ?? ????
search.php
#
#-----[ FIND ]------------------------------------------
# ~ line number 825
$row['post_text'] = get_context($row['post_text'], array_filter(explode('|', $hilit), 'strlen'), $return_chars);
$row['post_text'] = bbcode_nl2br($row['post_text']);
#
#-----[ AFTER, ADD ]------------------------------------------
#
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
#
#-----[ FIND ]------------------------------------------
#
// we only display inline attachments
unset($attachments[$row['post_id']]);
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
//HotEditor MOD
$row['post_text']=BBCodeToHTML($row['post_text']);
??? ?? ?? ????
?? ???????? ??????
????? ??? ?????? ?????? ???? ??? ?? ???? ???? ????? ????? ??? ??????????
????? ???? ????? ???? ??? ?????? ???? ??
????? ????? ???? ??? ?? ???? ?? ?????
???? ???? ????? ??? ???? ????? ???? ??? ?? ????? ??? ?????????? ????? ????? ????? ????? ????? ????? ???? ??? ?? ????? ?? ????? ?????? ???? ?????? ???? ?? ????
????? ???? ???? ?????? ????? ????? ?????? ??? ???????? ?? ??? ????? ??
????? ?? ???? ??? ?? ??? ???????? ??? ?????
???? ?? ??? ???? ?? ???? ????? ??? ??? ????? ????? ????? ?? ??? ??????? ??? ????? ??? ???
?? ????? ?? ???? ?? ????????