Modify the founder password of UC center in Discuz

Solution Enter the discuz installation directory and find the ./uc_server/data/config.inc.php file You can connect to the server through FTP, or log in to the server directly to operate Use the following two lines to replace the two configuration lines UC_FOUNDERPW and UC_FOUNDERSALT in the config.inc.php file These two lines represent the encrypted UCenter password. The password here is Discuz@2019 define('UC_FOUNDERPW', '6a8d7f5a1cc2a62ca6550adf2f1f421f'); define('UC_FOUNDERSALT', '208491');Copy Refresh the login page and enter the reset Discuz@2019 password again to log in. You can successfully log in to the UCenter backend. ...

Discuz Discussing Notes

Discuz version Discuz X3.4 List Change Header -Power By Discuz Enter the directory /template/default/common and find header_common.htm 文件 Just change -Power By Discuz inside title to what you want save refresh Do not allow non-administrators to access admin.php Find admin.php in the website root directory and edit it Find $admincp->core = & $discuz; and enter the following code after a new line After saving and refreshing, non-administrator users will jump directly to the root directory. if(!$_G['uid'] || !getstatus($_G['member']['allowadmincp'], 1)) { header('Location: /'); }

搜尋文章

輸入標題、分類或文章內容

Plz typing to search for articles.