vBSEO v3.3.0 PR1 + vBSEO Google/Yahoo Sitemap Generator 2.5 (CUSTOM)

nudu

New Member
nevermind its a problem on my end, apparenytly the host has disabled it for just my account
 

robertelo

New Member
Hi I did a new fresh install of Vb 3.8.1 and installed vbseo 3.3.0 PR1 custom in a live server, but i have the 500 Internal server error. I tried every solution i could find here but in vain.
I have installed vb in httpdocs/forums/ because in httpdocs/ i have another script (a site running, it also has its own .htaccess)

I tried this too:

RewriteBase /forums/

RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
RewriteRule (.*) http://www.mydomain.com/forums/$1 [L,R=301]


Your suggestions are appreciated.
 

GermanPlaya

New Member
robertelo said:
Hi I did a new fresh install of Vb 3.8.1 and installed vbseo 3.3.0 PR1 custom in a live server, but i have the 500 Internal server error. I tried every solution i could find here but in vain.
I have installed vb in httpdocs/forums/ because in httpdocs/ i have another script (a site running, it also has its own .htaccess)

I tried this too:




Your suggestions are appreciated.

open x2yzseo_sitemap_config.php and search for:
Code:
Put your Yahoo APPID here

Put your Yahoo APPID-Code inside.

put this in your htaccess file:
Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the x2YZSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /

RewriteCond %{HTTP_HOST} !^[color=Red]www\.domain\.com[/color]
RewriteRule (.*) [color=red]http://www.domain.com/forum/[/color]$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$

x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|x2yzseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ x2yzseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^

(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ x2yzseo.php [L,QSA]
 

robertelo

New Member
Didn't work, please notice what i said before.. those were important info about my case. I have vb install in /root/forums/

so normally it should be like this:
RewriteBase /forums/

RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
RewriteRule (.*)http://www.mydomain.com/forums/$1 [L,R=301]

not like this

RewriteBase

RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
RewriteRule (.*) http://www.mydomain.com/forum/$1 [L,R=301]

anyway in both cases it doesn't work :-(
 

GermanPlaya

New Member
robertelo said:
Didn't work, please notice what i said before.. those were important info about my case. I have vb install in /root/forums/

so normally it should be like this:

not like this

anyway in both cases it doesn't work :-(

Try this:

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the x2YZSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /[color=Red]forums/[/color]

RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com[color=red]/forums/[/color]$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$

[color=red]forums/[/color]x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|x2yzseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ [color=red]forums/[/color]x2yzseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^

(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ [color=red]forums/[/color]x2yzseo.php [L,QSA]
 

GermanPlaya

New Member
then i dont know. i installed vbulletin at my forumroot and it works.

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the x2YZSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /forums/

RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$

x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|x2yzseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ x2yzseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^

(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ x2yzseo.php [L,QSA]
 

robertelo

New Member
Man! this will drive me crazy... I even tried it on another server and this time in public_html. I always get 500 Internal Server Error.. If you don't mind i can pm you ftp login
 

GermanPlaya

New Member
robertelo said:
Man! this will drive me crazy... I even tried it on another server and this time in public_html. I always get 500 Internal Server Error.. If you don't mind i can pm you ftp login

if u upload it at ftp-root then you have to delete the extension /forums in your htaccess file...

like this:
RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/$1 [L,R=301]
 

GermanPlaya

New Member
did you follow all install instructions in the install file ? + everything @ the 1st page ?

i don't support this, it works fine for me and other people...

try the regular vb lider version if it doesn't work for you...
 

robertelo

New Member
I did follow every single instruction and i read tons of pages in this forum. I will try the other release but it is said it is not secure... though i dont know the difference between them.
 

nudu

New Member
I just wanna take this time to ask if you can post, or link to a post, describing (it can be vaguely) what the difference between this version, and the regular version of VBSEO+Sitemap, please?
 

GermanPlaya

New Member
nudu said:
I just wanna take this time to ask if you can post, or link to a post, describing (it can be vaguely) what the difference between this version, and the regular version of VBSEO+Sitemap, please?

it's more safe, u can rename x2yzseo to whatever you like. so nobody can see you use vbseo... there are a lot of free seo tools for vbulletin out there ;-)
 

Lovester

New Member
I need a nulled version of the latest vBSEO Sitemap Generator, NOT CUSTOM.
I have non-nulled original 2.5 version from vb.org.
any help?
 

GermanPlaya

New Member
Lovester said:
I need a nulled version of the latest vBSEO Sitemap Generator, NOT CUSTOM.
I have non-nulled original 2.5 version from vb.org.
any help?

vBSEO Sitemap Generator is for free, usually u dont have to "null" it, u can just delete the hotlinks to vbseo
 

robertelo

New Member
Hi I tested VBlider's version, it works!! why Custom doesn't work???!!!!!

Can you please check that, i believe there is something wrong in it.. it is not well coded.

Also, VBlinder's one doesn't have Sitemap.. where can't get that?
 

Lovester

New Member
GermanPlaya said:
vBSEO Sitemap Generator is for free, usually u dont have to "null" it, u can just delete the hotlinks to vbseo
GermanPlaya thanks for the response :)

okay, so do you think there is no call back to vbseo in original vBSEO Sitemap Generator?
actually i already installed a nulled vbseo on my site, that's why i want to make sure that there is no call back to vbseo.
 
Top