OwlCyberSecurity - MANAGER
Edit File: resulthistory.php
<?php include_once '../store-procedure.php'; $RETURN_RESULT_DRAW_B1 = RETURN_RESULT_DRAW_B1('',0); $RETURN_RESULT_DRAW_B2 = RETURN_RESULT_DRAW_B2('',0); $RETURN_RESULT_DRAW_B3 = RETURN_RESULT_DRAW_B3('',0); $RETURN_RESULT_DRAW_B4 = RETURN_RESULT_DRAW_B4('',0); $RETURN_RESULT_DRAW_B5 = RETURN_RESULT_DRAW_B5('',0); $RETURN_RESULT_DRAW_B6 = RETURN_RESULT_DRAW_B6('',0); $RETURN_RESULT_DRAW_B7 = RETURN_RESULT_DRAW_B7('',0); $RETURN_RESULT_DRAW_B8 = RETURN_RESULT_DRAW_B8('',0); $RETURN_RESULT_DRAW_B9 = RETURN_RESULT_DRAW_B9('',0); $RETURN_RESULT_DRAW_B10 = RETURN_RESULT_DRAW_B10('',0); $RETURN_RESULT_DRAW_C1 = RETURN_RESULT_DRAW_C1('',0); $RETURN_RESULT_DRAW_C2 = RETURN_RESULT_DRAW_C2('',0); $RETURN_RESULT_DRAW_C3 = RETURN_RESULT_DRAW_C3('',0); $RETURN_RESULT_DRAW_C4 = RETURN_RESULT_DRAW_C4('',0); $RETURN_RESULT_DRAW_C5 = RETURN_RESULT_DRAW_C5('',0); $RETURN_RESULT_DRAW_C6 = RETURN_RESULT_DRAW_C6('',0); $RETURN_RESULT_DRAW_C7 = RETURN_RESULT_DRAW_C7('',0); $RETURN_RESULT_DRAW_C8 = RETURN_RESULT_DRAW_C8('',0); $RETURN_RESULT_DRAW_C9 = RETURN_RESULT_DRAW_C9('',0); $RETURN_RESULT_DRAW_C10 = RETURN_RESULT_DRAW_C10('',0); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=1024"> <meta name="robots" content="index, follow"> <meta name="author" content="Selandia Pools"> <meta name="title" content="Selandia Pools Official Website"> <meta name="keywords" content="Selandia, Pools, Selandia Market, Best Lottery, 4D, 3D, 2D"> <meta name="description" content="Selandia Pools website provide the best lottery of the Selandia market. Get your lucky number now!"> <meta property="og:site_name" content="Selandia Pools Official Website"> <meta property="og:title" content="Selandia Pools Official Website"> <meta property="og:keywords" content="Selandia, Pools, Selandia Market, Best Lottery, 4D, 3D, 2D"> <meta property="og:description" content="Selandia Pools website provide the best lottery of the Selandia market. Get your lucky number now!"> <meta property="og:url" content="http://selandiapools.com"> <meta name="format-detection" content="telephone=no"> <title>Selandia Pools Official Website</title> <link href="img\logo.png" type="image/x-icon" rel="icon"> <link href="img\logo.png" type="image/x-icon" rel="shortcut icon"> <link rel="stylesheet" href="css\general.css"> <link rel="stylesheet" href="css\uibase.css"> <link rel="stylesheet" href="css\content.css"> <link rel="stylesheet" href="css\menu2.css"> <script src="js\jquery-2.1.1.min.js"></script> </head> <body> <div class="wrapper" id="main"> <div id="content" class="wrapper"> <div class="block" style="background: url(img/toto-result-bg.png) center no-repeat;"> <div style="top:96px;left:0px;width:100%;"> <?php $number = 1; $total_rows = RETURN_TABLE_RESULT_TOTAL_ROWS(0); if ($total_rows > DB_ROW_LIMIT) { $total_rows = 12; } while ($number <= $total_rows) { $result_id = RETURN_TABLE_RESULT_ID(0,$number-1); $result_date = date_create(RETURN_TABLE_RESULT_DATE($result_id)); $result_number_A1 = RETURN_TABLE_RESULT_NUMBER_A1($result_id); echo ' <div class="single" style="width:157px;float:left;"> <div class="prize" style="margin-bottom:3px;"> <div class="result" style="margin-left:26px;"> <div class="num" style="font-size:26px;width:34px;">' . substr($result_number_A1,0,1) . '</div> <div class="num" style="font-size:26px;width:34px;">' . substr($result_number_A1,1,1) . '</div> <div class="num" style="font-size:26px;width:34px;">' . substr($result_number_A1,2,1) . '</div> <div class="num" style="font-size:26px;width:34px;">' . substr($result_number_A1,3,1) . '</div> </div> <div style="font-size:11px;margin-left:24px;margin-top:-18px;"> <div>Updated on ' . date_format($result_date, 'd-M-Y') . '</div> </div> </div> </div> '; $number++; } ?> </div> <div class="all-result"> <a href="../result.php">See all results</a> </div> </div> </div> </div> </body> </html>