OwlCyberSecurity - MANAGER
Edit File: f66b9de45ea60513122d0eed7880487bb106ed1d.php
<div class="row"> <div class="col-md-6"> <?php $g11 = substr($game->teamOneForm, 0, 1); $g12 = substr($game->teamOneForm, 1, 1); $g13 = substr($game->teamOneForm, 2, 1); $g14 = substr($game->teamOneForm, 3, 1); $g15 = substr($game->teamOneForm, 4, 1); $g21 = substr($game->teamTwoForm, 0, 1); $g22 = substr($game->teamTwoForm, 1, 1); $g23 = substr($game->teamTwoForm, 2, 1); $g24 = substr($game->teamTwoForm, 3, 1); $g25 = substr($game->teamTwoForm, 4, 1); ?> <style> .class1{color: white; background: green; padding: 3px 8px; border-radius: 100px; font-weight: bold;} .class2{color: green; background: yellow; padding: 4px 10px; border-radius: 100px; font-weight: bold;} .class3{color: white; background: red; padding: 3px 10px; border-radius: 100px; font-weight: bold;} .cont{margin-bottom: 0px; margin-top: 0px; text-align: center;} </style> <table class="table"> <tr> <td><h3 class="cont"><?php echo e($game->teamOne); ?></h3></td> <td rowspan="3" style="background: darkgreen; color: red; text-align: center" valign="bottom">VS</td> <td><h3 class="cont"><?php echo e($game->teamTwo); ?></h3></td> </tr> <tr> <td> <?php if($g11=='W'): ?> <span class="class1"><?php echo e($g11); ?></span> <?php elseif($g11=='D'): ?> <span class="class2"><?php echo e($g11); ?></span> <?php else: ?> <span class="class3"><?php echo e($g11); ?></span> <?php endif; ?> <?php if($g12=='W'): ?> <span class="class1"><?php echo e($g12); ?></span> <?php elseif($g12=='D'): ?> <span class="class2"><?php echo e($g12); ?></span> <?php else: ?> <span class="class3"><?php echo e($g12); ?></span> <?php endif; ?> <?php if($g13=='W'): ?> <span class="class1"><?php echo e($g13); ?></span> <?php elseif($g13=='D'): ?> <span class="class2"><?php echo e($g13); ?></span> <?php else: ?> <span class="class3"><?php echo e($g13); ?></span> <?php endif; ?> <?php if($g14=='W'): ?> <span class="class1"><?php echo e($g14); ?></span> <?php elseif($g14=='D'): ?> <span class="class2"><?php echo e($g14); ?></span> <?php else: ?> <span class="class3"><?php echo e($g14); ?></span> <?php endif; ?> <?php if($g15=='W'): ?> <span class="class1"><?php echo e($g15); ?></span> <?php elseif($g15=='D'): ?> <span class="class2"><?php echo e($g15); ?></span> <?php else: ?> <span class="class3"><?php echo e($g15); ?></span> <?php endif; ?> </td> <td> <?php if($g21=='W'): ?> <span class="class1"><?php echo e($g21); ?></span> <?php elseif($g21=='D'): ?> <span class="class2"><?php echo e($g21); ?></span> <?php else: ?> <span class="class3"><?php echo e($g21); ?></span> <?php endif; ?> <?php if($g22=='W'): ?> <span class="class1"><?php echo e($g22); ?></span> <?php elseif($g22=='D'): ?> <span class="class2"><?php echo e($g22); ?></span> <?php else: ?> <span class="class3"><?php echo e($g22); ?></span> <?php endif; ?> <?php if($g23=='W'): ?> <span class="class1"><?php echo e($g23); ?></span> <?php elseif($g23=='D'): ?> <span class="class2"><?php echo e($g23); ?></span> <?php else: ?> <span class="class3"><?php echo e($g23); ?></span> <?php endif; ?> <?php if($g24=='W'): ?> <span class="class1"><?php echo e($g24); ?></span> <?php elseif($g24=='D'): ?> <span class="class2"><?php echo e($g24); ?></span> <?php else: ?> <span class="class3"><?php echo e($g24); ?></span> <?php endif; ?> <?php if($g25=='W'): ?> <span class="class1"><?php echo e($g25); ?></span> <?php elseif($g25=='D'): ?> <span class="class2"><?php echo e($g25); ?></span> <?php else: ?> <span class="class3"><?php echo e($g25); ?></span> <?php endif; ?> </td> </tr> <tr> <td style="font-size: 120%;"><strong>ODDS: </strong><?php echo e($game->teamOneOdds); ?></td> <td style="font-size: 120%;"><strong>ODDS: </strong><?php echo e($game->teamTwoOdds); ?></td> </tr> <?php if($game->teamOneWon==''): ?> <tr> <td colspan="3" style="background: darkgreen; color: red; text-align: center"><center>RESULT NOT YET ADDED</center></td> </tr> <?php else: ?> <tr> <td style="background: darkgreen; color: red;"><b>Score: </b> <?php echo e($game->teamOneScore); ?></td> <td style="background: darkgreen; color: red;"><center></center></td> <td style="background: darkgreen; color: red;"><b>Score: </b> <?php echo e($game->teamTwoScore); ?></td> </tr> <?php endif; ?> <?php if($game->cornerStatus=='1'): ?> <tr> <th>Corner Result</th> <td></td> <td><?php echo e($game->cornerResult); ?></td> </tr> <?php endif; ?> </table> <hr> <table class="table table-striped"> <?php if($game->gameType=='0'): ?> <tr> <th>FREE EXPERT TIPS</th> <td><?php echo e($game->freePick); ?></td> </tr> <tr> <th>FULL-TIME RECOMMEND.</th> <td><?php echo e($game->FTRecommendation); ?></td> </tr> <?php else: ?> <tr> <th>MULTIBET 1</th> <td><?php echo e($game->multiBetOne); ?> <?php if($game->multiBetOne!='No'): ?> (<?php echo e($game->multiBetOneTip); ?> - <?php echo e($game->multiBetOneOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>MULTIBET 2</th> <td><?php echo e($game->multiBetTwo); ?> <?php if($game->multiBetTwo!='No'): ?> (<?php echo e($game->multiBetTwoTip); ?> - <?php echo e($game->multiBetTwoOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>MULTIBET 3</th> <td><?php echo e($game->multiBetThree); ?> <?php if($game->multiBetThree!='No'): ?> (<?php echo e($game->multiBetThreeTip); ?> - <?php echo e($game->multiBetThreeOdds); ?> Odd) <?php endif; ?></td> </tr> <?php endif; ?> </table> </div> <div class="col-md-6"> <table class="table table-striped"> <?php if($game->gameType=='0'): ?> <tr> <th>1.5 GOALS</th> <td><?php echo e($game->oneFiveGoals); ?></td> </tr> <tr> <th>2.5 GOALS</th> <td><?php echo e($game->twoFiveGoals); ?></td> </tr> <tr> <th>BTTS</th> <td><?php echo e($game->BTTS); ?></td> </tr> <tr> <th>MATCH CORNERS</th> <td><?php echo e($game->matchCorners); ?></td> </tr> <tr> <th>DRAW NO BET</th> <td><?php echo e($game->drawNoBet); ?></td> </tr> <tr> <th>Over 0.5HT</th> <td><?php echo e($game->overZeroFiveHT); ?></td> </tr> <tr> <th>DOUBLE CHANCE</th> <td><?php echo e($game->doubleChance); ?></td> </tr> <tr> <th>DIRECT WINS</th> <td><?php echo e($game->directWins); ?></td> </tr> <?php else: ?> <tr> <th>SUPER</th> <td><?php echo e($game->super); ?> <?php if($game->super!='No'): ?> (<?php echo e($game->superTip); ?> - <?php echo e($game->superOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>BANKROLL</th> <td><?php echo e($game->bankroll); ?> <?php if($game->bankroll!='No'): ?> (<?php echo e($game->bankrollTip); ?> - <?php echo e($game->bankrollOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>SMART TIP</th> <td><?php echo e($game->smart); ?> <?php if($game->smart!='No'): ?> (<?php echo e($game->smartTip); ?> - <?php echo e($game->smartOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>CORRECT SCORE</th> <td><?php echo e($game->correct_score); ?> <?php if($game->correct_score!='No'): ?> (<?php echo e($game->correct_scoreTip); ?> - <?php echo e($game->correct_scoreOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>INVESTMENT</th> <td><?php echo e($game->superInvestment); ?> <?php if($game->superInvestment!='No'): ?> (<?php echo e($game->superInvestmentTip); ?> - <?php echo e($game->superInvestmentOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>HT/FT</th> <td><?php echo e($game->HTFT); ?> <?php if($game->HTFT!='No'): ?> (<?php echo e($game->HTFTOdds); ?> Odd) <?php endif; ?></td></tr> <tr> <th>SPORTPESA</th> <td><?php echo e($game->sportpesa); ?> <?php if($game->sportpesa=='Yes'): ?> (<?php echo e($game->sportpesaTip); ?> - <?php echo e($game->sportpesaOdds); ?> Odd) <?php endif; ?></td> </tr> <tr> <th>MBET 12</th> <td><?php echo e($game->mbet); ?> <?php if($game->mbet=='Yes'): ?> (<?php echo e($game->mbetTip); ?> - <?php echo e($game->mbetOdds); ?> Odd) <?php endif; ?></td> </tr> <?php endif; ?> <tr> <th>TESTIMONIAL</th> <td><?php echo e($game->testimonialValue); ?></td> </tr> </table> </div> </div>