涉及文件:
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[......]
文件路径:
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'][……]
修改 uc_client/client.php,搜索里面的uc_user_synlogin,将下方的>1改成>0即可[……]
个人推广任务统计的数据记录表在:forum_promotion。
所有的推广访问都会在这里记录并反馈到任务中。如果这里没有计数,那mytask任务表即使改了也没用[……]
<?php
require 'source/class/class_core.php';
$discuz = & discuz_core::instance();$discuz->init();global $_G;
以上代码就[……]
forum_attachment是总附件表,记录附件id和分表id,那这个tableid从哪儿来的,查了下,发现tableid=tid%10。
以此标记[……]