get a taddy api user and api key
create a config.php in this style:

$taddy_user = 'xxxxx';
$taddy_api_key = 'xxxxx';

config.php should also include you db config in this style:

$servername = "xxxxx";
$username = "xxxxx";
$password = "xxxxx";
$dbname = "xxxxx";
you may need to edit your php.ini

max_execution_time = 300
memory_limit = 512M
post_max_size = 50M
upload_max_filesize = 50M