Just got another reply from support, here is what they said:
------------------------------------
Dear Kerry,
Looking quickly at the script you should be able to hard code the remote database in:
var $database = "";
var $link_id = 0;
var $query_id = 0;
var $record = array();
var $errdesc = "";
var $errno = 0;
var $reporterror = 1;
var $server = "localhost";
var $user = "root";
var $password = "";
Where database would be the database name and server would be the IP address of the MySQL server and use the Database Owner details.
Unless its using the hidden fields where you should still be able to hardcode or choose the remote server. You may need to specify port 3306 for the server - simply add ,3306 after the IP address specified i.e. 213.171.111.111,3306 .
I hope this helps.
------------------------------------
Cheers,
Kerry
|