expcard8.php

来自「天使宠物 V6 Final版 天使宠物 V6 Final版目前支持Disc」· PHP 代码 · 共 9 行

PHP
9
字号
<?phpif(!defined('IN_DISCUZ')) { exit('Access Denied');}if($mypetdata['twotime']>$timestamp){	showmessage("您当前已经使用了其他卡片,时间尚未结束!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");}updatestoragebyid(-1,$storageid);$db->query("UPDATE {$tablepre}wxpetdata SET twoname='exp8',twotime='$timestamp'+900 WHERE username='$discuz_user'");showmessage("使用【<font color=red> {$cname} </font>】成功,时间效果15分钟!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?