صفحة 1 من 1

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

مرسل: الجمعة مايو 31, 2013 6:16 pm
بواسطة محمود محمد
?????? ????? ? ???? ???? ? ??????

??? ?????? ????? ?????? ?????? ??? "nofollow" ??????? ???????? ? "dofollow" ??????? ???????? ? ????????? ?????? ????? ?????

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

// 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
http://www.phpbbarabia.com/community/vi ... 44&t=36695

??????? ????? ?????? ????? ?????? ?????? ??????? ???????? ?? ??? ????? ??????? ????????? ??????? ? ??? ?? ?????? "?????? ?????"

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

<!-- IF not S_IS_BOT -->
??????? ???????? ?? ??? ????? ??????? ????????? ? ???????
<!-- ENDIF -->
????? ??? - ????? ???? ???? ???? ?????? ???? ??? ????? ?????? http ?? https ??? ??? ????? ?? ???? ??? ??????? ??????? ??? ??????? ?? ????? ?????? https

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

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

*.google.com
??? ??????? ?????? ??????? ? ???????? ??????? ??????? ????? ???

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

mail.google.com
? ????? ?? ????????? ???????

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

?? ?????? ???????? ?????? ???? ????? ??? ???? ??????
#########################

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

مرسل: الاثنين يونيو 03, 2013 7:47 pm
بواسطة محمود محمد
???????? ????? ?? ???? ????? <==(????) :roll: