?? 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 + -