nothing4all wrote:Like marquee, forum logging in from the website and more...
im not sure what he problem is without getting more details, i now for experience that sometimes if you have php_register globals off some php scripts will not work
maybe try this htacess file and see if it solves the problem...
#php.ini configuration
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
</IfModule>
php_flag display_errors Off
php_flag register_globals On
php_flag track_vars On