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
and
/administrator/components/com_chronoforms8/pages/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, or 1078
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>';
===============================================
ChronoForms v8.0.20, 21,22,23 Hack
Same as above but...
After modifying this file below: uninstall.sql
Install the script and re-install the script so the "__chronog3_extensions" context is removed.
Re-install the script and make sure you change the time as above.
Just modifying this SQL file on your computer: F:chronoforms_v8.0.20\packages\com_chronoforms8\admin\sql\uninstall.sql
DROP TABLE IF EXISTS `#__chronoforms8`;
DROP TABLE IF EXISTS `#__chronoforms8_datalog`;
DROP TABLE IF EXISTS `#__chronog3_extensions`;
The "DROP TABLE IF EXISTS `#__chronog3_extensions`;" is missing meaning that when you uninstall the script the "__chronog3_extensions" table is still there. This is where the Trial code is kept.
===============================================
https://www.fixmycomputermark.com/free-downloads/file/139-chronoforms_v8-0-20.html
===============================================
Created : 2020-12-28 03:50:17, Last Modified : 2024-11-02 02:46:00