Просмотр файла FFDB/config.php

Размер файла: 2.2Kb
<?php
// +----------------------------------------------------------------------+
// |                      Fantastic File Database                         |
// +----------------------------------------------------------------------+
// |                          By Tony Baird                               |
// |                  Copyright (c) 2003 Fantastic Scripts                |
// |                          http://fscripts.com                         |
// +----------------------------------------------------------------------+
// | Fantastic File Database Can be modified freely as long as copyright  |
// | is intact and this is left at the top of every source file           |
// +----------------------------------------------------------------------+
// | config.php                                                           |
// | Date Started: February 18, 2003                                      |
// | Last Modified: February 28, 2003                                     |
// +----------------------------------------------------------------------+
$CONFIG['mysql_username']="username";
$CONFIG['mysql_password']="password";
$CONFIG['mysql_db']="ffdb";
$CONFIG['mysql_host']="localhost";
$CONFIG['archive_name']="Fantastic File Database Installed Version";
$CONFIG['script_url']="http://tony.fscripts.com/";
$CONFIG['time_offset']="0";
$CONFIG['date_format']="F j, Y, g:i a";
$CONFIG['files_per_page']="5";
$CONFIG['files_path']="/home/tony/public_html/ffdb/uploads/files/";
$CONFIG['files_url']="http://fscripts.com/ffdb/uploads/files/";
$CONFIG['images_path']="/home/tony/public_html/ffdb/uploads/images/";
$CONFIG['images_url']="http://fscripts.com/ffdb/uploads/images/";
$CONFIG['online_time']="600";
$CONFIG['default_skin']="1";
$CONFIG['user_selectable_skins']="Yes";
$CONFIG['guest_id']="1";
$CONFIG['default_user_title']="Newbie";
$CONFIG['cookie_time']="8640000";
$CONFIG['email']="[email protected]";
$CONFIG['allow_email']="Yes";
$CONFIG['mail_method']="sendmail";
$CONFIG['script_dir']="/ffiledb2/";
$CONFIG['flood_time']="60";
$CONFIG['members_per_page']="30";
$CONFIG['memberlist_date_format']="F j, Y, g:i a";
$CONFIG['templates_path']="/home/tony/public_html/ffdb/templates";

?>