Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.145.85.123
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
bbpress /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.htaccess
482
B
-rw-r--r--
_htaccess
553
B
-rw-r--r--
_index.php
59
B
-rw-r--r--
_wp-config.php
3.05
KB
-rw-r--r--
backup.php
3.02
KB
-rw-r--r--
check_charset.php
2.02
KB
-rw-r--r--
clone.php
30.8
KB
-rw-r--r--
clone.xml
497
B
-rw-r--r--
edit.php
8.01
KB
-rw-r--r--
edit.xml
1.07
KB
-rw-r--r--
extend.php
21.26
KB
-rw-r--r--
fileindex.php
291
B
-rw-r--r--
import.php
5.2
KB
-rw-r--r--
info.xml
4.51
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
23.05
KB
-rw-r--r--
install.xml
1.64
KB
-rw-r--r--
md5
3.07
KB
-rw-r--r--
notes.txt
1.93
KB
-rw-r--r--
sign_on.php
2.36
KB
-rw-r--r--
soft.htaccess
127
B
-rw-r--r--
wp-config.php
2.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1. 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/ 2. (101, 'rewrite_rules', '', 'yes'), Keep it blank, WordPress generates it automatically 3. In multisite sql After Configuring the Network, dump the SQL before logging in. 4. 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. 5. Remove inserts in the sitemeta table after "active_sitewide_plugins" in MU 6. (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. 7. 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 8. While manual installation keep root writable and configure .htaccess as _htaccess. 9. configure [[permalink_structure]] only in wp.sql. Not in multisite.sql. 10. _index.php is our file no need to change it. 11. 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. 12. when we add/delete a plugin update the edit.php and edit.xml file.
Close