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]