Файловый менеджер - Редактировать - /home/jogoso94/public_html/jogos/sliding_puzzle/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> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <title>Sliding Puzzle</title> <meta name = "viewport" content = "width = device-width, initial-scale = 1.0, maximum-scale = 1.0, minimum-scale = 1.0, user-scalable = 0, minimal-ui" /> <style type = "text/css"> #phaser_game{ padding: 0px; margin: 0px; background: black; } #preload{ color: white; text-align:center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } canvas{ display:block; z-index: 99; -webkit-text-stroke: 0.5px black; background: black; } body { position: relative; margin: 0 !important; } </style> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width, user-scalable=no, minimal-ui"> <meta name="mobile-web-app-capable" content="yes"> <meta name="full-screen" content="yes" /> <script type="text/javascript"> let loading_vars = { 'game_id': 'sliding_puzzle', // net id // if you plan to release the game on other olatforms you should change this one // and then build your logic in social_api.js 'net_id': 'localhost', 'start_time': new Date().getTime(), 'orientation': 'landscape', // whether to load compiled JS or source 'js_combined': true, // whether to use real backend or local version // this parameter is only present in game_request.js 'use_server': false, // width 'W': 1280, // height 'H': 720, // in demo mode there are only 5 levels available 'demo_mode': true }; </script> <script type="text/javascript" src="external/phaser.min.3.60.0.js"></script> <link rel="stylesheet" type = "text/css" href = "assets/fonts/fontLoader1.css"> <script type="text/javascript" src="game_requestc81e.js?2"></script> <script type="text/javascript" src="configc81e.js?2"></script> <script type="text/javascript" src="bootc81e.js?2"></script> </head> <body> <div class="font_preload"> <span style="font-family: font1;"></span> </div> <div class="font_preload"> <span style="font-family: font2;"></span> </div> <div id="preload"> <!-- <H1> LOADING... </H1> --> </div> <div id="phaser_game"> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генераци� �траницы: 0 |
proxy
|
phpinfo
|
�а�тройка