6 |
kaklik |
1 |
<?
|
|
|
2 |
|
|
|
3 |
// Configuration Page
|
|
|
4 |
|
|
|
5 |
$numofposts = "20"; // Number of posts to display
|
|
|
6 |
$archivenoofposts = "50"; // Number of posts to display per page in archive
|
|
|
7 |
$display_email = "0"; // Name is displayed as link to posters e-mail address. 1 = Yes, 0 No
|
|
|
8 |
$showdate = "1"; // Display name when user hoovers mouse over post. 1 = On, 0 = Off
|
|
|
9 |
$badlang = "1"; // Censor out bad language 1 = On, 0 = Off
|
|
|
10 |
$maxchars = "200"; // Number of characters allowed in message field
|
|
|
11 |
$imagepath = "images"; // Folder name where smilies are stored. NO Trailing slash
|
|
|
12 |
$savename = "0"; // Remember users name after posting a message.
|
|
|
13 |
$floodtime = "20"; // Flood control time. In seconds the time before the same user can post another message. If you don't want any flood control change this to zero (0).
|
|
|
14 |
|
|
|
15 |
?>
|