Файловый менеджер - Редактировать - /home/jogoso94/public_html/static/img/logo/layout.zip
�азад
PK �"[�lم� � category/content.phtmlnu �[��� <?php global $zon, $site_url; $category_name = str_replace("-", " ", trim(urldecode($zon['page'][0]))); $data = dataBy("SELECT * FROM zon_category WHERE name='$category_name'")[0]; ?> <div class="category-container mx-2"> <div class="m-grid-start home"> <?php echo LoadFile('navbar/content') ?> <div class="category-name"> <?= $data['name'] ?> Games </div> <?php foreach (GameByCategoryWise($category_name) as $game) { ?> <div data-card-size="<?= $game['game_card_size'] == 'md' ? 'md' : '' ?>" data-game-f="<?= $game['is_featured'] == 1 ? 'Yes' : 'No' ?>" class="m-game-card wow <?php echo $zon['config']['animate_class'] ?>"> <a class="m-game-link" href="<?= $site_url ?>g/<?= makeSlug($game['game_name']) ?>"> <picture style="background-image: url('<?= $game['game_image_url'] ?>')" class="m-game-thumbnail"> <div class="m-game-details"> <p> <?= $game['game_name'] ?> </p> </div> </picture> </a> </div> <?php } ?> </div> </div> <div class="mx-2" style="visibility: hidden;"> <div class="html-content bg-white mt-10 p-6"> <div class="flex gap-2 mt-2 mb-2"> <a href="<?= $site_url ?>" class="text-sm brdcm-style">Game</a> <div style="margin-top: 2px;"><svg width="16px" height="16px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.5 5L11.7929 11.2929C12.1834 11.6834 12.1834 12.3166 11.7929 12.7071L5.5 19" stroke="#054a91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.5 5L19.7929 11.2929C20.1834 11.6834 20.1834 12.3166 19.7929 12.7071L13.5 19" stroke="#054a91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div> <a href="<?= $site_url . urlencode(makeSlug($data['name'])) ?>" class="text-sm brdcm-style"><?php echo $category_name ?></a> </div> <h2 class="text-md font-bold"> <?= $data['name'] ?> Games </h2> <div class="html-content"> <?= $data['description'] ?> </div> </div> </div>PK �"[f.�G� � dynamic-section/content.phtmlnu �[��� <?php global $zon, $site_url; foreach (DynamicSection() as $section) { ?> <section class="section-wise wow <?php echo $zon['config']['animate_class'] ?> mb-6"> <div class="heading flex justify-between"> <h2 class="text-2xl font-bold"> <?= $section['section_name'] ?> </h2> <a href="<?php echo $site_url ?>category/?n=<?php echo urlencode(getCategoryNameById($section['section_category'])) ?>" class="capitalize text-sm">more</a> </div> <div class="m-slider-container relative "> <div data-target=".slider-container-<?= $section['id'] ?>" class="pagination-container"> <div class="left-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m15 6-6 6 6 6"></path> </svg> </button> </div> <div class="right-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m9 6 6 6-6 6"></path> </svg> </button> </div> </div> <div class="slider-container-<?= $section['id'] ?> relative overflow-x-scroll scroll-none mt-3"> <div style="width: calc(300px * <?php echo $zon['config']['section_games_limit'] ?>)" class="silders flex gap-6"> <?php foreach (GameByCategoryName($section['section_category'], $zon['config']['section_games_limit']) as $game) { ?> <div class="game-card"> <img src="<?php echo $game['game_banner_url'] == '' ? $game['game_image_url'] : $game['game_banner_url'] ?>" /> <div class="game-details gap-4"> <a href="<?php echo $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="text-md line-clamp-2 font-semibold"> <?= $game['game_name'] ?> </a> <a style="color: var(--zon-muted-color);" class="text-sm" href="<?php echo $site_url ?>category/?n=<?= urlencode($game['game_category']) ?>"> <?= $game['game_category'] ?> </a> <div class="game-meta rounded-lg mt-3 w-fit bg-[var(--zon-gmeta-bg-color)] px-2 py-0.5 flex items-center gap-2"> <span> <svg xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" fill="none" stroke-width="1.1" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round" d="M17.5 17.5c2.5 3.5 6.449.915 5.5-2.5-1.425-5.129-2.2-7.984-2.603-9.492A2.032 2.032 0 0 0 18.438 4H5.562c-.918 0-1.718.625-1.941 1.515C2.78 8.863 2.033 11.802 1.144 15c-.948 3.415 3 6 5.5 2.5"> </path> <path stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round" d="M16 4v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V4M8 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM16 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"> </path> </svg> </span> <span class="text-xs"> <?= $game['game_played'] ?> Plays </span> </div> </div> </div> <?php } ?> </div> </div> </div> </section> <?php } ?> <?php if (getAd('0,1', 'status') == 0) { ?> <div class="p-2 mt-4"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAd('0,1', 'code') ?> </div> </div> <?php } ?>PK �"[�� blog-post/content.phtmlnu �[��� <?php global $zon, $site_url; $blog = blogById($zon['page'][2]); $blog_url = $site_url . 'blog/' . makeSlug($blog['blog_title']) . '/' . $blog['id']; ?> <div class="bg-blog-banner"> <img src="<?php echo $site_url ?>static/blog/<?php echo $blog['blog_image'] ?>" /> </div> <div class="blog-container px-4 z-10"> <div class="blog-meta pt-12"> <p class="text-white">Published in <a class="capitalize" href="<?php echo $_SERVER['HTTP_HOST'] ?>"> <?php echo $_SERVER['HTTP_HOST'] ?> </a></p> <h1 class="text-4xl mt-4 font-semibold text-white "> <?php echo $blog['blog_title'] ?> </h1> <p class="text-gray-400 mt-6 text-2xl"> <?php echo $blog['blog_desc'] ?> </p> </div> <div class="blog-post-content shadow-lg mt-12 rounded-xl p-8 bg-[var(--zon-body-bg-color)] "> <div class="flex blog-meta-details items-center justify-between"> <div class="flex text-[var(--zon-common-text-color)] items-center gap-4"> <p class="text-[var(--zon-common-text-color)] text-lg "> By <a class="capitalize font-bold"> <?php echo $zon['config']['site_name'] ?> </a> </p> <span> <svg width="8px" height="8px" stroke-width="3" viewBox="0 0 24 24" style="fill: var(--zon-common-text-color);" fill="#000" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </span> <p> August 3, 2022 </p> </div> <div class="social-sharing flex items-center gap-1"> <a target="_blank" class="hover:bg-[var(--zon-blog-social-button-bg-hover-color)] px-4 py-2 rounded-lg" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $blog_url ?>"> <svg width="20px" height="20px" stroke-width="1.0" viewBox="0 0 24 24" style="fill: var(--zon-common-text-color);" fill="#000" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path style="stroke: var(--zon-common-text-color);" d="M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z" stroke="#000000" stroke-width="1.0" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <a target="_blank" class="hover:bg-[var(--zon-blog-social-button-bg-hover-color)] px-4 py-2 rounded-lg" href="https://twitter.com/intent/tweet?text=<?php echo $blog['blog_title'] ?> <?php echo $blog_url ?>"> <svg width="20px" height="20px" stroke-width="1.5" viewBox="0 0 24 24" style="fill: var(--zon-common-text-color);" fill="#000" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path d="M23 3.01006C23 3.01006 20.9821 4.20217 19.86 4.54006C19.2577 3.84757 18.4573 3.35675 17.567 3.13398C16.6767 2.91122 15.7395 2.96725 14.8821 3.29451C14.0247 3.62177 13.2884 4.20446 12.773 4.96377C12.2575 5.72309 11.9877 6.62239 12 7.54006V8.54006C10.2426 8.58562 8.50127 8.19587 6.93101 7.4055C5.36074 6.61513 4.01032 5.44869 3 4.01006C3 4.01006 -1 13.0101 8 17.0101C5.94053 18.408 3.48716 19.109 1 19.0101C10 24.0101 21 19.0101 21 7.51006C20.9991 7.23151 20.9723 6.95365 20.92 6.68006C21.9406 5.67355 23 3.01006 23 3.01006Z" stroke="#000000" stroke-width="1.0" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <a target="_blank" class="hover:bg-[var(--zon-blog-social-button-bg-hover-color)] px-4 py-2 rounded-lg" href="https://t.me/share/url?url=<?php echo $blog_url ?>&text=<?php echo $blog['blog_desc'] ?>"> <svg width="20px" height="20px" stroke-width="1.5" viewBox="0 0 24 24" style="fill: var(--zon-common-text-color);" fill="#000" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path style="stroke: var(--zon-common-text-color);" d="M21 5L2 12.5L9 13.5M21 5L18.5 20L9 13.5M21 5L9 13.5M9 13.5V19L12.2488 15.7229" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <?php if ($blog == '') { ?> <a target="_blank" class="hover:bg-[var(--zon-blog-social-button-bg-hover-color)] px-4 py-2 rounded-lg" href="#"> <svg width="24px" height="24px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path style="stroke: var(--zon-common-text-color);" d="M14 11.9976C14 9.5059 11.683 7 8.85714 7C8.52241 7 7.41904 7.00001 7.14286 7.00001C4.30254 7.00001 2 9.23752 2 11.9976C2 14.376 3.70973 16.3664 6 16.8714C6.36756 16.9525 6.75006 16.9952 7.14286 16.9952" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> <path style="stroke: var(--zon-common-text-color);" d="M10 11.9976C10 14.4893 12.317 16.9952 15.1429 16.9952C15.4776 16.9952 16.581 16.9952 16.8571 16.9952C19.6975 16.9952 22 14.7577 22 11.9976C22 9.6192 20.2903 7.62884 18 7.12383C17.6324 7.04278 17.2499 6.99999 16.8571 6.99999" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <?php } ?> </div> </div> <div class="blog_main_content mt-6"> <?php echo $blog['blog_content'] ?> <?php if (getAd('3,4', 'status') == 0) { ?> <div class="p-2 mt-8 mb-4"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAd('3,4', 'code') ?> </div> </div> <?php } ?> </div> </div> </div>PK �"[�,x2 x2 header/content.phtmlnu �[��� <?php global $zon, $site_url; ?> <div id="menu-drawer" class="menu-container"> <button aria-label="close" onclick="document.getElementById('menu-drawer').classList.remove('active')" class="close-drawer"> <i>×</i> </button> <div class="menu-drawer"> <a href="<?php $site_url ?>new-games" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M14 20.4V14.6C14 14.2686 14.2686 14 14.6 14H20.4C20.7314 14 21 14.2686 21 14.6V20.4C21 20.7314 20.7314 21 20.4 21H14.6C14.2686 21 14 20.7314 14 20.4Z" stroke="#8c8c8c" stroke-width="1.1"></path> <path d="M3 20.4V14.6C3 14.2686 3.26863 14 3.6 14H9.4C9.73137 14 10 14.2686 10 14.6V20.4C10 20.7314 9.73137 21 9.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z" stroke="#8c8c8c" stroke-width="1.1"></path> <path d="M14 9.4V3.6C14 3.26863 14.2686 3 14.6 3H20.4C20.7314 3 21 3.26863 21 3.6V9.4C21 9.73137 20.7314 10 20.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z" stroke="#8c8c8c" stroke-width="1.1"></path> <path d="M3 9.4V3.6C3 3.26863 3.26863 3 3.6 3H9.4C9.73137 3 10 3.26863 10 3.6V9.4C10 9.73137 9.73137 10 9.4 10H3.6C3.26863 10 3 9.73137 3 9.4Z" stroke="#8c8c8c" stroke-width="1.1"></path> </svg> Newest Games </a> <a href="<?php $site_url ?>popular-games" class="list"> <svg width="20px" stroke-width="1.1" height="20px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M8 18C8 20.4148 9.79086 21 12 21C15.7587 21 17 18.5 14.5 13.5C11 18 10.5 11 11 9C9.5 12 8 14.8177 8 18Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12 21C17.0495 21 20 18.0956 20 13.125C20 8.15444 12 3 12 3C12 3 4 8.15444 4 13.125C4 18.0956 6.95054 21 12 21Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> Popular Games </a> <?php if (!IsLoggedin) { ?> <a href="<?php $site_url ?>login" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> Login </a> <?php } ?> <?php if (IsLoggedin) { ?> <a href="<?php echo $site_url ?>admin/" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M12 2V2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22V22C7.58172 22 4 18.4183 4 14V10C4 5.58172 7.58172 2 12 2V2ZM12 2V9" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round"></path> </svg> Admin </a> <a href="<?php echo $site_url ?><?php echo urlencode($zon['user']['username']) ?>/likes" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M22 8.86222C22 10.4087 21.4062 11.8941 20.3458 12.9929C17.9049 15.523 15.5374 18.1613 13.0053 20.5997C12.4249 21.1505 11.5042 21.1304 10.9488 20.5547L3.65376 12.9929C1.44875 10.7072 1.44875 7.01723 3.65376 4.73157C5.88044 2.42345 9.50794 2.42345 11.7346 4.73157L11.9998 5.00642L12.2648 4.73173C13.3324 3.6245 14.7864 3 16.3053 3C17.8242 3 19.2781 3.62444 20.3458 4.73157C21.4063 5.83045 22 7.31577 22 8.86222Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linejoin="round"></path> </svg> Liked Games </a> <a href="<?php echo $site_url ?><?php echo urlencode($zon['user']['username']) ?>/settings" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M19.6224 10.3954L18.5247 7.7448L20 6L18 4L16.2647 5.48295L13.5578 4.36974L12.9353 2H10.981L10.3491 4.40113L7.70441 5.51596L6 4L4 6L5.45337 7.78885L4.3725 10.4463L2 11V13L4.40111 13.6555L5.51575 16.2997L4 18L6 20L7.79116 18.5403L10.397 19.6123L11 22H13L13.6045 19.6132L16.2551 18.5155C16.6969 18.8313 18 20 18 20L20 18L18.5159 16.2494L19.6139 13.598L21.9999 12.9772L22 11L19.6224 10.3954Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> Settings </a> <a href="<?php echo $site_url ?><?php $site_url ?>logout" class="list"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M12 12H19M19 12L16 15M19 12L16 9" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M19 6V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V18" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> Logout </a> <?php } ?> <?php if (getAdById(4, 'status') == 0) { ?> <div class="p-2"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAdById(4, 'code') ?> </div> </div> <?php } ?> </div> </div> <div id="drawer" class="search-container"> <button aria-label="close" onclick="document.getElementById('drawer').classList.remove('active')" class="close-drawer"> <i>×</i> </button> <div class="search-drawer scroll-none"> <form class="search-bar" action="<?php echo $site_url ?>search/"> <input placeholder="Search for game" name="g" type="text"> <button><svg width="20px" height="20px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></button> </form> <div class="suggested-category"> <h2 class="mt-4 capitalize text-sm font-medium">Categories you might like</h2> <div class="game__categories mt-4"> <?php foreach (getCategory(8) as $category) { $game = GameByCategoryWise($category['name'], 1)[0]; ?> <div class="category shadow-md"> <a class="block h-16 w-20 mr-6" href="<?= $site_url . 'category/?n=' . urlencode($category['name']) ?>"> <img class="block h-16 w-20" src="<?= $game['game_image_url'] ?>" alt="<?= $category['name'] ?>"> </a> <div class="text"> <a class="category__name capitalize" href="<?= $site_url . 'category/?n=' . urlencode($category['name']) ?>"> <?= $category['name'] ?> </a> <p class="text-gray-500"> <?php echo count(GameByCategoryWise($category['name'])) ?> games available </p> </div> </div> <?php } ?> </div> </div> <?php if (getAdById(5, 'status') == 0) { ?> <div class="p-2"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAdById(5, 'code') ?> </div> </div> <?php } ?> <div class="suggested-games"> <h2 class="mt-6 capitalize text-sm font-medium">Games you might like</h2> <div class="game__grid mt-4"> <?php foreach (getGame(18) as $game) { ?> <div class="game new__badges"> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game__thumb"> <img src="<?= $game['game_image_url'] ?>" alt="<?= $game['game_name'] ?>" /> </a> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game_name"> <?= $game['game_name'] ?> </a> </div> <?php } ?> </div> </div> </div> </div> <header class="bg-white shadow-md sticky top-0 z-20 py-2 px-4"> <div class="zon-container"> <div class="flex justify-between items-center"> <a href="<?php echo $site_url ?>" aria-label="logo of <?php echo $zon['config']['site_name'] ?>" class="logo"> <img src="<?php echo $site_url . 'static/img/logo/' . $zon['config']['site_logo_light'] ?>" width="140" class="logo" alt="<?php echo $zon['config']['site_name'] ?> logo" /> </a> <div class="flex gap-4"> <button onclick="document.getElementById('drawer').classList.add('active')" aria-label="search" class="head__action__button search"><svg width="20px" height="20px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></button> <button onclick="document.getElementById('menu-drawer').classList.add('active')" aria-label="menu" class="head__action__button menu"><svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M3 5H21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M3 12H21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 19H21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"> </path> </svg></button> <a href="<?php echo $site_url ?>autoplay" aria-label="autoplay" class="head__action__button"><svg width="20px" height="20px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17.5 17.5C20 21 23.9486 18.4151 23 15C21.5753 9.87113 20.8001 7.01556 20.3969 5.50793C20.1597 4.62136 19.3562 4 18.4384 4L5.56155 4C4.64382 4 3.844 4.62481 3.62085 5.515C2.7815 8.86349 2.0326 11.8016 1.14415 15C0.195501 18.4151 4.14415 21 6.64415 17.5" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M16 4V6C16 7.10457 15.1046 8 14 8H10C8.89543 8 8 7.10457 8 6L8 4" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M8 16C9.10457 16 10 15.1046 10 14C10 12.8954 9.10457 12 8 12C6.89543 12 6 12.8954 6 14C6 15.1046 6.89543 16 8 16Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M16 16C17.1046 16 18 15.1046 18 14C18 12.8954 17.1046 12 16 12C14.8954 12 14 12.8954 14 14C14 15.1046 14.8954 16 16 16Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></a> </div> </div> </div> </header>PK �"[3X}H H blogs/content.phtmlnu �[��� <?php global $site_url, $zon; ?> <h1 class="text-3xl mb-8 mt-3 block font-semibold page-heading" >Blogs</h1> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"> <?php foreach (getBlogs() as $blog) { ?> <div class="rounded-lg wow <?php echo $zon['config']['animate_class'] ?> shadow-md"> <img src="<?php echo $site_url . 'static/blog/' . $blog['blog_image'] ?>" style="height: 180px;" class="object-cover w-full rounded-lg overflow-hidden" /> <div class="p-5"> <a href="<?php echo $site_url . 'blog/' . makeSlug($blog['blog_title']) . '/' . $blog['id'] ?>"> <h2 class="text-xl hover:text-[var(--zon-theme-color)] line-clamp-2 font-semibold"><?= $blog['blog_title'] ?></h2> </a> <span class="text-xs " style="color: var(--zon-muted-color);" ><?= $blog['blog_date'] ?></span> <p class=" text-sm line-clamp-3 " style="color: var(--zon-muted-color);"><?= $blog['blog_desc'] ?></p> </div> </div> <?php } ?> </div>PK �"[�ۈ<\] \] game/content.phtmlnu �[��� <?php global $zon, $site_url; $user_ip = $_SERVER['REMOTE_ADDR']; $data = []; if (isset($zon['page'][1])) { $game_name = urldecode(str_replace("-", " ", $zon['page'][1])); $data = dataBy("SELECT * FROM zon_games WHERE game_name='$game_name'")[0]; $game_id = $data['id']; $config["dbname"] = DB_NAME; $config["host"] = DB_HOST; $config["dbuser"] = DB_USERNAME; $config["dbpass"] = DB_PASSWORD; try { $pdo = new PDO( "mysql:dbname={$config['dbname']};host={$config['host']}", $config["dbuser"], $config["dbpass"], ); // Obter informações do visitante $hora_acesso = date('Y-m-d H:i:s'); $navegador = $_SERVER['HTTP_USER_AGENT']; $ip = $_SERVER['REMOTE_ADDR']; // Use uma API de geolocalização para obter informações de país e cidade com base no IP (exemplo com ipinfo.io) $url = "http://ipinfo.io/{$ip}/json"; $response = file_get_contents($url); $data2 = json_decode($response); $pais = isset($data2->country) ? $data2->country : "XX"; $cidade = isset($data2->city) ? $data2->city : "Desconhecido"; $contries = [ "AF" => "Afghanistan", "AL" => "Albania", "DZ" => "Algeria", "AS" => "American Samoa", "AD" => "Andorra", "AO" => "Angola", "AI" => "Anguilla", "AQ" => "Antarctica", "AG" => "Antigua and Barbuda", "AR" => "Argentina", "AM" => "Armenia", "AW" => "Aruba", "AU" => "Australia", "AT" => "Austria", "AZ" => "Azerbaijan", "BS" => "Bahamas", "BH" => "Bahrain", "BD" => "Bangladesh", "BB" => "Barbados", "BY" => "Belarus", "BE" => "Belgium", "BZ" => "Belize", "BJ" => "Benin", "BM" => "Bermuda", "BT" => "Bhutan", "BO" => "Bolivia", "BQ" => "Bonaire", "BA" => "Bosnia and Herzegovina", "BW" => "Botswana", "BV" => "Bouvet Island", "BR" => "Brazil", "IO" => "British Indian Ocean Territory", "BN" => "Brunei Darussalam", "BG" => "Bulgaria", "BF" => "Burkina Faso", "BI" => "Burundi", "CV" => "Cabo Verde", "KH" => "Cambodia", "CM" => "Cameroon", "CA" => "Canada", "KY" => "Cayman Islands", "CF" => "Central African Republic", "TD" => "Chad", "CL" => "Chile", "CN" => "China", "CX" => "Christmas Island", "CC" => "Cocos Islands", "CO" => "Colombia", "KM" => "Comoros", "CD" => "Democratic Republic of the Congo)", "CG" => "Congo", "CK" => "Cook Islands", "CR" => "Costa Rica", "HR" => "Croatia", "CU" => "Cuba", "CW" => "Curaçao", "CY" => "Cyprus", "CZ" => "Czechia", "CI" => "Côte d'Ivoire", "DK" => "Denmark", "DJ" => "Djibouti", "DM" => "Dominica", "DO" => "Dominican Republic", "EC" => "Ecuador", "EG" => "Egypt", "SV" => "El Salvador", "GQ" => "Equatorial Guinea", "ER" => "Eritrea", "EE" => "Estonia", "SZ" => "Eswatini", "ET" => "Ethiopia", "FK" => "Falkland Islands [Malvinas]", "FO" => "Faroe Islands", "FJ" => "Fiji", "FI" => "Finland", "FR" => "France", "GF" => "French Guiana", "PF" => "French Polynesia", "TF" => "French Southern Territories", "GA" => "Gabon", "GM" => "Gambia", "GE" => "Georgia", "DE" => "Germany", "GH" => "Ghana", "GI" => "Gibraltar", "GR" => "Greece", "GL" => "Greenland", "GD" => "Grenada", "GP" => "Guadeloupe", "GU" => "Guam", "GT" => "Guatemala", "GG" => "Guernsey", "GN" => "Guinea", "GW" => "Guinea-Bissau", "GY" => "Guyana", "HT" => "Haiti", "HM" => "Heard Island and McDonald Islands", "VA" => "Holy See", "HN" => "Honduras", "HK" => "Hong Kong", "HU" => "Hungary", "IS" => "Iceland", "IN" => "India", "ID" => "Indonesia", "IR" => "Iran", "IQ" => "Iraq", "IE" => "Ireland", "IM" => "Isle of Man", "IL" => "Israel", "IT" => "Italy", "JM" => "Jamaica", "JP" => "Japan", "JE" => "Jersey", "JO" => "Jordan", "KZ" => "Kazakhstan", "KE" => "Kenya", "KI" => "Kiribati", "KP" => "North Korea", "KR" => "South Korea", "KW" => "Kuwait", "KG" => "Kyrgyzstan", "LA" => "Lao People's Democratic Republic", "LV" => "Latvia", "LB" => "Lebanon", "LS" => "Lesotho", "LR" => "Liberia", "LY" => "Libya", "LI" => "Liechtenstein", "LT" => "Lithuania", "LU" => "Luxembourg", "MO" => "Macao", "MG" => "Madagascar", "MW" => "Malawi", "MY" => "Malaysia", "MV" => "Maldives", "ML" => "Mali", "MT" => "Malta", "MH" => "Marshall Islands", "MQ" => "Martinique", "MR" => "Mauritania", "MU" => "Mauritius", "YT" => "Mayotte", "MX" => "Mexico", "FM" => "Micronesia", "MD" => "Moldova", "MC" => "Monaco", "MN" => "Mongolia", "ME" => "Montenegro", "MS" => "Montserrat", "MA" => "Morocco", "MZ" => "Mozambique", "MM" => "Myanmar", "NA" => "Namibia", "NR" => "Nauru", "NP" => "Nepal", "NL" => "Netherlands", "NC" => "New Caledonia", "NZ" => "New Zealand", "NI" => "Nicaragua", "NE" => "Niger", "NG" => "Nigeria", "NU" => "Niue", "NF" => "Norfolk Island", "MP" => "Northern Mariana Islands", "NO" => "Norway", "OM" => "Oman", "PK" => "Pakistan", "PW" => "Palau", "PS" => "Palestine", "PA" => "Panama", "PG" => "Papua New Guinea", "PY" => "Paraguay", "PE" => "Peru", "PH" => "Philippines", "PN" => "Pitcairn", "PL" => "Poland", "PT" => "Portugal", "PR" => "Puerto Rico", "QA" => "Qatar", "MK" => "Republic of North Macedonia", "RO" => "Romania", "RU" => "Russian Federation", "RW" => "Rwanda", "RE" => "Réunion", "BL" => "Saint Barthélemy", "SH" => "Saint Helena, Ascension and Tristan da Cunha", "KN" => "Saint Kitts and Nevis", "LC" => "Saint Lucia", "MF" => "Saint Martin", "PM" => "Saint Pierre and Miquelon", "VC" => "Saint Vincent and the Grenadines", "WS" => "Samoa", "SM" => "San Marino", "ST" => "Sao Tome and Principe", "SA" => "Saudi Arabia", "SN" => "Senegal", "RS" => "Serbia", "SC" => "Seychelles", "SL" => "Sierra Leone", "SG" => "Singapore", "SX" => "Sint Maarten", "SK" => "Slovakia", "SI" => "Slovenia", "SB" => "Solomon Islands", "SO" => "Somalia", "ZA" => "South Africa", "GS" => "South Georgia and the South Sandwich Islands", "SS" => "South Sudan", "ES" => "Spain", "LK" => "Sri Lanka", "SD" => "Sudan", "SR" => "Suriname", "SJ" => "Svalbard and Jan Mayen", "SE" => "Sweden", "CH" => "Switzerland", "SY" => "Syrian Arab Republic", "TW" => "Taiwan", "TJ" => "Tajikistan", "TZ" => "Tanzania", "TH" => "Thailand", "TL" => "Timor-Leste", "TG" => "Togo", "TK" => "Tokelau", "TO" => "Tonga", "TT" => "Trinidad and Tobago", "TN" => "Tunisia", "TR" => "Turkey", "TM" => "Turkmenistan", "TC" => "Turks and Caicos Islands", "TV" => "Tuvalu", "UG" => "Uganda", "UA" => "Ukraine", "AE" => "United Arab Emirates", "GB" => "United Kingdom", "UM" => "United States Minor Outlying Islands", "US" => "United States of America", "UY" => "Uruguay", "UZ" => "Uzbekistan", "VU" => "Vanuatu", "VE" => "Venezuela", "VN" => "Viet Nam", "VG" => "Virgin Islands (British)", "VI" => "Virgin Islands (U.S.)", "WF" => "Wallis and Futuna", "EH" => "Western Sahara", "YE" => "Yemen", "ZM" => "Zambia", "ZW" => "Zimbabwe", "AX" => "Åland Islands", "XX" => "Desconhecido", ]; $pais = $contries[$pais]; $stmt = $pdo->prepare("INSERT INTO master (hora_acesso,jogo, navegador, ip, pais, cidade) VALUES (?, ?,?, ?, ?, ?)"); $stmt->execute([$hora_acesso, $game_name, $navegador, $ip, $pais, $cidade]); } catch (PDOException $e) { echo "Erro: {$e->getMessage()}"; } } if (empty($data)) { echo "<script>window.location.href = '/404'</script>"; } ini_set('display_errors', 1); error_reporting(E_ALL); ?> <script> poki = { game_id : <?= $data['id'] ?>, game_name: "<?= $data['game_name'] ?>", url : "<?= $site_url ?>", }; </script> <div class="thank-you-popup"> Thank you 😊 </div> <div class="report-popup shadow-lg"> <div class="header flex justify-between items-center gap-2"> <div class="left flex items-center gap-2"> <div class="symbol flex justify-center items-center h-10 w-10 rounded-full"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M5 15L5.95039 4.54568C5.97849 4.23663 6.23761 4 6.54793 4H20.343C20.6958 4 20.9725 4.30295 20.9405 4.65432L20.0496 14.4543C20.0215 14.7634 19.7624 15 19.4521 15H5ZM5 15L4.4 21" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </div> <div class="text"> <div class="font-bold text-xs text-gray-500 uppercase">WHAT BUG DID YOU FIND IN</div> <div class="font-bold text-lg text-black capitalize"> <?=$data['game_name']?>? </div> </div> </div> <div class="close-popup"> <button onclick="this.parentNode.parentNode.parentNode.classList.remove('active')" class="h-10 w-10 flex justify-center items-center active:scale-1.1 rounded-full hover:bg-gray-200"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426" stroke="#000" style="stroke: var(--theme-color);" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> </div> </div> <div class="body"> <textarea id="report_textarea" class="text-sm" placeholder="Help us understand the bug you found... and please only share info on the bug itself"></textarea> <svg style="position: absolute; bottom: 0; left: 0" width="176" height="88" viewBox="0 0 176 88" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="m109.1 128.5 14 118.9-42.2-37-8.3 23.2-30.4-22.3-55.5 66.6 4.2-90.2-75.3 15.7 74.4-77-14.2-112.2 50.4 32.5L52 26.3l23 31.1 67.7-31.1-33.7 102.2Z" fill="#FFD100"/> <path d="m26.2 46.7 25.9-20.4v37L26.2 46.8Z" fill="#FFC500"/> <path d="M75 57.5 52.1 26.3v37l4.2 2.8L75 57.5Z" fill="#FFED85"/> <path d="m56.3 128.5-40 25 25.3-80.7 14.7 55.7Z" fill="#FF9E00"/> <path d="m41.6 72.8 101.2-46.5-86.5 102.2-14.7-55.7Z" fill="#FFAF00"/> <path d="m-24.2 14.2 80.5 52-14.7 6.6-65.8-58.6Z" fill="#FFDC00"/> <path d="m41.6 72.8-126 130.6 100.8-49.9 25.2-80.7Z" fill="#FFC500"/> </svg> <div class="flex justify-between"> <div></div> <button class="mt-6 bg-[var(--theme-color)] px-6 py-2 send-report text-white hover:px-8 font-bold rounded-full"> Send </button> </div> </div> </div> <div class="m-grid-start home game-page"> <?=LoadFile('navbar/content')?> <style> @media screen and (max-width : 600px) { .gameplay-container { overflow : hidden; background-color : transparent !important; background-image : url('<?= $data['game_image_url'] ?>') !important; } } </style> <div class="gameplay-container on-mobile mx-2"> <button onclick="open_fullscreen()" class="back-button hidden" id="draggable"> <img draggable="false" src="<?=$site_url?>static/img/logo/<?=$zon['config']['site_logo_sm']?>" alt="<?=$data['game_name']?>" width="30"/> </button> <div class="play-frame hidden"> <div class="play-button"> <button onclick="open_fullscreen()"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M6.90588 4.53682C6.50592 4.2998 6 4.58808 6 5.05299V18.947C6 19.4119 6.50592 19.7002 6.90588 19.4632L18.629 12.5162C19.0211 12.2838 19.0211 11.7162 18.629 11.4838L6.90588 4.53682Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> <div class="game-name font-bold capitalize text-lg mt-3"> Play now </div> </div> </div> <iframe id="game" src="<?=$data['game_url']?>" frameborder="0" allow="autoplay; fullscreen; camera; focus-without-user-activation *; monetization; gamepad; keyboard-map *; xr-spatial-tracking; clipboard-write; web-share; accelerometer; magnetometer; gyroscope; display-capture" name="gameFrame" scrolling="no" sandbox="allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-scripts allow-same-origin allow-downloads"></iframe> <div class="game-details py-2 px-2"> <div class="flex justify-between items-center"> <div class="left"> <div class="flex gap-2 items-center"> <img src="<?=$data['game_image_url']?>" class="h-10 w-10 rounded-md"/> <div class="text"> <h4 class="text-md font-bold"> <?=$data['game_name']?> </h4> <a href="<?=$site_url . strtolower(str_replace(' ', '-', $data['game_category']))?>" class="text-sm text-gray-500 capitalize"> <?=$data['game_category']?> Games </a> </div> </div> </div> <!-- after full screen content of game details --> <div class="game-basic-info"> <div class="flex gap-2 items-center"> <img src="<?=$data['game_image_url']?>" class="h-10 w-10 rounded-md"/> <div class="text"> <h4 class="text-md font-bold"> <?=$data['game_name']?> </h4> <p class="text-sm text-gray-500 capitalize"> <?=$data['game_category']?> Games </p> </div> </div> </div> <a href="<?=$site_url?>" class="logo"> <img src="<?=$site_url?>static/img/logo/<?=$zon['config']['site_logo_light']?>" alt="<?=$zon['config']['site_name']?>" width="80"/> </a> <div class="minimize"> <div class="icon-group"> <button onclick="open_fullscreen()"> <svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path style="stroke-width: 6;" d="M33 6V15H42" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> <path style="stroke-width: 6;" d="M15 6V15H6" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> <path style="stroke-width: 6;" d="M15 42V33H6" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> <path style="stroke-width: 6;" d="M33 42V33H41.8995" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <label for="">minimize</label> </div> </div> <div class="right flex gap-5"> <div class="icon-group"> <button id="Like" tooltip="Like" class="<?=num_rows(T_ZON_LIKES, "game_id=$game_id && user_ip='$user_ip'") > 0 ? 'active' : ''?>"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M16.4724 20H4.1C3.76863 20 3.5 19.7314 3.5 19.4V9.6C3.5 9.26863 3.76863 9 4.1 9H6.86762C7.57015 9 8.22116 8.6314 8.5826 8.02899L11.293 3.51161C11.8779 2.53688 13.2554 2.44422 13.9655 3.33186C14.3002 3.75025 14.4081 4.30635 14.2541 4.81956L13.2317 8.22759C13.1162 8.61256 13.4045 9 13.8064 9H18.3815C19.7002 9 20.658 10.254 20.311 11.5262L18.4019 18.5262C18.1646 19.3964 17.3743 20 16.4724 20Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round"></path> <path d="M7 20L7 9" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> <label id="Like_Count"> <?=formatNumber(count(dataBy("SELECT * FROM zon_likes WHERE game_id=$game_id")))?> </label> </div> <div class="icon-group"> <button id="Dislike" tooltip="Dislike" class="<?=num_rows(T_ZON_DISLIKES, "game_id=$game_id && user_ip='$user_ip'") > 0 ? 'active' : ''?>"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M16.4724 3.5H4.1C3.76863 3.5 3.5 3.76863 3.5 4.1V13.9C3.5 14.2314 3.76863 14.5 4.1 14.5H6.86762C7.57015 14.5 8.22116 14.8686 8.5826 15.471L11.293 19.9884C11.8779 20.9631 13.2554 21.0558 13.9655 20.1681C14.3002 19.7497 14.4081 19.1937 14.2541 18.6804L13.2317 15.2724C13.1162 14.8874 13.4045 14.5 13.8064 14.5H18.3815C19.7002 14.5 20.658 13.246 20.311 11.9738L18.4019 4.97376C18.1646 4.10364 17.3743 3.5 16.4724 3.5Z" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round"></path> <path d="M7 14.5L7 3.5" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> <label id="Dislike_Count"> <?=formatNumber(count(dataBy("SELECT * FROM zon_unlikes WHERE game_id=$game_id")))?> </label> </div> <div class="more-option flex gap-4"> <div onclick="document.querySelector('.report-popup').classList.toggle('active')" class="icon-group"> <button tooltip="Report a bug"> <svg width="20px" height="20px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M5 15L5.95039 4.54568C5.97849 4.23663 6.23761 4 6.54793 4H20.343C20.6958 4 20.9725 4.30295 20.9405 4.65432L20.0496 14.4543C20.0215 14.7634 19.7624 15 19.4521 15H5ZM5 15L4.4 21" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </button> <label class="opacity-0" for="">Report</label> </div> <div id="full_screen" onclick="open_fullscreen()" class="icon-group"> <button tooltip="Full screen"> <svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M33 6H42V15" stroke="#ffffff" style="stroke-width: 6;" stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/> <path d="M42 33V42H33" stroke="#ffffff" style="stroke-width: 6;" stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 42H6V33" stroke="#ffffff" style="stroke-width: 6;" stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6 15V6H15" stroke="#ffffff" style="stroke-width: 6;" stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <label class="opacity-0" for="">full screen</label> </div> </div> <div onclick="document.querySelector('.more-option').classList.toggle('active')" class="icon-group more-opt-button hidden"> <button tooltip="More options" class="fill"> <svg width="20px" height="20px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z" fill="#8c8c8c" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12 20.5C12.2761 20.5 12.5 20.2761 12.5 20C12.5 19.7239 12.2761 19.5 12 19.5C11.7239 19.5 11.5 19.7239 11.5 20C11.5 20.2761 11.7239 20.5 12 20.5Z" fill="#8c8c8c" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12 4.5C12.2761 4.5 12.5 4.27614 12.5 4C12.5 3.72386 12.2761 3.5 12 3.5C11.7239 3.5 11.5 3.72386 11.5 4C11.5 4.27614 11.7239 4.5 12 4.5Z" fill="#8c8c8c" stroke="#8c8c8c" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> <label class="opacity-0" for="">options</label> </div> </div> </div> </div> </div> <div class="game-instructions p-4 bg-gray-50 rounded-md shadow col-span-full row-span-3 md:row-span-2"> <h2 class="font-bold mb-8">Descrição</h2> <?php $game_name = $data['game_name']; $game_category = $data['game_category']; foreach (dataBy("SELECT game_description FROM zon_games WHERE id= '$game_id'") as $game) { echo $game['game_description']; } ?> </div> <?php $game_name = $data['game_name']; $game_category = $data['game_category']; foreach (dataBy("SELECT * FROM zon_games ORDER BY id ASC LIMIT 219") as $game) { ?> <div data-card-size="<?=$game['game_card_size'] == 'md' ? 'md' : ''?>" data-game-f="<?=$game['is_featured'] == 1 ? 'Yes' : 'No'?>" class="m-game-card wow <?php echo $zon['config']['animate_class'] ?>"> <a class="m-game-link" href="<?=$site_url?>g/<?=makeSlug($game['game_name'])?>"> <picture style="background-image: url('<?=$game['game_image_url']?>')" class="m-game-thumbnail"> <div class="m-game-details"> <p> <?=$game['game_name']?> </p> </div> </picture> </a> </div> <?php } ?> </div> <div class="mx-2"> <div class="m-category-grid"> <?php foreach (getCategory() as $category) { $games = GameByCategoryWise($category['name'], 1); $game = !empty($games) ? $games[0] : null; ?> <a href="<?=$site_url . urlencode(makeSlug($category['name']))?>"> <div class="m-category-card wow <?php echo $zon['config']['animate_class'] ?>"> <?php if (!empty($game)): ?> <img src="<?= htmlspecialchars($game['game_image_url']) ?>" alt="<?= htmlspecialchars($category['name']) ?>"> <?php endif; ?> <div class="text"> <?=$category['name']?> <p> <?php echo count(GameByCategoryWise($category['name'])) ?> Games </p> </div> </div> </a> <?php } ?> </div> </div> <div class="mx-2" style="visibility: hidden;"> <div class="html-content bg-white mt-10 p-6"> <div class="flex gap-2 mt-2 mb-2"> <a href="<?=$site_url?>" class="text-sm brdcm-style">Game</a> <div style="margin-top: 2px;"> <svg width="16px" height="16px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.5 5L11.7929 11.2929C12.1834 11.6834 12.1834 12.3166 11.7929 12.7071L5.5 19" stroke="#054a91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.5 5L19.7929 11.2929C20.1834 11.6834 20.1834 12.3166 19.7929 12.7071L13.5 19" stroke="#054a91" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div> <a href="<?=$site_url . strtolower(str_replace(' ', '-', $data['game_category']))?>" class="text-sm brdcm-style"><?=$data['game_category']?> Games</a> </div> <h2 class="text-md font-bold"> <?=$data['game_name']?> </h2> <div class="html-content"> <?=$data['game_description']?> </div> </div> </div>PK �"[ʲ��9 9 cursor/content.phtmlnu �[��� <div class="cursor"></div> <div class="cursor2"></div>PK �"[AE��P P user-profile/content.phtmlnu �[��� <?php global $zon, $site_url, $socket; if (isset($_GET) && isset($_GET['token'])) { $token = mysqli_real_escape_string($socket, $_GET['token']); if (mysqli_query($socket, "DELETE FROM zon_comments WHERE id=$token")) { echo "<script>window.location.href = '?'</script>"; } } ?> <div class="zon-game-container"> <?php if ($zon['page'][1] == 'comments') { ?> <h1 class="text-3xl mb-8 mt-3 block page-heading">Your Comments</h1> <div class="mt-2"> <?php if (getUserComments($zon['user']['id'])) { foreach (getUserComments($zon['user']['id']) as $comment) { ?> <div class="comment-card mb-6 w-full"> <div class="flex w-full items-center gap-4"> <img class="w-20 h-8 rounded-full" src="<?php echo $site_url . 'static/img/' . $comment['user_pic'] ?>" /> <div class="uc-meta"> <div class="flex gap-4"> <span class="font-semibold "> <?= $comment['username'] ?> </span> <a class="text-red-600 text-sm" href="?token=<?= $comment['id'] ?>">Delete</a> </div> <p class="text-xs " style="color: var(--zon-muted-color);"> <?= $comment['date'] ?> </p> <p> <?= $comment['subject'] ?> </p> </div> </div> </div> <?php } } else { echo "You haven't commented in any games yet."; } ?> </div> <?php } ?> <?php if ($zon['page'][1] == 'likes') { ?> <h1 class="text-3xl mb-8 mt-3 block page-heading">Your Liked Games</h1> <div class="game__grid home__game__grid"> <?php if (getUserGame($zon['user']['id'])) { foreach (getUserGame($zon['user']['id']) as $game) { ?> <div class="game new__badges wow <?php echo $zon['config']['animate_class'] ?>"> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game__thumb"> <img src="<?= $game['game_image_url'] ?>" alt="<?= $game['game_name'] ?>" /> </a> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game_name"> <?= $game['game_name'] ?> </a> </div> <?php } } else { echo "You haven't liked any games yet"; } ?> </div> <?php } ?> <?php if ($zon['page'][1] == 'settings') { ?> <h1 class="text-3xl mb-8 mt-3 block page-heading">Your Settings</h1> <div class="form-start"> <form id="update-info" method="post" class="update-info-form w-[400px] "> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Profile Pic</label> <img class="w-20 mb-2" src="<?php echo $site_url ?>static/img/<?php echo $zon['user']['user_pic'] ?>" /> <input name="avatar_img" type="file" class="hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] px-4 w-full py-4 bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Full Name</label> <input required name="name" value="<?php echo $zon['user']['name'] ?>" type="text" class="hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] px-4 w-full py-4 bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Email</label> <input required name="email" value="<?php echo $zon['user']['email'] ?>" type="email" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Username</label> <input required name="username" value="<?php echo $zon['user']['username'] ?>" type="username" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">New password</label> <input name="new_password" placeholder="#######" type="password" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <input type="hidden" name="change_settings" value="<?php echo $zon['user']['id'] ?>" /> <button type="submit" class="w-full disabled:opacity-70 capitalize rounded-lg mt-3 py-3 text-white bg-[var(--zon-theme-color)] px-4">Update profile</button> </form> </div> <?php } ?> </div>PK �"[�K�Fq q sitemap/content.phtmlnu �[��� <?php header('Content-type: application/xml'); echo '<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">'; global $socket; $game_query = "select * from zon_games order by id desc limit 2000"; $pages_query = "select * from zon_pages order by id desc limit 2000"; $run = mysqli_query($socket, $game_query); $pages_sql = mysqli_query($socket, $pages_query); // while ($row = mysqli_fetch_assoc($run)) { ?> <?php while ($row = mysqli_fetch_assoc($run)) { ?> <url> <loc> <?= $site_url . 'game/' . makeSlug($row['game_name']) . '/' . $row['id'] ?> </loc> <lastmod> <?php echo date('Y-m-d'); ?> </lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <?php } ?> <?php while ($row = mysqli_fetch_assoc($pages_sql)) { ?> <url> <loc> <?= $site_url . 'page/' . $row['id'] . '/' . makeSlug($row['title']) ?> </loc> <lastmod> <?php echo date('Y-m-d'); ?> </lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <?php } ?> <?php echo '</urlset>'; ?>PK �"[�W&R R 404/content.phtmlnu �[��� <div class="flex justify-center items-center min-h-[100vh] "> <div class="empty-class"> <h1 style="color: var(--zon-common-text-color);" class="text-8xl font-bold " >404</h1> <hr class="mt-4 mb-4" > <p class="text-center" style="color: var(--zon-common-text-color);" >Page not found</p> </div> </div>PK �"[�㥧 � page/content.phtmlnu �[��� <?php global $zon; $slug = str_replace("-", " ", urldecode($zon['page'][1])); $page = getPageBySlug($slug); ?> <div class="mx-2"> <div class="flex gap-4 page-content-container"> <?php echo LoadFile('navbar/content') ?> <div class="page-content bg-white p-6 w-full"> <h1 class="mb-4"><?= $page['title'] ?></h1> <?= $page['content'] ?> </div> </div> </div>PK �"[��%� � navbar/content.phtmlnu �[��� <?php global $site_url, $zon; ?> <nav class="navbar flex justify-between items-center p-4 bg-white"> <a aria-label="logo" href="<?= $site_url ?>"> <img src="<?= $site_url ?>static/img/logo/<?= $zon['config']['site_logo_light'] ?>" alt="<?= $zon['config']['site_name'] ?>" /> </a> <div class="flex navbar-shortcut flex-col gap-2"> <a aria-label="home" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex justify-center items-center rounded-lg" href="<?= $site_url ?>"> <svg width="26px" height="26px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M9 21H7C4.79086 21 3 19.2091 3 17V10.7076C3 9.30887 3.73061 8.01175 4.92679 7.28679L9.92679 4.25649C11.2011 3.48421 12.7989 3.48421 14.0732 4.25649L19.0732 7.28679C20.2694 8.01175 21 9.30887 21 10.7076V17C21 19.2091 19.2091 21 17 21H15M9 21V17C9 15.3431 10.3431 14 12 14V14C13.6569 14 15 15.3431 15 17V21M9 21H15" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </a> <button aria-label="search" name="search bar menu button" onclick="document.querySelector('.offcanvas').classList.toggle('active')" class="block hover:bg-gray-200 transition duration-300 h-10 w-10 flex open-menu justify-center items-center rounded-lg"> <svg width="26px" height="26px" viewBox="0 0 24 24" stroke-width="1.1" fill="none" xmlns="http://www.w3.org/2000/svg" color="#8c8c8c"> <path d="M17 17L21 21" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"> </path> </svg> </button> </div> </nav>PK �"[xG/" search/content.phtmlnu �[��� <?php global $socket; $games = getGamesByQuery(htmlspecialchars(mysqli_real_escape_string($socket, $_GET['g'])), 100); // print_r($_GET['g']); ?> <div class="zon-container"> <h1 class="text-3xl capitalize mb-8 mt-3 block capitalize font-bold page-heading"> results from (<?php echo htmlspecialchars(mysqli_real_escape_string($socket, $_GET['g'])) ?>) </h1> <div class="game__grid home__game__grid"> <?php foreach ($games as $game) { ?> <div class="game wow <?php echo $zon['config']['animate_class'] ?>"> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game__thumb"> <img src="<?= $game['game_image_url'] ?>" alt="<?= $game['game_name'] ?>" /> </a> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game_name"> <?= $game['game_name'] ?> </a> </div> <?php } ?> </div> </div>PK �"[e%- - home/content.phtmlnu �[��� <?php global $zon, $site_url; ?> <div class="mx-2"> <div class="m-grid-start home"> <?= count(HomeFeedGames()) > 0 ? LoadFile("navbar/content") : '' ?> <?php if (count(HomeFeedGames()) > 0) { foreach (HomeFeedGames() as $game) { ?> <div data-card-size="<?= $game['game_card_size'] == 'md' ? 'md' : '' ?>" data-game-f="<?= $game['is_featured'] == 1 ? 'Yes' : 'No' ?>" class="m-game-card wow <?php echo $zon['config']['animate_class'] ?>"> <a class="m-game-link" href="<?= $site_url ?>g/<?= makeSlug($game['game_name']) ?>"> <picture style="background-image: url('<?= $game['game_image_url'] ?>')" class="m-game-thumbnail"> <div class="m-game-details"> <p> <?= $game['game_name'] ?> </p> </div> </picture> </a> </div> <?php } } ?> </div> <div class="mx-2"> <div class="m-category-grid mb-6"> <?php foreach (getCategory() as $category) { $games = GameByCategoryWise($category['name'], 1); $game = isset($games[0]) ? $games[0] : null; ?> <a href="<?= $site_url . urlencode(makeSlug($category['name'])) ?>"> <div class="m-category-card wow <?php echo $zon['config']['animate_class'] ?>"> <?php if (!is_null($game)): ?> <img src="<?= htmlspecialchars($game['game_image_url']) ?>" alt="<?= htmlspecialchars($category['name']) ?>"> <?php endif; ?> <div class="text"> <?= $category['name'] ?> <p> <?php echo count(GameByCategoryWise($category['name'])) ?> Games </p> </div> </div> </a> <?php } ?> </div> </div> <div class="mx-2"> <?php if (getAd("1,3", 'status') == 0) { ?> <div style="max-width: 700px; margin: auto; background-color: #ffffff69; min-height: 100px" class="advert-space mt-6 mb-6"> <?= getAd("1,3", 'code') ?> </div> <?php } ?> </div> <div class="mx-2"> <div class="about-content bg-white mt-10 p-6" style = "background-color: inherit;"> <span class="uppercase text-xs font-bold mb-4"> <img src ="<?= $site_url ?>static/img/logo/simbolo.png" alt = "símbolo" style = " display: block; /* Faz com que a imagem se comporte como um bloco */ margin-left: auto; /* Centraliza horizontalmente */ margin-right: auto; /* Centraliza horizontalmente */"> </span> <div class="html-content"> <?= $zon['config']['footer_content'] ?> </div> </div> </div> </div> PK �"[�X�9T T all-games/content.phtmlnu �[��� <div class="zon-container"> <h1 class="text-3xl capitalize mb-8 mt-3 block capitalize font-bold page-heading" >All Games</h1> <div id="zon_games" class="game__grid home__game__grid"></div> <div id="zon-loader" class="game__grid"> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> </div> </div>PK �"[;^��W W newest-games/content.phtmlnu �[��� <div class="zon-container"> <h1 class="text-3xl capitalize mb-8 mt-3 block capitalize font-bold page-heading" >Newest Games</h1> <div id="zon_games" class="game__grid home__game__grid"></div> <div id="zon-loader" class="game__grid"> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> <div class="game" style="background: #fff; border-radius: 20px; box-shadow: 0px 0px 40px 0px #dcdcdc;"></div> </div> </div>PK �"[�S�Ӯ; �; autoplay/content.phtmlnu �[��� <?php global $zon, $site_url, $socket; $gd = AutoPlay(); $game_url = $site_url . 'game/' . makeSlug($gd['game_name']) . '/' . $gd['id']; ?> <div id="ShareModal" class="share-modal hidden"> <div class="modal-dialog"> <div class="flex items-center justify-between mb-6"> <h2 style="color: var(--zon-common-text-color);" class="text-xl font-semibold ">Share</h2> <span onclick="this.parentNode.parentNode.parentNode.classList.toggle('hidden')" class="text-3xl cursor-pointer select-none ">×</span> </div> <div class="flex gap-2"> <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $game_url ?>" class="h-14 w-14 flex items-center justify-center bg-blue-800 rounded-full "> <svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="#fff" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M17 2h-3a5 5 0 0 0-5 5v3H6v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3V2Z"></path> </svg> </a> <a target="_blank" href="https://twitter.com/intent/tweet?text=<?php echo $gd['game_name'] ?> <?php echo $game_url ?>" class="h-14 w-14 flex items-center justify-center bg-blue-400 rounded-full "> <svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="#fff" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M23 3.01s-2.018 1.192-3.14 1.53a4.48 4.48 0 0 0-7.86 3v1a10.66 10.66 0 0 1-9-4.53s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5 0-.278-.028-.556-.08-.83C21.94 5.674 23 3.01 23 3.01Z"> </path> </svg> </a> <a target="_blank" href="https://www.pinterest.com/pin/create/button/?url=<?php echo $game_url ?>&media=<?php echo $gd['game_image_url'] ?>&description=<?php echo $gd['game_description'] ?>" class="h-14 w-14 flex items-center justify-center bg-red-600 rounded-full "> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M8 14.5c-3-4.5 1.462-8 4.5-8 3.038 0 5.5 1.654 5.5 5.5 0 3.038-2 5-4 5s-3-2-2.5-5M12 10 9 21.5"> </path> <path stroke="transparent" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"></path> </svg> </a> <a target="_blank" href="https://t.me/share/url?url=<?php echo $game_url ?>&text=<?php echo $gd['game_description'] ?>" class="h-14 w-14 flex items-center justify-center bg-blue-500 rounded-full "> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M21 5 2 12.5l7 1M21 5l-2.5 15L9 13.5M21 5 9 13.5m0 0V19l3.249-3.277"></path> </svg> </a> </div> <div class="flex mt-8 border-2 rounded-md overflow-hidden hover:border-blue-500 border-[var(--zon-theme-color)] "> <input id="textToCopy" type="text" value="<?php echo $game_url ?>" placeholder="Game URL" class="w-full bg-transparent text-sm outline-none py-3 px-2 " /> <button onclick="copyToURL()" class="px-4"> <svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M19.4 20H9.6a.6.6 0 0 1-.6-.6V9.6a.6.6 0 0 1 .6-.6h9.8a.6.6 0 0 1 .6.6v9.8a.6.6 0 0 1-.6.6Z"> </path> <path stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M15 9V4.6a.6.6 0 0 0-.6-.6H4.6a.6.6 0 0 0-.6.6v9.8a.6.6 0 0 0 .6.6H9"></path> </svg> </button> </div> </div> </div> <div id="reportModal" class="share-modal wow <?php echo $zon['config']['animate_class'] ?> hidden"> <div class="modal-dialog"> <div class="flex items-center justify-between mb-6"> <h2 style="color: var(--zon-common-text-color);" class="text-xl capitalize font-semibold ">report your problem</h2> <span onclick="this.parentNode.parentNode.parentNode.classList.toggle('hidden')" class="text-3xl cursor-pointer select-none">×</span> </div> <form action="" method="post" class="modal-body"> <textarea name="problem" placeholder="Write your problem" class="w-full p-4 transition duration-300 border border-[var(--zon-comment-input-b-color)] hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] " cols="30" rows="10"></textarea> <button class="px-4 mt-4 rounded-full py-2.5 bg-[var(--zon-theme-color)] capitalize text-sm text-white">submit your report</button> </form> </div> </div> <?php if (getAdById(2, 'status') == 0) { ?> <div class="p-2"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAdById(2, 'code') ?> </div> </div> <?php } ?> <div class="main-gameplay relative game-play-container zon-game-container"> <div class="shadow-lg"> <div class="game-frame mt-6"> <iframe id="zonFrame" class="w-full h-[400px]" src="<?= $gd['game_url'] ?>" scrolling="no" frameborder="0"></iframe> </div> <div class="flex px-2 py-2 game-meta-container justify-between gap-6"> <div class="game-meta flex "> <img src="<?= $gd['game_image_url'] ?>" class="h-[40px] rounded-md w-[40px] mr-4" alt="<?= $gd['game_name'] ?>" /> <div class="text-md font-medium"> <?= $gd['game_name'] ?> <div class="flex gap-4"> <p class="text-xs font-normal capitalize text-gray-500"><?= $gd['game_category'] ?></p> <p class="text-xs font-normal capitalize text-gray-500"><?= $gd['game_played'] ?> Played</p> </div> </div> </div> <div class="flex gap-2"> <?php if (IsLoggedin) { ?> <button id="LikeButton" onclick="LikeGame(<?php echo $gd['id']; ?>)" class="game-action-buttons hover:bg-gray-300 <?php echo num_rows(T_ZON_LIKES, "game_id=" . $gd['id']) > 0 ? 'liked' : ''; ?> whitespace-nowrap h-10 w-fit text-sm rounded-full px-4 gap-2 flex justify-center items-center "> <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.5" stroke-linejoin="round" d="M22 8.862a5.95 5.95 0 0 1-1.654 4.13c-2.441 2.531-4.809 5.17-7.34 7.608-.581.55-1.502.53-2.057-.045l-7.295-7.562c-2.205-2.286-2.205-5.976 0-8.261a5.58 5.58 0 0 1 8.08 0l.266.274.265-.274A5.612 5.612 0 0 1 16.305 3c1.52 0 2.973.624 4.04 1.732A5.95 5.95 0 0 1 22 8.862Z"> </path> </svg> <span> <?php echo num_rows(T_ZON_LIKES, "game_id=" . $gd['id']); ?> </span> Like </button> <?php } else { ?> <a href="<?php echo $site_url ?>login" class="game-action-buttons hover:bg-gray-300 whitespace-nowrap h-10 w-fit text-sm rounded-full px-4 gap-2 flex justify-center items-center "> <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.5" stroke-linejoin="round" d="M22 8.862a5.95 5.95 0 0 1-1.654 4.13c-2.441 2.531-4.809 5.17-7.34 7.608-.581.55-1.502.53-2.057-.045l-7.295-7.562c-2.205-2.286-2.205-5.976 0-8.261a5.58 5.58 0 0 1 8.08 0l.266.274.265-.274A5.612 5.612 0 0 1 16.305 3c1.52 0 2.973.624 4.04 1.732A5.95 5.95 0 0 1 22 8.862Z"> </path> </svg> <span> <?php echo num_rows(T_ZON_LIKES, "game_id=" . $gd['id']); ?> </span> Like </a> <?php } ?> <button onclick="document.getElementById('ShareModal').classList.toggle('hidden')" class="game-action-buttons hover:bg-gray-300 h-10 w-fit text-sm rounded-full px-4 gap-4 flex justify-center items-center "> <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M18 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM18 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"> </path> <path stroke="#000000" stroke-width="1.5" d="m15.5 6.5-7 4M8.5 13.5l7 4"></path> </svg> Share </button> <button title="report" onclick="document.getElementById('reportModal').classList.toggle('hidden')" class="game-action-buttons hover:bg-gray-300 h-10 w-10 rounded-full flex justify-center items-center "> <svg width="16px" height="16px" stroke-width="1.1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"> <path d="M7 19.4V4.6C7 4.26863 7.26863 4 7.6 4H16.4C16.7314 4 17 4.26863 17 4.6V19.4C17 19.7314 16.7314 20 16.4 20H7.6C7.26863 20 7 19.7314 7 19.4Z" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M14 20V22.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 20V22.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M14 4V1.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 4V1.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7 12H4.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M19.5 12H17" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7 6.5H4.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M19.5 6.5H17" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7 17.5H4.5" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M19.5 17.5H17" stroke="#000000" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path> </svg> </button> <button title="full screen" id="fullscreenButton" class="game-action-buttons hover:bg-gray-300 h-10 w-10 rounded-full flex justify-center items-center "><svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" d="M4.998 2H2v2.998h2.998V2ZM4.998 3.501h14M3.499 4.998V19M20.497 5v14.002M4.998 20.501h14M4.998 19H2v2.998h2.998V19ZM21.996 2.002h-2.998V5h2.998V2.002ZM21.996 19.002h-2.998V22h2.998v-2.998Z"> </path> </svg></button> </div> </div> </div> <div class="shadow-lg p-4 rounded-md mt-6"> <h4 class="text-zinc-800 font-medium mb-4 mt-2">Description</h4> <p class="text-gray-500 text-sm"> <?= $gd['game_description'] ?> </p> </div> <div class="game__grid mt-12"> <?php foreach(getGame(20) as $game) { ?> <div class="game new__badges"> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game__thumb"> <img src="<?= $game['game_image_url'] ?>" alt="<?= $game['game_name'] ?>" /> </a> <a href="<?= $site_url . 'game/' . makeSlug($game['game_name']) . '/' . $game['id'] ?>" class="game_name"><?= $game['game_name'] ?></a> </div> <?php } ?> </div> <?php if (getAdById(1, 'status') == 0) { ?> <div class="p-2"> <div class="ads wow <?php echo $zon['config']['animate_class'] ?> flex justify-center"> <?php echo getAdById(1, 'code') ?> </div> </div> <?php } ?> </div> <script> var game_frame = document.getElementById("zonFrame"); var game_frame_src = game_frame.src; if (game_frame_src.includes("gamedistribution")) { game_frame.src += "?gd_sdk_referrer_url=https://gamedistribution.com/games/cooking-festival"; } </script>PK �"[�}rt� � register/content.phtmlnu �[��� <?php global $site_url; ?> <div class="flex items-center justify-center px-4 h-[80vh]"> <form id="sign-form" method="post" class="sign-form w-[400px] "> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Full Name</label> <input required name="name" placeholder="John Doe" type="text" class="hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] px-4 w-full py-4 bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Email</label> <input required name="email" placeholder="example@mvnthemes.com" type="email" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Username</label> <input required name="username" placeholder="johndoe" type="username" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <div class="input-group mb-4"> <label for="" class="mb-2 transition duration-300 block font-medium">Password</label> <input required name="password" placeholder="#######" type="password" class="px-4 w-full py-4 hover:border-[var(--zon-theme-color)] focus:outline-[var(--zon-theme-color)] bg-transparent border border-[var(--zon-comment-input-b-color)] " /> </div> <input type="text" name="signup" /> <button type="submit" class="w-full disabled:opacity-70 rounded-lg mt-3 py-3 text-white bg-[var(--zon-theme-color)] px-4">Login</button> <p style="color: var(--zon-muted-color);" class="text-center mt-3 mb-3">You have an acoount? | <a href="<?php echo $site_url ?>login">Login</a> </p> </form> </div>PK �"[3� blog-section/content.phtmlnu �[��� <?php global $site_url, $zon; ?> <section class="section-wise wow fadeInDown mt-8"> <div class="heading flex justify-between"> <h2 class="text-2xl font-bold">Blogs</h2> <a href="<?php echo $site_url ?>blogs" class="capitalize text-sm">more</a> </div> <div class="m-slider-container relative "> <div data-target=".slider-container-blog" class="pagination-container"> <div class="left-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m15 6-6 6 6 6"></path> </svg> </button> </div> <div class="right-pagination Pagination"> <button> <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="none" stroke-width="1.5" viewBox="0 0 24 24" color="#000000"> <path style="stroke: var(--zon-common-text-color);" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="m9 6 6 6-6 6"></path> </svg> </button> </div> </div> <div class="slider-container-blog relative overflow-x-scroll scroll-none mt-3"> <div style="width: calc(300px * <?php echo $zon['config']['section_games_limit'] ?>)" class="silders flex gap-6"> <?php foreach (getBlogs() as $blog) { ?> <div class="game-card"> <img class="object-cover" src="<?= $site_url . 'static/blog/' . $blog['blog_image'] ?>" /> <div class="game-details"> <a href="<?php echo $site_url . 'blog/' . makeSlug($blog['blog_title']) . '/' . $blog['id'] ?>" class="text-md line-clamp-2 font-semibold"><?= $blog['blog_title'] ?></a> <p class="text-sm text-muted "><?= $blog['blog_date'] ?></p> </div> </div> <?php } ?> </div> </div> </div> </section> <?php if (getAd('3,4', 'status') == 0) { ?> <div class="p-2 mt-4 mb-4"> <div class="ads flex justify-center"> <?php echo getAd('3,4', 'code') ?> </div> </div> <?php } ?>PK �"[��FB�"