Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 3.144.153.204
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
MASS DEFACE
+ Create Folder
+ Create File
/
var /
softaculous /
smf20 /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
Settings.php
2.43
KB
-rw-r--r--
clone.php
8.39
KB
-rw-r--r--
edit.php
4.4
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
424
B
-rw-r--r--
import.php
3.6
KB
-rw-r--r--
info.xml
3.01
KB
-rw-r--r--
install.js
1.07
KB
-rw-r--r--
install.php
6.55
KB
-rw-r--r--
install.xml
3.92
KB
-rw-r--r--
md5
7
KB
-rw-r--r--
notes.txt
701
B
-rw-r--r--
upgrade.php
3.81
KB
-rw-r--r--
upgrade.xml
380
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Settings.php
<?php /** * Simple Machines Forum (SMF) * * @package SMF * @author Simple Machines http://www.simplemachines.org * @copyright 2011 Simple Machines * @license http://www.simplemachines.org/about/smf/license.php BSD * * @version 2.0 */ ########## 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 = 'Maintenance Mode'; # Title for the Maintenance Mode message. $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!'; # Description of why the forum is in maintenance mode. ########## Forum Info ########## $mbname = '[[site_name]]'; # The name of your forum. $language = '[[language]]'; # The default language file set for the forum. $boardurl = '[[softurl]]'; # URL to your forum's folder. (without the trailing /!) $webmaster_email = '[[board_email]]'; # Email address to send emails from. (like noreply@yourdomain.com.) $cookiename = '[[cookie_name]]'; # Name of the cookie to set for authentication. ########## Database Info ########## $db_type = 'mysql'; $db_server = '[[softdbhost]]'; $db_name = '[[softdb]]'; $db_user = '[[softdbuser]]'; $db_passwd = '[[softdbpass]]'; $ssi_db_user = ''; $ssi_db_passwd = ''; $db_prefix = '[[dbprefix]]'; $db_persist = 0; $db_error_send = 1; ########## Directories/Files ########## # Note: These directories do not have to be changed unless you move things. $boarddir = '[[softpath]]'; # The absolute path to the forum's folder. (not just '.'!) $sourcedir = '[[softpath]]/Sources'; # Path to the Sources directory. $cachedir = '[[softpath]]/cache'; # Path to the cache directory. ########## Error-Catching ########## # Note: You shouldn't touch these settings. $db_last_error = 0; # 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'; if (!file_exists($cachedir) && file_exists($boarddir . '/cache')) $cachedir = $boarddir . '/cache'; $image_proxy_secret = '[[image_proxy_secret]]'; $image_proxy_maxsize = '5190'; $image_proxy_enabled = '0'; $auth_secret = '[[auth_secret]]'; $db_character_set = 'utf8'; ?>
Close