Results 1 to 13 of 13

Vbseoyu Aldım Ama?

This is a discussion on Vbseoyu Aldım Ama? within the Türkçe forums, part of the General Discussion category; vbseo uyu satýn aldým þimdi nerden indircem ve neleri indircem yardýmcý olursanýz sevinirim...

  1. #1
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times

    Vbseoyu Aldım Ama?

    vbseo uyu satın aldım şimdi nerden indircem ve neleri indircem yardımcı olursanız sevinirim

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Lisans aktivasyonları ortalama 24 saat sürmektedir. benim seyahatte olmam bu süreyi uzatabilirdi ancak lisansınız şu an aktive olmuştur. http://www.vbseo.com/downloads/ adresinden vBSEO'yu indirebilirsiniz.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    Teşekkürler Mert bey şimdi ben bunların hangisini veya hangilerini indirmeliyim geçende size söylemiştim benim makinam windows bu konudada biraz yardımcı olursanız sevinirim..

  4. #4
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    Kurdum herşey çalışıyor. Fakat linklere tıkladığım zaman adresleri bulamıyor bunun sebebi nedir acaba

  5. #5
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    deaktif etmek zorunda kaldım active ettiğim zaman linklere tıklandımı sayfa bulunamıyor..

    htacces i üç şekildede denedim isapi rewrite kurulu değildi onuda kurdum (kurulu olması yetiyormu onunla birşey yapmamız gerekiyormu)

    PHP Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA
    PHP Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /

    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA]

    [
    ISAPI_Rewrite]

    # When hosting multiple sites on the same server, it is
    # recommended to  limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'yourdomain.com'
    # with your actual installation domain name.
    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteRule ^/forums/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteCond URL ^/forums/(?!avatars|attachments|iconimages).*
    RewriteRule ^([^\?]*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip)(?:\?(.*))?)$ $[I,L]

    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteCond URL ^/forums/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/forums/(.+?)(?:\?(.*))?$ /forums/vbseo.php?vbseourl=$1(?2&$2) [L

    PHP Code:
    [ISAPI_Rewrite]

    # When hosting multiple sites on the same server, it is
    # recommended to  limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'yourdomain.com'
    # with your actual installation domain name.
    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteRule ^/forums/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteCond URL ^/forums/(?!avatars|attachments|iconimages).*
    RewriteRule ^([^\?]*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip)(?:\?(.*))?)$ $[I,L]

    #RewriteCond Host: (?:www\.)?yourdomain.com
    RewriteCond URL ^/forums/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/forums/(.+?)(?:\?(.*))?$ /forums/vbseo.php?vbseourl=$1(?2&$2) [L

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    ISAPI kurallarının .htaccess olarak göndermeyeceksiniz. Readme.html i okursanız detayları görebilirsiniz.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  7. #7
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    üstteki htacces lerin hangisi doğru peki htacces.txt miydi neydi o şekilde atıp sonra ftp de değişecez ismini readme de bu yazıyordu sanırım?

  8. #8
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    URL Rewrite Ayarları

    burada hangi ayarı seçmemiz gerekiyor

  9. #9
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    vbseocp deki ayarlar çok ince ayarlar bunları ezbere yapamayız bunun için yardımcı olmanız lazım
    Last edited by salimakin; 10-06-2007 at 01:15 PM.

  10. #10
    Senior Member
    Real Name
    M.Şeyhmus Aydemir
    Join Date
    Feb 2007
    Posts
    159
    Liked
    1 times
    Quote Originally Posted by salimakin View Post
    URL Rewrite Ayarları

    burada hangi ayarı seçmemiz gerekiyor
    default ayarlardır orjinali kalsın ama düzenleme yapacaksan kendine göre

    Gelişmiş Ayarlar (+ / -)

    artı ikonuna tıkla.

  11. #11
    Senior Member
    Real Name
    Salim
    Join Date
    Oct 2006
    Posts
    218
    Liked
    0 times
    + iconuna basamıyorum


    htacces lerin hangisi doğru arkadaşlar bilen yokmu yahu aldık seo yu elimizde patladı

  12. #12
    Senior Member sum41live's Avatar
    Real Name
    -
    Join Date
    May 2007
    Posts
    158
    Liked
    1 times
    vbseocp deki ayarların çoğu tek tek açıklandı arama yaparsanız bulabilirsiniz. bunun haricinde ince ayarların yapıldığı bölümde hazır ayar paketleri sunulmuş oradanda seçebilirsiniz.

  13. #13
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    .htaccess'lerin nasıl hangisi doğru ? Sorduğunuz soruyu açıkçası anlayamadım. vBSEO ile gelen htaccess klasörü içerisinde bulunan .htaccess i upload ediceksiniz.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Lisans aldim Ama indiremiyorum
    By tirol07 in forum Türkçe
    Replies: 5
    Last Post: 06-25-2007, 02:23 PM
  2. Lisans Da Aldım Ama Kuramıyorum ?
    By Fuzbing in forum Türkçe
    Replies: 8
    Last Post: 05-13-2007, 08:54 AM
  3. vbseo alacam ama
    By CiyaEzIM in forum Türkçe
    Replies: 20
    Last Post: 02-13-2007, 05:17 AM
  4. Sitemi Vbseo ile sitemap yaptım ama olmadı
    By Ækrep_KræL in forum Türkçe
    Replies: 8
    Last Post: 12-29-2006, 07:32 AM
  5. vBseo Aldım Ama Mail Gelmedi :(
    By O'NEAL in forum Türkçe
    Replies: 11
    Last Post: 12-15-2006, 04:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •