The error is this ;
Code:
Database error in vBulletin :
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
/home/sabira88/public_html/vuhelp.net/includes/class_core.php on line 312
Basically this means your server is running php 5.5 - vbulletin 4.0.3 is not compatible with php 5.5.
You could probably cure that specific error by switching to mysqli in the config, but you will likely hit a bunch of other errors.