Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
_clone.php
_edit.php
_edit.xml
extend.php
fileindex.php
gen_totp_key.php
import.php
info.xml
init.php
install.js
install.php
install.xml
md5
notes.txt
totp_key.php
totp_requirements.php
update_pass.php
user_manager_columns.php

File Transfer

Upload files to current directory

File Editor: notes.txt

1. Use default captcha key.(NA) 2. cookie_name is same for all installation.(NA) 3. enter sitename in "Site Name" Message (NA) 4. Use default private and public key(NA) 5. After manual install change email and password and check diff with previous dump ( Username is not changing so we have provided email for login ). 6. Selct Timezone : America/New_York. 7. PHP REQUIREMENT LINK : install/install/includes/install_settings.php 8. Use default value "vericode" column of "users" table its hardcoded in install\install\includes\sql.sql" 9. We Did not added Cron Job because we need cron ip to allow 10. Keep the value 0 in "force_pr" column of "users" table (do this to skip the reset password after login) 11. MYSQL version in info.xml is kept as 5.7.0 as we faced issue while installation on MYSQL 5.6 i.e Failed to create rate limits table: ERROR #42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NULL. 12. We have added openssl and sodium requirements in info.xml since, functions/classes from those extensions are needed to create totp key in totp_key.php.