Should these vars be visible in the pixelpost.php file? They are currently the default entries you get in the new RC1 .zip file.
Code:
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "jspurlin_admin"; // database user
$pixelpost_db_pass = "pass22"; // database user password
$pixelpost_db_pixelpost = "jspurlin_dude"; // database
I realise its not much use without a server address and the server maybe configured to only recieve local connections, but...
Thanks for this latest release guys.