merhaba arkadaslar bir fim sitem var
www.filmseyredelim.com
sağ taraftaki günün videosunu kaldırmak istiyorum nasıl yapacagım bilgileri arkadaşlar yardımcı olabilirmi onun altındaki reklamıda onun yerine koymak istiyorum
şimdiden teşekkürler.
sitemdeki bir sorun
3
●349
- 29-06-2010, 23:59:48Temanızın sidebar1.php dosyasını açıp silin;noanqel adlı üyeden alıntı: mesajı görüntüle
<div class="t"><?php _e('Günün Videosu', 'kubrick'); ?></div> </div> </div><div class="art-BlockContent"> <div class="art-BlockContent-tl"></div> <div class="art-BlockContent-tr"></div> <div class="art-BlockContent-bl"></div> <div class="art-BlockContent-br"></div> <div class="art-BlockContent-tc"></div> <div class="art-BlockContent-bc"></div> <div class="art-BlockContent-cl"></div> <div class="art-BlockContent-cr"></div> <div class="art-BlockContent-cc"></div> <div class="art-BlockContent-body"> <?php global $default_gunun; $gunun = get_option('gunun'); if ($gunun === false) $gunun = $default_gunun; global $default_gununnereden; $gununnereden = get_option('gununnereden'); if ($gununnereden === false) $gununnereden= $default_gununnereden; $gununnereden = (stripslashes($gununnereden)); $youtubeid = (stripslashes($gunun)); if ($gununnereden=="Youtube") { ?> <?php if($youtubeid !== '') { ?> <div class="video_style"> <object type="application/x-shockwave-flash" style="width:273px; height:273px;" data="http://www.youtube.com/v/<?php echo $youtubeid; ?>"> <param name="movie" value="http://www.youtube.com/v/<?php echo $youtubeid; ?>" /> </object> </div> <?php } } elseif ($gununnereden=="Metacafe") { ?> <embed src="http://www.metacafe.com/fplayer/<?php echo $youtubeid; ?>" width="273" height="273" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_3696180"> </embed><br> <?php } elseif ($gununnereden=="İzlesene") { ?> <object width="273" height="273"> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.izlesene.com/embedplayer.swf?video=<?php echo $youtubeid; ?>" /> <embed src="http://www.izlesene.com/embedplayer.swf?video=<?php echo $youtubeid; ?>" wmode="window" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" menu="false" scale="noScale" width="273" height="273" type="application/x-shockwave-flash"></embed> </object> <?php } elseif ($gununnereden=="Timsah") { ?> <object width="273" height="273"><param name="movie" value="http://www.timsah.com/getswf/v2/<?php echo $youtubeid; ?>"/><param name="WMode" value="Transparent"/><param name="allowFullscreen" value="True"/><param name="allowScriptAccess" value="always"/><embed src="http://www.timsah.com/getswf/v2/<?php echo $youtubeid; ?>" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="273" height="273" name="player" type="application/x-shockwave-flash"/></object> <?php } elseif ($gununnereden=="DailyMotion") { ?> <object width="273" height="273"><param name="movie" value="http://www.dailymotion.com/swf/<?php echo $youtubeid; ?>" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/<?php echo $youtubeid; ?>" type="application/x-shockwave-flash" width="273" height="273" allowFullScreen="true" allowScriptAccess="always"></embed></object> <?php } elseif ($gununnereden=="GoogleVideo") { ?> <embed id=VideoPlayback src=http://video.google.com/googleplayer.swf?docid=<?php echo $youtubeid; ?>&hl=tr&fs=true style=width:273px;height:273px allowFullScreen=true allowScriptAccess=always type=application/x-shockwave-flash> </embed> <?php } ?>
