Sitemap.php yardım

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

hdizletir

New member
PHP:
 <?
session_start();
include("../ayar.php");

if($_SESSION[akadi]=="$ayarlar[akadi]" && $_SESSION[asifre]=="$ayarlar[asifre]"){
}else{
header("location: index.php");
}

$ayar=mysql_fetch_array(mysql_query("select * from ayarlar where id='1'"));
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" > 
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Yönetici Paneli</title>
			<link rel="stylesheet" type="text/css" href="css/jquery/jquery.ui.all.css" media="screen"/>
			<link rel="stylesheet" type="text/css" href="css/table_data.css" media="screen"/>
			<link rel="stylesheet" type="text/css" href="css/lightbox/style.css" media="screen"/>
			<link rel="stylesheet" type="text/css" href="css/style.css" title="style_blue" media="screen"/>
			<link rel="alternate stylesheet" type="text/css" href="css/style_green.css" title="style_green" media="screen" />
			<link rel="alternate stylesheet" type="text/css" href="css/style_red.css" title="style_red" media="screen" />
			<link rel="alternate stylesheet" type="text/css" href="css/style_purple.css" title="style_purple" media="screen" />
			
			<!--[if IE]><script type="text/javascript" src="js/excanvas.js"></script><![endif]-->
			<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
			<script type="text/javascript" src="js/jquery-ui-1.8.2.js"></script>
			<script type="text/javascript" src="js/jquery.fancybox-1.3.2.js"></script>
			<script type="text/javascript" src="js/jquery.validate.js" ></script>
			<script type="text/javascript" src="js/jquery.wysiwyg.js" ></script>
			<script type="text/javascript" src="js/jquery.dataTables.js"></script>
			<script type="text/javascript" src="js/jquery.flot.js"></script>
			<script type="text/javascript" src="js/jquery.flot.stack.js"></script>
			<script type="text/javascript" src="js/styleswitch.js"></script>
			<script type="text/javascript" src="js/custom.js"></script>
		

	
			<?include "ust.php";?>
			
	 <body>
<div id="content">

	<div class="column full">

		

<div class="box"> 
		<h2 class="box-header">	Google Webmaster Araçları için Sitemapler</h2> 
		<div class="box-content box-table"> 
		<table class="tablebox"> 
		<thead class="table-header"> 
		<tr> 
			<th class="first tc">Sıra</th> 
			<th class="tc">Sitemapler</th> 
		</tr> 
		</thead> 
		<tbody> 
		<?
	
		?>
			<tr class="<?if($i=="1"){?>odd<?}else{?>even<?}?>"> 
				<td class=" first tc"><?=$sira;?></td> 
				<td><?=$siteadresi;?>/sitemap_1<?=$sira;?>.xml</td> 

			
		</tbody> 
		</table> <br />

</div>


<?include "alt.php";?>
Arkadaşlar bu sitemin sitemap.php dosyasıdır.fakat çalışmıyor.hata nerde olabilir.ne yaparsam düzelir.
 

hdizletir

New member
Google (XML) Sitemaps Generator for WordPress bu adresten de php script kurarak oluyor ama kullandığım hostda veri tabanı oluşturamadığım için wordpress kuramıyorum.çünkü 1 tane hakkım var.zaten adresdekide wp eklentisi.şimdikinde apache kurulu.onu mu kaldırsak bi sitemap için yokmu bu işlerden anlayan yardımsever
 

HoCuSPoCuS

Supernatural

HoCuSPoCuS

Supernatural
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst