📄 ssfh.php
字号:
<?php
if(!defined('IN_DISCUZ')) { exit('Access Denied');}
if($mypetdata['sstime']>$timestamp){
showmessage("您当前已经化身为神兽,时间尚未结束!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");
}
updatestoragebyid(-1,$storageid);
$db->query("UPDATE {$tablepre}wxpetdata SET mypetpic='./wxpet/images/pet/fh.gif',ss='fh',sstime='$timestamp'+86400 WHERE username='$discuz_user'");
showmessage("恭喜您成功化身为神兽凤凰,持续时间24小时!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -