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.0.16 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: ChronoForms 8 Free Version
Select: Free 10 days Validation


This will remove: Powered by ChronoForms - ChronoEngine.com

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

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

It's a Joomla 4.x extension.

ChronoForms v8.0.18 Hack

Open this file:
/libraries/chrono_lib/widgets/validate.php


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

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


Select: ChronoForms 8 Free Version
Select: Free 10 days Validation

To remove : 

This form was created by ChronoForms 8

Goto:

/administrator/components/com_chronoforms8/pages/view.php

Remove Line: 955

echo '<a href="https://www.chronoengine.com/?ref=chronoforms8-form" target="_blank" class="chronocredits">This form was created by ChronoForms 8</a>';

-----------------------------------------

To remove from Email:

This form was created by ChronoForms 8

Goto:

/administrator/components/com_chronoforms8/pages/chronoforms/actions/email/output.php

Remove Line: 64

$body .= '<br><br><a href="https://www.chronoengine.com/?ref=chronoforms8-email" target="_blank" class="chronocredits">This email was sent by ChronoForms 8</a>';

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

https://www.fixmycomputermark.com/free-downloads/file/138-chronoforms_v8-0-18-zip.html

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

Details

Created : 2020-12-28 03:50:17, Last Modified : 2024-03-15 16:04:57