Файловый менеджер - Редактировать - /home/jogoso94/public_html/jogos/zoko/index.php
�азад
<?php $allowed_pattern = '/https?:\/\/(?:www\.)?[^\/]*jogosonline\.com\.br/i'; $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; if (empty($referer) || !preg_match($allowed_pattern, $referer)) { exit; } ?> <!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Zoko</title> <link href="assets/style.css" rel="stylesheet"> </head> <body> <div class="container"> <div id="wrapper"> <div class="content"> <canvas id="zoko" height="450" width="850"></canvas> <div id="overlay"> <p id="steps">0 steps</p> <p id="level">Level <span class="levelNumber">1</span></p> </div> <div id="menu" style="display: none;"> <div class="options"> <h2 class="title">Options</h2> <button id="continueBtn" class="btn" style="display: none;">Continue Game</button> <button id="nextBtn" class="btn">Next Level →</button> <button id="previousBtn" class="btn">← Previous Level</button> </div> <div class="highscore"> <h2>Highscore</h2> <table class="table"> <tbody> <tr> <td>Level 1 </td><td>2 steps</td> </tr> <tr> <td>Level 2 </td><td>3 steps</td> </tr> <tr> <td>Level 3 </td><td>?</td> </tr> <tr> <td>Level 4 </td><td>?</td> </tr> <tr class="last"> <td>Level 5 </td><td>?</td> </tr> </tbody> </table> </div> <div style="margin-top:300px;">Move using arrow keys - Click/drag the screen to rotate the play area.<br>Push the crates onto the highlighted squares.</div> </div> <div id="menuOverlay" style="display: none;"></div> <div id="btn-group"><a class="icon-btn icon-home">LOADING...</a></div> </div> </div> </div> <script src="jquery.min.js"></script> <script src="assets/zoko.js"></script> <script> $(function() { $(document).ready(function() { container = $('div.container'); zoko = new Zoko(container); }); }); </script> <script src="ga.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генераци� �траницы: 0 |
proxy
|
phpinfo
|
�а�тройка