????? ??? nofollow ??? ??????? ???????? ?????????
مرسل: الجمعة فبراير 12, 2010 3:12 am
?????? ???? ??? ??? ???? ??? ???? ???? ??????? ???????? ???? ??? ????? ???????? (??? ????? ?????? ??????? ???? ????????) ???? ??? nofollow
?? ????? ???? ??? nofollow
????? ???? ??? ????? ????? ????? ???? ???? ??? ?????? ??????? ..
????? ??? ??? ???? ????? ????? ?????? ????? ????? ?? ??? ??????? ???? ???? ????? ???????? ??? ???? ????? ??? ???? ????? ????? ???? ???? ??? ?????? ????? ??????? ???? ????? ?? ?????? ???? ????? ?? ??????? ??? ????? ???????? ???? ???????? ???? ???? ???? ???? ???? ??????? ???????? ???? ????? ????? ????? ???
??? ??? ?????? ??? ????? ????? ???? ?????? ??????
??????? ???? ??? ???? ????? ??? ??? ???? ??? ??? nofollow ??? ?? ????? ?????? ?? ??? ??????? ???? + ???? ??? ??????? ??????? ????? ?????
?? ??? ????? ????? ???? ?????? ?????? ????? ????? ?? ???? ????? ??? ?? ??? ????? ??? ??????? ????? ????? ?????
??? ??????? ?? ??? ????? ??? ?? ??????? ??? ?? ????? ??? ??????? ???? ??? ???????? ??????? ??? ??? ??????? ?? ????? ?? ????? ???? ???? ?? ?????? ????..????? ???????? ????? ????? ????? ????? ?????? ??? ???? ?? ??? ??? ????? ????? ????
???? ??? viewtopic.php
???? ??
??? ????? (???? ???? ???????? ?????? ?????? ????? ????? ????? ?? ?????? ??? ?? ??? ?????? ??????)
??? ???? ?? ????? ???? ??? ??????? ???? ???? nofollow ???? ????? ?? ??????? ????? ????????
???? ??? ?? ???? ????? ??????? ??? ?????? ?????? ????? ????? ???? ????? ???? nofollow ?????? ?? ?? ????


??????? ?? ???
http://www.extra-pc.com/testforum/viewtopic.php?f=3&t=4
????? test
??? : 123456
???? ???? ?????? ?????? ???? ???? ?????? ???? ????? ??? ???? ???? ???? ?? ?????? ??? ???? ???? ??? ?? ??? ?? ????? ???? ???? ??? ?? ??? ??? ??????? ??????? ???? ??????? ?????
http://www.extra-pc.com/testforum/viewtopic.php?f=3&t=4
?????
?? ????? ???? ??? nofollow
????? ???? ??? ????? ????? ????? ???? ???? ??? ?????? ??????? ..
????? ??? ??? ???? ????? ????? ?????? ????? ????? ?? ??? ??????? ???? ???? ????? ???????? ??? ???? ????? ??? ???? ????? ????? ???? ???? ??? ?????? ????? ??????? ???? ????? ?? ?????? ???? ????? ?? ??????? ??? ????? ???????? ???? ???????? ???? ???? ???? ???? ???? ??????? ???????? ???? ????? ????? ????? ???
??? ??? ?????? ??? ????? ????? ???? ?????? ??????
??????? ???? ??? ???? ????? ??? ??? ???? ??? ??? nofollow ??? ?? ????? ?????? ?? ??? ??????? ???? + ???? ??? ??????? ??????? ????? ?????
?? ??? ????? ????? ???? ?????? ?????? ????? ????? ?? ???? ????? ??? ?? ??? ????? ??? ??????? ????? ????? ?????
??? ??????? ?? ??? ????? ??? ?? ??????? ??? ?? ????? ??? ??????? ???? ??? ???????? ??????? ??? ??? ??????? ?? ????? ?? ????? ???? ???? ?? ?????? ????..????? ???????? ????? ????? ????? ????? ?????? ??? ???? ?? ??? ??? ????? ????? ????
???? ??? viewtopic.php
???? ??
كود: تحديد الكل
$message = bbcode_nl2br($message);
$message = smiley_text($message);
??? ????? (???? ???? ???????? ?????? ?????? ????? ????? ????? ?? ?????? ??? ?? ??? ?????? ??????)
كود: تحديد الكل
// BEGIN nofollow
// February 5th, 2010 By Liv Jones
//www.extra-pc.com/vb
// *Custom Variables:
// If your server variable isn't set you may need to replace
// this line with an example such as:
// $home_url=greensboring.com;
$home_url=$_SERVER['HTTP_HOST'];
// *Option Custom Variables:
// ??? ?????? ??? ????? ????? ????? ?? ???? ????? ???? ??? ?????
$short_list=array(
'www.extra-pc.com',
'www.phpbbarabia.com',
'www.phpbb.com',
);
// ????? ????? ???? ??? ?? ???? ????? ???
//?????? ??????? ?????
$follow_fp='disable';
// ************ CHANGE NOTHING BELOW HERE ****************
// Make all the links the same format regardless of url tag
$message = preg_replace('/(a class="postlink" href="(.*?)")/','a href="$2" class="postlink"',$message);
// replace all links with nofollow
$message = preg_replace('/(class="postlink")/','class="postlink" rel="nofollow" onclick="window.open(this.href);return false;"',$message);
// parse out local links to remove nofollow
$message = preg_replace('/(a href="http:\/\/'.$home_url.'(.*?)" class="postlink" rel="nofollow" onclick="window.open\(this.href\)\;return false\;")/','a href="http://'.$home_url.'$2" class="postlink-local"',$message);
// DoFollow on First Post only like a blog
if (($row['post_id'] == $topic_data['topic_first_post_id']) && ($follow_fp != 'disable') && ($user_cache[$poster_id]['posts'] > 3)) {
$message = preg_replace('/(rel="nofollow")/','',$message);
}
// Licensing
$message = preg_replace(base64_decode('LyBHcmVlbnNib3JvIC8='),base64_decode('PGEgaHJlZj0iaHR0cDovL2dyZWVuc2JvcmluZy5jb20vIj4gR3JlZW5zYm9ybyA8L2E+'),$message);
// Optional WhiteList for dofollowing
// (But still open in new window)
foreach($short_list as $sl) {
$message = preg_replace('/(href="http:\/\/'.$sl.'(.*?)" class="postlink" rel="nofollow")/','href="http://'.$sl.'$2" class="postlink" rel="dofollow"',$message);
}
// Parsing Image Sizes
if ($row['post_id'] == $topic_data['topic_first_post_id']) {
$message = preg_replace('/(alt="Image")/','alt="Image" style="max-width:400px;"',$message); } else {
$message = preg_replace('/(alt="Image")/','alt="Image" style="max-width:650px;"',$message); }
// END - nofollow
??? ???? ?? ????? ???? ??? ??????? ???? ???? nofollow ???? ????? ?? ??????? ????? ????????
???? ??? ?? ???? ????? ??????? ??? ?????? ?????? ????? ????? ???? ????? ???? nofollow ?????? ?? ?? ????


??????? ?? ???
http://www.extra-pc.com/testforum/viewtopic.php?f=3&t=4
????? test
??? : 123456
???? ???? ?????? ?????? ???? ???? ?????? ???? ????? ??? ???? ???? ???? ?? ?????? ??? ???? ???? ??? ?? ??? ?? ????? ???? ???? ??? ?? ??? ??? ??????? ??????? ???? ??????? ?????
http://www.extra-pc.com/testforum/viewtopic.php?f=3&t=4
?????