View Single Post
  #6  
Old 04-21-2006, 12:06 PM
Treffynnon Offline
forum loafer
 
Join Date: Jun 2005
Posts: 1
Should these vars...

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.
Reply With Quote