Time2Dine.co.nz is Online Restaurant Booking
 
 New Zealand Restaurants Forum
Restaurant Forum | Contact Time2Dine | Book Online & Save | About Time2Dine

Go Back   New Zealand Restaurants & Food Forum > Search Engine Optimisation > SEO vBulletin > SEO Discussion
Register

Reply
 
LinkBack Thread Tools
  #1  
Old 1st Jul 05, 02:36 AM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default [archive] Discussion regarding the vBulletin Google Site Map

Please refer to the following thread for the vBulletin Google Site Map program.

Please add discussion about the vBulletin Google Site Map on this thread.
Reply With Quote
  #2  
Old 2nd Jul 05, 02:58 PM
Junior Reviewer
 
Join Date: Jul 2005
Posts: 2
InfoSpyware is on a distinguished road
Default

Hi T2DMan,

It would need that it guided to me in the installation of "vbsitemap"

as they are the lines that there are to modify in the file vbsitemap-multi.php ???

as they are the atribbutes CHMOD 666 or 777 ???

In my forum have in on de Mod_rewrite with change the /showthread.php for example t8787.html . Need change other line for work good de vbsitemap ??

This is the error:

Quote:
Warning: fopen(sitemap_vb_index.xml): failed to open stream: Permission denied in /home/infospy/public_html/vbsitemap-multi.php on line 160

Warning: chmod(): No such file or directory in /home/infospy/public_html/vbsitemap-multi.php on line 161

Warning: fwrite(): supplied argument is not a valid stream resource in /home/infospy/public_html/vbsitemap-multi.php on line 169

Warning: gzopen(sitemap0.xml.gz): failed to open stream: Permission denied in /home/infospy/public_html/vbsitemap-xtrafile.php on line 64

Warning: chmod(): No such file or directory in /home/infospy/public_html/vbsitemap-xtrafile.php on line 67

Warning: gzwrite(): supplied argument is not a valid stream resource in /home/infospy/public_html/vbsitemap-xtrafile.php on line 71

Warning: fwrite(): supplied argument is not a valid stream resource in /home/infospy/public_html/vbsitemap-multi.php on line 187

Warning: fwrite(): supplied argument is not a valid stream resource in /home/infospy/public_html/vbsitemap-multi.php on line 196

Warning: gzopen(sitemap1.xml.gz): failed to open stream: Permission denied in /home/infospy/public_html/vbsitemap-multi.php on line 204

Warning: chmod(): No such file or directory in /home/infospy/public_html/vbsitemap-multi.php on line 207

Warning: gzwrite(): supplied argument is not a valid stream resource in /home/infospy/public_html/vbsitemap-multi.php on line 218
Please manually add the site map index file to your Google account.
Please need help.

Regars
Reply With Quote
  #3  
Old 3rd Jul 05, 03:46 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default

Hi Info Spyware. I assume that you have an FTP program? CHMOD is permissions allowing programs to be able to create files. The first error message is saying that there are permission issues "failed to open stream: Permission denied in ..." This is then causing problems with the remainder of the program.

Therefore, note the attributes for the htdocs directory - increase the attributes enough so that the errors don't happen - I recommend 0777. I use the ipsswitch ws_ftp 9.01 - When I right click on htdocs (root directory), select properties, I then have the ability to change the attributes for the directory. Find the equivalent on your ftp program and it should work well.

Alternatively, create a blank sitemap1.xml.gz, and sitemap_vb_index.xml so that the program can just add to it and not have to create it. Your permissions will still have to be high enough for the program to be able to add to the file. If you are creating more than one site map file, you will need to create may need to create sitemap2.xml.gz, sitemap3.xml.gz etc.
__________________

Michael Brandon
T2DMan

Please register as a user and send a PM to contact me. Instant messaging options on my profile.

Diners - Book Auckland Restaurants online, special deals, photos full menus and wine lists.

Restaurants - Listing Details - Open to restaurants nationwide New Zealand - get a full listing on Time2Dine
Reply With Quote
  #4  
Old 4th Jul 05, 02:48 AM
Junior Reviewer
 
Join Date: May 2005
Posts: 5
mediax is on a distinguished road
Default

I have a static html mod on my forum. Does anyone know a script who makes a sitemap from those links ?
Reply With Quote
  #5  
Old 4th Jul 05, 11:38 AM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default

What is your website Mediax? If your urls are just the thread/forum number and not the title as well, then it is a very simple exercise to customise my vb site map program.

See around line 94 in the vbsitemap-multi.php file
Quote:
// the var string for forum display
// if your url is forumdisplay.php?f=73 then this would be f=
$forumq = '?f=';
$pageq = '&page='; #pagination of forum & thread pages

// the var string for your thread display
// if your url is showthread.php?t=872 then is t=
$threadq = '?t=';

// the var string for your member display
// if your url is member.php?u=872 then is t=
$memberq = '?u=';
Change these variables to the style you use on your forum, and search for use of these variables so you can amend the php code to have a suffix like .html etc after them per the particular style of your forum.
Reply With Quote
  #6  
Old 6th Jul 05, 10:51 AM
Junior Reviewer
 
Join Date: Jul 2005
Posts: 2
InfoSpyware is on a distinguished road
Default

Quote:
Originally Posted by T2DMan
Alternatively, create a blank sitemap1.xml.gz, and sitemap_vb_index.xml so that the program can just add to it and not have to create it. Your permissions will still have to be high enough for the program to be able to add to the file. If you are creating more than one site map file, you will need to create may need to create sitemap2.xml.gz, sitemap3.xml.gz etc.
Hi T2DMan, i create the blank sitemap1.xml.gz and working good

Thanks
Reply With Quote
  #7  
Old 6th Jul 05, 11:27 PM
Junior Reviewer
 
Join Date: May 2005
Posts: 20
Neutral Singh is on a distinguished road
Default

Hi Michael,

I have implemented your SEO on my forums and it is working gr8. I would also love to apply your vBulletin Google Site Map but there is only one question would this amount to creating duplicate content ?

Regards
Reply With Quote
  #8  
Old 7th Jul 05, 03:21 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default

It looks like there is still some confusion on your forum. I have seen the forums as a url rewrite and as forumdisplay.php?f=

However, I have only seen the threads as showthread.php?t=

So, you can either use the site map after turning off the forum part (you will have to manually comment out the forum part of the program), or use it as is.

I am pleased to see that you have done the hack that makes the archive a site map - direct link through to the threads.

And very pleased to see that you have the "unregistered" note below the h1 and firstwords.

You were keen on ranking for sikhism - great to see that in the title and meta description. But you really need the word "sikhism" higher on the main index page than you currently have it, and repeated in a sentence twice/three times. And phrase that you want to rank well for on a competitive phrase should be in the opening paragraph for best effect.
__________________

Michael Brandon
T2DMan

Please register as a user and send a PM to contact me. Instant messaging options on my profile.

Diners - Book Auckland Restaurants online, special deals, photos full menus and wine lists.

Restaurants - Listing Details - Open to restaurants nationwide New Zealand - get a full listing on Time2Dine
Reply With Quote
  #9  
Old 12th Jul 05, 04:12 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default vBulletin Google site map - script upgrade

Pleased to announce a script upgrade - please read the main thread.

vBulletin Google Site Map v1.22
Reply With Quote
  #10  
Old 21st Jul 05, 07:37 PM
Junior Reviewer
 
Join Date: Jul 2005
Posts: 7
acers is on a distinguished road
Default

hey Michael,
Wanted to ask you, How to set a cron for this sitemap? I can set a unix cron but the sitemap page is password protected. So how will that work?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Engine Optimize vBulletin T2DMan SEO vBulletin 260 23rd Nov 08 09:16 PM
Discussion regarding the vBulletin Google Site Map T2DMan SEO Discussion 60 5th Jan 08 09:50 AM
Search Engine Optimizing vBulletin T2DMan SEO vBulletin 0 28th Oct 04 12:23 PM



Powered by: vBulletin Copyright ©2000 -2012, Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2010 Time2Dine