Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 73

Thread: Sitemap Generator integration

  1. #11
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    We tested it on 2.6 beta 1 and as I see you put code in appropriate place. One more thing - are you using also vBSEO? We tested it with vBSEO only.

    Please check also this solution. Replace:
    PHP Code:
    require_once(DIR'/includes/vbenterprisetranslator_functions_vbseo.php'); 
    by:
    PHP Code:
    require_once(dirname(__FILE__) . '/../includes/vbenterprisetranslator_functions_vbseo.php'); 
    Also if you have any more specific error log/message it would be helpful
    Last edited by vBET; 23-03-10 at 05:00.

  2. #12

    Default

    Yes, I´m using vBSEO as well. I guess this isn´t the problem.

    Because it starts creating the sitemap but stops after a certain time.

    I guess my server is overloaded with creating such a big sitemap. So it would be nice, if you would make this script lighter or that it doesn´t need so much server ressources while creating the sitemap.

    I hope you know what I wanted to say

    Perhaps this is one problem: mysql.connect_timeout 60 seconds?!?

  3. #13
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by Kolbi View Post
    Yes, I´m using vBSEO as well. I guess this isn´t the problem.

    Because it starts creating the sitemap but stops after a certain time.

    I guess my server is overloaded with creating such a big sitemap. So it would be nice, if you would make this script lighter or that it doesn´t need so much server ressources while creating the sitemap.

    I hope you know what I wanted to say

    Perhaps this is one problem: mysql.connect_timeout 60 seconds?!?
    Timeout - it is most probably the problem. What is your normal sitemap generation time? Size? ETC?...

    If you PM me access details to your forum and FTP I can see it and probably solve it on place. Also please consider to change Sitemap Gnerator parameters - especially number of URLs in one sitemap.

  4. #14

    Default

    Text automatically translated from: German to: English
    Translated text
    The normal generation time is about 45 to 50 seconds.

    Currently, about 11,000 pages in the sitemap (without the translated pages)

    The settings are currently seeing the sitemap like this:
    Max URLs in Sitemap Files 50 000
    Execution Delay After Each Sitemap file 0 seconds

    However, with this values have also been varied (ie integrated with the translated pages) and it did not help.

    What you need for the rights of all?

    Or we can help even more information?
    Original text

  5. #15
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    To be able to work on place I need Admin CP access (for configuration check/changes and sitemap execution) and FTP (for checking/changing files).

    Without possibility to play on field, at this moment I see no hints which I could give you except setting bigger timeout value for mysql connection.

  6. #16
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    hello

    not work
    cant make a sitemap.

    total used free shared buffers cached
    Mem: 1179648 969416 210232 0 0 0
    -/+ buffers/cache: 969416 210232
    Swap: 0 0 0
    this is my vps memory

    solved for default
    Last edited by badawidollah; 27-03-10 at 17:18.

  7. #17
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by badawidollah View Post
    hello

    not work
    cant make a sitemap.



    this is my vps memory

    solved for default
    Just to be sure - is it solved or not right now?

  8. #18
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");
    //additional code
    $alanguages = array ('en');
    if(!$archived) {
    $strlenhost = strlen($vbseo_vars['bburl']."/");
    $currentthreadurl = vbseo_url_thread($threadrow, 1, $archived);
    foreach($alanguages as $language) {
    $vbseo_stat['t']++;
    $enchancedthreadurl = substr($currentthreadurl,0,$strlenhost). $language."/".substr($currentthreadurl,$strlenhost);
    vbseo_add_url($enchancedthreadurl, $prior, $threadrow['lastpost'], $freq);
    }
    }
    //end additional code

    for($p=1; $p<=$totalpages; $p++)
    not work to create addon sitemap

  9. #19
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by badawidollah View Post
    not work to create addon sitemap
    If you PM me access details to your Admin CP and FTP I will check it and work on it

  10. #20
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    working now to create sitemap

    all here

    http://www.nusantaraku.org/forum/vbs...p_index.xml.gz
    but vbseo team said its to long
    and can download here

    Forum NusantaraKu Malaysia - Indonesia

    but cant now after installing vbet
    what to do?

Page 2 of 8 FirstFirst 1234 ... 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
  •