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

GermanPlaya

New Member
Ramses said:
I have found a very nice version of vBSEO 3.3.0 PR1 totally nulled.

I'm sure, because, i haven't the message on my status bar

Here the version : RapidShare: Easy Filehosting

ok, i think you did something wrong... This is vb liders nulled release, i customized it...

i think u took the wrong htaccess file, try this one:

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]
 

Ramses

New Member
I have just set up the version nulled of Marshall, and I n' have any call to vBSEO - vBulletin SEO. However on the version vb liders, I see toujurs this call towards vbseo

And i haven't no changing my htaccess
 

mdrs2

New Member
Q1 :
Put your Yahoo APPID here

i haven't APPID :( What shall i do ?

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

should i change this Red text with my Site info or no ?
foe example i most change that to this ? :
Code:
RewriteCond %{HTTP_HOST} !^[color=Red]www\.daniyal\.ir[/color]
RewriteRule (.*) [color=red]http://www.daniyal.ir/forum/[/color]$1 [L,R=301]
 

GermanPlaya

New Member
mdrs2 said:
Q1 :


i haven't APPID :( What shall i do ?

Q2 :


should i change this Red text with my Site info or no ?
foe example i most change that to this ? :
Code:
RewriteCond %{HTTP_HOST} !^[color=Red]www\.xxx\.xx[/color]
RewriteRule (.*) [color=red]http://www.xxx.xx/forum/[/color]$1 [L,R=301]

yes, but do never post your real site, here...
 

nudu

New Member
Okay, my forums are on the public_html directory, but i have no problem changing it to a directory,

The problem is, I install your mod on a brand new 3.8.1 installation and I cant access any pages. Just 404 errors everywhere.
 

GermanPlaya

New Member
nudu said:
Okay, my forums are on the public_html directory, but i have no problem changing it to a directory,

The problem is, I install your mod on a brand new 3.8.1 installation and I cant access any pages. Just 404 errors everywhere.

change this in your .htaccess file:

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

put your site where the xxx is.
 

nudu

New Member
GermanPlaya said:
change this in your .htaccess file:

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

put your site where the xxx is.


I changed the site in both those locations, and uncommented the lines, and it gives me an infinite redirect loop.
 

GermanPlaya

New Member
nudu said:
I changed the site in both those locations, and uncommented the lines, and it gives me an infinite redirect loop.

no, copy all of this to your htaccess file (delete the old one):

# 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/$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]
 

mdrs2

New Member
Thank's GermanPlaya

my Vbseo_Sitemap Worked As fine But Since i Changed My Host these Problems Go's On

1- Google Dosn't Accept Sitemap_1.XML .I Tryed it several times...

google.gif

2- My vbseo_sitemap Time is not Match with Forum (about 7 Hour Differenced)

time.gif

3-I can't open the vBSEO sitemap Setting in adminCp

setting.gif

But i can Open it in Product Manager ...

Please help me My Legend !
 

nudu

New Member
That gives me this error:
500 Error - Internal Server Error
GermanPlaya said:
no, copy all of this to your htaccess file (delete the old one):

# 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/$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
Hi I want to test this on my PC first in localhost but I got A NOT FOUND PAGE error

Can you please tell me what to change in .httaccess ? I tried this but nothing works.

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

nudu

New Member
robertelo said:
Hi I want to test this on my PC first in localhost but I got A NOT FOUND PAGE error

Can you please tell me what to change in .httaccess ? I tried this but nothing works.
your localhost is not a .com
 

GermanPlaya

New Member
ok, now i see some are here who dont know what they are doin... if u dont know what you are doin, please dont install this...

all other people read the installation guides...

http://www.vbteam.info/79475-post1.html

See here:
29awcic.png


25ilqog.png



if you installed it correctly and read all guides to install this, this works perfectly !!!
 

nudu

New Member
I read the install files. I changed my htaccess. I have mod_rewrite. I tried htaccess with different combinations of rewriterule and the two lines after it, and i tried with different directories. It still doesn't work.
 

GermanPlaya

New Member
nudu said:
I read the install files. I changed my htaccess. I have mod_rewrite. I tried htaccess with different combinations of rewriterule and the two lines after it, and i tried with different directories. It still doesn't work.

then i dont know what u did wrong, it works fine. for some other people it works fine, too...
 
Top