Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
softaculous /
nextcloud /
[ 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
7.1
KB
-rw-r--r--
_.htaccess
534
B
-rw-r--r--
changelog.txt
183.49
KB
-rw-r--r--
check_suphp.php
101
B
-rw-r--r--
clone.php
5.7
KB
-rw-r--r--
config.php
524
B
-rw-r--r--
edit.php
5.81
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
6.9
KB
-rw-r--r--
fileindex.php
293
B
-rw-r--r--
import.php
3.55
KB
-rw-r--r--
info.xml
4.67
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
16.41
KB
-rw-r--r--
install.xml
1.59
KB
-rw-r--r--
md5
1.39
KB
-rw-r--r--
notes.txt
2.67
KB
-rw-r--r--
update_pass.php
1.02
KB
-rw-r--r--
upgrade.php
5.43
KB
-rw-r--r--
upgrade.xml
299
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1. Manual installation on any suPHP server only. 2. Install all recommended apps in manual installation in last step. 3. Remove inserts from oc_accounts_data, oc_activity, oc_authtoken, oc_calendarchanges, oc_calendarobjects, oc_calendar_reminders, oc_cards, oc_cards_properties, oc_filecache, oc_file_locks, oc_circles_circle, oc_circles_member, oc_circles_membership, oc_comments, oc_file_locks, oc_previews, oc_reactions, oc_talk_rooms, oc_user_status it gets created after login 4. Remove signaling_token_privkey_es256 and signaling_token_pubkey_es256 entries as it gets generated. 5. Keep backgroundjob same as in manual in our sql. It's entry is there in cronjobs. 6. "1|" is added in hashed password in "lib\private\security\hasher.php". In case password changes check "1" constant from this file. 7. Delete "appdata_********" folder from data directory, it gets created after login 8. Delete "configvalue" for 'scss.variables' or "theming.variables" in `oc_appconfig` table as it generates itself on visiting. (Since 12.0.0) 9. Check and move apps/* from manual to zip and to cross check compare with https://github.com/nextcloud-releases/ [NA] https://apps.nextcloud.com/apps/bruteforcesettings (check the respective supported bruteforcesettings version from the link, for the respective nextcloud release, download and check in every version and move accordingly) 10. Always check https://docs.nextcloud.com/server/stable/admin_manual/maintenance/manual_upgrade.html in major versions and set "$allowed_ver" accordingly in upgrade.php 11. PHP REQUIREMENT LINK: https://docs.nextcloud.com/server/stable/admin_manual/installation/system_requirements.html 12. We have added "admin_email" in "oc_preferences" table since 16.0.4. ( In Forget password it asks for Email ID ). 13. Take database dump while First run wizard page is loaded(i.e before the dashboard page is loaded). Taking dump on dashboard page would add the entry '('[[admin_username]]', 'firstrunwizard', 'show', '0')' in oc_preferences table which would disable the run wizard. 14. We have set PHP requirement to 7.4 because manual installation doesn't start on PHP 7.3. 15. Changelog : https://nextcloud.com/changelog/ 16. PRIMARY keys are not generated while upgrading to 20.0.2, to generate these keys manually, user can run following command. sudo -u [[USER]] [[PATH to PHP]] [[SOFTPATH]]/occ db:add-missing-primary-keys 17. Increase version number everytime in upgrade.php to remove the previous files as it fails intrigrity check if we keep the old files. 18. We have manually changed file_id's in oc_files_versions table because it was throwing "duplicate entry" error while importing database through Softaculous. 19. `mount_point_hash` generates post login.
Close