涉及文件:
template\default\forum\view\thread_profile_node.htm
搜索关键字:
function profile_node_numbercard($post, $s, $e) {
在搜索的–>前[……]
涉及文件:
template\default\forum\view\thread_profile_node.htm
搜索关键字:
function profile_node_numbercard($post, $s, $e) {
在搜索的–>前[……]
涉及文件:
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[……]