• 31-07-2010, 21:45:31
    #10
    Kimlik doğrulama veya yönetimden onay bekliyor.
    DieM adlı üyeden alıntı: mesajı görüntüle
    evet bu Şekilde Düzeldi Ama Bu seferde Katagoriyi Acmıyor Kata goriden Bi video Acıyo sadece Yani Kata gorinin içerigini göstermiyo Normal video Linki gibi goruntuleniyo video acıyo
    kullandığınız scripti bilmediğim için tam bişey diyemiyorum. Script kodlarını inceleyerek düzenleme yapabilirsiniz belki.
  • 31-07-2010, 21:48:53
    #11
    Selam Buda index.php Farklılık ne Aceba Pufffffffff Ölcem:S Çok Teşk Kardeş

    <?php
    
    include("ayar.php");
    
    ?>
    
    <!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" />
    <meta name="google-site-verification" content="UXN23WiI74_uufl3QN9AuslBJsbEwWuVIVDWGYXa610" />
    
    
    		<title><?php echo $title;?></title>
    
    		<meta name="keywords" content="Yozgat Videolari ,Amator Videolar ,Spor Videolari ,Canli Mac SOnuclari ,Lig tv izle ,Galatasaray ,FenerBahce ,Besiktas ,Videolari ,Ankara ,istanbul ,bursa ,izmir ,videolari" />
    
    		<meta name="description" content="video izle, facebook videoları, video indir, bedava izle, online izle - <?php echo $title;?>" />
    
           	<link href="<?php echo $domain;?>/css/reset.css" rel="stylesheet" type="text/css" />
    
    		<link href="<?php echo $domain;?>/css/style.css" rel="stylesheet" type="text/css" />
    
            <script type="text/javascript" src="<?php echo $domain;?>/scripts/Moo.Core.js"></script>
    
        	<script type="text/javascript" src="<?php echo $domain;?>/scripts/Moo.More.js"></script>
    
        	<script type="text/javascript" src="<?php echo $domain;?>/scripts/menu.js"></script>
    
    </head>
    
    <body>
    
    
    
    <div class="header-bg">
    
    <div class="header">
    
    <div class="logo"><a href="<?php echo $domain;?>"><img src="<?php echo $domain;?>/images/logo.png" width="148" height="54" alt="<?php echo $title;?>"/></a></div>
    
    
    
    <div class="ust-menu">
    
    <div class="uye-giris"> </div>
    
    	<div class="menu">
    
              		
    
              			<div class="menuBG" style="width:116px;"><a href="<?php echo $domain;?>/">Anasayfa</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/yeni-videolar">Yeni Videolar</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/populer-videolar">Popüler Videolar</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/rastgele-videolar">Rastgele Videolar</a></div>
    
    
    	
    
    	</div>
    
    </div>    
    
    <div class="arama-kutu">
    
    <form name="searchform" action="<?php echo $domain;?>/ara.php" method="get" onsubmit="this.submit();return false;">
    
    <input type="text" id="arama-input" title="Ara ki Bulasın :)" value="Ara ki Bulasın :)"onclick="this.value=''" name="ara" />
    
    <input type="image" src="<?php echo $domain;?>/images/ara.jpg" style="border:0px; margin-top:5px;" onclick="window.location = '<?php echo $domain;?>/ara/' + unescape(document.searchform.ara.value);return false;"/>
    
    </form>
    
    </div>
    
    </div>
    
    </div>
    
    <div class="orta">
    
    <div class="yan-menu">
    
    
    
    <div class="vertmenu">
    
    
    
    <h1>Kategoriler</h1>
    
    <ul>
    
    	<?
    	$adibol=mb_substr($adi,0,34,'UTF-8');
    	$data = mysql_query("select * from kategoriler group by id");
    
    	while($sonuc = mysql_fetch_array($data))
    
    	{
    
    	$kid=$sonuc["id"];
    
    	$kategori=$sonuc["kategori"];
    
    	?>
    
    	<li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo $kategori;?>" tabindex="1"><?php echo $kategori; ?></a></li>
    
    	<?
    
    	}
    
    	?> 
    
    </ul>
    
    </div>
    <?php
    
    include("soneklenenler.php");
    
    ?>
    <center>
    
    <br>
    
    <?php
    
    include("kod.php");
    
    ?>
    <br>
    
    
    </br>
    
    <br>
    
    
    
    </br>
    
    </cente>
    
    </div>
    
    <div class="i-ust"><ul class="cstabs">
    
    <li><a class="1" id="selected">En Son Eklenenler</a></li>
    
    </ul></div>
    
    <div class="orta-ic">
    
    <div id="cs">
    
    <div class="tab-content">
    
    <div class="tab">
    
    <ul class="gallery">
    
    	<?
    
    					$sql = mysql_query ("select * from videolar  order by id DESC limit 0,12");
    
    					while($cek = mysql_fetch_array($sql)){
    
    					$adi=$cek["adi"];
    
    					$resim=$cek["resim"];
    
    					$sure=$cek["sure"];
    
    					$id=$cek["id"];
    
    					$adibol=mb_substr($adi,0,34,'UTF-8');
    
    					?>
    
    					    <li>
    
    						<div class="isim"><?php echo $adibol;?></div>
    
    						<div class="sure"><?php echo $sure;?> dk.</div>
    
    						<a href="<?=$domain?>/<?php echo $id;?>/<?=sef($adi)?>.html" title="<?php echo $adi; ?>"><img src="<?php echo $resim; ?>" alt="<?php echo $adi; ?> resmi" width="155" height="111" />
    
    						<span class="video"></span>
    
    						</a>
    
    						</li>
    
    					
    
    					<?
    
    					}
    
    					?>
    
    
    
    </ul>
    
    </div>
    
    
    
    
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    
    <!-- Google Website Optimizer Tracking Script -->
    <script type="text/javascript">
    if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+
    (document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/ga.js"></sc'+'ript>')</script>
    <script type="text/javascript">
    try {
    var gwoTracker=_gat._getTracker("UA-17730371-1");
    gwoTracker._trackPageview("/1050114509/test");
    }catch(err){}</script>
    <!-- End of Google Website Optimizer Tracking Script -->
    
    <!-- Google Website Optimizer Conversion Script -->
    <script type="text/javascript">
    if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+
    (document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/ga.js"></sc'+'ript>')</script>
    <script type="text/javascript">
    try {
    var gwoTracker=_gat._getTracker("UA-17730371-1");
    gwoTracker._trackPageview("/1050114509/goal");
    }catch(err){}</script>
    <!-- End of Google Website Optimizer Conversion Script -->
    
    
    
    
    <?php
    
    include("alt.php");
    
    ?>
    
    </body>
    
    </html>
  • 31-07-2010, 21:51:26
    #12
    DieM adlı üyeden alıntı: mesajı görüntüle
    Selam Buda index.php Farklılık ne Aceba Pufffffffff Ölcem:S Çok Teşk Kardeş

    <?php
    
    include("ayar.php");
    
    ?>
    
    <!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" />
    <meta name="google-site-verification" content="UXN23WiI74_uufl3QN9AuslBJsbEwWuVIVDWGYXa610" />
    
    
    		<title><?php echo $title;?></title>
    
    		<meta name="keywords" content="Yozgat Videolari ,Amator Videolar ,Spor Videolari ,Canli Mac SOnuclari ,Lig tv izle ,Galatasaray ,FenerBahce ,Besiktas ,Videolari ,Ankara ,istanbul ,bursa ,izmir ,videolari" />
    
    		<meta name="description" content="video izle, facebook videoları, video indir, bedava izle, online izle - <?php echo $title;?>" />
    
           	<link href="<?php echo $domain;?>/css/reset.css" rel="stylesheet" type="text/css" />
    
    		<link href="<?php echo $domain;?>/css/style.css" rel="stylesheet" type="text/css" />
    
            <script type="text/javascript" src="<?php echo $domain;?>/scripts/Moo.Core.js"></script>
    
        	<script type="text/javascript" src="<?php echo $domain;?>/scripts/Moo.More.js"></script>
    
        	<script type="text/javascript" src="<?php echo $domain;?>/scripts/menu.js"></script>
    
    </head>
    
    <body>
    
    
    
    <div class="header-bg">
    
    <div class="header">
    
    <div class="logo"><a href="<?php echo $domain;?>"><img src="<?php echo $domain;?>/images/logo.png" width="148" height="54" alt="<?php echo $title;?>"/></a></div>
    
    
    
    <div class="ust-menu">
    
    <div class="uye-giris"> </div>
    
    	<div class="menu">
    
              		
    
              			<div class="menuBG" style="width:116px;"><a href="<?php echo $domain;?>/">Anasayfa</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/yeni-videolar">Yeni Videolar</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/populer-videolar">Popüler Videolar</a></div>
    
              			<div class="menuBG2" style="width:116px;"><a href="<?php echo $domain;?>/rastgele-videolar">Rastgele Videolar</a></div>
    
    
    	
    
    	</div>
    
    </div>    
    
    <div class="arama-kutu">
    
    <form name="searchform" action="<?php echo $domain;?>/ara.php" method="get" onsubmit="this.submit();return false;">
    
    <input type="text" id="arama-input" title="Ara ki Bulasın :)" value="Ara ki Bulasın :)"onclick="this.value=''" name="ara" />
    
    <input type="image" src="<?php echo $domain;?>/images/ara.jpg" style="border:0px; margin-top:5px;" onclick="window.location = '<?php echo $domain;?>/ara/' + unescape(document.searchform.ara.value);return false;"/>
    
    </form>
    
    </div>
    
    </div>
    
    </div>
    
    <div class="orta">
    
    <div class="yan-menu">
    
    
    
    <div class="vertmenu">
    
    
    
    <h1>Kategoriler</h1>
    
    <ul>
    
    	<?
    	$adibol=mb_substr($adi,0,34,'UTF-8');
    	$data = mysql_query("select * from kategoriler group by id");
    
    	while($sonuc = mysql_fetch_array($data))
    
    	{
    
    	$kid=$sonuc["id"];
    
    	$kategori=$sonuc["kategori"];
    
    	?>
    
    	<li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo $kategori;?>" tabindex="1"><?php echo $kategori; ?></a></li>
    
    	<?
    
    	}
    
    	?> 
    
    </ul>
    
    </div>
    <?php
    
    include("soneklenenler.php");
    
    ?>
    <center>
    
    <br>
    
    <?php
    
    include("kod.php");
    
    ?>
    <br>
    
    
    </br>
    
    <br>
    
    
    
    </br>
    
    </cente>
    
    </div>
    
    <div class="i-ust"><ul class="cstabs">
    
    <li><a class="1" id="selected">En Son Eklenenler</a></li>
    
    </ul></div>
    
    <div class="orta-ic">
    
    <div id="cs">
    
    <div class="tab-content">
    
    <div class="tab">
    
    <ul class="gallery">
    
    	<?
    
    					$sql = mysql_query ("select * from videolar  order by id DESC limit 0,12");
    
    					while($cek = mysql_fetch_array($sql)){
    
    					$adi=$cek["adi"];
    
    					$resim=$cek["resim"];
    
    					$sure=$cek["sure"];
    
    					$id=$cek["id"];
    
    					$adibol=mb_substr($adi,0,34,'UTF-8');
    
    					?>
    
    					    <li>
    
    						<div class="isim"><?php echo $adibol;?></div>
    
    						<div class="sure"><?php echo $sure;?> dk.</div>
    
    						<a href="<?=$domain?>/<?php echo $id;?>/<?=sef($adi)?>.html" title="<?php echo $adi; ?>"><img src="<?php echo $resim; ?>" alt="<?php echo $adi; ?> resmi" width="155" height="111" />
    
    						<span class="video"></span>
    
    						</a>
    
    						</li>
    
    					
    
    					<?
    
    					}
    
    					?>
    
    
    
    </ul>
    
    </div>
    
    
    
    
    
    </div>
    
    </div>
    
    </div>
    
    </div>
    
    
    <!-- Google Website Optimizer Tracking Script -->
    <script type="text/javascript">
    if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+
    (document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/ga.js"></sc'+'ript>')</script>
    <script type="text/javascript">
    try {
    var gwoTracker=_gat._getTracker("UA-17730371-1");
    gwoTracker._trackPageview("/1050114509/test");
    }catch(err){}</script>
    <!-- End of Google Website Optimizer Tracking Script -->
    
    <!-- Google Website Optimizer Conversion Script -->
    <script type="text/javascript">
    if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+
    (document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/ga.js"></sc'+'ript>')</script>
    <script type="text/javascript">
    try {
    var gwoTracker=_gat._getTracker("UA-17730371-1");
    gwoTracker._trackPageview("/1050114509/goal");
    }catch(err){}</script>
    <!-- End of Google Website Optimizer Conversion Script -->
    
    
    
    
    <?php
    
    include("alt.php");
    
    ?>
    
    </body>
    
    </html>
    kodlarınız bu ise index.php dosyanızda da şunları yapın.

    Aşağıdaki kodu bulun.

    <li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo $kategori;?>" tabindex="1"><?php echo $kategori; ?></a></li>
    Bununla değiştirin:

    <li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo sef($kategori);?>" tabindex="1"><?php echo $kategori; ?></a></li>
  • 31-07-2010, 21:57:41
    #13
    Kardeş Çözdüm verdigin Kodla Ayarı Verilerden Html Ve Klasor Oldugu için her sayfada .html Olarak degişi yo Verdigin Kod Oldu Çok teşekkür ederim sana Allah Razı Olsun ))
  • 31-07-2010, 21:58:34
    #14
    Teşekkür ederim Minnetterım + Rep
    _BuKi_ adlı üyeden alıntı: mesajı görüntüle
    kodlarınız bu ise index.php dosyanızda da şunları yapın.

    Aşağıdaki kodu bulun.

    <li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo $kategori;?>" tabindex="1"><?php echo $kategori; ?></a></li>
    Bununla değiştirin:

    <li><a href="<?php echo $domain;?>/<?php echo $kid;?>/<?php echo sef($kategori);?>" tabindex="1"><?php echo $kategori; ?></a></li>
  • 31-07-2010, 21:58:43
    #15
    DieM adlı üyeden alıntı: mesajı görüntüle
    Kardeş Çözdüm verdigin Kodla Ayarı Verilerden Html Ve Klasor Oldugu için her sayfada .html Olarak degişi yo Verdigin Kod Oldu Çok teşekkür ederim sana Allah Razı Olsun ))
    ne demek. Kolay gelsin.
  • 01-08-2010, 04:16:11
    #16
    Sef link için şu fonksiyonu öneririrm
  • 01-08-2010, 16:26:57
    #17
    Hocam bi de şöyle bi hata yapmışsın.

    $search = array('''
    Bu şekilde olması gerekir:

    $search = array('\''
  • 01-08-2010, 16:50:02
    #18
    Yardımlarınıza Binlerce Kez teşekkür ederim ilginize Gercekten Çok teşekkürler Arkadaşlar bir Kaç Sorum daha Olucaktı bu Olayı Halettim sayenizde teşekkürler

    Şimdi Şöyle birşey Yapmak istiyorum video Download Linki Koymak istiyorum

    Tablo ismi videolar Tablonun içindeki flv Adreside link Olarak geciyor Bu Tablodan php Kodu ile Nasıl video Download ettire bilirim aceba