?? digest.php
字號(hào):
<?php
!function_exists('readover') && exit('Forbidden');
/****
@name:精華I道具
@type:帖子類
@effect:可以將自己的帖子加為精華I
****/
if($tooldb['type']!=1){
Showmsg('tooluse_type_error'); // 判斷道具類型是否設(shè)置錯(cuò)誤
}
if($tpcdb['authorid'] != $winduid){
Showmsg('tool_authorlimit');
}
$db->update("UPDATE pw_threads SET digest='1',toolinfo='$tooldb[name]' WHERE tid='$tid'");
$db->update("UPDATE pw_memberdata SET digests=digests+1 WHERE uid='$winduid'");
$db->update("UPDATE pw_usertool SET nums=nums-1 WHERE uid='$winduid' AND toolid='$toolid'");
$logdata=array(
'type' => 'use',
'descrip' => 'tool_9_descrip',
'uid' => $winduid,
'username' => $windid,
'ip' => $onlineip,
'time' => $timestamp,
'toolname' => $tooldb['name'],
'subject' => substrs($tpcdb['subject'],15),
'tid' => $tid,
);
writetoollog($logdata);
Showmsg('toolmsg_success');
?>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -