OK I have 2 issues I'd like to address
1- When running start.bat, Login to the server will not occur
PHP Warning: mysql_connect(): Access denied for user 'xxx'@'localhost' (using password: YES) in xxx\MySQL.php on line 63
Now, checking MySQL.php, line 63 reads as:
$conn = mysql_connect($this -> SERVER, $this -> USER, $this -> PASS, true);
I've reconfirmed password is set properly and even reset it.
Hence, I'm unable to get the bot to start
2- ItemsDB: When trying to follow the links found here in forums, all I get is access denied errors. Tried downloads with normal clickthru as well as using Download manager (set to 1 connection to avoid flood against the FTP server)
Responses appreciated, in advance