Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
854
Prince of Persia : Sands ..(4869 okuma, 0 yanıt) Youtube Jacker İşe Yarama ..(10801 okuma, 8 yanıt) Netopsiyon Özel Nuke Sürü ..(56960 okuma, 61 yanıt) YouTube Videolarını Sorun ..(68815 okuma, 79 yanıt) Site yarışmasi Basvurular ..(25774 okuma, 25 yanıt) hiç birsey gözükmüyorrr ..(7628 okuma, 3 yanıt) Yardım Nuke .. ..(13724 okuma, 11 yanıt) Mrb forum Yardım ..(6056 okuma, 2 yanıt) Üyelerin özel mesajlarını ..(9149 okuma, 5 yanıt) sitem yavaş açılıyo ..(7462 okuma, 3 yanıt) Nasipte Askere Gitmekte V ..(28820 okuma, 30 yanıt) Video stream nasil kullan ..(11112 okuma, 8 yanıt) Yeni Modul Oluşturdum ayr ..(12389 okuma, 8 yanıt) Forumu son 24 saatte kim ..(7526 okuma, 3 yanıt) coppermine ..(9907 okuma, 7 yanıt) Yeni Forum Yaratıyorum Am ..(9147 okuma, 5 yanıt) Forum Sorunu ..(7031 okuma, 2 yanıt) Sağ Ve Sol Bloklar Yan Ya ..(13028 okuma, 10 yanıt) Admin paneli ..(10323 okuma, 6 yanıt) Forum Yonetim Sayfasi so ..(10992 okuma, 8 yanıt) Bilgide Haber Blok Yardım ..(5562 okuma, 1 yanıt) Türkçe karakter sorunu öl ..(10875 okuma, 7 yanıt) Güvenli Bir Php Sürümü ..(6294 okuma, 2 yanıt) titlede turkce karekter s ..(5789 okuma, 1 yanıt) 5 DK SONRA İNTAHAR EDİCEM ..(15817 okuma, 14 yanıt) BBtonuke 2 Sorun ..(6831 okuma, 3 yanıt) Yeni Sitemde Hangi Php Nu ..(10200 okuma, 6 yanıt) Netopsion pagerank Kampan ..(9066 okuma, 5 yanıt) haber sitesi cms ..(108544 okuma, 112 yanıt) Pagerank Kampanyası İle İ ..(45552 okuma, 48 yanıt) Nukejmap site haritası ha ..(6471 okuma, 2 yanıt) flash sayfasına haber ekl ..(6513 okuma, 1 yanıt) Phaspeseo da Nerde hata y ..(4899 okuma, 0 yanıt) mail list toplu mail gönd ..(19793 okuma, 21 yanıt) Sothink dhtml menü ..(9896 okuma, 7 yanıt) dreamweaver ..(6919 okuma, 2 yanıt) Parse error, syntax error ..(10334 okuma, 6 yanıt) forum ..(5907 okuma, 1 yanıt) Forumdaki Konular ? ..(9305 okuma, 5 yanıt) Seo yükledim Güvenlik kod ..(7914 okuma, 3 yanıt) seonun kuruldugunu ve işl ..(8572 okuma, 4 yanıt) AEG ZD ..(7402 okuma, 2 yanıt) Kampanya Başvuruları ..(25295 okuma, 22 yanıt) Netopsiyon Pagerank İşbir ..(23118 okuma, 21 yanıt) Yeni Domain Googlede yok ..(6348 okuma, 2 yanıt) sayfa üretim yazısı ..(5622 okuma, 1 yanıt) Boglon.de Sitemin Hizini ..(4575 okuma, 0 yanıt) Tema Taşırması? ..(4794 okuma, 0 yanıt) title nasıl değiştirlir ..(13614 okuma, 11 yanıt) 2 tane ayri scrip ..(6257 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-12-02, 13:14:29 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