Buy Now! Features Downloads
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: vBulletin 4.1.2 + vBSEO 3.5.1 PL1 + Sitemap v3.0 - not running Sitemap.

  1. #1
    Member
    Join Date
    Aug 2010
    Posts
    31

    Question vBulletin 4.1.2 + vBSEO 3.5.1 PL1 + Sitemap v3.0 - not running Sitemap.

    Text automatically translated from: Russian to: English
    Translated text
    Testing a performance.
    1. VBulletin 4.1.2 installed
    2. Installed according to instructions vBSEO 3.5.1 PL1
    3. Installed according to instructions vbseo_sitemap-3-0_gold
    4. Installed according to instructions vBET423
    5. Make changes according to the instructions vBSEO - vBSEO
    6. Make changes according to the instructions vbseo_sitemap - Sitemap Generator (by vBSEO)
    7. amended. htaccess
    Original text

    RewriteEngine On
    Options +FollowSymLinks

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Text automatically translated from: Russian to: English
    Translated text
    run run Run Generator iprotsess hangs on:
    Original text

    [SECTION START] showthread [2,915.6Kb mem used] [24,065s (+21,706s)]
    Text automatically translated from: Russian to: English
    Translated text
    ... and all.

    - Tell me please, what is wrong?
    Original text

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Everything looks good.

    ok I will test this integration instructions for this vBSEO sitemap generator edition.
    Alse - please give me an url to this sitemap edition.
    Thanks
    Last edited by kamilkurczak; 04-03-11 at 10:37.

  3. #3
    Member
    Join Date
    Aug 2010
    Posts
    31

    Default

    Text automatically translated from: Russian to: English
    Translated text
    posted a link to bseo_sitemap-3-0_gold personal message.
    Original text

  4. #4
    Member
    Join Date
    Aug 2010
    Posts
    31

    Default

    Text automatically translated from: Russian to: English
    Translated text
    may not work over here is the change in vbseo_sitemap_functions.php
    Original text



    vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");

    for($p=1; $p<=$totalpages; $p++)
    {
    //additional code
    $alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');
    if(!$archived) {
    $strlenhost = strlen($vbseo_vars['bburl']."/");
    $currentthreadurl = vbseo_url_thread($threadrow, $p, $archived);
    $currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
    $currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
    $lastpost =& $threadrow['lastpost'];
    $vbseo_stat['t'] += sizeof($alanguages);
    foreach($alanguages as $language) {
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq);
    }
    }
    //end additional code
    $vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls(
    Last edited by kamilkurczak; 07-03-11 at 10:32.

  5. #5
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Thanks, I will check it and prepare a solution for you

  6. #6
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Please send to me by PM your admincp and FTP details and I will fix it.

  7. #7
    Member
    Join Date
    Aug 2010
    Posts
    31

    Default

    Quote Originally Posted by kamilkurczak View Post
    Please send to me by PM your admincp and FTP details and I will fix it.
    Text automatically translated from: Russian to: English
    Translated text
    - Send a private message.
    Original text

  8. #8
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Thanks, I will check it for you

  9. #9
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,

    I checked it for you.

    1. firstly.
    In you file (vbseo_sitemap_functions.php) you have:
    PHP Code:
    vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");

                    for(
    $p=1$p<=$totalpages$p++)
                    {
    //additional code  
    $alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');   
    if(!
    $archived) {  
      
    $strlenhost strlen($vbseo_vars['bburl']."/");  
      
    $currentthreadurl vbseo_url_thread($threadrow$p$archived); 
      
    $currentthreadurl_before substr($currentthreadurl,0,$strlenhost); 
      
    $currentthreadurl_after "/".substr($currentthreadurl,$strlenhost); 
      
    $lastpost =& $threadrow['lastpost']; 
      
    $vbseo_stat['t'] += sizeof($alanguages); 
      foreach(
    $alanguages as $language) {  
        
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq);  
      }  
    }    
    //end additional code 
    try to make:
    PHP Code:
    vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");

                    
    //additional code  
    $alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');   
    if(!
    $archived) {  
      
    $strlenhost strlen($vbseo_vars['bburl']."/");  
      
    $currentthreadurl vbseo_url_thread($threadrow$p$archived); 
      
    $currentthreadurl_before substr($currentthreadurl,0,$strlenhost); 
      
    $currentthreadurl_after "/".substr($currentthreadurl,$strlenhost); 
      
    $lastpost =& $threadrow['lastpost']; 
      
    $vbseo_stat['t'] += sizeof($alanguages); 
      foreach(
    $alanguages as $language) {  
        
    vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq);  
      }  
    }    
    //end additional code 

    for($p=1$p<=$totalpages$p++)
                    { 
    2. if still not good - please delete ALL vBET code from this file (REPLACE WITH ORIGINAL ONE) and try to run sitemap - if works - there is a vBET integration issue, if still not works - maybe installation of this sitemap is not good. Please try

  10. #10
    Member
    Join Date
    Aug 2010
    Posts
    31

    Default

    Text automatically translated from: Russian to: English
    Translated text
    Thanks for the tips!

    - I have done:
    Paragraph 1 - does not work
    Paragraph 2 - did not help either ...

    if the setting vBSEO Sitemap:
    The sitemap generator is fully compatible with the vBSEO search engine optimization plugin. - Yes
    - Then Sitemap - not generated.
    The sitemap generator is fully compatible with the vBSEO search engine optimization plugin. - No
    - Then Sitemap - generates but without translation.

    - Which version of vBSEO and Sitemap - tested working?

    Thank you!
    Original text
    Last edited by kamilkurczak; 11-03-11 at 10:49.

Page 1 of 4 123 ... LastLast

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27