Admincp After Update TO 3.8.2

SaTaN InSiDe

New Member
Hi
After I Upgrade My Forum From 3.8.1 Nullified by GYSN To 3.8.2 Nullified by GYSN My Admincp Function Disable When I Say Something Or Try to Add New Forum When I Push The Save GO To New Page Only Show
Powered by BoSeYeBaAd
Copyright ©2008 - 2009

I Mean Admincp Doesn't Work Any Way
I Use PHP 5.2.9
Apache 2.2.11
MySql 5.0.77-community
PHP Handle Suphp
Suhosin
 
Could be suhosin... do you have the required stuff in your .htaccess file?

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
 
Now But I Add This Line In Php.ini I Must Add This To .htaccess Too ?

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 /

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

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]
RewriteCond %{HTTP_HOST} ^forum.boseyebaad.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.boseyebaad.com$
RewriteRule ^.*$ "http\:\/\/forum\.aryaee\.net\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^forum.boseyebaad.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.boseyebaad.net$
RewriteRule ^.*$ "http\:\/\/forum\.aryaee\.net\/" [R=301,L]

When I Add Line Give Me 500 - Internal Server Error
I Uninstall Suhosin
And Try To Deactivate The Seo But I Still Have Same Problem
 
Back
Top