Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
plugins /
j2store /
payment_paymill /
Delete
Unzip
Name
Size
Permission
Date
Action
library
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
payment_paymill
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
index.html
249
B
-rwxr-xr-x
2019-05-17 07:58
payment_paymill.php
22.97
KB
-rwxr-xr-x
2019-05-17 07:58
payment_paymill.xml
3.66
KB
-rwxr-xr-x
2019-05-17 07:58
script.payment_paymill.php
1.13
KB
-rwxr-xr-x
2019-05-17 07:58
Save
Rename
<?php /*------------------------------------------------------------------------ # plg_j2store_payment_paymill # ------------------------------------------------------------------------ # author Ramesh Elamathi - Weblogicx India http://www.weblogicxindia.com # copyright Copyright (C) 2012 Weblogicxindia.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://j2store.org # Technical Support: Forum - http://j2store.org/forum/index.html -------------------------------------------------------------------------*/ // no direct access defined('_JEXEC') or die('Restricted access'); class plgJ2StorePayment_paymillInstallerScript { function preflight( $type, $parent ) { $xmlfile = JPATH_ADMINISTRATOR.'/components/com_j2store/com_j2store.xml'; $xml = JFactory::getXML($xmlfile); $version=(string)$xml->version; //check for minimum requirement // abort if the current J2Store release is older if( version_compare( $version, '2.6.7', 'lt' ) ) { Jerror::raiseWarning(null, 'You are using an old version of J2Store. Please upgrade to the latest version'); return false; } } }