0,0 → 1,15 |
<? |
|
// Configuration Page |
|
$numofposts = "20"; // Number of posts to display |
$archivenoofposts = "50"; // Number of posts to display per page in archive |
$display_email = "0"; // Name is displayed as link to posters e-mail address. 1 = Yes, 0 No |
$showdate = "1"; // Display name when user hoovers mouse over post. 1 = On, 0 = Off |
$badlang = "1"; // Censor out bad language 1 = On, 0 = Off |
$maxchars = "200"; // Number of characters allowed in message field |
$imagepath = "images"; // Folder name where smilies are stored. NO Trailing slash |
$savename = "0"; // Remember users name after posting a message. |
$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). |
|
?> |