⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 szzongzi.php

📁 天使宠物 V6 Final版 天使宠物 V6 Final版目前支持Discuz!6.0 和 Discuz!6.1论坛
💻 PHP
字号:
<?php
if(!defined('IN_DISCUZ')) { exit('Access Denied');}
updatestoragebyid(-1,$storageid);
$rand=mt_rand(-10,25);
$db->query("UPDATE {$tablepre}wxpetdata SET criring=criring+$rand WHERE username='$discuz_user'");
if($rand>=0){
showmessage("使用【<font color=red> {$cname} </font>】成功,您的掉宝率增加了【<font color=red> {$rand} </font>】点!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");
}else{
showmessage("使用【<font color=red> {$cname} </font>】成功,您的掉宝率减少了【<font color=red> {$rand} </font>】点!<BR><BR><a href=pet.php?index=storage&itemtype=$itemtype>宠物仓库</a>");
}
?>

⌨️ 快捷键说明

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