It works on my vb 3.x ,Thanks!

, but I have more licences and I can not run a vb 4.0 on the same host (1and1 Dedicate server).
When I try to migrate my vb 4.0 to the same host space I get this error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/30/d325399689/htdocs/todobetas.com/forum.php on line 598
Any solution?
--------------- Added [DATE]1272124605[/DATE] at [TIME]1272124605[/TIME] ---------------
I found the solution to install VB 4.x on 1and1 dedicated server:
1) I run PhP as a module.
2) I change the follow lines on config.php to be like this:
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = '/tmp/mysql5.sock';
3) I add the follow lines on the .htaccess on the vb4.x directory:
php_value mysql.default_socket "/tmp/mysql5.sock"
AddType x-mapp-php5 .php
Looks like all are working ok now.