Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../whmcs83
File: notes.txt
1. data.zip is made by zipping the following folders from the package:
[0] Fix | Delete
/downloads/
[1] Fix | Delete
/templates_c/
[2] Fix | Delete
/attachments/
[3] Fix | Delete
2. Languages are seperate for admin account and enduser site. The files are there in the /lang/ folder for enduser and /admin/lang/ folder for admin languages.
[4] Fix | Delete
Check if the languages we provide the files exists in the respective folders.
[5] Fix | Delete
3. In sql keep 'SMTPPassword', 'FTPBackupPassword' and 'License' fields blank in `tblconfiguration` table.
[6] Fix | Delete
4. We have disabled 5.3.10 on windows as it gives "Admin Directory Conflict" error even on manual installation. We have opened ticket to WHMCS for the same. Check in next version if it works then remove the check.(removed from 5.3.11)
[7] Fix | Delete
5. In SQL `tbladmins` table we set only one password since we do not know the password hash. WHMCS creates the other password hash on 1st login.
[8] Fix | Delete
6. Use config.php from crons/config.php.new. We explicitly do this to set Custom Crons Directory
[9] Fix | Delete
7. Do not change uuid from tbladmins table as it is same for all installations.
[10] Fix | Delete
8. We have removed below sql inserts from v7.2.1 and have confirmed with the WHMCS team via ticket, no need longer
[11] Fix | Delete
INSERT INTO `tbltransientdata` VALUES
[12] Fix | Delete
(1, 'RewriteBackup', '[{"before":[],"whmcs":[],"after":[]}]', 1525758986),
[13] Fix | Delete
(2, 'detect-route-environment', 'El9q4', [[timestamp]]),
[14] Fix | Delete
9. Also set the value for "InstanceID" to ''{blank} in "tblconfiguration" table since v7.2.1.
[15] Fix | Delete
10. PHP REQUIREMENT LINK: https://docs.whmcs.com/System_Requirements
[16] Fix | Delete
11. The below entries were added from 7.6.0 under tblconfiguration table. Check this in next version as well.
[17] Fix | Delete
('domainLookupProvider', 'WhmcsDomains', '[[regtime]]', '[[regtime]]'),
[18] Fix | Delete
('ReCAPTCHAForms', '{"checkoutCompletion":false}', '[[regtime]]', '[[regtime]]'),
[19] Fix | Delete
('MDEFromTime', '[[regtime]]', '[[regtime]]', '[[regtime]]')
[20] Fix | Delete
12. Value for "EulaAgreementAccepted" hash in `tblconfiguration` table is same for all installations. Hence we have kept it as it is. (Since 7.7.0)
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function