Quote:
Originally Posted by CDRlab
Hi there, I'm using this script for a long time (since 1.0.2) but now after upg. to 3.5 rc1 it stopped working. The solution is simple, just edit the file last10.php add after that:
Code:
$path/config.php");
Add after that:
Code:
$servername=$config['MasterServer']['servername'];
$dbusername=$config['MasterServer']['username'];
$dbpassword=$config['MasterServer']['password'];
$dbname=$config['Database']['dbname'];
|
This worked perfectly for me on VB3.5.0 Gold