/var/softaculous/whmcs813
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess9330644editdlrm
changelog.txt62780644editdlrm
clone.php60700644editdlrm
clone.xml2810644editdlrm
config.php7790644editdlrm
configuration.php5890644editdlrm
edit.php62970644editdlrm
edit.xml5770644editdlrm
fileindex.php6740644editdlrm
import.php60700644editdlrm
info.xml28260644editdlrm
install.js9240644editdlrm
install.php67140644editdlrm
install.xml40070644editdlrm
md514740644editdlrm
notes.txt21820644editdlrm
upgrade.php68440644editdlrm
upgrade.xml6540644editdlrm
Edit: /var/softaculous/whmcs813/notes.txt (2182B)
1. data.zip is made by zipping the following folders from the package: /downloads/ /templates_c/ /attachments/ 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. Check if the languages we provide the files exists in the respective folders. 3. In sql keep 'SMTPPassword', 'FTPBackupPassword' and 'License' fields blank in `tblconfiguration` table. 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) 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. 6. Use config.php from crons/config.php.new. We explicitly do this to set Custom Crons Directory 7. Do not change uuid from tbladmins table as it is same for all installations. 8. We have removed below sql inserts from v7.2.1 and have confirmed with the WHMCS team via ticket, no need longer INSERT INTO `tbltransientdata` VALUES (1, 'RewriteBackup', '[{"before":[],"whmcs":[],"after":[]}]', 1525758986), (2, 'detect-route-environment', 'El9q4', [[timestamp]]), 9. Also set the value for "InstanceID" to ''{blank} in "tblconfiguration" table since v7.2.1. 10. PHP REQUIREMENT LINK: https://docs.whmcs.com/System_Requirements 11. The below entries were added from 7.6.0 under tblconfiguration table. Check this in next version as well. ('domainLookupProvider', 'WhmcsDomains', '[[regtime]]', '[[regtime]]'), ('ReCAPTCHAForms', '{"checkoutCompletion":false}', '[[regtime]]', '[[regtime]]'), ('MDEFromTime', '[[regtime]]', '[[regtime]]', '[[regtime]]') 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) 13. [NA] As of 8.13.3 version, the admin panel is not loaded on PHP 7.1 hence we have updated the PHP to 8.1 Check on PHP 7.2 in next version. (confirm with vendor over ticket) Reverted PHP to 7.2 as there was new package available with the fix.