|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 33.84 GB of 70.42 GB (48.06%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
http/
smf/
- drwxr-xr-x
|
Viewing file: Settings.php (3.63 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?php /********************************************************************************** * Settings.php * *********************************************************************************** * SMF: Simple Machines Forum * * Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com) * * =============================================================================== * * Software Version: SMF 1.1 * * Software by: Simple Machines (http://www.simplemachines.org) * * Copyright 2006 by: Simple Machines LLC (http://www.simplemachines.org) * * 2001-2006 by: Lewis Media (http://www.lewismedia.com) * * Support, News, Updates at: http://www.simplemachines.org * *********************************************************************************** * This program is free software; you may redistribute it and/or modify it under * * the terms of the provided license as published by Simple Machines LLC. * * * * This program is distributed in the hope that it is and will be useful, but * * WITHOUT ANY WARRANTIES; without even any implied warranty of MERCHANTABILITY * * or FITNESS FOR A PARTICULAR PURPOSE. * * * * See the "license.txt" file for details of the Simple Machines license. * * The latest version can always be found at http://www.simplemachines.org. * **********************************************************************************/
########## Maintenance ########## # Note: If $maintenance is set to 2, the forum will be unusable! Change it to 0 to fix it. $maintenance = 0; # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!) $mtitle = 'Режим обслуживания форума'; # Title for the Maintenance Mode message. $mmessage = 'Профилактические работы на сервере, возобновление работы форума ориентировочно ночь/утро 18 мая'; # Description of why the forum is in maintenance mode.
########## Forum Info ########## $mbname = 'Ялагинское Поле'; #1083;агина 15'; # The name of your forum. $language = 'russian'; # The default language file set for the forum. $boardurl = 'http://forum.yalagina.ru'; # URL to your forum's folder. (without the trailing /!) $webmaster_email = 'mar@miranet.ru'; # Email address to send emails from. (like noreply@yourdomain.com.) $cookiename = 'SMFCookie65'; # Name of the cookie to set for authentication.
########## Database Info ########## $db_server = 'localhost'; $db_name = 'yalagina'; $db_user = 'root'; $db_passwd = 'zopa25703'; $db_prefix = 'smf_'; $db_persist = 0; $db_error_send = 0;
########## Directories/Files ########## # Note: These directories do not have to be changed unless you move things. $boarddir = '/http/smf'; # The absolute path to the forum's folder. (not just '.'!) $sourcedir = '/http/smf/Sources'; # Path to the Sources directory.
########## Error-Catching ########## # Note: You shouldn't touch these settings. $db_last_error = 1337543709;
# Make sure the paths are correct... at least try to fix them. if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt')) $boarddir = dirname(__FILE__); if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources')) $sourcedir = $boarddir . '/Sources';
?>
|