Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
989
Prince of Persia : Sands ..(4570 okuma, 0 yanıt) Youtube Jacker İşe Yarama ..(9946 okuma, 8 yanıt) Netopsiyon Özel Nuke Sürü ..(53277 okuma, 61 yanıt) YouTube Videolarını Sorun ..(64627 okuma, 79 yanıt) Site yarışmasi Basvurular ..(24071 okuma, 25 yanıt) hiç birsey gözükmüyorrr ..(7080 okuma, 3 yanıt) Yardım Nuke .. ..(12794 okuma, 11 yanıt) Mrb forum Yardım ..(5636 okuma, 2 yanıt) Üyelerin özel mesajlarını ..(8503 okuma, 5 yanıt) sitem yavaş açılıyo ..(6951 okuma, 3 yanıt) Nasipte Askere Gitmekte V ..(26922 okuma, 30 yanıt) Video stream nasil kullan ..(10351 okuma, 8 yanıt) Yeni Modul Oluşturdum ayr ..(11603 okuma, 8 yanıt) Forumu son 24 saatte kim ..(7047 okuma, 3 yanıt) coppermine ..(9281 okuma, 7 yanıt) Yeni Forum Yaratıyorum Am ..(8667 okuma, 5 yanıt) Forum Sorunu ..(6613 okuma, 2 yanıt) Sağ Ve Sol Bloklar Yan Ya ..(12191 okuma, 10 yanıt) Admin paneli ..(9686 okuma, 6 yanıt) Forum Yonetim Sayfasi so ..(10161 okuma, 8 yanıt) Bilgide Haber Blok Yardım ..(5266 okuma, 1 yanıt) Türkçe karakter sorunu öl ..(10233 okuma, 7 yanıt) Güvenli Bir Php Sürümü ..(5889 okuma, 2 yanıt) titlede turkce karekter s ..(5454 okuma, 1 yanıt) 5 DK SONRA İNTAHAR EDİCEM ..(14779 okuma, 14 yanıt) BBtonuke 2 Sorun ..(6403 okuma, 3 yanıt) Yeni Sitemde Hangi Php Nu ..(9554 okuma, 6 yanıt) Netopsion pagerank Kampan ..(8432 okuma, 5 yanıt) haber sitesi cms ..(102125 okuma, 112 yanıt) Pagerank Kampanyası İle İ ..(42755 okuma, 48 yanıt) Nukejmap site haritası ha ..(6067 okuma, 2 yanıt) flash sayfasına haber ekl ..(6141 okuma, 1 yanıt) Phaspeseo da Nerde hata y ..(4620 okuma, 0 yanıt) mail list toplu mail gönd ..(18585 okuma, 21 yanıt) Sothink dhtml menü ..(9353 okuma, 7 yanıt) dreamweaver ..(6489 okuma, 2 yanıt) Parse error, syntax error ..(9723 okuma, 6 yanıt) forum ..(5553 okuma, 1 yanıt) Forumdaki Konular ? ..(8709 okuma, 5 yanıt) Seo yükledim Güvenlik kod ..(7436 okuma, 3 yanıt) seonun kuruldugunu ve işl ..(8035 okuma, 4 yanıt) AEG ZD ..(6965 okuma, 2 yanıt) Kampanya Başvuruları ..(23730 okuma, 22 yanıt) Netopsiyon Pagerank İşbir ..(21818 okuma, 21 yanıt) Yeni Domain Googlede yok ..(5919 okuma, 2 yanıt) sayfa üretim yazısı ..(5261 okuma, 1 yanıt) Boglon.de Sitemin Hizini ..(4274 okuma, 0 yanıt) Tema Taşırması? ..(4504 okuma, 0 yanıt) title nasıl değiştirlir ..(12722 okuma, 11 yanıt) 2 tane ayri scrip ..(5881 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-01, 08:00:43 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