• 29-06-2010, 11:04:53
    #28
    eline sağlık... Güzel olmuş..
  • 29-06-2010, 14:50:38
    #29
    gerçekten çok harika ellerinize sağlık.
  • 29-06-2010, 14:52:22
    #30
    ozanbayrak adlı üyeden alıntı: mesajı görüntüle
    gerçekten çok harika ellerinize sağlık.
    teşekkür ederim hocam
  • 29-06-2010, 15:01:49
    #31
    Üyeliği durduruldu
    isousluer adlı üyeden alıntı: mesajı görüntüle
    hocam yazi.php yi atman lazım biraz karışık sanki bu çözemedim :S
    yazi.php:

    <div class="icerik" id="post-<?php the_ID(); ?>"><div class="ust"><span></span></div>
    <?php if(($onceki) | ($sonraki)){?><h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h1><?}else{?>	<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2><?}?>
    		<div class="yazi">
    				<div class="yazi-ust">
    				<div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
    				<div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
    				</div>
    			
    		<?php the_content(' '); ?>
    				
    
    
    
    </center></td></tr></table>	
    			<div class="post-footer"><b><span class="kategori"><?php the_category(', ') ?></span></b>
    			</div>
    		</div><div class="alt"><span></span></div>
    	</div>

    yazi2.php:

    <div class="icerik2" id="yazi-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2>
    		<div class="yazi2">
    				<div class="yazi-ust">
    				<div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
    				<div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
    				</div>
    <?php $values = get_post_custom_values("thumb"); ?>
    	<a style="padding-right:2px;" href="<?php the_permalink() ?>" title="<?php the_title(); ?>" >
    <?php if($values==""){?><img style="float:left;"src="<?php bloginfo('template_directory'); ?>/images/resimyok.gif" alt="<?php the_title(); ?>" height="80" width="90" /><? }else{ ?>	<img style="float:left;"src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" height="80" width="90" /><? } ?>
    	</a>
    		<?php the_content_rss('', TRUE, '', 50 ) ; ?></div>
    			<div class="post-footer"><b>
    			<span class="kategori"><?php the_category(', ') ?></span>
    			</b>
    			</div>
    		
    	</div>
  • 29-06-2010, 15:06:28
    #32
    yazi.php yi şu şekilde değiştir arkadaşım

    <div class="icerik" id="post-<?php the_ID(); ?>"><div class="ust"><span></span></div>
    <?php if(($onceki) | ($sonraki)){?><h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h1><?}else{?>    <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2><?}?>
            <div class="yazi">
                    <div class="yazi-ust">
                    <div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
                    <div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
                    </div>
                
                <?php 
    $link=get_post_meta($post->ID, "link", true);
    $resim=get_post_meta($post->ID, "resim", true);
    ?>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="315" id="Untitled-1" align="middle"> 
    <param name="allowScriptAccess" value="sameDomain" /> 
    <param name="allowFullScreen" value="true" /> 
    <param name="movie" value="/player.swf?file=<?=$link?>&autostart=true&type=video" /> 
    <param name="quality" value="high" /> 
    <embed src="/player.swf?file=<?=$link?>&autostart=true&type=video" quality="high" width="400" height="315" name="mymovie" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /> 
    </object>
                
            <?php the_content(' '); ?>
                    
    
    
    
    </center></td></tr></table>    
                <div class="post-footer"><b><span class="kategori"><?php the_category(', ') ?></span></b>
                </div>
            </div><div class="alt"><span></span></div>
        </div>
  • 29-06-2010, 15:07:35
    #33
    Sgn
    Üyeliği durduruldu
    ellerine saglık
  • 29-06-2010, 17:47:13
    #34
    Üyeliği durduruldu
    yazi.php değiştirdim..Değiştirmeden önce de panelin en üstünde şu hata vardı yine aynı hata var:

    Warning: Cannot modify header information - headers already sent by (output started at /home/tvma/public_html/facebooked/index.php:1) in /home/tvma/public_html/facebooked/pass_protect.php on line 105
  • 29-06-2010, 18:01:23
    #35
    zulfikar adlı üyeden alıntı: mesajı görüntüle
    yazi.php değiştirdim..Değiştirmeden önce de panelin en üstünde şu hata vardı yine aynı hata var:

    Warning: Cannot modify header information - headers already sent by (output started at /home/tvma/public_html/facebooked/index.php:1) in /home/tvma/public_html/facebooked/pass_protect.php on line 105
    cookie ile ilgili birşey sanırım hocam tam çözemedim kusura bakmayın. kullanıcı girişini hazır almıştım.
  • 29-06-2010, 20:02:03
    #36
    Üyeliği durduruldu
    zulfikar adlı üyeden alıntı: mesajı görüntüle
    yazi.php değiştirdim..Değiştirmeden önce de panelin en üstünde şu hata vardı yine aynı hata var:

    Warning: Cannot modify header information - headers already sent by (output started at /home/tvma/public_html/facebooked/index.php:1) in /home/tvma/public_html/facebooked/pass_protect.php on line 105
    facebooked/index.php dosyasınında en üstteki

    <?PHP header('Content-Type: text/html; charset=UTF-8');?>
    bu satırı silin.