在CentOS中安装gcc配置 C语言开发环境
掛載USB隨身碟@Linux
- 先進入資料庫,執行以下SQL語法(xx_modules請自行替換正確的前置字串):
INSERTINTO`xx_modules` ( `name`, `version`, `last_update`, `weight`, `isactive`, `dirname`, `hasmain`, `hasadmin`, `hassearch`, `hasconfig`, `hascomments`, `hasnotification`)VALUES('站長工具箱', 255, 1412347040, 0, 1,'tad_adm', 1, 1, 0, 1, 0, 0); - 接著觀察「站長工具箱」的模組編號,即mid的值,並在下方語法填入正確mid數字,接著再執行:
INSERTINTO`前置字串_group_permission` (`gperm_groupid`, `gperm_itemid`, `gperm_modid`, `gperm_name`)VALUES(1, mid的值, 1,'system_admin'),(1, mid的值, 1,'block_read'),(1, mid的值, 1,'module_admin'),(1, mid的值, 1,'module_read'),(2, mid的值, 1,'module_read'),(3, mid的值, 1,'module_read');