vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=144730)

Pirat3 02-11-2008 09:04 PM

well i just installed this mod can anyone tell me how i can check to see it works? thanks

lood 02-11-2008 10:09 PM

Quote:

Originally Posted by Pirat3 (Post 1441035)
well i just installed this mod can anyone tell me how i can check to see it works? thanks

Manual run it in cron jobs

Black Tiger 02-12-2008 11:41 PM

Nobody any clue? Also my sitemap is giving 1 error:
Line 99909 Parseerfout (Dutch for parse error), only in sitemap_4.xml.gz but I can't find anything.

Also in diagnostics under webcrawl (in google adsense webmastertools) my amount of unreachable url's is growing every day with error network unreachable.

I really need help with this otherwise I have to uninstall because this is killing my site on google.

Also these kind of links are being created wrongly:
Code:

http://www.mysite.org/forums/archive/index.php/index.php?t-1180.html
instead of
Code:

www.mysite.org/forums/archive/index.php?t-1180.html
(so 1times index.php too many).

iojam 02-13-2008 01:26 PM

sokorelis,

in case of IIS server you should setup rewrite rules in ISAPI_Rewrite module configuration. If you don't have ISAPI_Rewrite, you can manually move sitemap files from vbseo_sitemap/data/ folder to the forums root folder.

Black Tiger,
Quote:

But there is a problem with the downloads2.php addon, this will give an error, maybe it's not up2date anymore? Becaue we already have updated Downloads II several times.
Can this be fixed?
What is the error you get?

Black Tiger 02-13-2008 03:21 PM

Quote:

What is the error you get?
Either downloads2.php (adjusted with the text found here in this thread) or the vba addon is causing my last sitemap file to have a parse error.
This is wat my downloads2.php says at this moment:
Code:

$mods = $db->query("SELECT id,name FROM " . TABLE_PREFIX . "dl_cats ORDER BY `id`");
    while ($mod = $db->fetch_array($mods))
    {   
        $url = $vbseo_vars['bburl'].'/downloads.php?do=cat&id='.$mod['id'];

        if(VBSEO_ON)
            $url = vbseo_any_url($url);

          vbseo_add_url($url, 1.0, '', 'daily');
    }

    $mods = $db->query("SELECT id as fid FROM " . TABLE_PREFIX . "dl_files");
    while ($mod = $db->fetch_array($mods))
    {   
        $url = $vbseo_vars['bburl'].'/downloads.php?do=file&id='.$mod['fid'];

        if(VBSEO_ON)
            $url = vbseo_any_url($url);
          vbseo_add_url($url, 1.0, '', 'daily');
    }

And ofcourse the problem described in post 620 about the rising amount of unreachable url's by Google's crawler, but that has nothing to do with the downloads addon.

Black Tiger 02-13-2008 11:36 PM

Found my problem in the downloads2.php module.
Was missing a ?> closure.:)

Still having the "unreachable" problem by the crawler in google.

alessai2 02-14-2008 07:32 AM

um.. it isnt generating my sitempas automatically...
is there anyway to do it without clicking on Run generator button?

alessai2 02-14-2008 03:35 PM

this MOD has a bug..
reporting bug:

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT *
FROM vb_thread AS thread
WHERE forumid = 43
AND visible = 1
AND pollid > 0;

MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Thursday, February 14th 2008 @ 05:20:16 PM
Script : http://forum/xxxxxxxxxxxxxxx
Referrer : http://forum/xxxxxxxxxxxxxxx
IP Address : 125.xxx.xxx.xxx
Username : Unregistered
Classname : vB_Database


this is the email which i recieve everytime i click on Run Sitemap Generator.
and the generator gives Database Error page.
please fix it,
Thanks

Black Tiger 02-14-2008 09:56 PM

The ?> was not the fix to the problem with downloads.php as i thought, still errors
Quote:

<loc>http://www.mysite.org/forums/downloads.php?do=cat&id=1</loc>
------------------------------------...
return false" onfocus="h()" class="b">- <url>
<DIV
It also says that a ";" is expected.

alessai2 02-15-2008 11:50 AM

where are the mod developers? their mod isnt working properly and they arent providing support :s


All times are GMT. The time now is 06:26 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03194 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete