GRAYBYTE WORDPRESS FILE MANAGER6386

Server IP : 149.255.58.128 / Your IP : 216.73.216.80
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /var/softaculous/wp66/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/wp66//notes.txt
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 6.6.2 :

			<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="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="sl_SI">Slovenian</option>
			<option value="sq">Albanian</option>
			<option value="sv_SE">Swedish</option>
			<option value="tr_TR">Turkish</option>
			<option value="vi">Vietnamese</option>
			<option value="zh_CN">Chinese(Simplified)</option>
			<option value="zh_TW">Chinese(Traditional)</option>

3. Please try to update these languages if they are available for 6.6.2

			<option value="ar">Arabic</option>
			<option value="he_IL">Hebrew</option>
			<option value="th">Thai</option>
			<option value="uk">Ukrainian</option>
			<option value="zh_HK">Chinese (Hong Kong)</option>

			
4. To activate footer link add this
<!--SOFTACULOUS-->
in the following file in wp.zip
wp-content/themes/twentytwentyfour/patterns/footer.php
wp-content/themes/twentytwentythree/patterns/footer-default.php
wp-content/themes/twentytwentytwo/inc/patterns/footer-default.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

24. Do not encode wp-cli file. Keep it as it is.

25. Check the "[[punycode_softurl]]/?p=4" Auto Draft entry in post table. IN MULTISITE and remove that entry from both the sqls.

26. PHP REQUIREMENT LINK: https://wordpress.org/about/requirements/

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2025 09:37:16
0 / root
0755
images
--
May 09 2025 09:37:32
0 / root
0755
languages
--
May 09 2025 09:37:32
0 / root
0755
php53
--
May 09 2025 09:37:32
0 / root
0755
php56
--
May 09 2025 09:37:32
0 / root
0755
php71
--
May 09 2025 09:37:32
0 / root
0755
php81
--
May 09 2025 09:37:32
0 / root
0755
php82
--
May 09 2025 09:37:32
0 / root
0755
plugins
--
May 09 2025 09:37:32
0 / root
0755
.htaccess
0.471 KB
November 13 2024 05:30:00
0 / root
0644
_htaccess
0.54 KB
November 13 2024 05:30:00
0 / root
0644
_index.php
0.058 KB
November 13 2024 05:30:00
0 / root
0644
_wp-config.php
3.102 KB
November 13 2024 05:30:00
0 / root
0644
add_user.php
0.45 KB
November 13 2024 05:30:00
0 / root
0644
backup.php
3.019 KB
May 08 2025 07:26:02
0 / root
0644
check_charset.php
2.019 KB
November 13 2024 05:30:00
0 / root
0644
clone.php
32.107 KB
May 08 2025 07:26:02
0 / root
0644
clone.xml
0.485 KB
November 13 2024 05:30:00
0 / root
0644
edit.php
9.478 KB
May 08 2025 07:26:02
0 / root
0644
edit.xml
1.759 KB
November 13 2024 05:30:00
0 / root
0644
extend.php
93.791 KB
May 08 2025 07:26:02
0 / root
0644
fileindex.php
0.284 KB
November 13 2024 05:30:00
0 / root
0644
import.php
6.525 KB
May 08 2025 07:26:02
0 / root
0644
info.xml
14.935 KB
May 08 2025 06:40:40
0 / root
0644
install.js
0.903 KB
November 13 2024 05:30:00
0 / root
0644
install.php
30.833 KB
May 08 2025 07:26:02
0 / root
0644
install.xml
9.716 KB
April 07 2025 02:33:28
0 / root
0644
md5
7.209 KB
May 08 2025 07:26:02
0 / root
0644
notes.txt
6.087 KB
November 13 2024 05:30:00
0 / root
0644
plugin_activate.php
0.582 KB
November 13 2024 05:30:00
0 / root
0644
plugin_deactivate.php
0.599 KB
November 13 2024 05:30:00
0 / root
0644
sign_on.php
3.28 KB
January 28 2025 04:25:30
0 / root
0644
soft.htaccess
0.124 KB
November 13 2024 05:30:00
0 / root
0644
upgrade.php
14.061 KB
May 08 2025 07:26:02
0 / root
0644
upgrade.xml
1.626 KB
November 13 2024 05:30:00
0 / root
0644
wp-config.php
2.815 KB
November 13 2024 05:30:00
0 / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF