| Copyright (c) 2005 visiblesoul.net | http://www.visiblesoul.net +-------------------------------------------------------------------------- | This is a very simple block. | It displays only the news title and category with minimal formatting. +-------------------------------------------------------------------------- */ $cutoff = 50; //how many characters to display in title $limit = 10; //how many news items to display if (!$limit) { $limit = 10; } $content = ""; $link_user = $mklib_board->forum_link("profile"); $query = $DB->query( "SELECT id, titolo FROM mkp_news_sections ORDER BY `id` DESC"); while( $row = $DB->fetch_row($query) ) { $idcat = $row['id']; $categoria[$idcat]['titolo'] = $row['titolo']; } $query1 = $DB->query( "SELECT id, idcategoria, titolo FROM mkp_news WHERE validate = '1' ORDER BY `id` DESC LIMIT $limit"); while( $row = $DB->fetch_row($query1) ) { $idcategoria = $row['idcategoria']; $titolo = stripslashes($row['titolo']); $sezione = $categoria[$idcategoria]['titolo']; if (strlen($titolo) > $cutoff) { $titolo = substr( $titolo,0,($cutoff - 3) ) . "..."; $titolo = preg_replace( '/&(#(\d+;?)?)?(\.\.\.)?$/', '...',$titolo); } $content .= " images/frec.gif\" align=\"right\" alt=\"\" /> $titolo "; } unset($row); unset($idcat); unset($categoria); unset($query); unset($query1); unset($idcategoria); unset($titolo); unset($sezione); ?> Hatemogullar� Platformu'na Ho�geldiniz...
Son mesaj - Yazan: VEYSEL - Çarşamba, 17 Ekim 2012 13:43
İNSANLIĞIN KENDİNE, ASLINA, BENLİĞİNE DÖNMESİ TEMENNİSİ İLE KURBAN BAYRAMINIZ MÜBAREK OLSUN ( NERDE O ESKİ BAYRAMLAR, DOSTLUKLAR. AKRABA HISIMCANLIK NERDEEEEEE ŞİMDİ..... İNSAN HAYVANI GÖRMÜYOR BİLE. NİÇİN KURBAN KESİLİR BİLİNCİNDE DEĞİL
 
www.hatemogullari.com İletişim Bilgileri
 
 

MKPortal ©2003-2007 mkportal.it
Bu safya 0.02269 saniyede 17 sorguyla oluşturuldu