Файл: config.php
Строк: 25
<?
$title = 'Minisoc.ru';
$site_name = 'minisoc.ru';
$url = 'http://minisoc.ru';
$home_url = '<a href="index.php">Minisoc.ru</a>';
$dbserver='localhost';
$dbuser='cruis189_minisoc';
$dbpassword='-J=3g-n+.J9Z';
$db='cruis189_minisoc';
$system['online_time'] = 500;
$system['arbour_antiflud'] = 20;
$system['diary_antiflud'] = 300;
$system['microblog_antiflud'] = 500;
$system['microblog_comm_antiflud'] = 20;
$system['microblog_like_antiflud'] = 5;
$system['wall_antiflud'] = 20;
$system['photo_antiflud'] = 100;
$system['edit_forum_antiflud'] = 60;
$system['cat_forum_antiflud'] = 10;
$system['cat_edit_forum_antiflud'] = 60;
$system['deleted_forum_antiflud'] = 3600;
$system['ban_user'] = 10;
$system['edit_user'] = 10;
$system['forum_theme'] = 60;
$system['edit_forum_theme'] = 20;
$system['edit_comm_forum_theme'] = 20;
$system['chat_comm'] = 3;
$system['chat_add'] = 60;
$system['chat_edit'] = 60;
$system['deleted_chat_antiflud'] = 1800;
$system['vip'] = 60;
?>