|
Thought maybe seeing my conf might help too....
<?php
if ( !isset($skip_exheader) ) {
include "header-inc.php";
}
$VERSION = "4.7";
define('TMPL_PATH', '');
$host="localhost";
$database="xxxxx_photopost";
$mysql_user="xxxxxxx_moshpit";
$mysql_password="xxxxxxxx";
$host_bb="localhost";
$pp_db_prefix = "";
$database_bb="xxxxxxx_moshpit";
$user_bb="xxxxxxxxx_moshpit";
$password_bb="xxxxxxxx";
$vblicense = "xxxxxxxxx";
$ppboards="open";
$closedmsg = "The boards are temporarily down for maintainence.";
$pplang = "english";
//$zip_command = "/usr/bin/unzip -j";
$mogrify_command = "/usr/bin/X11/mogrify";
$jhead_command = "/usr/bin/jhead";
$jpegtran = "";
$mysqldumppath = "/usr/bin/mysqldump";
$backupdir = "/home/xxxxx/photopost/backups";
$usegd = 1;
$onthefly=0;
$debug=2;
$cookie_path = "/";
$cookie_domain = ".themoshpit.net";
$cookieprefix="bb";
$botbuster="0";
$compression="0";
$ppdateformat = "dow month dd, yyyy";
$gmtoffset = 0;
$ipcache = 0;
?>
|