Map.php <?
print_r('<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">');
include 'baglan.php';?>
<url>
<loc><?=$siteurl?></loc>
<changefreq>daily</changefreq>
</url>
<?
$cek=solalgel("SELECT * FROM webvideo order by id desc LIMIT 50000");
while($veri=solarray($cek))
{
$id=$veri['id']; $seo=$veri['seo'];
?>
<url>
<loc><?=$siteurl?><?=videosef($id,$seo);?></loc>
<changefreq>daily</changefreq>
</url>
<?
echo "\n";
}
?>
</urlset>Hata koduda bu http://siteadı.com/ daily
Fatal error: Call to undefined function solalgel() in /home/tube/domains/siteadı.com/public_html/map.php on line 17