[]
Zarzal said: I'm not Omegatron but I try to help

You have to edit the pppanel.php. On top you find:
// configure your database settings
$host = "ip or dnsname of host for pp"; // Server Name
$user= "username for pp db"; // Username
$password= "password for pp db"; // Password
$database="databasename of pp db"; // Photopost database name or forum database name [/]
Thanks for your input, Zarzal. Unfortunately I still wasn't able to get it working.
// configure your database settings
$host = "here I inserted
localhost"; // Server Name
$user= "here I inserted my PP_db username"; // Username
$password= "I inserted my PP db password"; // Password
$database="I inserted my PP_database name"; // Photopost database name or forum database name
Under:
$i=0;
$color = "lighttable";
$photorow="";
$photopanel="";
...I added:
mysql_select_db ("
I added my threads_database name here")or die("Could not select database");
...and commented out on the last lines:
//mysql_select_db ("UBBTHREADSDATABASE")or die("Could not select database");
I still get the
could not select database error message.
Am I missing something else?
Sorry for not getting it, but thanks for your help!
Jason
