Geri git   CurcunaForum.Org > Webmaster - Grafik - Tasarım > Web Dizayn
Kayıt ol Yardım Topluluk

Web Dizayn Web dizayn bölümü.

Yeni Konu aç  Cevapla
 
LinkBack Seçenekler Stil
Alt 03-01-2007   #1
Profil
Üye
 
Counter-Strike - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: Feb 2007
Bulunduğu yer: CeSetLer DiYaRI
Yaş: 34
Mesajlar: 188
Üye No: 13

Seviye: 12 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Canlılık: 0 / 294
Çekicilik: 62 / 15567
Tecrübe: 76

Teşekkür

Teşekkürler: 0
0 Mesajina 0 Tesekkür Aldi
Rep
Rep Puanı : 54
Rep Gücü : 19
İtibar :
Counter-Strike will become famous soon enough
19 WBB'nize SEO kurun google daha çabuk indexlesin

Şimdi bu düzenlemeyle ne olacak diyenler olacaktır.bu düzenleme sitenizdeki fast_index eklentisinden daha farklı olarak sitenizdeki php linkleri htm ve html olarak değiştirecektir.bu sayede siteniz google tarafından daha fazla indexlenebilecektir.

örnek olarak :
http://www.siteadi.com/board.php?boardid=28 bu linkiniz bu eklentiden sonra
http://www.siteadi.com/forum28.html olarak görünecektir.bunun ne kadar faydası olacağını googlede yer aldıktan sonra daha çabuk anlayacaksınız.



bunları yapmadan önce mutlaka yedek alın.aksi durumda sorumluluk tamamen size ait.tarafımdan denenmiştir..


W00tMeetsGoogle Hack

Sadece WBB 2.3.X için geçerlidir:

Düzenlenecek Dosyalar:
index_boardbit(.tpl)
index_useronline(.tpl)
memberslist_username(.tpl)
board_threadbit(.tpl)
thread_postbit(.tpl)
team_userbit(.tpl)
navbar_board(.tpl)
profile(.tpl)

Gerekenler:
.htaccess


Forum klasöründe .htaccess oluşturun varsa mevcut olan içine alttaki kodları ekleyin.

Kod:
# W00tMeetsGoogle 0.3a WBB Rewrite Hack: AnfangRewriteEngine onRewriteRule thema(.*)\.htm(.*)$ thread.php?threadid=$1&sid=$2RewriteRule forum(.*)\.html(.*)$ board.php?boardid=$1&sid=$2RewriteRule beitrag(.*)\.htm(.*)$ thread.php?postid=$1&sid=$2RewriteRule lastposter(.*)\.htm(.*)$ profile.php?userid=$1&sid=$2RewriteRule profil(.*)\.htm(.*)$ profile.php?userid=$1&sid=$2RewriteRule mitglied(.*)\.htm(.*)$ profile.php?userid=$1&sid=$2RewriteRule teammitglied(.*)\.htm(.*)$ profile.php?userid=$1&sid=$2# W00tMeetsGoogle 0.3a WBB Rewrite Hack: Ende

# ACP ye gir. Template index_boardbit aç:

# Ara :

Kod:
board.php?boardid=$boards[boardid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
forum$boards[boardid].html<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# Ara :

Kod:
board.php?boardid=$boards[boardid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
forum$boards[boardid].html<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# Ara:

Kod:
board.php?boardid=$boards[boardid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
forum$boards[boardid].html<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# Ara:

Kod:
profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
lastposter$boards[lastposterid].htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# Ara :

Kod:
profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
lastposter$boards[lastposterid].htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template navbar_board aç:

# Ara:

Kod:
board.php?boardid=$board[boardid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
forum$board[boardid].html<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template board_threadbit aç:

# Ara :

Kod:
thread.php?threadid=$threads[threadid]<if($search[searchstring])><then>&amp;hilight=$search[searchstring]</then></if><if($search[searchuserid])><then>&amp;hilightuser=$search[searchuserid]</then></if>{$SID_ARG_2ND}
# Bununla değiştir :

Kod:
thema$threads[threadid].htm<if($search[searchstring])><then>&amp;hilight=$search[searchstring]</then></if><if($search[searchuserid])><then>&amp;hilightuser=$search[searchuserid]</then></if><if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template profile aç:

# Ara :

Kod:
thread.php?postid=$lastpost[postid]{$SID_ARG_2ND}#post$lastpost[postid]
# Bununla değiştir:

Kod:
beitrag$lastpost[postid].htm#post$lastpost[postid]
# ACP ye gir. Template index_useronline aç:

# Ara :

Kod:
profile.php?userid=$userid{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
profil$userid.htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template memberslist_username aç:

# Ara :

Kod:
profile.php?userid=$members[userid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
mitglied$members[userid].htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template team_userbit aç:

# Ara :

Kod:
profile.php?userid=$user[userid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
teammitglied$user[userid].htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
# ACP ye gir. Template thread_postbit aç:

# Ara :

Kod:
thread.php?postid=$posts[postid]#post$posts[postid]
# Bununla değiştir:

Kod:
beitrag$posts[postid].htm#post$posts[postid]
# Ara :

Kod:
thread.php?postid=$posts[postid]#post$posts[postid]
# Bununla değiştir:

Kod:
beitrag$posts[postid].htm#post$posts[postid]
# Ara :

Kod:
profile.php?userid=$posts[userid]{$SID_ARG_2ND}
# Bununla değiştir:

Kod:
profil$posts[userid].htm<if($wbbuserdata['userid'])><then>{$SID_ARG_2ND}</then><else></else></if>
hayırlı olsun . Click the image to open in full size.
__________________

Click the image to open in full size.


Msn destekq
Counter-Strike is offline Counter-Strike isimli üyenin yazdığı bu Mesajı değerlendirin.   Alıntı ile Cevapla
Cevapla

Etiketler
daha, google, kurun, seo, wbbnize


Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 17:50.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.