this no longer works with 3.5.4:
just get a page that says:
HTML Code:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
and when you view its code it as:
PHP Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title> Database Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
<!--
blockquote { margin-top: 75px; }
p { font: 11px tahoma, verdana, arial, sans-serif; }
-->
</style>
</head>
<body>
<blockquote>
<blockquote>
<p><strong>There seems to have been a problem with the database.</strong><br />
Please try again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</p>
<p>An E-Mail has been dispatched to our <a href="mailto:">Technical Staff</a>, whom you can also contact if the problem persists.</p>
<p>We apologise for any inconvenience.</p>
<!--
Database error in vBulletin :
mysql_connect(): Access denied for user: '***********@localhost' (Using password: YES)
/home/*******/public_html/includes/class_core.php on line 279
MySQL Error :
Error Number :
Date : Monday, April 17th 2006 @ 09:14:54 PM
Script : http://forums.evo-network.com/topics.php
Referrer :
IP Address : ************
Username :
Classname : vb_database
-->
</blockquote>
</blockquote>
</body>
</html>