|
|
#1 (permalink)
|
|
Kayıtlı Üye Tecrübe Puanı: 147
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Zoints SEO 2.3.1 Türkce Destekli 3.8.X
Zoints Search Engine Optimization 2.3.1 Türkce Destekli 3.8.X Orjinal Link : Zoints SEO 2.3.1 - Page 2 - vBulletin.org Forum http://vbulletindata.com.com/zoints-Search Engine Optimization....html?t=16868/ Zoints Search Engine Optimization Serisinin vBulletin 3.8.X Versiyonları İçin Uyarlanmış En Güncel Verisiyonu Olan Zoints Search Engine Optimization 2.3.1 Kurulumunu Anlatacagım Ancak Search Engine Optimization Kurulumuna Başlamadan Önce Mutlaka Yedeginizi Alarak Kuruluma Geçin Sonra Forum Gitti Diyerek Gelmeyin .. Başlıyalım Hadi Kolay Gelsin ; ..:: Upload ::..
..:: XML Kurulum ::..
..:: Tema Düzenlemeleri ::.. Düzenlenecek Template : headinclude ================================================== Bulun ; ================================================== Kod:
<if condition="$show['threadinfo']">
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
<else />
<if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if>
</if>
Degiştirin ; ================================================== Kod:
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Degiştirin ; ================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a>
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Degiştirin ; ================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>"><strong>$forum[title]</strong></a>
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a>
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Degiştirin ; ================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>"><strong>$forum[title]</strong></a>
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Degiştirin ; ================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a>
================================================== Bulun ; ================================================== Kod:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Degiştirin ; ================================================== Kod:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a>
================================================== Bulun ; ================================================== Kod:
<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</if>
Ve Silin ================================================== ..:: Türkce Karakter Çözümü ::..
Hemen Altına Ekleyin ; Kod:
$string = str_replace("ı", 'i', $string);
$string = str_replace("ğ", 'g', $string);
$string = str_replace("ü", 'u', $string);
$string = str_replace("ş", 's', $string);
$string = str_replace("ö", 'o', $string);
$string = str_replace("ç", 'c', $string);
$string = str_replace("Ğ", 'g', $string);
$string = str_replace("Ü", 'u', $string);
$string = str_replace("Ş", 's', $string);
$string = str_replace("İ", 'i', $string);
$string = str_replace("Ö", 'o', $string);
$string = str_replace("Ç", 'c', $string);
..:: Son Aşama ::..
Kod:
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
Türkce Anlatımı Tamamen Bana Aittir Dagıtacak Arkadaşların Kaynak Olarak Göstermeleri Rica Olunur ... Zoints Seo 2.3.1 İndir TIKLA İNDİR Zoints Search Engine Optimization 2.3.1 Ayarları ![]() ![]() ![]() ![]() ![]() |
|
|
|
#5 (permalink) |
|
Kayıtlı Üye Tecrübe Puanı: 0
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
htacces
Options +FollowSymlinks
RewriteEngine On RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index.php|.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] Böyle olacak Options + .. dan sonra ki kodlar bunları ekle |
|
|
|
|
|
#6 (permalink) |
|
Vip Üye Tecrübe Puanı: 26
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
.htacces de
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index.php|.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] var. bu şekilde olduqu zaman urL ; http://www.siteadı.com/showthread.ph...0.html?t=41750 oluyor. url yi www.siteadı.com/hamburg-1-1-41750.html?t=41750 yapmak istiorum Rewrite URLs and insert keywords, using mod_rewrite yapınca not found dior.. ![]() xLaRj_loRd - takintiLi aDmin |
|
|
|
#9 (permalink) |
|
Kayıtlı Üye Tecrübe Puanı: 0
![]() |
Bende de aynı sorunlar var nasıl düzenlediğini yazarmısın ?
Hata : 1 - ) No input file specified. .htacces Dosyası İçeriği Kod:
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
Not Found The requested URL /ilkogretim-fen-ve-tekneloji-dersi-t4287.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9 Server at www.****.com Port 80 .htacdes dosya içeriği Kod:
RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
Konu X-FiLeS tarafından (03-16-2009 Saat 07:17 PM ) değiştirilmiştir. |
|
|
|
|
|
#10 (permalink) |
|
Kayıtlı Üye Tecrübe Puanı: 0
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
.htaccess içindeki kodları sil bunlarla değiştir komple
RewriteEngine On
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] |
|
|
|
![]() |
| Etiketler |
| Tags: 231, 38x, destekli, internet, seo, turkce, vbulletin, vbulletindata, web, zoints |
LinkBacks (?)
LinkBack to this Thread: http://www.vbulletindata.net/11194-zoints-seo-231-turkce-destekli-38x.html
|
||||
| Konuyu Başlatan | For | Type | Tarih | |
| zoints - Members and Communities tagged with zoints - Zoints | This thread | Refback | 03-21-2009 01:56 PM | |
| Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir) | |
| Bookmarks |
| Etiketler |
| 38x, destekli, seo, türkçe, vbulletin, vbulletin 3.8.x, vbulletin eklentileri, zoints |
| Seçenekler | |
| Stil | |