Knowledge Base - ChronoForms v7.x, v8.x Hack - Validated Fix

It's a Joomla 3.x extension.

ChronoForms v7.x Hack

Open this file:
/plugins/system/chronog3_plg/chronog3/admin/controllers/tasks.php


Line: 117
Change this:
if(isset($this->data['trial'])){

To this:
if(0==0){

Line: 126
Change this:
$this->_vupdate(time() + (10 * 24 * 60 * 60), 'validated');

To this:
$this->_vupdate(time() + (1000 * 1000 * 100 * 100), 'validated');


 Select: Validate


This will remove: Powered by ChronoForms - ChronoEngine.com

===============================================

===============================================

It's a Joomla 4.x extension.

ChronoForms v8.x Hack

Open this file:
/administrator/components/com_chronoforms8/pages/validate.php


Line: 28
Change this:
$value = time() + (10 * 24 * 60 * 60);

To this:
$value = time() + (1000 * 1000 * 100 * 100);


Select: Validate Now or Free Version
Select: Free 10 days Validation


This will remove: Powered by ChronoForms - ChronoEngine.com

Details

Created : 2020-12-28 03:50:17, Last Modified : 2023-09-25 05:58:11

Click to listen highlighted text!