View Single Post
Old December 20th, 2008, 07:19 PM   #1 (permalink)
Scott
Member
Verified Customer
 
Join Date: Dec 2008
Location: Centreville MD
Posts: 45
Exclamation reviewpost question

This is the only place I could find to post, for some reason, I cant start new threads and have restricted access. I just bought review post and have some questions.

My install instructions read the following, but the highlighted files were not included in my zip folder.

reviewpost
images (chmod 755)
uploads (chmod 777)
1 (chmod 777)

help (chmod 755)
data (chmod 777)
1 (chmod 777)
2 (chmod 777)
500 (chmod 777)
ioncube (chmod 755), this folder is only for the time-limited/expiring versions of ReviewPost

My config-inc.php file is missing the following;

// GD2 support
// this will only work if you have GD2 or better installed
// 0 - use mogrify; 1 - use GD2
$usegd = 0;

// on-the-fly watermarks
// requires GD2 and you must edit the file watermark.php
$onthefly=0;

// Debug variable.
// 0 = No debug notifications
// 1 = Program should generate an email and send it to the site administrator
// 2 = Program should terminate with a formatted screen with error message
// When set to 0 or 1, the program will not end on non-fatal errors.
$debug=2;

// Cookie variable
// This should be set to match the path for your cookies, / sets the cookie
// to be usable throughout the site. If your BB system has a different setting,
// then you need to put that path here as well.
$cookie_path="/";

// BotBuster integration
// http://www.botbuster.com
// Set to "yes" if you have BotBuster on your system (this includes the necessary tag)
$botbuster="no";

// ZLIB compression
// Set to "1" if you want to enable Zlib compression
$compression="0";

// Date Format
// you can change the format of how dates are displayed
// keywords:
// dow = day of week (Mon, Tue, Wed...)
// month = month (Jan, Feb, Mar...)
// mm = month in numerical format, dd = date, yyyy = year
$ppdateformat = "dow month dd, yyyy";

// If you are running VB and want the server to display the time as an offset
// of GMT (for example, to the timezone where your server is located), enter the
// offset here
$gmtoffset = 0;

// IP caching
// This variable is used to track IP addresses and userids for voting and viewing purposes
// $ipcache is set in HOURS. To limit voting and view increments to once a day, you would set
// $ipcache to 24. Depending on the volume of activity on your set, you may want to monitor
// the size of your cache and adjust accordingly.
//
// Setting $ipcache to 0 disables this feature.
$ipcache = 0;

// Fonts
// Here is where you can set the fonts used throughout ReviewPost
// Multiple fonts can be specified (just as in HTML code)
$mainfonts="MS Sans Serif,Geneva,Arial";
$fontsmall = "1";
$fontmedium = "2";
$fontlarge = "3";


Can you guys check my forum status here so I can post in the approprite area? Thanks

Last edited by Scott; December 20th, 2008 at 07:32 PM.
Scott is offline   Reply With Quote