I was doing a scan on my site and some of this code turned up in the "components/com_chronocontact/chronocontact.html.php" file, should this be there?
Forums
Is there Base64 encoding used in ChronoForms?
It may be worth noting that the call to the base64_decode( ) function can cause problems, depending on the hosting provider.
I came across this after my site was moved to a cpanel host. I found that my form worked correctly for a while (overnight?) after I FTP'd file chronocontact.html.php to the server, but it then got into a state where the form failed to load the required CSS and Javascript. This meant that the layout of the form was incorrect (text boxes not aligned) and it failed to reject invalid input.
I was able to get my hosting provider to enable calls to base64_decode, and the form now works fine.
I came across this after my site was moved to a cpanel host. I found that my form worked correctly for a while (overnight?) after I FTP'd file chronocontact.html.php to the server, but it then got into a state where the form failed to load the required CSS and Javascript. This meant that the layout of the form was incorrect (text boxes not aligned) and it failed to reject invalid input.
I was able to get my hosting provider to enable calls to base64_decode, and the form now works fine.
This topic is locked and no more replies can be posted.