• 09-02-2009, 19:01:58
    #1
    Mod Linki : NoFollow ALL Links

    İndir: http://custom.simplemachines.org/mod...d=969;id=46775

    Manuel Kurulum:

    ./Sources/Subs.php Dosyasında
    Bul:
    'tag' => 'iurl',
    'type' => 'unparsed_content',
    'content' => '<a href="$1"
    Değiştir:
    'tag' => 'iurl',
    'type' => 'unparsed_content',
    'content' => '<a href="$1" rel="nofollow"

    Bul:

    'tag' => 'iurl',
    'type' => 'unparsed_equals',
    'before' => '<a href="$1"
    Değiştir:
    'tag' => 'iurl',
    'type' => 'unparsed_equals',
    'before' => '<a href="$1" rel="nofollow"
    Bul:
    'tag' => 'url',
    'type' => 'unparsed_content',
    'content' => '<a href="$1"
    Değiştir:
    'tag' => 'url',
    'type' => 'unparsed_content',
    'content' => '<a href="$1" rel="nofollow"
    Bul:
    'tag' => 'url',
    'type' => 'unparsed_equals',
    'before' => '<a href="$1"
    Değiştir:
    'tag' => 'url',
    'type' => 'unparsed_equals',
    'before' => '<a href="$1" rel="nofollow"
  • 09-02-2009, 20:15:31
    #2
    paylaşım için saol uyğıladım