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:
// let's get connected
require("last10config.php");
require("$path/config.php");
Add that:
Code:
$servername=$config['MasterServer']['servername'];
$dbusername=$config['MasterServer']['username'];
$dbpassword=$config['MasterServer']['password'];
$dbname=$config['Database']['dbname'];