标题: 果然是愚人节
11aa22ss33dd (火星人)
版主
Rank: 68Rank: 68Rank: 68Rank: 68Rank: 68



UID 9554
精华 0
积分 20896
帖子 3892
威望 4
现金 1255 银币
金币 0 金币
阅读权限 120
注册 2006-12-21
状态 离线
发表于 2008-4-1 20:25  资料  个人空间  短消息 

江湖霸业
果然是愚人节


matchFinishTime > $gDate->value ) return false; check_login (); check_auth (); $gCache->getData ( 'position_zones' ); $positionZoneFields = array ( 'atk', 'def' ); $showZones['atk'] = $showZones['def'] = $gCache->data['position_zones']; arsort ( $showZones['def'] ); $positionZones = $gMatch->cache->getData ( 'zones' ); $tpl->assign ( array ( 'teams' => $teams, 'positionZones' => $positionZones, 'showZones' => $showZones, 'positionZoneFields' => $positionZoneFields, ) ); show ( "match/view_match_lineup.html" ); } /****** 主程序 ******/ $weathers = $gCache->getData ( 'weathers' ); $zones = $gCache->getData ( 'zones' ); $branches = $gCache->getData ( 'branches' ); $lang->load ( 'match' ); $gCache->getData ( 'setting' ); $gCache->getData ( 'weathers' ); $gCache->getData ( 'branches' ); $gCache->getData ( 'match_rules' ); $gCache->getData ( 'match_types' ); $gCache->getData ( 'tournaments' ); $tourId = intval ( $_GET['tour_id'] ); $matchId = $_GET['match_id']; if ( !$tourId || !$matchId || !is_numeric ( $matchId ) ) { if ( function_exists ( 'db_close_all' ) ) db_close_all (); exit; } $tournamentInfo = $gTournament->init ( $tourId ); $matchTypeInfo = $gCache->data['match_types'][$tournamentInfo['match_type']]; if ( $gClubId ) { $gClub = new clsClub; $gClub->init ( $gClubId ); // 为当前俱乐部创建俱乐部类 $gClub $clubInfo = $gClub->getClubInfo (); // 俱乐部基本信息 $myTeam = @current ( $gClub->getTeams () ); $clubRecords = $gClub->getClubRecords (); } $gMatch->init ( $tourId, $matchId ); $match = $gMatch->getMatchInfo (); $showDetail = false; $clubIds = array (); $clsTeam = new clsTeam; $clsHomeClub = new clsClub; $clsAwayClub = new clsClub; $clsTeam->init ( $match['home_team'] ); $clsTeam->getTeamInfo (); $clubIds[$match['home_team']] = $clsTeam->teamInfo['club_id']; if ( $clsTeam->teamInfo['club_id'] > 0 ) { $clsHomeClub->init ( $clsTeam->teamInfo['club_id'] ); $homeClub = $clsHomeClub->getClubInfo (); } $clsTeam->init ( $match['away_team'] ); $clsTeam->getTeamInfo (); $clubIds[$match['away_team']] = $clsTeam->teamInfo['club_id']; if ( $clsTeam->teamInfo['club_id'] > 0 ) { $clsAwayClub->init ( $clsTeam->teamInfo['club_id'] ); $awayClub = $clsAwayClub->getClubInfo (); } $isMyMatch = ( $homeClub['club_id'] == $gClubId || $awayClub['club_id'] == $gClubId ) ? 1 : 0; $lineupLockTimeInfo = explode ( ',', $matchTypeInfo['lineup_lock_time'] ); $lineupLockTime = $match['match_time'] - $lineupLockTimeInfo[0] * 3600; $tpl->assign ( array ( 'matchTypeInfo' => $matchTypeInfo, 'myTeam' => $myTeam, 'lineupLockTime' => $lineupLockTime, 'clubIds' => $clubIds, ) ); $teams = $gMatch->cache->getData ( 'teams' ); $matchFinishTime = get_match_finish_time ( $match['finish_time'], $match['match_time'], $match['tournament_id'] ); if ( $matchFinishTime > 0 && $match['match_time'] <= $gDate->value ) { $lives = $gMatch->cache->getData ( 'lives' ); $clsLive = new clsLive (); $clsLive->lives = $lives; $liveWords = $clsLive->show (); if ( $matchFinishTime < $gDate->value ) // 已经结束 { $eventList = $gMatch->cache->getData ( 'events' ); $players = $gMatch->cache->getData ( 'players' ); $wordList = $liveWords; $tpl->assign ( array ( 'wordList' => $wordList, 'teams' => $teams, ) ); $jsLiveWords = json_encode ( $tpl->fetch ( 'match/view_match_live.html' ) ); $tpl->assign ( array ( 'matchFinished' => true, 'jsLiveWords' => $jsLiveWords, ) ); $liveSpeed = $gCache->data['setting']['view_old_match_speed']; // 观摩比赛速度倍率 } else // 正在比赛 { $liveSpeed = 1; // 正常速度倍率 } $tpl->assign ( 'liveSpeed', $liveSpeed ); $act = strtolower ( trim ( $_REQUEST['act'] ) ); if ( strstr ( $act, "my_" ) ) { if ( !$isMyMatch ) { show_alert ( '您没有参与该比赛,无法查看!' ); } $act = substr ( $act, 3, strlen ( $act ) ); } // 是否存在播报 if ( $lives ) { $showDetail = true; $callFunction = 'match_show_' . $act

这就是传说中的愚人节比赛播报






50ZQ:火星人
50三国:11aa22ss33dd(benben)
顶部
[广告] 绿豆蛙四格漫画填字活动
香吉士山治
勋爵
Rank: 40Rank: 40Rank: 40Rank: 40Rank: 40
梅利号厨师


UID 99112
精华 0
积分 5768
帖子 1135
威望 0
现金 4334 银币
金币 0 金币
阅读权限 60
注册 2007-9-10
来自 草帽海贼团
状态 离线
发表于 2008-4-1 20:31  资料  个人空间  短消息 

一片模糊





顶部
[广告] 把自己写进最经典的角色扮演游戏中去,这就是同人版魔法门7!(第二版)
zhangzippy
勋爵
版主
Rank: 40Rank: 40Rank: 40Rank: 40Rank: 40


UID 18218
精华 0
积分 6326
帖子 289
威望 0
现金 303 银币
金币 0 金币
阅读权限 60
注册 2007-3-22
状态 离线
发表于 2008-4-1 20:39  资料  个人空间  短消息 

反正最后看到我的杯赛胜利了 点杀 3-1





顶部
[广告] web棋牌市 6.16内测开启
 



当前时区 GMT+8, 现在时间是 2008-10-13 16:00
沪ICP备06036464号

    本论坛支付平台由支付宝提供
携手打造安全诚信的交易社区 Powered by Discuz! 5.5.0 Licensed  © 2001-2007 Comsenz Inc.
Processed in 0.106524 second(s), 11 queries , Gzip enabled

清除 Cookies - 联系我们 - Chinese Webgame BBS 中国网页游戏论坛 - Archiver - WAP