View file wapforum2/conf.php

File size: 0.99Kb
<?php
error_reporting(0);
//доступ к бд
$dbuser="юзер";                   //database user username
$dbpass="пароль";                       //database user password
$dbserver="localhost";            //database server (usually localhost)
$dbname="имя базы";               //database name

//заголовок
$title="Mobilka.Us Forum";              //You can see this text on the main screen of the forum

//images config
$loginbtn="";                     //fill this variable with image url (leave blank if you do not want to use this image)
$registerbtn="";                  //same here
$reloginbtn="";                   //same here

//date config
$timezone=0;

//antiflood control
$antiflood=15;                    //delay between user posts (sec)
$antiflood2=100;                  //delay between user threads (sec)
$pmantiflood=30;                  //delay between PMs (sec)
$memberban=0                    //users get ... (sec) ban after registering


?>