:: Block php eval base64_decode on whmcs
:: issue
If you got some script on open ticket in whmcs some like:
{php}eval(base64_decode('LJNvZg...seER=') );{/php}
:: How to blocking the php eval base64_decode on whmcs
0. create php file in includes/hooks/
vi includes/hooks/whatever.php
1. add these line
CAn it be any name of file?
yes, you can used any name..
in whmcs 5.1 and 5.2 + it will break the submiting of email templates.
when i disable/enable rich text editor ( tinymce ) in email templates , it logouts of admin area while having this file in hooks of whmcs. š it used to work in earlier versions