Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
927
Prince of Persia : Sands ..(4645 okuma, 0 yanıt) Youtube Jacker İşe Yarama ..(10134 okuma, 8 yanıt) Netopsiyon Özel Nuke Sürü ..(54225 okuma, 61 yanıt) YouTube Videolarını Sorun ..(65684 okuma, 79 yanıt) Site yarışmasi Basvurular ..(24504 okuma, 25 yanıt) hiç birsey gözükmüyorrr ..(7234 okuma, 3 yanıt) Yardım Nuke .. ..(13018 okuma, 11 yanıt) Mrb forum Yardım ..(5752 okuma, 2 yanıt) Üyelerin özel mesajlarını ..(8667 okuma, 5 yanıt) sitem yavaş açılıyo ..(7080 okuma, 3 yanıt) Nasipte Askere Gitmekte V ..(27371 okuma, 30 yanıt) Video stream nasil kullan ..(10540 okuma, 8 yanıt) Yeni Modul Oluşturdum ayr ..(11789 okuma, 8 yanıt) Forumu son 24 saatte kim ..(7193 okuma, 3 yanıt) coppermine ..(9430 okuma, 7 yanıt) Yeni Forum Yaratıyorum Am ..(8772 okuma, 5 yanıt) Forum Sorunu ..(6712 okuma, 2 yanıt) Sağ Ve Sol Bloklar Yan Ya ..(12393 okuma, 10 yanıt) Admin paneli ..(9835 okuma, 6 yanıt) Forum Yonetim Sayfasi so ..(10334 okuma, 8 yanıt) Bilgide Haber Blok Yardım ..(5343 okuma, 1 yanıt) Türkçe karakter sorunu öl ..(10405 okuma, 7 yanıt) Güvenli Bir Php Sürümü ..(5990 okuma, 2 yanıt) titlede turkce karekter s ..(5522 okuma, 1 yanıt) 5 DK SONRA İNTAHAR EDİCEM ..(15011 okuma, 14 yanıt) BBtonuke 2 Sorun ..(6510 okuma, 3 yanıt) Yeni Sitemde Hangi Php Nu ..(9709 okuma, 6 yanıt) Netopsion pagerank Kampan ..(8583 okuma, 5 yanıt) haber sitesi cms ..(103605 okuma, 112 yanıt) Pagerank Kampanyası İle İ ..(43285 okuma, 48 yanıt) Nukejmap site haritası ha ..(6183 okuma, 2 yanıt) flash sayfasına haber ekl ..(6224 okuma, 1 yanıt) Phaspeseo da Nerde hata y ..(4706 okuma, 0 yanıt) mail list toplu mail gönd ..(18850 okuma, 21 yanıt) Sothink dhtml menü ..(9484 okuma, 7 yanıt) dreamweaver ..(6610 okuma, 2 yanıt) Parse error, syntax error ..(9883 okuma, 6 yanıt) forum ..(5636 okuma, 1 yanıt) Forumdaki Konular ? ..(8835 okuma, 5 yanıt) Seo yükledim Güvenlik kod ..(7550 okuma, 3 yanıt) seonun kuruldugunu ve işl ..(8161 okuma, 4 yanıt) AEG ZD ..(7077 okuma, 2 yanıt) Kampanya Başvuruları ..(24020 okuma, 22 yanıt) Netopsiyon Pagerank İşbir ..(22107 okuma, 21 yanıt) Yeni Domain Googlede yok ..(6036 okuma, 2 yanıt) sayfa üretim yazısı ..(5355 okuma, 1 yanıt) Boglon.de Sitemin Hizini ..(4358 okuma, 0 yanıt) Tema Taşırması? ..(4576 okuma, 0 yanıt) title nasıl değiştirlir ..(12976 okuma, 11 yanıt) 2 tane ayri scrip ..(5983 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-07-18, 01:12:41 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