Well I thought I followed the instructions correctly for vbseo but I guess not.
Mere's the database error I get if the hack is enabled.
Also my homepage is vba
www.site.com/index.php
and the forum is
www.site.com/forum/index.php
PHP Code:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT cache.originaltext as originaltext, cache.translated as translated FROM 123test_vbenterprisetranslator_cache_short help, 123test_vbenterprisetranslator_cache_short cache WHERE help.originaltext='ScaleMotorcars' AND help.tl='lt' AND cache.serie=help.serie;
MySQL Error : Table 'forum_scalemotorcars_com.123test_vbenterprisetranslator_cache_short' doesn't exist
Error Number : 1146
Request Date : Thursday, July 1st 2010 @ 01:10:17 PM
Error Date : Thursday, July 1st 2010 @ 01:10:19 PM
Script : http://scalemotorcars.com/forum/index.php?language=lt
Referrer : http://scalemotorcars.com/index.php
IP Address : 166.82.146.90
Username : <!--START vBET NOT TRANSLATED AREA-->ScaleMotorcars<!--END vBET NOT TRANSLATED AREA-->
Classname : vB_Database
MySQL Version : 4.0.27-standard
And my htaccess
PHP 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 vBSEO 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 /forum
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Any help would be great. Thanks....