Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
990
Prince of Persia : Sands ..(4575 okuma, 0 yanıt) Youtube Jacker İşe Yarama ..(9964 okuma, 8 yanıt) Netopsiyon Özel Nuke Sürü ..(53388 okuma, 61 yanıt) YouTube Videolarını Sorun ..(64723 okuma, 79 yanıt) Site yarışmasi Basvurular ..(24111 okuma, 25 yanıt) hiç birsey gözükmüyorrr ..(7104 okuma, 3 yanıt) Yardım Nuke .. ..(12819 okuma, 11 yanıt) Mrb forum Yardım ..(5647 okuma, 2 yanıt) Üyelerin özel mesajlarını ..(8525 okuma, 5 yanıt) sitem yavaş açılıyo ..(6968 okuma, 3 yanıt) Nasipte Askere Gitmekte V ..(26999 okuma, 30 yanıt) Video stream nasil kullan ..(10380 okuma, 8 yanıt) Yeni Modul Oluşturdum ayr ..(11634 okuma, 8 yanıt) Forumu son 24 saatte kim ..(7061 okuma, 3 yanıt) coppermine ..(9294 okuma, 7 yanıt) Yeni Forum Yaratıyorum Am ..(8682 okuma, 5 yanıt) Forum Sorunu ..(6622 okuma, 2 yanıt) Sağ Ve Sol Bloklar Yan Ya ..(12208 okuma, 10 yanıt) Admin paneli ..(9705 okuma, 6 yanıt) Forum Yonetim Sayfasi so ..(10179 okuma, 8 yanıt) Bilgide Haber Blok Yardım ..(5274 okuma, 1 yanıt) Türkçe karakter sorunu öl ..(10255 okuma, 7 yanıt) Güvenli Bir Php Sürümü ..(5900 okuma, 2 yanıt) titlede turkce karekter s ..(5460 okuma, 1 yanıt) 5 DK SONRA İNTAHAR EDİCEM ..(14800 okuma, 14 yanıt) BBtonuke 2 Sorun ..(6410 okuma, 3 yanıt) Yeni Sitemde Hangi Php Nu ..(9572 okuma, 6 yanıt) Netopsion pagerank Kampan ..(8452 okuma, 5 yanıt) haber sitesi cms ..(102281 okuma, 112 yanıt) Pagerank Kampanyası İle İ ..(42826 okuma, 48 yanıt) Nukejmap site haritası ha ..(6075 okuma, 2 yanıt) flash sayfasına haber ekl ..(6147 okuma, 1 yanıt) Phaspeseo da Nerde hata y ..(4627 okuma, 0 yanıt) mail list toplu mail gönd ..(18634 okuma, 21 yanıt) Sothink dhtml menü ..(9374 okuma, 7 yanıt) dreamweaver ..(6503 okuma, 2 yanıt) Parse error, syntax error ..(9745 okuma, 6 yanıt) forum ..(5561 okuma, 1 yanıt) Forumdaki Konular ? ..(8725 okuma, 5 yanıt) Seo yükledim Güvenlik kod ..(7454 okuma, 3 yanıt) seonun kuruldugunu ve işl ..(8056 okuma, 4 yanıt) AEG ZD ..(6980 okuma, 2 yanıt) Kampanya Başvuruları ..(23801 okuma, 22 yanıt) Netopsiyon Pagerank İşbir ..(21881 okuma, 21 yanıt) Yeni Domain Googlede yok ..(5935 okuma, 2 yanıt) sayfa üretim yazısı ..(5273 okuma, 1 yanıt) Boglon.de Sitemin Hizini ..(4281 okuma, 0 yanıt) Tema Taşırması? ..(4513 okuma, 0 yanıt) title nasıl değiştirlir ..(12761 okuma, 11 yanıt) 2 tane ayri scrip ..(5893 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-06-03, 21:56:36 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