📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
yedek_kodlar
📝
sitemap.php
← Geri Dön
<?php header('Content-type: application/xml; ',true); ?> <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"> <?php include "includes/session.php"; // Config bağlantısı. ?> <?php $refsor=$db->prepare("select * from blog order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>blog/<?php echo seo($refcek['id'])?>/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <?php $refsor=$db->prepare("select * from hizmet order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>hizmet/<?php echo seo($refcek['id'])?>/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <?php $refsor=$db->prepare("select * from proje order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>proje/<?php echo seo($refcek['id'])?>/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <?php $refsor=$db->prepare("select * from galeri_kat order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>galeri/<?php echo seo($refcek['id'])?>/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <?php $refsor=$db->prepare("select * from video order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>video/<?php echo seo($refcek['id'])?>/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <?php $refsor=$db->prepare("select * from htmlsayfa order by id DESC"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { ?> <url> <loc><?php echo $siteurl; ?>sayfa/<?php echo seo($refcek['baslik']) ?></loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <?php } ?> <url> <loc><?php echo $siteurl; ?>ekibimiz</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>sss</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>hizmetler</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>bloglar</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>projeler</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>foto-galeri</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>video-galeri</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> <url> <loc><?php echo $siteurl; ?>iletisim</loc> <changefreq>weekly</changefreq> <priority>0.7</priority> <lastmod><?=date('Y-m-d')?></lastmod> </url> </urlset>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula