<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿Tim日志]]></title> 
<link>https://atim.cn/index.php</link> 
<description><![CDATA[专业的php开发者.开发团队的带队人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿Tim日志]]></copyright>
<item>
<link>https://atim.cn/post//</link>
<title><![CDATA[ofstar数据结构]]></title> 
<author>bkkkd &lt;partybase@gmail.com&gt;</author>
<category><![CDATA[开发应用]]></category>
<pubDate>Sat, 12 Nov 2005 11:28:43 +0000</pubDate> 
<guid>https://atim.cn/post//</guid> 
<description>
<![CDATA[ 
	常用数据段概要(只收集部分) <br/>用户数据 &nbsp; &nbsp; ($ofstarid.php)<br/>帖子数据 &nbsp; &nbsp; ($tid.php)<br/>帖子索引数据 (list.php)<br/>版块索引数据 (status.php)<br/>版块数据 &nbsp; &nbsp; (forumdata.php)<br/>论坛索引数据 (bbsnew.php)<br/>今日会员数据 (today.php)<br/>最新会员 &nbsp; &nbsp; (userarray.php)<br/>版主数据　　 (admin.php) <br/>论坛公告 &nbsp; (notice.php)<br/>联盟论坛 &nbsp; (sharebbs.php)<br/><br/><br/>--------------------------------------------------------------------------------<br/>$ofstarid.php <br/><br/>安全接口#0|姓名#1|密码#2|电子邮件#3|是否公开邮箱#4|用户组#5|头像#6|性别#7|注册时间#8|签名#9|简介#10|QQ#11|ICQ#12|主页#13|来自#14|头衔#15|发贴数#16|威望#17|金钱#18|上次登陆时间#19|这次登陆时间#20|生日#21|是否发送邮件#22|推荐人#23|最后发表时间#24|预留#25|最后发表主题地址#26|是否验证#27|今日发贴#28|门派#29|生肖#30|星座#31|是否使用虚拟形象#32|是否有犯罪记录#33|在线时间#34|签名是否转换#35|商务平台管理用户真实信息#36|<br/><br/>常用变量统为:<br/><br/>$dir_fb,$dir_name,$dir_pwd,$dir_email,$dir_publicmail,$dir_groupid,$dir_icon,$dir_gender,$dir_regdate,$dir_sign,$dir_introduce,$dir_oicq,$dir_icq,$dir_homepage,$dir_from,$dir_honor,$dir_post,$dir_rvrc,$dir_money,$dir_lasttime,$dir_thistime,$dir_birth,$dir_receivemail,$dir_tuiji,$dir_lastpost,$dir_null1,$dir_lastaddrst,$dir_yz,$dir_todaypost,$dir_group,$dir_sx,$dir_star,$dir_xuni,$dir_badman,$dir_onlinetime,$dir_signchange,$dir_main<br/><br/><br/>--------------------------------------------------------------------------------<br/>$tid.php<br/><br/>安全接口#0|标题#1|作者#2|点击,帖子类型,表情 #3|内容#4|时间#5|IP#6|是否使用签名#7|附件下载次数,附件需要威望#8|被评为几分,评分的人#9| 买帖子的人#10|IP来自#11|帖子是否需要转换#12|是否订阅此主题#13|nul#14l| <br/>常用变量为:<br/><br/>$tpc_fb,$tpc_title,$tpc_author,$tpc_covert,$tpc_content,$tpc_date,$tpc_ip,$tpc_sign,$tpc_download,$tpc_rvrc,$tpc_buy,$tpc_from,$tpc_ifconvert,$tpc_email,$tpc_null1<br/><br/><br/><br/><br/>--------------------------------------------------------------------------------<br/>list.php<br/><br/>安全接口#0|预留#1|预留#2|预留#3|帖子来源# 4|文件名#5|回复数#6|最后发贴状态#7|是否置顶#8|null #9|<br/>常用变量:<br/><br/>$lst_fb,$lst_null,$lst_null,$lst_null,$lst_trdfrom,$lst_filename,$lst_reply,$lst_lastpost,$lst_ifinheard,$lst_null2<br/><br/><br/><br/><br/>--------------------------------------------------------------------------------<br/>status.php<br/><br/>安全接口#0|主题#1|作者#2|时间#3|文件名#4|时间戳#5|帖子总数#6|主题总数#7|子版块所有主题数#8|null#9|<br/><br/><br/>--------------------------------------------------------------------------------<br/>forumdata.php <br/><br/>安全接口#0|版块类型#1|名称#2|简介#3|版块id#4|父版块id#5|密码#6|风格#7|是否使用加密帖#8|是否使用隐藏帖#9|是否使用买卖帖#10|版块公告标题#11|版块公告内容#12|子版块数据段#13|是否全部显示子版块#14|版块logo#15|版块主题回贴限制#16|<br/><br/><br/>--------------------------------------------------------------------------------<br/>bbsnew.php <br/><br/>安全接口#0|新注册用户#1|会员总数#2|主题数#3|文章数#4|今日发贴#5|昨日发贴#6|最高日发贴#7|昨日0点时间控制发贴#8|昨日0点时间控制生日会员#9|今日明星#10|今日庄主#11|今日幸运儿#12|今日生日会员列表#13|最高在线人数#14|最高在线人数发生时间#15|<br/><br/><br/>--------------------------------------------------------------------------------<br/>today.php <br/><br/>安全接口#0|用户名#1|登陆时间#2|活动时间#3|IP#4|用户操作系统#5|用户浏览器#6|NULL#7|IP来源#8|<br/><br/><br/>--------------------------------------------------------------------------------<br/>userarray.php <br/><br/>单一包含　为了简便　安全接口在顶处<br/><br/>--------------------------------------------------------------------------------<br/>admin.php <br/><br/>安全接口#0|版块ID#1|版主名称#2|<br/><br/><br/>-------------------------------------------------------------------------------<br/><br/>notice.php<br/><br/><br/>安全接口#0|作者#1|标题#2|内容#3|起始时间#4|终止时间#5|<br/><br/>--------------------------------------------------------------------------------<br/><br/>sharebbs.php<br/><br/>安全接口#0|论坛名称#1|论坛URL#2|论坛说明#3|论坛logo#4|<br/><br/><br/>--------------------------------------------------------------------------------<br/><br/>帖子类型<br/><br/>list----0普通贴，3置顶贴，<br/>帖子----0普通贴，1锁定的普通贴，2精华贴，3锁定的精华贴，4投票贴，5锁定的投票贴<br/>
]]>
</description>
</item><item>
<link>https://atim.cn/post//#blogcomment</link>
<title><![CDATA[[评论] ofstar数据结构]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://atim.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>