http://bbs.abc.com/home.php?mod=space&uid=20这个路由访问的是/source/module/home/home_space,get传参uid=20
- {lang online_time}$space[oltime] {lang hours} //注册时间 //最后访问
- {lang register_ip}$space[regip] - $space[regip_loc]
- {lang last_visit_ip}$space[lastip]:$space[port] - $space[lastip_loc]
- {lang last_activity_time}$space[lastactivity]
- {lang last_post_time}$space[lastpost]
- {lang last_send_email}$space[lastsendmail]
- {lang time_offset} $timeoffset[$space[timeoffset]]
lang函数如果不写文件名就默认访问/source/language/home/lang_template.php(上面路由访问的是home模块),
data目录下是生成的缓存文件,每次改动都会覆盖缓存文件