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)

pein87 02-23-2009 02:47 PM

Thanks switching to the new one good work.

newsoftw 02-23-2009 05:04 PM

thanks & great working with vb 3.8.1.......................................

safakuygur 02-23-2009 05:27 PM

thanks friends

projectego 02-23-2009 05:52 PM

Fantastic! Good to hear this plugin has been updated! Cheers. :)

MARCO1 02-23-2009 07:02 PM

Quote:

Originally Posted by tictic (Post 1752309)
i habe pro.


Quote:

[SECTION START] tags [5,448.1Kb mem used] [5,812,948s (+5,812,948s)]
[SECTION START] blog tags [5,809.1Kb mem used] [5,812,957s (+9s)]
[create sitemap file] filename: sitemap_8.xml.gz, number of urls: 5331 [5,472.0Kb mem used] [5,812,957s (+0s)]
[create sitemap in text format] part #9 [5,471.9Kb mem used] [5,812,957s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 8 [5,473.5Kb mem used] [5,812,957s (+0s)]

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11534336 bytes) in /home4/xxxxxxxxx/public_html/vb/vbseo_sitemap/vbseo_sitemap_functions.php on line 1537



You Need to increase Your Php_Memory from your server options

havard20009 02-24-2009 03:16 AM

Quote:

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259

Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260

Please try to modify vbseo_sitemap/index.php file:

find:
PHP Code:
$pf = fopen($dl_log, 'w');

replace with:
PHP Code:
$pf = fopen(VBSEO_SM_DLDAT, 'w');


CHMOD the /vbseo_sitemap/data/ directory to 777
and any files INSIDE it to 666

and delete downloads.dat from ftp

Way2Fonky 02-24-2009 12:14 PM

Ive just installed vBSEO Google/Yahoo Sitemap Generator 2.5 and I just get a blank screen on;

www.mysite.com/forum/vbseo_sitemap/

and also a blank screen on vBSEO Sitemap Reports, does anybody know why?

tictic 02-24-2009 12:16 PM

I have hosted by Bluehost php.ini file and what is right for increase Php_Memory

Lizard King 02-24-2009 01:17 PM

Quote:

Originally Posted by KURTZ (Post 1751316)
just wondering: is possible send the auto-generated report to other users (e-mails) and not to only one?

We donot have an option for that however.

Quote:

Originally Posted by hscorp (Post 1751554)
thanks but

All the URLs in your Sitemap have the same priority. ERROR @ google



tried this http://www.vbseo.com/f44/google-site...25/#post152275

and regenerate the site map twice and submitted twice to Google

every time says the same error after two or three days

any help??

You need to delete all you existing sitemap files and regenerate them.

Quote:

Originally Posted by hornstar1337 (Post 1751661)
I deleted everything in the data folder that you asked of me. set showposts to no. Re ran the sitemap.

But I am still getting: Warnings

URLs not followed
When we tested a sample of URLs from your Sitemap, we found that some URLs redirect to other locations. We recommend that your Sitemap contain URLs that point to the final destination (the redirect target) instead of redirecting to another URL. Help https://www.google.com/webmasters/to...stion_mark.gif


Do you enable rel=nofollow option for member nick names on vBSEO ? If yes you should also not include member pages to Sitemaps.

Hornstar 02-24-2009 06:50 PM

My errors finally went away after a few days, but now another error is showing.

1. I have 14 sitemap files all are okay except for 2, 3 and 4 which are giving me: All the URLs in your Sitemap have the same priority.

2. I have: Total URLs in Sitemap 401566 (but on my site I have Posts: 1,042,723) is that a bad thing not to have all your posts included in the sitemap?

3. I am still having to manually run the sitemap because it is not auto generating itself.

ReviewPage 02-24-2009 08:21 PM

I installed the script and it works great! There is however one problem. It is uploading the sitemap to the data folder and the URL to sitemaps in the admin panel is taking me to http://rooturl/sitemap.xml. How can i change it or what do i have to do so that I can make the url http://rooturl/sitemap.xml for my sitemap? Also, how do i setup a ping to google?

Thanks!

ReviewPage 02-25-2009 04:35 AM

Anyone help me?

tictic 02-25-2009 11:20 AM

I have hosted by Bluehost php.ini file and what is right for increase Php_Memory

ReviewPage 02-25-2009 02:54 PM

Is anyone respond to support on this thread?

carrlos 02-25-2009 03:07 PM

For the 3rd time:

My sitemap is being generated with no problems. But it has never been downloaded according to the Downloads log after 8 successful generations. When I click the link to the sitemap I get a 404 error. I have tested the rewrite on my server and it works fine. My webmasters tool page says that Google gets the same 404 error and cannot find the sitemap.

Some help would be appreciated.

djbaxter 02-25-2009 03:18 PM

Quote:

Originally Posted by carrlos (Post 1754342)
For the 3rd time:

My sitemap is being generated with no problems. But it has never been downloaded according to the Downloads log after 8 successful generations. When I click the link to the sitemap I get a 404 error. I have tested the rewrite on my server and it works fine. My webmasters tool page says that Google gets the same 404 error and cannot find the sitemap.

Some help would be appreciated.

1. did you upload the .htaccess file or add the rewrite lines to your existing .htaccess file?

2. does your server permit mod_rewrite?

3. did you customize the location of the sitemap file in the vBSEO_sitemap options in your Admin CP?

4. did you try adding the following lines BEFORE the vBSEO_sitemap lines in .htaccess:

Code:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

5. do you have any other mod_rewrite instructions in your .htaccess file? if so, ensure that only the last one ends with "[L]".

carrlos 02-25-2009 03:35 PM

1. did you upload the .htaccess file or add the rewrite lines to your existing .htaccess file? Yes

2. does your server permit mod_rewrite? Yes (tested)

3. did you customize the location of the sitemap file in the vBSEO_sitemap options in your Admin CP? No

4. did you try adding the following lines BEFORE the vBSEO_sitemap lines in .htaccess:

Code:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

No, I will try this.

5. do you have any other mod_rewrite instructions in your .htaccess file? if so, ensure that only the last one ends with "[L]". No, it's the one that came with the mod.

Thanks for the help, I'll report back success (or lack thereof)! :D

Edit:
Would this be correct????
Code:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


djbaxter 02-25-2009 04:11 PM

Quote:

Originally Posted by carrlos (Post 1754364)
Would this be correct????
Code:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


Yes.

carrlos 02-25-2009 04:47 PM

Quote:

Originally Posted by djbaxter (Post 1754389)
Yes.

Still 404 error. :confused:

I'm suppose to be looking for my sitemap at http://www.mydomain.com/forum/sitemap_1.xml.gz correct?

djbaxter 02-25-2009 04:52 PM

Check that your vbseo_sitemap\data folder has permissions set to 777.

Quote:

I'm suppose to be looking for my sitemap at http://www.mydomain.com/forum/sitemap_1.xml.gz correct?
No. Look at the vBSEO sitemap settings in your Admin CP. It will tell you the exact location of your sitemap according to your settings but it should end in sitemap_index.xml.gz.

carrlos 02-25-2009 05:30 PM

Quote:

Originally Posted by djbaxter (Post 1754430)
Check that your vbseo_sitemap\data folder has permissions set to 777.

No. Look at the vBSEO sitemap settings in your Admin CP. It will tell you the exact location of your sitemap according to your settings but it should end in sitemap_index.xml.gz.

Sorry, I meant to type sitemap_index.xml.gz.

Data permissions are 777.

Fungsten 02-25-2009 05:39 PM

Nevermind.

Lizard King 02-25-2009 06:07 PM

Quote:

Originally Posted by carrlos (Post 1754427)
Still 404 error. :confused:

I'm suppose to be looking for my sitemap at http://www.mydomain.com/forum/sitemap_1.xml.gz correct?

What is your forum url ?

carrlos 02-25-2009 07:28 PM

Quote:

Originally Posted by Lizard King (Post 1754494)
What is your forum url ?

http://www.iphonemodding.com/forum

BTW, if you pull up a sitemap in the domain root, it's because I manually copied it there so that Google can find it.

DrMirth 02-25-2009 08:01 PM

Just installed and it's working fine. Looks like the vbseo_sm_vba_links addon needs updated to work with the latest version of vBadvanced Links Directory (v3.1.0) though - I'm receiving this error when the addon is enabled:

PHP Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT FROM links_categories WHERE private = 0;

MySQL Error   Table 'vbulletin.links_categories' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, February 25th 2009 @ 02:01:02 AM
Error Date    : Wednesday, February 25th 2009 @ 02:02:18 AM
Script        : http://www.aberdeen-music.com/forums/cron.php?rand=1235545247
Referrer      : http://www.aberdeen-music.com/forums/general-discussion/54262-newbie-2.html
IP Address    : 193.251.222.39
Username      : Unregistered
Classname     : vB_Database 


rinkrat 02-26-2009 02:31 AM

Mine shows this

[SECTION START] showthread [6,504.6Kb mem used] [545s (+486s)]
[archive homepage] [6,643.2Kb mem used] [549s (+5s)]
[SECTION START] forumdisplay archived [6,643.2Kb mem used] [549s (+0s)]
[SECTION START] showthread archived [6,699.5Kb mem used] [550s (+0s)]
[SECTION START] member [6,604.2Kb mem used] [555s (+6s)]
[SECTION START] polls [6,869.6Kb mem used] [558s (+2s)]
[SECTION START] blogs [6,911.2Kb mem used] [558s (+0s)]
[SECTION START] albums [6,570.8Kb mem used] [558s (+0s)]
[SECTION START] groups [6,575.8Kb mem used] [558s (+0s)]
[SECTION START] tags [6,591.1Kb mem used] [558s (+0s)]
[SECTION START] blog tags [6,789.9Kb mem used] [577s (+19s)]
[create sitemap file] filename: sitemap_5.xml.gz, number of urls: 45669 [6,550.8Kb mem used] [578s (+0s)]
[create sitemap in text format] part #6 [6,550.7Kb mem used] [578s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 5 [6,550.7Kb mem used] [578s (+0s)]

Then it hangs right there and won't finish

Martell 02-26-2009 03:06 AM

havard20009, thank you, work...

Phaedrus 02-26-2009 04:19 AM

Quote:

Originally Posted by Lee G (Post 1752139)
Theres a fix to this problem on the vbseo site now.
http://www.vbseo.com/f67/sitemap-dow...tml#post197608

I have just tried it and it cures the error problem

YES! That worked!

River_rush 02-26-2009 05:56 AM

Quote:

Originally Posted by indianhacker

you are aware that your use of this board software prohibits the kind of content you are advertising on your board?

Lizard King 02-26-2009 08:26 AM

Quote:

Originally Posted by carrlos (Post 1754561)
http://www.iphonemodding.com/forum

BTW, if you pull up a sitemap in the domain root, it's because I manually copied it there so that Google can find it.

You are missing vBSEO Sitemap Generator files. Make sure you uploaded the content of upload folder to your forum rolder.

howcome 02-26-2009 08:32 AM

is there a fast easy way to mass remove 4,211 404 not found urls from the webmaster section of google?

tictic 02-26-2009 09:58 AM

I have hosted by Bluehost php.ini file and what is right for increase Php_Memory

Quote:

in /home4/xxxx/public_html/vb/vbseo_sitemap/vbseo_sitemap_functions.php on line 1537

HALF MOON 02-26-2009 10:38 AM

thanks

hassshasss 02-26-2009 12:02 PM

these errors when I download maps you want to delete sitemap are not deleted I wonder why?

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259

Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260

ReviewPage 02-26-2009 12:06 PM

Someone please help me! I moved the sitemap_index.xml.gz manually from the /data/ directory to my forums main folder. If i try to directly access it via www.mydomain.com/sitemap_index.xml.gz it gives me a "404 - File Not Found" error.

Why is it doing this?

Lizard King 02-26-2009 12:52 PM

Quote:

Originally Posted by hassshasss (Post 1755158)
these errors when I download maps you want to delete sitemap are not deleted I wonder why?

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 259

Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbseo_sitemap/index.php on line 260

http://www.vbseo.com/f67/sitemap-dow...tml#post197608

ReviewPage 02-26-2009 02:35 PM

This modification is awful. Not only can i not get it to work, but everyone refuses to provide any help to me. Im uninstalling.

veenuisthebest 02-26-2009 02:39 PM

Quote:

Originally Posted by ReviewPage (Post 1755301)
This modification is awful. Not only can i not get it to work, but everyone refuses to provide any help to me. Im uninstalling.

You do not need to move it anywhere. Let it remain in data/ folder. Its the htacees rewrite rules that does the job of accessing it from root.

rinkrat 02-26-2009 09:59 PM

I get this:

SECTION START] blog tags [6,537.9Kb mem used] [70,208s (+69,631s)]
[create sitemap file] filename: sitemap_8.xml.gz, number of urls: 6 [6,538.4Kb mem used] [70,208s (+0s)]
[create sitemap in text format] part #9 [6,538.3Kb mem used] [70,208s (+0s)]
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 8 [6,540.5Kb mem used] [70,208s (+0s)]

Then it hangs.

WHAT CAN IT DO TO GET IT WORKING AGAIN?

thephoneclub 02-27-2009 12:11 AM

rinkrat I went to the same. should increase the value of max_ejecution_time in php.ini

just install this product and send sitemap and google has told me this:
Invalid tag value
The value of this tag is not valid XML. Fix it and resubmit your information.

Help!!


All times are GMT. The time now is 09:36 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.01764 seconds
  • Memory Usage 1,845KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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