usta sizden ne zaman bilgi alabilirim mesajın üstünde yazılı.
usta gönderdiğim link tıklarsanız, ben onu yana almak istedim soldaki boşluğa büyük resimde başlayıp duyurunu bittigi yere kadar iştemiştim. olmayınca vazgectim, soldan sağa karar kılmıştım fakat ondan ayrı bir durum oldu,
iki bannerin hemen altına ekleyecegim uzun 600 olarak görünüyor. bu script olup, script icindeki bir temadir. css dosyasında mevcutur soldan sağa kayar email adresim imzam var
Php ekle.php kodu
<head>
<meta http-equiv="refresh" content="500"/>
<style>
#son {
background: rgb(131, 171, 255);
width: 600px;
color: rgb(255, 0, 194);
font-size: 17px;
font-family: comic sans-serif;
}
a:link {color: #fff;} /* unvisited link */
a:visited {color: #fff;} /* visited link */
a:hover {color: #fff;} /* mouse over link */
a:active {color: #fff;} /* selected link */
#yazi {
padding:5px;
}
</style>
<?php
if (! isset($wp_did_header)):
if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) {
if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = '';
else $path = 'wp-admin/';
require_once( dirname(__FILE__) . '/wp-includes/classes.php');
require_once( dirname(__FILE__) . '/wp-includes/functions.php');
require_once( dirname(__FILE__) . '/wp-includes/plugin.php');
wp_die("wp-config.php dosyasinin olup olmadigini kontrol ediniz.");
}
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-config.php');
wp();
gzip_compression();
require_once(ABSPATH . WPINC . '/template-loader.php');
query_posts('showposts=15');
endif;
?>
<body style="margin:0px">
<div id="son">
<div id="yazi"><marquee scrollamount="1" scrolldelay="60" loop="99999" width="600" height="23" onmouseout="this.start()" onmouseover="this.stop()"><?php while (have_posts ()): the_post(); ?>
<a target="_blank" href="<?php the_permalink(); ?>"> <?php the_title(); ?> - </a>
</body>
<?php endwhile; ?></div></marquee></div>iFrame Kodu
<iframe src="ekle.php" scrolling="no" frameborder="0" align="center" height = "23" width = "600" name="test" border="0">
</iframe>
Biraz geç oldu uzun süredir bilgisayardan giremedim foruma. Rengini değiştirmek istersen background: rgb(131, 171, 255); buradaki değerleri değiştirebilirsiniz.