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

GermanPlaya

New Member
I customized (x2yzseo) the new vBSEO v3.3.0 PR1 + vBSEO Google/Yahoo Sitemap Generator 2.5

credits goes to vB Lider for the nulled version here:
Code:
http://www.vbteam.info/3-7-x-premium-styles/16510-vbseo-v3-3-0-pr1-vbulletin-3-x-nullified-vb-lider.html

and my own version of vBSEO Google/Yahoo Sitemap Generator 2.5

before you upload the files, open x2yzseo_sitemap_config.php and search for:
Code:
Put your Yahoo APPID here

Put your Yahoo APPID-Code inside.

IMPORTANT !!! UNINSTALL (+CLEAN SEO DATABASE) EVERYTHING BEFORE U INSTALL THIS !!! MAKE A BACKUP OF YOUR SETTINGS BEFORE (U CAN UPLOAD THEM AFTER INSTALLATION) !!!

Don't forget to change your .htaccess to:
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]
All links and callbacks are modified or removed + Copyright removed, too

works perfect on my own site... see here:
29awcic.png


25ilqog.png


have fun...
 

GermanPlaya

New Member
mmmmh, dunno. it works for me. perfectly.

did you uninstall the old versions ?
did you install both ?
did you changed the .htaccess ?
did you changed the yahooo APPID ?
did you cleaned your SEO database ?

should work after you did all this...
 

dlcomplete

New Member
This version you did not customize perfectly all files are same you just renamed the files as x2yzseo
After uploading on my server when click on cpanel from my admincp it say's vbseocp.php not found but the file name is x2yzseocp.php so why it is saying vbseocp.php?
 

GermanPlaya

New Member
dlcomplete said:
This version you did not customize perfectly all files are same you just renamed the files as x2yzseo
After uploading on my server when click on cpanel from my admincp it say's vbseocp.php not found but the file name is x2yzseocp.php so why it is saying vbseocp.php?

it is perfectly (renamed). you have to clear the seo cache when you uninstall the old version (uninstall the old product file). but save your settings file before you do that !!! maybe you have to open the settings file and rename all vbseo to x2yzseo...

i wrote this at my first post:
Code:
IMPORTANT !!! UNINSTALL (+CLEAN SEO DATABASE) EVERYTHING BEFORE U INSTALL THIS !!! MAKE A BACKUP OF YOUR SETTINGS BEFORE (U CAN UPLOAD THEM AFTER INSTALLATION) !!!

you did that ?
 

GermanPlaya

New Member
dlcomplete said:
Yes i did that.But not working.

there are some of the old (not custom) settings there. you did a complete uninstall (every seo file or setting + uninstall the product files) ? are all new files on your server ?

you also have to delete all old files from your host server...
 

dlcomplete

New Member
Ya i did all of this but not working ok forget about this and please tell me will your custom vbseo sitemap generator works with vbseo 3.3.0 nulled by vblider ?
 

GermanPlaya

New Member
dlcomplete said:
Ya i did all of this but now working ok forget about this and please tell me will your custom vbseo sitemap generator works with vbseo 3.3.0 nulled by vblider ?

it works now ? the custom sitemap generator only works with custom vbseo
 

GermanPlaya

New Member
thang said:
Fresh install say its missing VBSEO.php

u have to delete everything of the orginal vbseo files + a full uninstall (+clean cache option) but save your settings before and open the settings file with a php programm and rename every vbseo -> x2yzseo
 

dlcomplete

New Member
The problem is in .htaccess file every file has been customize but the .htaccess file as same as vbseo .htaccess file.Every one you have to use this .htaccess.
Here is:
# 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} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/forum/$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]
 

dlcomplete

New Member
Every thing is working fine but now it's showing a blank page when i am entering into Cpanel.It's work but i have to change some setting by entering into cpanel.
 

SeaSlash

New Member
dlcomplete said:
The problem is in .htaccess file every file has been customize but the .htaccess file as same as vbseo .htaccess file.Every one you have to use this .htaccess.
Here is:

lol I spent 2 hours figuring that out.
 
Top