vb.org Archive

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

weindians 04-01-2010 10:55 AM

still nobody here to xplain this

fixed my self

SMXKidd 04-03-2010 05:42 AM

Who has one of these up and running? I think I have mine working, but the sitemap is nothing like the wordpress one I have so I'm thinking I didn't do something right...

Manoel J?nior 04-12-2010 12:54 AM

well. may error is onto google webmaster page.

explain.

After change this exactlly content onto /vbseo_sitemap/index.php
Code:

}
                  $dllist = array_values($dllist);
              $pf = fopen(VBSEO_SM_DLDAT, 'w');
              fwrite($pf, serialize($dllist));
              fclose($pf);
                $_GET['dlist'] = true;
        }

my trouble with fopen error is finish.

my sitemap is correct onto my site root. I can access and down.

My error is onto google site.

/sitemap_index.xml.gz is valid sitemap entry.

but the /sitemap_1.xml.gz is no accessible to google webmaster tolls site.

how to solve this ???

Any idea???

thedreamer09 04-12-2010 11:26 AM

when will this mod be available for vb4 ?

VBUsers 04-13-2010 02:18 AM

heres an error i get when i run the sitemap generator

Database error in vBulletin 3.8.4:

Invalid SQL:

SELECT COUNT(*) as cnt,max(lastpost) as lastupdate
FROM thread AS thread
INNER JOIN tagthread AS tagthread ON
(tagthread.tagid = 1 AND tagthread.threadid = thread.threadid)
WHERE thread.forumid IN()
AND thread.visible = 1
AND thread.sticky IN (0, 1)
AND thread.open <> 10
GROUP BY tagthread.tagid;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND thread.visible = 1
AND thread.sticky IN (0, 1)' at line 5
Error Number : 1064
Request Date : Tuesday, April 13th 2010 @ 03:10:10 AM
Error Date : Tuesday, April 13th 2010 @ 03:10:11 AM
Script : http://www.hydrocanna.com/vbseo_site...eo_sitemap.php
Referrer : http://www.hydrocanna.com/vbseo_site...st=true&page=1
IP Address : 000000000000003
Username : Unregistered
Classname : vB_Database
MySQL Version :

Brian-B 04-13-2010 11:32 PM

I installed this and it did generate the sitemaps, but the resulting URL to retrieve the sitemap is returning a HTTP 500. If it was a 404, I would question mod-rewrite not finding it properly... I did try the troubleshooting steps on their site with no luck. (Yes mod-rewrite is on, my host actually uses their own vbulletin forum with VBSEO). I'm really disappointed because I was hoping to just use this mod for now to see how it worked and then buy the full VBSEO license as my site grows...

Jafo232 04-19-2010 09:51 AM

I found this line in vbseo_getsitemap.php causing an error when a sitemap data file was large:

Code:

$dl_list = file_exists(VBSEO_SM_DLDAT) ? unserialize(implode('', file(VBSEO_SM_DLDAT))) : array();
I changed it to this:

Code:

$dl_list = file_exists(VBSEO_SM_DLDAT) ? unserialize(file_get_contents(VBSEO_SM_DLDAT)) : array();
This fixed the error. I GUESS if your running a version of PHP < 4.3 you might need the first method but honestly I see no other reason. Why make it an array, then implode it when you can grab it as a string?

Anyway, I hope this helps you guys!

Breakpoint 05-02-2010 07:45 PM

Where is version for vb 4.0?

djbaxter 05-03-2010 12:30 AM

Quote:

Originally Posted by Breakpoint (Post 2030716)
Where is version for vb 4.0?

In Beta, not yet released to the general public unless you own a vBSEO license.

Breakpoint 05-03-2010 04:57 PM

I own a license and they didn't say anything about this, wow what some good customer support

thanks for letting me know


All times are GMT. The time now is 11:18 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.01848 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)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