****** IMPORTANT - SECURITY PROBLEM!!!!!!!!!!!!! ******
Please delete your custom page that powered by vBExternal if you updated your forums to VB3.5-Gold! It is showing your database's password in error message.
instead of -> Access denied for user: '
username@localhost' (Using password: YES)
it is showing -> Access denied for user: '
your-db-password@localhost' (Using password: YES)
--------------
There is a slight problem with the script and i have a temporary solution.
-------------
****** TEMPORARY SOLUTION ******
find your old /includes/class_core.php file (VB3.5RC or Beta) and change the name (for example -> /includes/class_core-old.php) then upload to server.
then open vBexternal.php and
find :
require_once('./includes/class_core.php);
change to:
require_once('./includes/class_core-old.php);
as i said, this is a temporary solution but it is working.