涉及文件:
source/module/forum/forum_index.php
搜索关键字:
include loadarchiver('forum/discuz');
在搜索的if判定之前添加:
foreach($forum[......]
涉及文件:
source/module/forum/forum_index.php
搜索关键字:
include loadarchiver('forum/discuz');
在搜索的if判定之前添加:
foreach($forum[......]
windows下的Xampp,PHP文件使用PDO方式访问Access数据库文件,提示:PDOException' with message 'could not find driver'。
搜了下,解决办法:php.ini文件中启[……]
出现:Failed to initialize storage module: files (path: )
的错误提示,说明php.ini文件没有指定session.save_path,修改该参数指定下路径即可[……]
遇到提示:Warning: Unknown: open_basedir restriction in effect。
说明php.ini没有配置open_basedir,找到该文件并配置这个参数即可。该参数的作用为:将用户可操作的文件限制在某目录下。设置多个[……]
文件路径:
source/module/forum/forum_viewthread.php
搜索关键词:
$post['lastdate'] = dgmdate($post['lastvisit'], 'd&a[......]
文件路径:
source/module/forum/forum_forumdisplay.php
搜索关键词:
$threadids[$threadindex] = $thread['tid'];
定位后,修改下面的部分即可,例如:
i[......]
文件路径:
source\module\home\home_space.php
搜索关键词:
if($uid && empty($member)) {
定位后,修改下面的部分即可,比如劫持修改$space['username&apos[……]
文件路径:
source\class\discuz\discuz_application.php
函数_init_user(),修改里面的部分即可实现劫持修改$_G['member']中的属性,比如$_G['member'][……]