<?php

    $dbms = 'mysql' ;

    $dbhost   = 'localhost' ;
    $dbname   = 'recess_phpb1'   ;
    $dbuser   = 'recess_phpb1' ;
    $dbpasswd = 'yECFixCVR6BP' ;

    $table_prefix = 'phpbb_' ;

    define ( 'PHPBB_INSTALLED' , TRUE ) ;

?>
