Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1320
nuke için sağ tarafta kay ..(25955 okuma, 13 yanıt) php hata yardım lüffen ..(10277 okuma, 2 yanıt) Virüs ..(7944 okuma, 1 yanıt) php-nuke Den Kayıp Yapmad ..(28017 okuma, 18 yanıt) Yeni 1 Tema yükledim böyL ..(10583 okuma, 5 yanıt) Türkçe KArakter Hatası :S ..(12296 okuma, 7 yanıt) Bir modülün admin file'ın ..(5871 okuma, 1 yanıt) Herhangi Bir Site Hostund ..(7023 okuma, 2 yanıt) sql hata veriyor ..(5315 okuma, 0 yanıt) Avatar yüklemede hata ver ..(6468 okuma, 1 yanıt) Konu başlıkları boyutu ..(5878 okuma, 1 yanıt) Resimli Menü Block Sorunu ..(14169 okuma, 9 yanıt) Üye kayıt olurken boşluk ..(12831 okuma, 9 yanıt) Aynı mysql'u kullanan bir ..(12942 okuma, 8 yanıt) video stream için bi iste ..(5453 okuma, 0 yanıt) siir bölümünde ilginc bir ..(5602 okuma, 1 yanıt) facebook hayranı ol blogu ..(15044 okuma, 7 yanıt) facebook'ta rss ..(5322 okuma, 1 yanıt) Center Block Sorunu ..(7422 okuma, 3 yanıt) Forum Yedeği Yardım ..(6794 okuma, 2 yanıt) Resim Göstermeme Sorunu ..(6881 okuma, 2 yanıt) Flashchat kaldırma ..(6002 okuma, 1 yanıt) Dergi tasarım ..(4872 okuma, 0 yanıt) Forum konusuna resim ekle ..(6316 okuma, 1 yanıt) html destek-yardım ..(10631 okuma, 7 yanıt) Temayı Sola Dayayıp, Dara ..(11628 okuma, 8 yanıt) Amanav Manşet Haber Yorum ..(16826 okuma, 15 yanıt) Haber resmi çok büyük çık ..(10537 okuma, 6 yanıt) Ip ve Domain Girişi ..(4850 okuma, 0 yanıt) Üye olurken noktalama isa ..(6463 okuma, 2 yanıt) Site ana sayfası çok geç ..(6004 okuma, 1 yanıt) merhabalar ..(5179 okuma, 1 yanıt) emlak sitesi hakkında ..(11490 okuma, 7 yanıt) DinleTr Scriptinin Hatası ..(6453 okuma, 2 yanıt) Şeritli resimler Bloğu ..(10425 okuma, 7 yanıt) facebook duvar yazısı ..(5517 okuma, 1 yanıt) Radyo İstek Bölümü ..(12930 okuma, 11 yanıt) Php-Nuke 8.1 Kurulum Soru ..(8484 okuma, 5 yanıt) üye olunca aktifleştirme ..(12813 okuma, 12 yanıt) php nuke tema ..(5633 okuma, 2 yanıt) bos sayfa nasil olusturur ..(7989 okuma, 4 yanıt) Resim Galersi Ve Ziyaretç ..(8689 okuma, 5 yanıt) DinleTr Scripti artık çal ..(10440 okuma, 7 yanıt) Phpnuke etiket sistemi. ..(22390 okuma, 20 yanıt) tree menu ..(7285 okuma, 3 yanıt) sitem üye girişlerini kab ..(11585 okuma, 9 yanıt) Windows Hostta Nuke Sitey ..(6993 okuma, 3 yanıt) Pm Gönderiminde Sorun ..(4773 okuma, 1 yanıt) üyeyi sildim forumda izi ..(7269 okuma, 3 yanıt) Üyeler arasi e-mail gönde ..(4603 okuma, 0 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Header Altına Blok ve bi problem daha var [TEMA]
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
qombat Mesaj: 100+
Kayıt: Jun 04, 2009 Mesajlar: 194
Tarih: 2010-02-19, 17:28:54 Mesaj konusu: Header Altına Blok ve bi problem daha var [TEMA]
http://tema.nextdizayn.com/ Bu sitede NextDizayn.03 isimli temaya önizleme yaptığımızda blokları sola almış ve ordaki 2 bloğuda yukarıy taşımış Bunu kendi temama göre nasıl ayarlıyabilirm ??
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2024-11-21, 12:13:34 Mesaj konusu: Forum Arası Reklamlar
Başa dön
sima19 Mesaj: 1000+
Kayıt: Oct 07, 2006 Mesajlar: 1856 Konum: Dünya'nın Bi Yerinden
Tarih: 2010-02-19, 17:38:13 Mesaj konusu:
üst kısmını header.html il header.php yapıp gerekli eklemeleri oraya ekleyeceksin sanırım diğer konudada alttaki eklentiyi tam tersini yaparsın
kendine göre düzenle.
theme.php aç
Kod:
<php>sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_banner WHERE type='0' AND active='1'"));
if ($numrows>1) {
$numrows = $numrows-1;
mt_srand((double)microtime()*1000000);
$bannum = mt_rand(0, $numrows);
} else {
$bannum = 0;
}
$sql = "SELECT bid, imageurl, clickurl, alttext FROM ".$prefix."_banner WHERE type='0' AND active='1' LIMIT $bannum,1";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
$bid = $row[bid];
$imageurl = $row[imageurl];
$clickurl = $row[clickurl];
$alttext = $row[alttext];
if (!is_admin($admin)) {
$db->sql_query("UPDATE ".$prefix."_banner SET impmade=impmade+1 WHERE bid='$bid'");
}
if($numrows>0) {
$sql2 = "SELECT cid, imptotal, impmade, clicks, date FROM ".$prefix."_banner WHERE bid='$bid'";
$result2 = $db->sql_query($sql2);
$row2 = $db->sql_fetchrow($result2);
$cid = $row2[cid];
$imptotal = $row2[imptotal];
$impmade = $row2[impmade];
$clicks = $row2[clicks];
$date = $row2[date];
if (($imptotal <impmade>sql_query("UPDATE ".$prefix."_banner SET active='0' WHERE bid='$bid'");
$sql3 = "SELECT name, contact, email FROM ".$prefix."_bannerclient WHERE cid='$cid'";
$result3 = $db->sql_query($sql3);
$row3 = $db->sql_fetchrow($result3);
$c_name = $row3[name];
$c_contact = $row3[contact];
$c_email = $row3[email];
if ($c_email != "") {
$from = "$sitename <adminmail>";
$to = "$c_contact <c_email>";
$message = ""._HELLO." $c_contact:\n\n";
$message .= ""._THISISAUTOMATED."\n\n";
$message .= ""._THERESULTS."\n\n";
$message .= ""._TOTALIMPRESSIONS." $imptotal\n";
$message .= ""._CLICKSRECEIVED." $clicks\n";
$message .= ""._IMAGEURL." $imageurl\n";
$message .= ""._CLICKURL." $clickurl\n";
$message .= ""._ALTERNATETEXT." $alttext\n\n";
$message .= ""._HOPEYOULIKED."\n\n";
$message .= ""._THANKSUPPORT."\n\n";
$message .= "- $sitename "._TEAM."\n";
$message .= "$nukeurl";
$subject = "$sitename: "._BANNERSFINNISHED."";
mail($to, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());
}
}
$showbanners = "<a href="banners.php?op=click&bid=$bid\" target="_blank\"><img src=\"$imageurl\" border=\"0\" alt='$alttext' title='$alttext'></a> ";
}
}
*/
c o o k i edecode($user);
$username = $c o o k i e[1];
if ($username == "") {
$username = "Anonymous";
}
echo "<body text=\"#545C70\" leftmargin=\"0\" topmargin=\"5\" marginwidth=\"0\" marginheight=\"0\">";
if ($username == "Anonymous") {
$theuser = " <a href="modules.php?name=Your_Account\">"._LOGIN."</a> ve <a href="modules.php?name=Your_Account&op=new_user\">"._BREG."</a>";
} else {
$theuser = " "._BWEL." $username!";
}
// $public_msg = public_message();
/* $mesaj = "<img src='themes/phpvista/images/uye.gif' border='0'><b> </b><a href="http://www.supermeydan.net\"><b> SUPERMEYDAN NETWORK</b> </a><FONT><B> HOSGELDINIZ</B></FONT> TOPLULUGUMUZA BAGLI DIGER SITELER:</b> <img src='themes/phpvista/images/uye.gif' border='0'> <b><a href="http://www.supermeydan.org\"><b>supermeydan.org</b> <img src='themes/phpvista/images/uye.gif' border='0'><b> <a href="http://www.forumturkiye.org\"><b>forumturkiye.org</b> <img src='themes/phpvista/images/uye.gif' border='0'><b> <a href="http://www.e-paylasim.com\"><b>e-paylasim.com</b>";
*/
$tmpl_file = "themes/phpvista/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
if ($name=='Bos') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
echo"<table><tr><td>";
global $swapleftright, $index;
$swapleftright = "1";
if($index != "1"){
if($name!=Forums AND $name!=Private_Messages AND $name!=Members_List AND $name!=coppermine)
{
if(!defined('AJAX'))
blocks("left");
}
}
$swapleftright = "0";
echo"</td><td>";
echo"</td></tr></table>";
echo "</td>";
}
$tmpl_file = "themes/phpvista/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themefooter() */
/************************************************************/
function themefooter() {
global $index,$swapleftorright, $foot1, $foot2, $foot3, $copyright, $totaltime, $footer_message;
global $index;
if ($index == 1) {
$tmpl_file = "themes/phpvista/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
echo"<table><tr><td>";
global $swapleftright;
$swapleftright = "1";
if($name!=Forums AND $name!=Private_Messages AND $name!=Members_List AND $name!=coppermine)
{
if(!defined('AJAX'))
blocks("left");
}
$swapleftright = "0";
echo"</td><td>";
if(!defined('AJAX'))
blocks(right);
echo"</td></tr></table>";
echo "</td>";
}
$footer_message = "$foot1<br>$foot2<br>$foot3<br>$copyright";
$tmpl_file = "themes/phpvista/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themeindex() */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&op=userinfo&uname=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." \"$thetext\"$notes\n";
}
$posted = ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON." $time $timezone ($counter "._READS.")";
$tmpl_file = "themes/phpvista/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themearticle() */
/************************************************************/
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin,$sm_yonetim,$sid, $tipath;
$posted = ""._POSTEDON." $datetime "._BY." ";
$posted .= get_author($aid);
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href="modules.php?name=Your_Account&op=userinfo&uname=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." \"$thetext\"$notes\n";
}
$tmpl_file = "themes/phpvista/story_page.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themesidebox() */
/************************************************************/
function themesidebox($title, $content) {
global $swapleftright, $bgcolor1, $bgcolor2;
if ($swapleftright=="0") {
$tmpl_file = "themes/phpvista/rblocks.html"; //link to the right block
} else {
$tmpl_file = "themes/phpvista/lblocks.html"; //Link to the left block
}
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
function theme_message_box($title, $content, $remain, $mid) {
global $admin;
echo "<div><table><tr><td>"
."<table><tr><td>"
."<table><tr><td>"
."<table><tr>"
."<td><font><b>$title</b></font></td></tr></table></td></tr>"
."<tr><td><table><tr><td><br>"
."<table><tr><td>"
."<font>$content</font>";
if (is_admin($admin)) {
echo "<br><br><center><font>[ "._MVIEWALL." - $remain - <a href="admin1.php?op=editmsg&mid=$mid\">"._EDIT."</a> ]</font></center>";
}
echo "</td></tr></table><br>"
."</td></tr></table>"
."</td></tr></table>"
."</td></tr></table>"
."</td></tr></table></div>";
echo "<br>";
}
?>
[/quote]
Başa dön
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız