rcjay2
11-30-2005, 12:10 AM
OK, I am trying to get pixelpost up and running. It is installed on server 2003 and all the necessary apps are installed (MySql, PHP, Apache). I have verified that Apache and PHP are functional. I can create a DB with MYSQL. The problem is with Pixelpost. I have read the install docs and I am confused as to what all I need to do.
I have created the images and thumbnails directories and made sure that the permissions are 777.
C:\Program Files\MySQL\MySQL Server 5.0\data\pixelpost_db
// database variables - this is info you've received from you hosting service
// those are needed for the script to connect and use MySQL
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "root"; // database user
$pixelpost_db_pass = "password"; // database user password
$pixelpost_db_pixelpost = "pixelpost_db"; // database
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database
// pixelpost version
$version = "WW91IGFyZSBydW5uaW5nIHZlcnNpb24gMS40IG9mIFBpeGVscG 9zdC4gUmVsZWFzZWQgNSBBcHJpbCAyMDA1Lg==";
My question is what do I do next? How do I create a photoblog? Should I just dump some photos in the images folder? Do I need to create the images and the thumbnails?
Is there something that I am missing?
Sorry for all the questions.
Rob
I have created the images and thumbnails directories and made sure that the permissions are 777.
C:\Program Files\MySQL\MySQL Server 5.0\data\pixelpost_db
// database variables - this is info you've received from you hosting service
// those are needed for the script to connect and use MySQL
$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "root"; // database user
$pixelpost_db_pass = "password"; // database user password
$pixelpost_db_pixelpost = "pixelpost_db"; // database
$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database
// pixelpost version
$version = "WW91IGFyZSBydW5uaW5nIHZlcnNpb24gMS40IG9mIFBpeGVscG 9zdC4gUmVsZWFzZWQgNSBBcHJpbCAyMDA1Lg==";
My question is what do I do next? How do I create a photoblog? Should I just dump some photos in the images folder? Do I need to create the images and the thumbnails?
Is there something that I am missing?
Sorry for all the questions.
Rob