One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
tcherkassky.fr
/
modules
/
mod_rsform
/
Edit File:
script.php
<?php /** * @version 1.4.0 * @package RSform!Pro 1.4.0 * @copyright (C) 2007-2012 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); class mod_rsformInstallerScript { public function preflight($type, $parent) { if ($type != 'uninstall') { $app = JFactory::getApplication(); if (!file_exists(JPATH_ADMINISTRATOR.'/components/com_rsform/helpers/rsform.php')) { $app->enqueueMessage('Please install the RSForm! Pro component before continuing.', 'error'); return false; } if (!file_exists(JPATH_ADMINISTRATOR.'/components/com_rsform/helpers/version.php')) { $app->enqueueMessage('Please upgrade RSForm! Pro to at least R45 before continuing!', 'error'); return false; } $jversion = new JVersion(); if (!$jversion->isCompatible('2.5.5')) { $app->enqueueMessage('Please upgrade to at least Joomla! 2.5.5 before continuing!', 'error'); return false; } } return true; } }
Simpan