OwlCyberSecurity - MANAGER
Edit File: chat.php
<?php include("includes/config.php"); include("includes/conexao.php"); $pageTitle = _t("Chat") ." - ". _t("Kawaii Games"); $linksBradCrup = [ "/chat"=> _t("Chat"), ]; ?> <!doctype html> <html> <head itemscope itemtype="http://schema.org/WebSite"> <meta charset="utf-8"> <title><?php echo $pageTitle ?></title> <meta name="description" content="<?php echo _t("Here is the chat room of Kawaii Games!") ?>"> <meta name="author" content="Heglaé Malheiros Maia"> <!--Ajudar a compartilhar no facebook--> <!--Tags para facebook--> <meta property="og:locale" content="en_us"> <meta property="og:url" content="<?= URL_BASE ?>chat"> <meta property="og:title" content="<?php echo $pageTitle ?>"> <meta itemprop='name' property="og:site_name" content="<?php echo _t("Kawaii Games") ?>"> <meta property="og:description" content= "<?php echo _t("Kawaii Games's Chat Room is a free place to talk about everything you want. Have fun!") ?>"> <meta property="og:image" content="//www.kawaiigames.net/kawaii_games_logo.fw.png"> <?php include ("includes/head.php"); ?> </head> <body> <!--LOGO E PROPAGANDA CABEÇALHO................................................................................................................................--> <?php include ("includes/topo.php"); ?> <!--REDES SOCIAIS................................................................................................................................--> <div class="container"> <div class="row"> <?php include ("includes/menu-esquerdo.php"); ?> <!--BOX CENTRAL.......................................................................................................................--> <div class="col-md-10"> <?php echo breadcrumb_links($linksBradCrup); ?> <div class="box-central"> <h1 class="barra-rosa titulo"><?php echo _t("Chat") ?></h1> <div class="textao"> <p> Here is the Kawaii Games chat room. Be free to talk! Here are some suggestions: </p> <ul> <li>anime</li> <li>manga</li> <li>movies</li> <li>TV series</li> <li>cartoons</li> <li>games</li> <li>toys</li> <li>hobbies</li> <li>pets</li> <li>music</li> <li>and anything cool you want to share!</li> </ul> <p> Kawaii Games is a place for you to unleash your imagination and create amazing characters, so let's keep the environment healthy, right, guys? Any toxic, homophobic, racist or harmful activity in general, the comment will be deleted and if the behavior continues, the user will be banned. Have fun! </p> <!--COMMENTS DO DISQUS.......................................................................................................................--> <div id="disqus_thread"></div> <script> (function () { var d = document, s = d.createElement('script'); s.src = '//kawaiigames.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a rel="nofollow" href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> <script id="dsq-count-scr" src="//kawaiigames.disqus.com/count.js" async></script> <!--PROPAGANDAS DENTRO DO BOX CENTRAL........................................................................................--> <div class="row text-center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- banner-responsivo --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6135483131884855" data-ad-slot="9554558465" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <br> <br> </div> </div> </div> </div><!---ROW - REDES SOCIAIS--> </div><!---CONTAINER - REDES SOCIAIS--> <!--RODAPÉ................................................................................................................................--> <?php include ("includes/rodape.php"); ?> <!-- SNIGEL STICKY LEADERBOARD <h3>sticky_leaderboard<br><small>desktop: [728,90]</small></h3>--> <!-- <?php include ("includes/snigel-stickerboard.php"); ?> --> <!-- INFOLINKS ADS--> <?php include ("includes/infolinks-ads.php"); ?> </body> </html>