Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 梦幻宠物强化 v2.10 for discuz4.1(6-21更新)

[复制链接]
zcl8840 发表于 2006-6-27 17:20:30 | 显示全部楼层
找不到这句
pet_showmessage('BuyPetSuccess');
回复

使用道具 举报

mody 发表于 2006-6-27 17:22:20 | 显示全部楼层
原帖由 harrykc 于 2006-6-27 15:45 发表

我的那個就是這樣



2秒後才給按

去偷看天使的那個原始碼吧


大家有找到其他bug嗎?



偷看了,改了,但是出错
可能变量传递有问题
你也是form过来 method='post'??

[ 本帖最后由 mody 于 2006-6-27 17:24 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

harrykc 发表于 2006-6-27 17:28:54 | 显示全部楼层
<form action='petshop.php?index=petpknpcf&action=pknpc' method='post' name='bginput'>
<input type='submit' class='bginput' name='agree' value='' onclick='_submit();'></form>";
回复

使用道具 举报

mody 发表于 2006-6-27 17:45:04 | 显示全部楼层
原帖由 harrykc 于 2006-6-27 17:28 发表
<form action='petshop.php?index=petpknpcf&action=pknpc' method='post' name='bginput'>
<input type='submit' class='bginput' name='agree' value='' onclick='_submit();'></form>& ...



不行
我原来就这样写的
你把你的petpknpcf.php文件传上来好么?

我怀疑估计是系统问题
我的php跟mysql版本比较低
回复

使用道具 举报

takyeyu 发表于 2006-6-27 18:22:38 | 显示全部楼层
如果連合成道具都弄好的話,,大概該沒有甚麼bug 了吧~
回复

使用道具 举报

fjch1986 发表于 2006-6-27 18:55:20 | 显示全部楼层
结果出炉!你砸下 1569 宠物币而得到:卵蛋一个!哈哈不要赌了!

卵蛋是什么东西???
回复

使用道具 举报

takyeyu 发表于 2006-6-27 19:05:55 | 显示全部楼层
原帖由 fjch1986 于 2006-6-27 18:55 发表
结果出炉!你砸下 1569 宠物币而得到:卵蛋一个!哈哈不要赌了!

卵蛋是什么东西???

吃蛋不就是零的意思嘛,,,就是什么都没有~
回复

使用道具 举报

fjch1986 发表于 2006-6-27 19:19:31 | 显示全部楼层
系统还玩我!!


你那个防刷新的是怎么做的?
回复

使用道具 举报

mody 发表于 2006-6-27 20:19:48 | 显示全部楼层
原帖由 fjch1986 于 2006-6-27 19:19 发表
系统还玩我!!


你那个防刷新的是怎么做的?


把那个继续战斗的超级连接改成这个

<form action='这个位置放超级连接' method='post' name='bginput'>
   <input type='submit' class='bginput' name='agree' value='' onclick='_submit();'></form>

再最后加这个

<SCRIPT LANGUAGE="JavaScript">
<!--
var secs = 2;
var wait = secs * 1000;
bginput.agree.disabled = true;
bginput.agree.value = "继续攻击";
for(i = 1; i <= secs; i++) {
  window.setTimeout("update()", i * 1000);
}
window.setTimeout("timer()", wait);
function update() {
bginput.agree.disabled = true;
bginput.agree.value = "继续攻击";
}
function timer() {
  bginput.agree.disabled = false;
  bginput.agree.value = "继续攻击";
}
//-->
</SCRIPT>


理论上这样就ok,但我自己通不过
555
回复

使用道具 举报

lqng 发表于 2006-6-27 20:28:59 | 显示全部楼层
原帖由 userclx 于 2006-6-27 16:53 发表



怎么个模糊法/

应该 不是模糊的问题
是根本就没有pet_showmessage('BuyPetSuccess');
这个代码
我给你看看我这个文件的内容
<?php
require_once('./include/common.inc.php');
if(!groupid=="guest" || $discuz_uid=='') showmessage('group_nopermission', NULL, 'NOPERM');

$total = $db->fetch_array($db->query("SELECT username FROM ".$tablepre."members where uid=$discuz_uid"));
if (!$total){pet_showmessage('你的登录有问题,请重新登录<br><a href=login.php>登录</a>');}
else{
$usernamepet=$total['username'];
}

$wind_in='pet';
$imgpath='images';
$forumcolorone='#FFFFFF';
include './petshop/bbscache/pet_gm.php';
include language('pet');
switch($index)
{
        default:
                include 'petshop/petcenter.php';
        break;
        
        case 'petshop':
                include "petshop/petshop.php";
        break;

        case 'petjob':
                include "petshop/petjob.php";
        break;

        case 'mypet':
                include "petshop/mypet.php";
        break;

        case 'itemshop':
                include "petshop/itemshop.php";
        break;

        case 'itemuse':
                include "petshop/itemuse.php";
        break;

        case 'weaponshop':
                include "petshop/weaponshop.php";
        break;

        case 'petother':
                include "petshop/petother.php";
        break;

        case 'petmagic':
                include "petshop/petmagic.php";
        break;

        case 'petorphanage':
                include "petshop/petorphanage.php";
            
        break;

        case 'petbattle':
                include "petshop/petbattle.php";
        break;

        case 'pettop':
                include "petshop/pettop.php";
        break;

        case 'petlist':
                include "petshop/petlist.php";
        break;

        case 'pethelp':
                include "petshop/pethelp.php";
        break;
        
        case 'viewpet':
                include "petshop/viewpet.php";
        break;
        
        case 'petadmin':
                include "petshop/petadmin.php";
        break;
        
        case 'petatklist':
                include "petshop/petatklist.php";
        break;
        
        case 'petpknpc':
                            $ddd=1;
                include "petshop/petpknpc.php";
        break;
        
        case 'petpknpc2':
                             $ddd=2;
                include "petshop/petpknpc.php";
        break;
        
        case 'petpknpc3':
                         $ddd=3;
                include "petshop/petpknpc.php";
        break;
        
        case 'petpknpc4':
                         $ddd=4;
                include "petshop/petpknpc.php";
        break;
        
        case 'petpknpc5':
                         $ddd=5;
                include "petshop/petpknpc.php";
        break;        
        
        case 'petpknpc6':
                         $ddd=6;
                include "petshop/petpknpc.php";
        break;        
        
        case 'petpknpc7':
                         $ddd=7;
                include "petshop/petpknpc.php";
        break;
        
        case 'petpknpc8':
                         $ddd=8;
                include "petshop/petpknpc.php";
        break;               
        
        case 'petpknpc9':
                         $ddd=9;
                include "petshop/petpknpc.php";
        break;   
               
        case 'petpknpc10':
                         $ddd=10;
                include "petshop/petpknpc.php";
        break;  
               
        case 'petpknpc11':
                         $ddd=11;
                include "petshop/petpknpc.php";
        break;        

        case 'petpknpcf':
                include "petshop/petpknpcf.php";
        break;

        case 'petpknpcn':
                         $ddd=0;
                include "petshop/petpknpc.php";
        break;

        case 'petpknpcmap':
                include "petshop/petpknpcmap.php";
        break;

        case 'pklist':
                include "petshop/pklist.php";
        break;

        case 'weaponmarket':
                include "petshop/weaponmarket.php";
        break;

        case 'itemmarket':
                include "petshop/itemmarket.php";
        break;

        case 'magichelp':
                include "petshop/magichelp.php";
        break;

        case 'teamlist':
                include "petshop/teamlist.php";
        break;
        case 'petbank':
                include "petshop/petbank.php";
         break;
        case 'pkf':
                include "petshop/pkf.php";
         break;
                case 'mypetpoint';
                                include 'petshop/mypetpoint.php';
                break;
                case 'petinfo':
                                include 'petshop/petinfo.php';
                break;
                case 'mb':
                                include 'petshop/mb.php';
                break;
                case 'petpknpcf':
                                include 'petshop/petpknpcf.php';
                break;
                case 'usershop':
                                include 'petshop/usershop.php';
                break;
                case 'bcashino':
                                include 'petshop/bcashino.php';
                break;
                case 'equfabplant':
                                include 'petshop/equfabplant.php';
                break;
                case 'itemdump':
                                include 'petshop/itemdump.php';
                break;
                case 'hecheng':
                                include 'petshop/hecheng.php';
                break;
                case 'hi78':
                                include 'petshop/hi78.php';
                break;
                case 'familyshop':
                                include 'petshop/familyshop.php';
                break;
                case 'pnitemuse':
                        include 'petshop/pnitemuse.php';
                break;

}

function numofpage($count,$page,$numofpage,$url)
{
        global $db_readperpage;
        if ($numofpage<=1){
                return ;
        }else{
                $fengye="<a href=\"{$url}page=1\"><< </a>";
                $flag=0;
                for($i=$page-3;$i<=$page-1;$i++)
                {
                        if($i<1) continue;
                        $fengye.=" <a href={$url}page=$i>&nbsp;$i&nbsp;</a>";
                }
                $fengye.="&nbsp;&nbsp;<b>$page</b>&nbsp;";
                if($page<$numofpage)
                {
                        for($i=$page+1;$i<=$numofpage;$i++)
                        {
                                $fengye.=" <a href={$url}page=$i>&nbsp;$i&nbsp;</a>";
                                $flag++;
                                if($flag==4) break;
                        }
                }
                $fengye.=" <a href=\"{$url}page=$numofpage\"> >></a>&nbsp;&nbspages: (  $numofpage total )";
                return $fengye;
        }
}
function refreshto($url,$msg,$extra=''){
        pet_showmessage($msg, $url, $extra);
}
function pet_showmessage($show_message, $url_forward = '', $extra = '') {
        extract($GLOBALS, EXTR_SKIP);

        global $extrahead, $discuz_action, $debuginfo, $seccode, $fid, $tid;

        if(in_array($extra, array('HALTED', 'NOPERM'))) {
                $fid = $tid = 0;
                $discuz_action = 254;
        } else {
                $discuz_action = 255;
        }

        include language('pet');

        if(isset($language[$show_message])) {
                eval("\$show_message = \"".$language[$show_message]."\";");
        }
        $extrahead .= $url_forward ? '<meta http-equiv="refresh" content="3;url='.
                (empty($_DCOOKIE['sid']) && $transsidstatus ? transsid($url_forward) : $url_forward).
                '">' : '';

        if($extra == 'NOPERM' && !$passport_status) {
                //get secure code checking status (pos. -2)
                if($seccodecheck = substr(sprintf('%05b', $seccodestatus), -2, 1)) {
                        $seccode = random(4, 1);
                }
                include template('nopermission');
        } else {
                include template('showmessage');
        }

        dexit();
}
?>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-5 05:14 , Processed in 0.055910 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表