Originally Posted by pixelpost/doc/ReadMe_install.txt
1. Edit the pixelpost.php file (located in /includes/), enter the
database information there:
these are the fields, where you must enter the necessary data:
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "replace_me"; // database user
$pixelpost_db_pass = "replace_me"; // database user password
$pixelpost_db_pixelpost = "replace_me"; // database
If you choose another name for your PixelPost-Tables, change it here,
replace "pixelpost_" by the table-name-prefix of your choice:
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want
to install multiple blogs on the same database