LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / home / cuneytsener53 / emlak1.snrsoft.com.tr / | Server Ip : 104.21.78.54 |
Filename | /home/cuneytsener53/emlak1.snrsoft.com.tr/sitemap.php |
Size | 1.86 kb |
Permission | rw-r--r-- |
Owner | |
Create time | 02-Mar-2025 05:46 |
Last modified | 05-Jun-2021 12:56 |
Last accessed | 05-Apr-2025 01:05 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
include'sistem/baglan.php';
$ilanlar = $vt->query("select * from emlak_ilan")->fetchAll();
$bloglar = $vt->query("select * from blog")->fetchAll();
$haberler = $vt->query("select * from haber")->fetchAll();
$sayfalar = $vt->query("select * from sayfa")->fetchAll();
$tarih=date('d.m.Y');
?>
<?php header('Content-type: Application/xml; charset="utf8"', true); ?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xsi:schemaLocation="
http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<?php foreach($ilanlar AS $emlak) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?php echo $emlak["seo"]; ?>-<?php echo $emlak["emlakno"]; ?>-ilan-<?php echo $emlak["id"]; ?></loc>
<lastmod><?php echo $emlak["eklemetarihi"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($bloglar AS $blog) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$blog["seo"];?>-blog-<?=$blog["id"];?></loc>
<lastmod><?php echo $blog["tarih"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($haberler AS $haber) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$haber["seo"];?>-haber-<?=$haber["id"];?></loc>
<lastmod><?php echo $haber["tarih"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($sayfalar AS $sayfa) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$sayfa["seo"];?>-sayfa-<?=$sayfa["id"];?></loc>
<lastmod><?php echo $tarih; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
</urlset>
include'sistem/baglan.php';
$ilanlar = $vt->query("select * from emlak_ilan")->fetchAll();
$bloglar = $vt->query("select * from blog")->fetchAll();
$haberler = $vt->query("select * from haber")->fetchAll();
$sayfalar = $vt->query("select * from sayfa")->fetchAll();
$tarih=date('d.m.Y');
?>
<?php header('Content-type: Application/xml; charset="utf8"', true); ?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xsi:schemaLocation="
http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<?php foreach($ilanlar AS $emlak) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?php echo $emlak["seo"]; ?>-<?php echo $emlak["emlakno"]; ?>-ilan-<?php echo $emlak["id"]; ?></loc>
<lastmod><?php echo $emlak["eklemetarihi"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($bloglar AS $blog) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$blog["seo"];?>-blog-<?=$blog["id"];?></loc>
<lastmod><?php echo $blog["tarih"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($haberler AS $haber) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$haber["seo"];?>-haber-<?=$haber["id"];?></loc>
<lastmod><?php echo $haber["tarih"]; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
<?php foreach($sayfalar AS $sayfa) { ?>
<url>
<loc><?php echo $ayar["site_url"]; ?><?=$sayfa["seo"];?>-sayfa-<?=$sayfa["id"];?></loc>
<lastmod><?php echo $tarih; ?></lastmod>
<changefreq>daily</changefreq>
<priority>0.5000</priority>
</url>
<?php } ?>
</urlset>