Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
1544
Prince of Persia : Sands ..(4420 okuma, 0 yanıt) Youtube Jacker İşe Yarama ..(9568 okuma, 8 yanıt) Netopsiyon Özel Nuke Sürü ..(51993 okuma, 61 yanıt) YouTube Videolarını Sorun ..(62968 okuma, 79 yanıt) Site yarışmasi Basvurular ..(23398 okuma, 25 yanıt) hiç birsey gözükmüyorrr ..(6802 okuma, 3 yanıt) Yardım Nuke .. ..(12360 okuma, 11 yanıt) Mrb forum Yardım ..(5423 okuma, 2 yanıt) Üyelerin özel mesajlarını ..(8208 okuma, 5 yanıt) sitem yavaş açılıyo ..(6711 okuma, 3 yanıt) Nasipte Askere Gitmekte V ..(26180 okuma, 30 yanıt) Video stream nasil kullan ..(10009 okuma, 8 yanıt) Yeni Modul Oluşturdum ayr ..(11255 okuma, 8 yanıt) Forumu son 24 saatte kim ..(6799 okuma, 3 yanıt) coppermine ..(8960 okuma, 7 yanıt) Yeni Forum Yaratıyorum Am ..(8368 okuma, 5 yanıt) Forum Sorunu ..(6397 okuma, 2 yanıt) Sağ Ve Sol Bloklar Yan Ya ..(11807 okuma, 10 yanıt) Admin paneli ..(9375 okuma, 6 yanıt) Forum Yonetim Sayfasi so ..(9853 okuma, 8 yanıt) Bilgide Haber Blok Yardım ..(5110 okuma, 1 yanıt) Türkçe karakter sorunu öl ..(9936 okuma, 7 yanıt) Güvenli Bir Php Sürümü ..(5688 okuma, 2 yanıt) titlede turkce karekter s ..(5296 okuma, 1 yanıt) 5 DK SONRA İNTAHAR EDİCEM ..(14371 okuma, 14 yanıt) BBtonuke 2 Sorun ..(6203 okuma, 3 yanıt) Yeni Sitemde Hangi Php Nu ..(9243 okuma, 6 yanıt) Netopsion pagerank Kampan ..(8132 okuma, 5 yanıt) haber sitesi cms ..(100065 okuma, 112 yanıt) Pagerank Kampanyası İle İ ..(41690 okuma, 48 yanıt) Nukejmap site haritası ha ..(5870 okuma, 2 yanıt) flash sayfasına haber ekl ..(5976 okuma, 1 yanıt) Phaspeseo da Nerde hata y ..(4483 okuma, 0 yanıt) mail list toplu mail gönd ..(18010 okuma, 21 yanıt) Sothink dhtml menü ..(9079 okuma, 7 yanıt) dreamweaver ..(6310 okuma, 2 yanıt) Parse error, syntax error ..(9456 okuma, 6 yanıt) forum ..(5399 okuma, 1 yanıt) Forumdaki Konular ? ..(8473 okuma, 5 yanıt) Seo yükledim Güvenlik kod ..(7234 okuma, 3 yanıt) seonun kuruldugunu ve işl ..(7832 okuma, 4 yanıt) AEG ZD ..(6792 okuma, 2 yanıt) Kampanya Başvuruları ..(23230 okuma, 22 yanıt) Netopsiyon Pagerank İşbir ..(21303 okuma, 21 yanıt) Yeni Domain Googlede yok ..(5758 okuma, 2 yanıt) sayfa üretim yazısı ..(5132 okuma, 1 yanıt) Boglon.de Sitemin Hizini ..(4158 okuma, 0 yanıt) Tema Taşırması? ..(4394 okuma, 0 yanıt) title nasıl değiştirlir ..(12424 okuma, 11 yanıt) 2 tane ayri scrip ..(5754 okuma, 1 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Bilgide Haber Blok YARDIM
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
denizcifci Mesaj: 1+
Kayıt: Jun 12, 2008 Mesajlar: 34
Tarih: 2008-06-15, 23:03:45 Mesaj konusu: Bilgide Haber Blok YARDIM
resimdeki devamı bölümlerini kaldırmak isyiroum YARDIM edebilirmisiniz...
Kod:
</head>sql_query("SELECT sid, title, catid, hometext, topic FROM " . $prefix . "_stories $querylang ORDER BY sid DESC LIMIT 0,13 ");
while ($row = $db->sql_fetchrow($result)) {
$sid = intval($row['sid']);
$title = stripslashes($row['title']);
$hometext = stripslashes($row['hometext']);
$catid = intval($row['catid']);
$topic = intval($row['topic']);
$resim = "";
$title1 = "";
$title2 = $title;
if ($catid != 0) {
$row2 = $db->sql_fetchrow($db->sql_query("select title from ".$prefix."_stories_cat where catid='$catid'"));
$title1 = stripslashes(check_html($row2['title'], "nohtml"));
$title2 = "<a href="modules.php?name=News&file=categories&op=newindex&catid=$catid\"><font>$title1</font></a>: $title";
$title1 .= ": ";
}
$result2 = $db->sql_query("SELECT topicimage FROM ".$prefix."_topics WHERE topicid='$topic'");
$row2 = $db->sql_fetchrow($result2);
$topicimage = $row2['topicimage'];
if(preg_match("/<img.*>/", $hometext, $image)) $resim = $image[0];
$hometext = preg_replace("/<img.*>/"," RESİM ", $hometext);
$title3 = "<font>$title1</font>$title";
if( strlen( $title3 ) > $karakter ) $title5 = substr( $title3, 0, $karakter ) . "...";
$contentsonra .= "<tr><td><img border=\"0\" src=\"images/blank.gif\" ><a href="modules.php?name=News&file=article&sid=$sid\">$title3</a></td></tr>\n";
$contenthaber .= "<div>\n";
getTopics($sid);
$contenthaber .= "<center><font> <b>". $title2 . "</b></font></center>" . $topicresim . $hometext ;
$contenthaber .= "</div>\n";
$contentresim .= "<div>";
$contentresim .= $resim . "<img src=../images/haber/$sid.jpg border=\"1\" width=\"300\" height=\"217\">";
$contentresim .= "</div>\n";
$resim = "";
$i++;
}
$contentsonra .= "</table></td></tr><tr><td>\n";
$contentsonra .= "</td></tr></table>\n";
$content = $contentonce . $contenthaber . $contentara . $contentresim . $contentsonra;
$content .= "<table>";
$content .= " <tr>";
$content .= " <td><img src=\"images/sondakikax.gif\" ><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"60\" height=\"27\" title=\"time\">";
$content .= " <param>";
$content .= " <param>";
$content .= " </object>";
$content .= " </td>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td></td>";
$content .= " </tr>";
$content .= " <tr>";
$content .= " <td>";
global $prefix, $dbi, $sitename;
$striptiz= "10";
$striptest= "6";
$strip = "150";
$strips ="150";
$texthaber = "Tüm Haberleri Göster";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= "<table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <marquee><font><b><img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 1,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 2,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 3,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 4,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 5,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 6,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 7,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 8,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 9,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 10,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext, time, counter from ".$prefix."_stories $querylang order by sid DESC LIMIT 11,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <img src=\"images/icon_dot.gif\" border=0 valign=middle> <font><a href="modules.php?name=News&file=article&sid=$sid\"><font><b><span>$linkstrip8</span></b></a></font>";
$a++;
}
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
$content .= " </marquee>";
$content .= " </td>";
$content .= " </tr>";
$content .= " <tr>";
$content .= " <td></td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
/////////////////// HABER KATEGORILERI ////////////////////////
/***************************************************/
$content .= "<table>";
$content .= " <tr>";
$content .= " <td></td>";
$content .= " <td></td>";
$content .= " <td></td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
global $prefix, $dbi, $sitename;
$striptiz= "10";
$striptest= "6";
$strip = "200";
$strips ="200";
$texthaber = "Tüm Haberleri Göster";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic1 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/guncelsol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic1 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " <a href="modules.php?name=guncel\"><img border=\"1\" src=\"images/devam.gif\">";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " <td></td>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic2 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/dunyasol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic2 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " <a href="modules.php?name=dunya\"><img border=\"1\" src=\"images/devam.gif\">";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td><br></td>";
$content .= " <td></td>";
$content .= " <td><br></td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
global $prefix, $dbi, $sitename;
$striptiz= "10";
$striptest= "6";
$strip = "200";
$strips ="200";
$texthaber = "Tüm Haberleri Göster";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic3 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/egitimsol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic3 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " <a href="modules.php?name=egitim\"><img border=\"1\" src=\"images/devam.gif\">";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " <td></td>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic4 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/sporsol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic4 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " <a href="modules.php?name=spor\"><img border=\"1\" src=\"images/devam.gif\">";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td><br></td>";
$content .= " <td></td>";
$content .= " <td><br></td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
global $prefix, $dbi, $sitename;
$striptiz= "10";
$striptest= "6";
$strip = "200";
$strips ="200";
$texthaber = "Tüm Haberleri Göster";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic5 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/sagliksol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic5 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " <td></td>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic6 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/magazinsol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic6 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td><br></td>";
$content .= " <td></td>";
$content .= " <td><br></td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "<table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
global $prefix, $dbi, $sitename;
$striptiz= "10";
$striptest= "6";
$strip = "200";
$strips ="200";
$texthaber = "Tüm Haberleri Göster";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic7 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/ekonomisol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic7 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " <td></td>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$content .= " <td>";
$content .= " <table>";
$content .= " <tr>";
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic8 ORDER BY sid DESC LIMIT 0,1", $dbi);
while(list($sid, $title, $hometext,$bodytext,$time,$counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strip);
$linkstrip9 = stripslashes($hometext);
$linkstrip10 = substr($linkstrip9, 0, $strip) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <td><strong><big> <img border=\"0\" src=\"images/siyasetsol.jpg\" ><a href="modules.php?name=News&file=article&sid=$sid\"><img src=../images/haber/$sid.jpg border=\"1\" width=\"203\" height=\"147\"></big></strong><br><br>";
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><font><b>$linkstrip8</b></a><br></font>";
$content .= " $linkstrip10<br>";
$content .= "<i>$linkstrip11 $linkstrip13 Okunma</i><br><br>";
$a++;
}
$a = 1;
$result = sql_query("select sid, title, hometext, bodytext,time, counter from ".$prefix."_stories WHERE $habertopic8 ORDER BY sid DESC LIMIT 1,5", $dbi);while(list($sid, $title, $hometext,$bodytext,$time, $counter) = sql_fetch_row($result, $dbi)) {
$linkstrip7 = stripslashes($title);
$linkstrip8 = substr($linkstrip7, 0, $strips);
$linkstrip9 = stripslashes($bodytext);
$linkstrip10 = substr($linkstrip9, 0, $strips) . "...";
$linkstrip11= stripslashes($time);
$linkstrip12 = substr($linkstrip11, 0, $striptiz) ;
$linkstrip13 = stripslashes($counter);
$content .= " <a href="modules.php?name=News&file=article&sid=$sid\"><img border=\"0\" src=\"images/blank.gif\"> $linkstrip8</a><br>";
$a++;
}
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= " </table>";
$content .= " </td>";
$content .= " </tr>";
$content .= "</table>";
$content .= "$head";
$content .= "$viewcattop";
$content .= "$viewcat";
$content .= "$viewcatend";
$content .= "$viewlasttop";
$content .= "$viewlastdetail";
$content .= "$show";
?>
buda blok kodları
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2025-04-02, 13:00:52 Mesaj konusu: Forum Arası Reklamlar
Başa dön
soulfather Mesaj: 1000+
Kayıt: Jun 11, 2004 Mesajlar: 1051 Konum: Ankara
Tarih: 2008-06-15, 23:20:39 Mesaj konusu:
block içersinde devam.gif diye arat
komple o satırı sil :-)
örnek olarak
Kod:
$content .= " <a href="modules.php?name=guncel\"><img border=\"1\" src=\"images/devam.gif\">";
ayrıca yeni bir basşlık acmana gerek yok bu cevabı diger acılmıs baslıga da yazacam okunduktan sonra silinebilir...
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