-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
26 lines (26 loc) · 1003 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$admin_name = "admin";
$admin_password = "admin";
$app_version = "0.7"
$date_format = "F d, Y H:i:s";
$validate_email = 1;
$newest_first = 1;
$data_file = "entries.php";
$view_template = "viewtemplate.tpl";
$sign_template = "signtemplate.tpl";
$post_template = "posttemplate.tpl";
$page_template = "pagetemplate.tpl";
$admin_template = "admintemplate.tpl";
$entries_per_page = 20;
$allowed_html = "<b><i><u>";
$custom_fields = "timestamp|name|email|website|message|icq|aim|msn|yahoo";
$required_fields = "name|email|message";
$icon_field = "icq|aim|website|email|msn|yahoo";
$filtered_words = "fuck|shit|nigger|asshole";
$filtered_replace = "****|****|****|****";
$allow_emoticons = 1;
$icontheme = "default";
$emoticons = "icon_smile|icon_biggrin|icon_cheesygrin|icon_sad|icon_wink|icon_cool|icon_cry|icon_redface|icon_lol|icon_razz|icon_confused|icon_eek|icon_evil|icon_mad";
$emotcodes = ":)|:D|:-D|:(|;)|8)|:~(|:blush:|LOL|:P|:?|:eek:|})|}(";
$emotishow = "1|1|1|1|1|1|1|1|1|1|1|1|1|1";
?>