[1chan]

Futallaby config.php options


TITLE - The name of this image board. This is displayed in the browser title bar and at the top of the board if SHOWTITLETXT is enabled.
SQLLOG - The MySQL table to be used by this image board.
SQLHOST - Location of MySQL server. This is usually localhost.
SQLUSER - MySQL user name. If you don't know this, contact the system administrator.
SQLPASS - SQLUSER's password.
SQLDB - MySQL database to be used by this image board. Multiple image board tables may be stored in one database.
ADMIN_PASS - Password used to delete posts and make 'admin' (HTML enabled) posts.
SHOWTITLETXT - When this is set to 1, TITLE will be displayed at top of the image board.
SHOWTITLEIMG - When this is set to 1, TITLEIMG will be displayed at top of the image board. When this is set to 2, the image will be displayed and clicking on it will cause it to reload.

For example...
1chan style: SHOWTITLETXT = 0, SHOWTITLEIMG = 1
2chan style: SHOWTITLETXT = 1, SHOWTITLEIMG = 0
4chan style: SHOWTITLETXT = 1, SHOWTITLETXT = 2

TITLEIMG - Image file used for title. This can be a php file for rotation purposes.
IMG_DIR - Directory where full size images are stored. Needs to have full permissions (777).
THUMB_DIR - Directory where thumbnails are stored. Needs to have full permissions (777).
HOME - Image board home page (up one level by default)
MAX_KB - Maxium size of image uploads in KB
MAX_W - Images wider than this will be thumbnailed.
MAX_H - Images higher than this will be thumbnailed.
PAGE_DEF - Images per page.
LOG_MAX - Maximum number of items that will be stored. When this is reached, the oldest item will be deleted with each new post.
RE_COL - Each line starting with > will be this color. (RGB hex)
PHP_SELF - The main php script file.
PHP_SELF2 - The main page of the image board.
PHP_EXT - All pages of the image board will have this extension. Should be htm or html.
RENZOKU - Minimum time in seconds a user must wait between posts. Used to prevent flooding.
RENZOKU2 - Minimum time in seconds a user must wait between posting images. Used to prevent flooding.
MAX_RES - Maximum number of times an image can be bumped to the top with a new reply.
USE_THUMB - When 1, images will be thumbnailed. Highly recommended.
PROXY_CHECK - Checks user's IP when posting to verify that it is not accepting incoming HTTP connections.
DISP_ID - When 1, an ID hash will be displayed with each post. Usually not needed.
BR_CHECK - Maximum number of lines per post. 0 for no limit. Low setting will prevent the posting of text art.
TRIPKEY - This symbol separates user names and tripcodes. It should be ! or # but you are welcome to experiment.
CSSFILE - Cascading Style Sheet to define the look of the imageboard. Enter a complete URL if using one style sheet for the entire site.