Facebook Video Botu v4 (istenilen herşey eklendi)
175
●17.911
- 29-06-2010, 14:52:22teşekkür ederim hocamozanbayrak adlı üyeden alıntı: mesajı görüntüle
- 29-06-2010, 15:01:49Üyeliği durdurulduyazi.php:isousluer adlı üyeden alıntı: mesajı görüntüle
<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:28yazi.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, 17:47:13Üyeliği durdurulduyazi.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:23cookie ile ilgili birşey sanırım hocam tam çözemedim kusura bakmayın. kullanıcı girişini hazır almıştım.zulfikar adlı üyeden alıntı: mesajı görüntüle
- 29-06-2010, 20:02:03Üyeliği durduruldufacebooked/index.php dosyasınında en üsttekizulfikar adlı üyeden alıntı: mesajı görüntüle
<?PHP header('Content-Type: text/html; charset=UTF-8');?>bu satırı silin.