Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
a2-optimized /
prestashop /
Delete
Unzip
Name
Size
Permission
Date
Action
a2hosting
[ DIR ]
drwxr-xr-x
2025-04-30 04:08
a2hosting-prestashop
[ DIR ]
drwxr-xr-x
2025-04-29 15:41
ImageController.php
15.26
KB
-rw-r--r--
2025-04-29 15:41
README
43
B
-rw-r--r--
2025-04-29 15:41
a2hosting-master.zip
48.48
KB
-rw-r--r--
2025-04-29 15:41
a2hosting.zip
48.54
KB
-rw-r--r--
2025-04-29 15:41
a2turbocache.zip
133.02
KB
-rw-r--r--
2025-04-29 15:41
configuration-get
400
B
-rwxr-xr-x
2025-04-29 15:41
configuration-update
407
B
-rwxr-xr-x
2025-04-29 15:41
generate-htaccess
250
B
-rwxr-xr-x
2025-04-29 15:41
install-a2hosting
675
B
-rwxr-xr-x
2025-04-29 15:41
install-a2turbocache
691
B
-rwxr-xr-x
2025-04-29 15:41
optimize
385
B
-rwxr-xr-x
2025-04-29 15:41
regenerate-thumbnails
15.34
KB
-rwxr-xr-x
2025-04-29 15:41
Save
Rename
#!/opt/alt/php74/usr/bin/php <?php if(!file_exists('config/config.inc.php')) exit(); require_once('config/config.inc.php'); try { $file_name = '/opt/a2-optimized/prestashop/a2turbocache.zip'; $name = 'a2turbocache'; if (!Tools::ZipExtract($file_name, _PS_MODULE_DIR_)) throw new PrestaShopException('Fail to extract module zip file'); $module = Module::getInstanceByName($name); if (!$module->install()) { if(!$module->update()) throw new PrestaShopException(implode(' - ', $module->getErrors())); echo "\n{$name} Updated...\n"; } else{ echo "\n{$name} Installed...\n"; } } catch (PrestashopException $e) { //handle errors var_dump($e); }