| Server IP : 170.10.162.208 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /tmp/ |
Upload File : |
var/softaculous/whmcs89/notes.txt 0000644 00000003620 15051411760 0013077 0 ustar 00 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) var/softaculous/wp55/notes.txt 0000644 00000012712 15051424752 0012404 0 ustar 00 1. Download the language files from :
http://codex.wordpress.org/L10n:Localization_Teams (https://nl.wordpress.org/)
and copy them to the /var/softaculous/wp/languages/LANGUAGE_CODE.zip
2. The language files for the following languages have been updated to 5.5.16 :
<option value="ar">Arabic</option>
<option value="ca">Catalan</option>
<option value="cs_CZ">Czech</option>
<option value="da_DK">Danish</option>
<option value="de_DE">German</option>
<option value="el">Greek</option>
<option value="es_ES">Spanish</option>
<option value="fa_IR">Persian</option>
<option value="fi">Finnish</option>
<option value="fr_FR">French</option>
<option value="he_IL">Hebrew</option>
<option value="hr">Croatian</option>
<option value="hu_HU">Hungarian</option>
<option value="id_ID">Indonesian</option>
<option value="it_IT">Italian</option>
<option value="ja">Japanese</option>
<option value="ko_KR">Korean</option>
<option value="nb_NO">Norwegian</option>
<option value="nl_NL">Dutch</option>
<option value="pl_PL">Polish</option>
<option value="pt_BR">Portuguese-BR</option>
<option value="pt_PT">Portuguese</option>
<option value="ro_RO">Romanian</option>
<option value="ru_RU">Russian</option>
<option value="sk_SK">Slovak</option>
<option value="sq">Albanian</option>
<option value="sv_SE">Swedish</option>
<option value="th">Thai</option>
<option value="tr_TR">Turkish</option>
<option value="uk">Ukrainian</option>
<option value="vi">Vietnamese</option>
<option value="zh_CN">Chinese(Simplified)</option>
<option value="zh_HK">Chinese (Hong Kong)</option>
<option value="zh_TW">Chinese(Traditional)</option>
3. Please try to update these languages if they are available for 5.5.16
<option value="bg_BG">Bulgarian</option>
<option value="sl_SI">Slovenian</option>
4. To activate footer link add this
<!--SOFTACULOUS-->
in the following file in wp.zip
wp-content/themes/twentytwenty/footer.php
wp-content/themes/twentynineteen/footer.php
wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
wp-content/themes/twentysixteen/footer.php
NOTE : When a new theme is added in WordPress do the following tasks :
- add the line in install.xml and upgrade.xml as well
- add condition in upgrade.php ( in __pre_unzip function )
- update extend.php $templates['list']['wp-default'] array
- update new default theme screenshots in website/www/images/wp-default
5. The following files _wpconfig.php and .htaccess have to be configured if the user selects to install with Multisite and also the multisite.sql should be made with the new tables that are created after configuring the Multisite Option.
The guide to install Multisite Manually :
https://wordpress.org/support/article/create-a-network/
6. (101, 'rewrite_rules', '', 'yes'), Keep it blank, WordPress generates it automatically
7. In multisite sql
After Configuring the Network, dump the SQL before logging in.
8. The multisite.sql is the whole SQL file and also remove the INSERTS in the Options table that are made after login i.e from 'CRON' except
INSERT INTO `[[dbprefix]]options` VALUES
(100, 'rewrite_rules',''), Keep it blank, WordPress generates it automatically
(115, 'can_compress_scripts', '0', 'yes');
also change the AUTO INCREMENT as it is in the dumped SQL of Original database.
9. Remove inserts in the sitemeta table after "active_sitewide_plugins" in MU
10. Remove the language files related to particular theme from languages/ if a theme is deleted by WordPress.
11. (14, 1, 'session_tokens', 'a:1:{s:64:"e5043af8ebbd5602c6df6fca2ab4f7a7f09d80484487b1a1698c449455dc8f9a";i:1416717670;}'), and
(17, 1, 'community-events-location', 'a:1:{s:2:"ip";s:11:"";}'), will be created in usermeta table. If doesn't then create token and add it.
12. From 4.5.1 we detect if the server has capability to use utf8mb4, we have changed define('DB_CHARSET', 'utf8mb4'); to define('DB_CHARSET', '[[utf8]]'); in both config file and updated COLLATE utf8mb4_unicode_ci to [[collate]] in both sql from 4.2.2
13. In case of major update please update the popularfx database.
14. While manual installation keep root writable and configure .htaccess as _htaccess.
15. configure [[permalink_structure]] only in wp.sql. Not in multisite.sql.
16. _index.php is our file no need to change it.
17. Remove Storage ENGINE "ENGINE=InnoDB" from all the CREATE TABLE queries in wp.sql and multisite.sql as WordPress sets the storage engine based on the default set in the MySQL Server.
18. when we add/delete a plugin update the edit.php and edit.xml file.
19. The language is configured in database under 'options' and 'sitemeta' tables for normal and multi site respectively. We use to manage language in version.php however this use to get reverted in case of persian language as observed. Hence we have now started handling in database and for multi site it was handled default in database. Also version.php is now removed because of this. (Since v4.8.1)
20. Boldgrid download link :
http://repo.boldgrid.com/boldgrid-inspirations.zip
21. We have added classic-editor plugin since 5.0.0 and we need to check in manual installation for extra insert classic-editor-replace under
options table. If any changes, change in install, edit, upgrade.
22. Remove __update_themes() and __update_plugins() functions only from the extend.php from the existing branch whenver you add a new branch. This means that this function shall only be a part of the current wp and not the old one's like wp50. var/softaculous/symfony3/notes.txt 0000644 00000000517 15051564104 0013367 0 ustar 00 1. Download using composer command for zip
php composer.phar create-project symfony/website-skeleton symfony425 {version}
2. PHP REQUIREMENT LINK: https://symfony.com/doc/current/reference/requirements.html
3. Empty the contents of /var/cache/ folder while making zip, as it contains cache files made by composer which have softpaths.
var/softaculous/phoenix/notes.txt 0000644 00000000736 15051615637 0013265 0 ustar 00 1. Install with sample data.
2. Select 'New York' for timezone.
3. PHP REQUIREMENT LINK : https://github.com/CE-PhoenixCart/PhoenixCart#requirements
4. Make zip without .github folder.
5. Please check the value of $__settings['secure'] variable (configured in our install.php)by installing once on https. Don't delete this variable from configuration files though it's output is empty on non https servers. the same code can be verified in /install/templates/pages/install_4.php var/softaculous/whmcs83/notes.txt 0000644 00000003620 15051715430 0013072 0 ustar 00 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) var/softaculous/whmcs81/notes.txt 0000644 00000003620 15051716244 0013074 0 ustar 00 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) var/softaculous/wp57/notes.txt 0000644 00000013557 15051723351 0012413 0 ustar 00 1. Download the language files from :
http://codex.wordpress.org/L10n:Localization_Teams (https://nl.wordpress.org/)
and copy them to the /var/softaculous/wp/languages/LANGUAGE_CODE.zip
2. The language files for the following languages have been updated to 5.7.13 :
<option value="ar">Arabic</option>
<option value="bg_BG">Bulgarian</option>
<option value="ca">Catalan</option>
<option value="cs_CZ">Czech</option>
<option value="da_DK">Danish</option>
<option value="de_DE">German</option>
<option value="el">Greek</option>
<option value="es_ES">Spanish</option>
<option value="fa_IR">Persian</option>
<option value="fi">Finnish</option>
<option value="fr_FR">French</option>
<option value="he_IL">Hebrew</option>
<option value="hr">Croatian</option>
<option value="hu_HU">Hungarian</option>
<option value="id_ID">Indonesian</option>
<option value="it_IT">Italian</option>
<option value="ja">Japanese</option>
<option value="ko_KR">Korean</option>
<option value="nb_NO">Norwegian</option>
<option value="nl_NL">Dutch</option>
<option value="pl_PL">Polish</option>
<option value="pt_BR">Portuguese-BR</option>
<option value="pt_PT">Portuguese</option>
<option value="ro_RO">Romanian</option>
<option value="ru_RU">Russian</option>
<option value="sk_SK">Slovak</option>
<option value="sq">Albanian</option>
<option value="sv_SE">Swedish</option>
<option value="th">Thai</option>
<option value="tr_TR">Turkish</option>
<option value="uk">Ukrainian</option>
<option value="vi">Vietnamese</option>
<option value="zh_CN">Chinese(Simplified)</option>
<option value="zh_HK">Chinese (Hong Kong)</option>
<option value="zh_TW">Chinese(Traditional)</option>
3. Please try to update these languages if they are available for 5.7.13
<option value="sl_SI">Slovenian</option>
4. To activate footer link add this
<!--SOFTACULOUS-->
in the following file in wp.zip
wp-content/themes/twentytwenty/footer.php
wp-content/themes/twentynineteen/footer.php
wp-content/themes/twentyseventeen/template-parts/footer/site-info.php
wp-content/themes/twentysixteen/footer.php
NOTE : When a new theme is added in WordPress do the following tasks :
- add the line in install.xml and upgrade.xml as well
- add condition in upgrade.php ( in __pre_unzip function )
- update extend.php $templates['list']['wp-default'] array
- update new default theme screenshots in website/www/images/wp-default
5. The following files _wpconfig.php and .htaccess have to be configured if the user selects to install with Multisite and also the multisite.sql should be made with the new tables that are created after configuring the Multisite Option.
The guide to install Multisite Manually :
https://wordpress.org/support/article/create-a-network/
6. (101, 'rewrite_rules', '', 'yes'), Keep it blank, WordPress generates it automatically
7. In multisite sql
After Configuring the Network, dump the SQL before logging in.
8. The multisite.sql is the whole SQL file and also remove the INSERTS in the Options table that are made after login i.e from 'CRON' except
INSERT INTO `[[dbprefix]]options` VALUES
(100, 'rewrite_rules',''), Keep it blank, WordPress generates it automatically
(115, 'can_compress_scripts', '0', 'yes');
also change the AUTO INCREMENT as it is in the dumped SQL of Original database.
9. Remove inserts in the sitemeta table after "active_sitewide_plugins" in MU
10. Remove the language files related to particular theme from languages/ if a theme is deleted by WordPress.
11. (14, 1, 'session_tokens', 'a:1:{s:64:"e5043af8ebbd5602c6df6fca2ab4f7a7f09d80484487b1a1698c449455dc8f9a";i:1416717670;}'), and
(17, 1, 'community-events-location', 'a:1:{s:2:"ip";s:11:"";}'), will be created in usermeta table. If doesn't then create token and add it.
12. From 4.5.1 we detect if the server has capability to use utf8mb4, we have changed define('DB_CHARSET', 'utf8mb4'); to define('DB_CHARSET', '[[utf8]]'); in both config file and updated COLLATE utf8mb4_unicode_ci to [[collate]] in both sql from 4.2.2
13. In case of major update please update the popularfx database.
14. While manual installation keep root writable and configure .htaccess as _htaccess.
15. configure [[permalink_structure]] only in wp.sql. Not in multisite.sql.
16. _index.php is our file no need to change it.
17. Remove Storage ENGINE "ENGINE=InnoDB" from all the CREATE TABLE queries in wp.sql and multisite.sql as WordPress sets the storage engine based on the default set in the MySQL Server.
18. when we add/delete a plugin update the edit.php and edit.xml file.
19. The language is configured in database under 'options' and 'sitemeta' tables for normal and multi site respectively. We use to manage language in version.php however this use to get reverted in case of persian language as observed. Hence we have now started handling in database and for multi site it was handled default in database. Also version.php is now removed because of this. (Since v4.8.1)
20. Boldgrid download link :
http://repo.boldgrid.com/boldgrid-inspirations.zip
21. We have added classic-editor plugin since 5.0.0 and we need to check in manual installation for extra insert classic-editor-replace under
options table. If any changes, change in install, edit, upgrade.
22. Remove __update_themes() and __update_plugins() functions only from the extend.php from the existing branch whenver you add a new branch. This means that this function shall only be a part of the current wp and not the old one's like wp50.
23. The WP_AUTO_UPDATE_CORE setting in wp-contig.php and _wp-config.php is added because when we install old version of WordPress we do not want it to auto upgrade to latest version because since WordPress 5.6 WordPress auto updates itself for major versions as well. When making the latest version as an old branch do not forget to add changes related to WP_AUTO_UPDATE_CORE in
install.php
wp-config.php
_wp-config.php