Toplam Üye:
32638
Aktif Üye:
0
Aktif Ziyaretçi:
922
php script sorunu ..(7621 okuma, 2 yanıt) Php syntax error Sorunu ..(6120 okuma, 1 yanıt) php hosting scrip ..(15537 okuma, 13 yanıt) Php Türkçe Facebook Sayfa ..(9694 okuma, 4 yanıt) Php Düzenleme Programı ..(17714 okuma, 13 yanıt) Phpde Kategori Seçmek ?? ..(6361 okuma, 1 yanıt) %100 Türk yapımı bir port ..(15527 okuma, 12 yanıt) localde veritabanına 2 so ..(10778 okuma, 7 yanıt) Php Kitabı ALıcam ..(14542 okuma, 13 yanıt) Php'de Sabit Değerler ..(6782 okuma, 2 yanıt) Php de echo ile printin ..(6364 okuma, 2 yanıt) Block oluşturma ..(21113 okuma, 20 yanıt) Tablo İçinde Resim Nasıl ..(5544 okuma, 0 yanıt) Türkçe Karakter Sorunu ..(5768 okuma, 1 yanıt) Küçük Resmin Üzerine Geli ..(9322 okuma, 4 yanıt) Get id ile veri alma.. ..(8308 okuma, 3 yanıt) noktalı tablo kenarı ..(10808 okuma, 7 yanıt) güne göre sayfa ..(8028 okuma, 4 yanıt) ID Yİ GÖNDEREMİYORUM ..(8595 okuma, 5 yanıt) TurkEkip - Bilgi Yarışmas ..(6667 okuma, 2 yanıt) php fotoğraf scri ..(7728 okuma, 3 yanıt) yardımcı olurmusunuz? ..(8831 okuma, 5 yanıt) <Link rel="Canoni ..(13654 okuma, 9 yanıt) .php yi hangi program ile ..(9668 okuma, 4 yanıt) Facebook paylaşim eklentı ..(10804 okuma, 6 yanıt) AEG_ZD: Girişiniz Engelle ..(5229 okuma, 0 yanıt) Fatal error: Call to a me ..(6193 okuma, 1 yanıt) Düzenli olarak sitem hack ..(6117 okuma, 1 yanıt) php-nuke ziyaretci sayacı ..(8416 okuma, 3 yanıt) Phpbb3 entegre yardım ..(8470 okuma, 4 yanıt) ufak bir yardım istegi ..(7787 okuma, 3 yanıt) üye listesi alt alta nası ..(6727 okuma, 2 yanıt) TCMB Döviz script ..(15137 okuma, 11 yanıt) Adres çubuğunda logo kull ..(13958 okuma, 10 yanıt) üye istatistikler ..(4706 okuma, 0 yanıt) Resim yüklenmiyor Veritab ..(5823 okuma, 1 yanıt) Ayar.php hatası Lütfen ya ..(7256 okuma, 3 yanıt) Tanımlama ..(4608 okuma, 0 yanıt) hata alıyorum ..(4727 okuma, 0 yanıt) require_once hatası ..(4882 okuma, 0 yanıt) Oyun sicripti arıyorum ..(10081 okuma, 7 yanıt) PHp veritabanından veri ç ..(9887 okuma, 5 yanıt) Script kurdum Ana sayfaya ..(5385 okuma, 0 yanıt) üyelik sistemi hakkında ..(7317 okuma, 3 yanıt) php formmail sorunum var ..(6313 okuma, 1 yanıt) Yemek Tarifi Script Yorum ..(20098 okuma, 19 yanıt) Web sErvis Yardım ..(7094 okuma, 2 yanıt) php firma rehber s	 ..(4752 okuma, 0 yanıt) php kod hatası? ustalar y ..(6276 okuma, 1 yanıt) Arkadaşlar Seo ' yu Subdo ..(6647 okuma, 1 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - Php ile ilgili bir soru
Önceki başlık :: Sonraki başlık
Yazar
Mesaj
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-06, 20:29:39 Mesaj konusu: Php ile ilgili bir soru
Arkadaşlar şimdi elimde bir script var. Bu scriptte Yeni oyunlar diye bir eklenti var ama alt alta gözüküyor halbuki ben yan yana gözükmesini istiyorum aşağıdaki resim daha açıklayıcı olmuştur sanırım.
İşte alttaki resimdeki gibi gözükmesini istiyorum.
İnşallah YARDIM edersiniz arkadaşlar teşekkürler ..
Eklentinin Kodları ;
Kod:
<php>pre."games
WHERE status='".$db->escape('1')."' ORDER BY date_added DESC LIMIT 0, $newest_games_limit";
$countrows = $db->query($sql);
$numrows = $db->num_rows($countrows);
while ($countrow = $db->fetch_array($countrows)) {
echo
$start.'<div><a href="'.fos_seofurl_play($countrow[id], $countrow[title]).'" title="'.fos_title_format($countrow[title], '').' > " rel="nofollow">';
if ($display_image == 1) {
echo
'<img '; if ($countrow[type] == 'customcode') { echo 'src="'.$countrow[image].'"'; } else { echo 'src="'.FOS_GAME_IMG_PATH.$countrow[image].'"'; } echo 'alt="'.fos_title_format($countrow[title], '').' > " class="alignleft" style="padding:2px;width:'.$width_forimage.'px;height:'.$height_forimage.'px;" />';
}
echo
fos_title_format($countrow[title], '').'</a></div>'.$final;
}
echo '<div></div>';
}
?>
TeşekkürLer ..
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2026-03-13, 12:51:39 Mesaj konusu: Forum Arası Reklamlar
Başa dön
firzan Mesaj: 500+
Kayıt: Dec 21, 2004 Mesajlar: 901 Konum: yozgat/yerköy
Tarih: 2008-12-06, 21:06:38 Mesaj konusu:
countrow komutu ile oynaman lazım sanırım. haberleri iki sütünda gösteren eklentiyi incelersen yada köşe yazıları modülündede resimler iki sütünda gösteriliyor aynı mantıkla tablo yapılarını inclersen olabilir diye düşünüyorum. tabi yinede denemeden bilemezsin
Başa dön
firzan Mesaj: 500+
Kayıt: Dec 21, 2004 Mesajlar: 901 Konum: yozgat/yerköy
Tarih: 2008-12-06, 21:07:39 Mesaj konusu:
eğer modülü yada eklentiyi upload edersen daha yararlı olur
Başa dön
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-06, 21:16:31 Mesaj konusu:
Aşağı bölümde eklentinin kodlarını paylaştım. Bahsettiğim script php-nuke değil.
Başa dön
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-06, 22:28:38 Mesaj konusu:
YARDIM etcek yok mu ya
Başa dön
polibo06 Site Yöneticisi
Kayıt: Nov 01, 2006 Mesajlar: 2412 Konum: izmirimi özledim
Başa dön
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-07, 00:44:41 Mesaj konusu:
polibo sağol inceledim ama başaramadım
Başa dön
firzan Mesaj: 500+
Kayıt: Dec 21, 2004 Mesajlar: 901 Konum: yozgat/yerköy
Tarih: 2008-12-07, 00:53:54 Mesaj konusu:
Kod:
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$pagetitle = "- Köşe Yazıları";
$index = 0;
$theme = get_theme();
////////////////////////////////////////
// //
// Sayfa başına sütun sayısını seçin //
$sectionrow = 2;
// //
////////////////////////////////////////
function display_score($score) {
$image = "<img src=\"images/blue.gif\" title=\"\">";
$halfimage = "<img src=\"images/bluehalf.gif\" title=\"\">";
$full = "<img src=\"images/star.gif\" title=\"\">";
if ($score == 10) {
for ($i=0; $i < 5; $i++)
echo "$full";
} else if ($score % 2) {
$score -= 1;
$score /= 2;
for ($i=0; $i < $score; $i++)
echo "$image";
echo "$halfimage";
} else {
$score /= 2;
for ($i=0; $i < $score; $i++)
echo "$image";
}
}
function listsections() {
global $sitename, $prefix, $dbi, $module_name, $sectionrow;
include ('header.php');
$result = sql_query("select secid, secname, image, mail, active from ".$prefix."_sections WHERE active='1' order by secname", $dbi);
OpenTable();
//echo "<center><font class=\"title\"><b>"._SPECIALSECTIONS."</b></font></center>";
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
echo "<br>";
OpenTable();
echo "<center><font class=\"title\">"._SECWELCOME." $sitename.</font></center>";
echo "<br><br><center>"._YOUCANFIND."</center><br><br>";
echo "<table cellpadding=\"0\" cellspacing=\"5\" border=\"0\" align=\"center\">";
$count = 0;
while (list($secid, $secname, $image, $mail, $active) = sql_fetch_row($result, $dbi)) {
//başla
$cresult = sql_query("select artid, title from ".$prefix."_seccont WHERE secid=$secid ORDER BY artid DESC limit 1", $dbi);
while (list($artid, $title) = sql_fetch_row($cresult, $dbi))
//bitiş
if ($count==$sectionrow) {
echo "<tr>";
$count = 0;
}
echo "<td align=\"center\"><a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\"><img src=\"images/sections/$image\" border=\"0\" height='112' width='86' title=\"$secname\" hspace=\"10\"><br>$secname</a>";
$cresult = sql_query("select artid, title, tarih from ".$prefix."_seccont WHERE secid=$secid ORDER BY artid DESC limit 1", $dbi);
while (list($artid, $title, $tarih) = sql_fetch_row($cresult, $dbi))
echo "<br><img border=\"0\" src='modules/$module_name/images/nok2.gif' valign=\"absmiddle\" height='11' width='10'> <a href=\"modules.php?name=$module_name&op=viewarticle&artid=$artid\"><i>$title</i></a> ($tarih)</td>";
$count++;
if ($count==$sectionrow) {
echo "</tr><tr><td> </td</tr>";
}
echo "<td> </td>";
}
echo "</table></center>";
if (is_active("Search")) {
echo "<br><form action=\"modules.php?name=Search&type=sections#results\" method=\"post\">";
echo "<center><input type=\"name\" name=\"query\" size=\"30\"> ";
echo "<input type=\"submit\" name=\"submit\" value=\""._SEARCH."\">";
echo "</center>";
echo "</form>";
echo "<center>[ <a href=\"modules.php?name=Search&type=sections\">"._ADVANCEDSEARCH."</a> ]</center><br>";
}
CloseTable();
//include('modules/Kose_Yazilari/kitap.php');
include ('footer.php');
}
function listarticles($secid) {
global $prefix, $multilingual, $currentlang, $dbi, $module_name, $bgcolor1, $bgcolor2, $textcolor1, $textcolor2;
if ($multilingual == 1) {
$querylang = "AND slanguage='$currentlang'";
} else {
$querylang = "";
}
include ('header.php');
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
echo "<br>";
$result = sql_query("select secname from ".$prefix."_sections where secid=$secid", $dbi);
list($secname) = sql_fetch_row($result, $dbi);
$result = sql_query("select artid, secid, title, content, counter, tarih from ".$prefix."_seccont where secid=$secid ORDER BY artid DESC LIMIT 0,5", $dbi);
$yazar =$secid;
OpenTable();
$result2 = sql_query("select image, mail from ".$prefix."_sections where secid=$secid", $dbi);
list($image, $mail) = sql_fetch_row($result2, $dbi);
OpenTable2();
echo "<center><img src=\"images/sections/$image\" border=\"0\" alt=\"$secname\"><br><br>";
echo "<font class=\"option\">";
echo "Yazar: <b>$secname</b><br>";
echo "E-Posta: <b><a href=\"mailto:$mail\">$mail</b></a>";
CloseTable2();
echo "<br>"._FOLLOWINGART."</font></center><br><br>";
echo "<table width=\"95%\" cellpadding=\"3\" cellspacing=\"1\" border=\"0\" align=\"center\"><tr>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"70%\"><font color=\"$textcolor1\"><b>"._ARTICLETITLE."</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>Tarih</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>"._ARTICLEVIEWS."</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>"._ARTICLEOPTIONS."</b></font></td>";
echo "</tr>";
while (list($artid, $secid, $title, $content, $counter, $tarih) = sql_fetch_row($result, $dbi)) {
echo "<tr>";
echo "<td bgcolor=\"$bgcolor2\"> <b>•</b> <a href=\"modules.php?name=$module_name&op=viewarticle&artid=$artid\">$title</a></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><font class=\"content\">$tarih</td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><font class=\"content\"><b>$counter</b> "._READS."</td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><a href=\"modules.php?name=$module_name&op=printpage&artid=$artid\"><img src=\"images/print.gif\" border=\"0\" Alt=\""._PRINTER."\"></a>";
echo "<a href=\"modules.php?name=$module_name&file=printpdf&artid=$artid\"><img src=\"images/pdf.gif\" border=\"0\" Alt=\"PDF\" width=\"20\" height=\"19\"></a>";
echo "<a href=\"modules.php?name=$module_name&file=friend&op=&artid=$artid\"><img src=\"modules/$module_name/images/mail.gif\" border=\"0\" Alt=\"Arkadaşına Gönder\" aling=\"absmiddle\"></a>";
echo "</td></tr>";
}
echo "</table><br>";
//diğer yazılar
OpenTable();
echo "<center><b><a href=\"modules.php?name=$module_name&op=listfull&secid=$yazar\"title=\"Bütün Yazıları\"><img src=\"modules/$module_name/images/devam.gif\"border=\"0\" Alt=\"Bütün Yazıları\" aling=\"absmiddle\"> Bütün yazıları...</a></b></center>";
CloseTable();
//diğer yazılar
if (is_active("Search")) {
echo "<br><form action=\"modules.php?name=Search&type=sections#results\" method=\"post\">";
echo "<center><input type=\"name\" name=\"query\" size=\"30\"> ";
echo "<input type=\"submit\" name=\"submit\" value=\""._SEARCH."\">";
echo "</center>";
echo "</form>";
}
echo "<br>";
echo "<center>[ <a href=\"modules.php?name=$module_name\">"._SECRETURN."</a> ]</center>";
echo "<br>";
CloseTable();
//include('modules/Kose_Yazilari/kitap.php');
include ('footer.php');
}
function viewarticle($artid, $page) {
global $prefix, $dbi, $module_name;
include("header.php");
echo "<a name=\"articlestart\">";
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
echo "<br>";
if (($page == 1) OR ($page == "")) {
sql_query("update ".$prefix."_seccont set counter=counter+1 where artid='$artid'", $dbi);
}
$result = sql_query("select artid, secid, title, content, counter, tarih from ".$prefix."_seccont where artid=$artid", $dbi);
list($artid, $secid, $title, $content, $counter, $tarih) = sql_fetch_row($result, $dbi);
$result2 = sql_query("select secid, secname, image, mail from ".$prefix."_sections where secid=$secid", $dbi);
list($secid, $secname, $image, $mail) = sql_fetch_row($result2, $dbi);
$words = sizeof(explode(" ", $content));
OpenTable();
$contentpages = explode( "<!--pagebreak-->", $content );
$pageno = count($contentpages);
if ( $page=="" || $page < 1 )
$page = 1;
if ( $page > $pageno )
$page = $pageno;
$arrayelement = (int)$page;
$arrayelement --;
echo "<center><font class=\"option\"><b>$title</b></font></center>";
echo "<a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\"><img src=\"images/sections/$image\" alt=\"$secname\" border=0 vspace=3></a><br><a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\">$secname</a>";
$tarih = tarih_format($tarih);
echo "<br><br><b>Tarih</b>: $tarih<br>";
echo "<br><center><font class=\"content\">";
if ($pageno > 1) {
echo ""._PAGE.": <b>$page</b> "._OF." $pageno<br>";
}
echo "</center><br>";
echo "<div align=\"justify\">$contentpages[$arrayelement]</div><br><br>";
if($page >= $pageno) {
$next_page = "";
} else {
$next_pagenumber = $page + 1;
if ($page != 1) {
$next_page .= " ";
}
$next_page .= "<a href=\"modules.php?name=$module_name&op=viewarticle&artid=$artid&page=$next_pagenumber#articlestart\"><img src=\"images/buttons/next.gif\" border=\"0\" title=\""._NEXT."\"></a>";
}
if($page <= 1) {
$previous_page = "";
} else {
$previous_pagenumber = $page - 1;
$previous_page = "<a href=\"modules.php?name=$module_name&op=viewarticle&artid=$artid&page=$previous_pagenumber#articlestart\"><img src=\"images/buttons/previous.gif\" border=\"0\" title=\""._PREVIOUS."\"></a>";
}
echo "<center>"
."$previous_page $next_page";
echo "</font>";
echo "</center>";
echo "<b>$secname<br><a href=\"mailto:$mail\">$mail</b></a><br><br>";
echo "<center><br><br>"._READS2." <b>$counter</b> "._ANDHAS." <b>$words</b> "._TOTALWORDS2."<br><br>";
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name&op=printpage&artid=$artid\"><img onmouseover=high(this) style=\"FILTER: alpha(opacity=30); moz-opacity: 0.3\" onmouseout=low(this) src=\"modules/$module_name/images/print.gif\" border=\"0\" Alt=\"Yazdırılabilir Sayfa\" aling=\"absmiddle\"> Yazdırılabilir Sayfa</a> <a href=\"modules.php?name=$module_name&file=printpdf&artid=$artid\"><img onmouseover=high(this) style=\"FILTER: alpha(opacity=30); moz-opacity: 0.3\" onmouseout=low(this) src=\"modules/Kose_Yazilari/images/pdf.gif\" border=\"0\" Alt=\"Pdf Formatı\" aling=\"absmiddle\"> Pdf Formatı</a> <a href=\"modules.php?name=$module_name&op=postcomment&artid=$artid&title=$title\"><img onmouseover=high(this) style=\"FILTER: alpha(opacity=30); moz-opacity: 0.3\" onmouseout=low(this) src=\"modules/$module_name/images/yorum.gif\" border=\"0\" Alt=\"Yorum Ekle\" aling=\"absmiddle\"> Yorum Ekle</a> <a href=\"modules.php?name=$module_name&file=friend&op=&artid=$artid\"><img onmouseover=high(this) style=\"FILTER: alpha(opacity=30); moz-opacity: 0.3\" onmouseout=low(this) src=\"modules/$module_name/images/mail.gif\" border=\"0\" Alt=\"Arkadaşına Gönder\" aling=\"absmiddle\"> Arkadaşına Gönder</a></center>";
CloseTable();
echo "</font></center><br><br>";
echo "<center>[ <a href=\"modules.php?name=$module_name&op=listarticles&secid=$secid\">"._BACKTO." $secname</a> ]"
." - [ <a href=\"modules.php?name=$module_name\">"._SECINDEX."</a> ]";
echo "</center>";
echo "<br>";
CloseTable();
//yorum
$title = urldecode($title);
if (($page == 1) OR ($page == "")) {
if (r_comments == 1)
OpenTable();
r_comments($artid, $title);
}
//yorum
//include('modules/Kose_Yazilari/kitap.php');
include ('footer.php');
}
function PrintSecPage($artid) {
global $site_logo, $nukeurl, $sitename, $datetime, $prefix, $dbi, $module_name, $theme;
$result = sql_query("select secid, title, content, tarih from ".$prefix."_seccont where artid=$artid", $dbi);
list($secid, $title, $content, $tarih) = sql_fetch_row($result, $dbi);
$result2 = sql_query("select secname from ".$prefix."_sections where secid=$secid", $dbi);
list($secname) = sql_fetch_row($result2, $dbi);
echo "
<html>
<head><title>$sitename</title>
<LINK REL=\"StyleSheet\" HREF=\"themes/$theme/style/style.css\" TYPE=\"text/css\">
</head>
<body bgcolor=\"#FFFFFF\" text=\"#000000\">
<table border=\"0\" align=\"center\"><tr><td>
<table border=\"0\" width=\"640\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#000000\"><tr><td>
<table border=\"0\" width=\"640\" cellpadding=\"20\" cellspacing=\"1\" bgcolor=\"#FFFFFF\"><tr><td>
<center>
<img src=\"images/$site_logo\" border=\"0\" alt=\"\"><br><br>
<font class=\"content\">
<b>$title</b></font><br>
</center><font class=\"content\">
$content<br>Yazar: <b>$secname</b><br>Tarih: <b>$tarih</b><br>";
echo "</td></tr></table></td></tr></table>
<br><br><center>
<font class=\"content\">
Bu Köşe Yazısının yer aldığı yer: $sitename<br>
<a href=\"$nukeurl\">$nukeurl</a><br><br>
Bu Köşe Yazısı için adres:<br>
<a href=\"$nukeurl/modules.php?name=$module_name&op=viewarticle&artid=$artid\">$nukeurl/modules.php?name=$module_name&op=viewarticle&artid=$artid</a></font></center>
</td></tr></table>
</body>
</html>
";
}
//yorum
function postcomment($artid, $title) {
global $user, $c o o k i e, $text, $score, $AllowableHTML, $anonymous, $module_name, $button_image, $module_name;
include("header.php");
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
c o o k i edecode($user);
$title = htmlspecialchars(urldecode($title));
$text = stripslashes(check_html($text, ""));
OpenTable();
echo "<center><font class=\"title\">"._POSTCOMMENT."</font></center>";
CloseTable();
Opentable();
OpenTable2();
echo "<center><font class=\"title\">"._REVIEWCOMMENT." - $title</font></center>";
CloseTable2();
echo "<form action=modules.php?name=$module_name method=post>";
echo "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td>";
if (!is_user($user)) {
echo "<b>"._YOURNICK."</b> $anonymous [ "._RCREATEACCOUNT." ]<br><br>";
$uname = $anonymous;
} else {
echo "<b>"._YOURNICK."</b> $c o o k i e[1]<br>";
echo "<input type=checkbox name=xanonpost> <span style=\"vertical-align=23%\">"._POSTANON."</span><br><br>";
$uname = $c o o k i e[1];
}
echo "<b>"._YOURSCORE.":</b><br>";
echo "<input type=hidden name=uname value=$uname>";
echo "<input type=hidden name=artid value=$artid>";
echo "<select name=score>";
echo "<option name=score value=null>Seçiniz</option>";
echo "<option name=score value=10>10</option>";
echo "<option name=score value=9>9</option>";
echo "<option name=score value=8>8</option>";
echo "<option name=score value=7>7</option>";
echo "<option name=score value=6>6</option>";
echo "<option name=score value=5>5</option>";
echo "<option name=score value=4>4</option>";
echo "<option name=score value=3>3</option>";
echo "<option name=score value=2>2</option>";
echo "<option name=score value=1>1</option>";
echo "</select><br>"._FAIR."<br><br>";
echo "<b>"._YOURCOMMENT."</b><br>";
echo "<textarea name=comments rows=10 cols=70></textarea><br>";
echo "<br><br></td></tr><tr><td align=\"center\" width=\"50%\">";
echo "<input type=hidden name=op value=savecomment>";
echo "<input type=\"submit\" name=\"submit\" value=\""._SUBMIT."\">";
echo "</td><td width=\"50%\"> </td></tr></table></form>";
Closetable();
include("footer.php");
}
function savecomment($xanonpost, $uname, $artid, $score, $comments) {
global $anonymous, $user, $c o o k i e, $prefix, $dbi, $module_name, $score;
include ('header.php');
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
OpenTable();
echo "<center><font class=\"title\">"._REVIEWS."</font></center>";
CloseTable();
OpenTable();
echo "<br>";
if ($comments == "") {
$error = 1;
echo "<b>"._CINVALIDTEXT."</b><br>";
}
if (($score < 1) || ($score > 10)) {
$error = 1;
echo "<b>"._CINVALIDSCORE."</b><br>";
}
if ($error == 1){
echo "<br><center>"._GOBACK."</center>";
CloseTable();
include("footer.php");
} else {
if ($xanonpost) {
$uname = $anonymous;
}
$comments = stripslashes(FixQuotes(check_html($comments)));
sql_query("insert into ".$prefix."_sections_comments values (NULL, '$artid', '$uname', now(), '$comments', '$score')", $dbi);
Header("Location: modules.php?name=$module_name&op=viewarticle&artid=$artid#$artid");
}
}
function r_comments($artid, $title) {
global $admin, $prefix, $dbi, $module_name, $num, $artid;
$result = sql_query("select cid, userid, date, comments, score from ".$prefix."_sections_comments where rid='$artid' ORDER BY date DESC", $dbi);
while(list($cid, $uname, $date, $comments, $score) = sql_fetch_row($result, $dbi)) {
$num = $num + 1;
if ($num < 2) {
OpenTable();
echo "<center><font class=\"title\">"._COMMENTS."</font></center>";
CloseTable();
echo "<a name=\"$artid\">";
Opentable();
$title = urldecode($title);
echo "<b>$title</b><br>";
if ($uname == "Anonymous") {
echo ""._POSTEDBY." $uname "._ON." $date<br>";
} else {
echo ""._POSTEDBY." <a href=\"modules.php?name=Your_Account&op=userinfo&uname=$uname\">$uname</a> "._ON." $date<br>";
}
echo ""._MYSCORE."<span style=\"vertical-align=-33%\">";
display_score($score);
echo "</span>";
if (is_admin($admin)) {
echo "<br><b>"._ADMINOPTIONS.":</b> [ <a href=\"modules.php?name=$module_name&op=del_comment&cid=$cid&artid=$artid\">"._DELETE."</a> ]</font>";
} else {
echo "</font><br>";
}
$comments = FixQuotes(nl2br(filter_text($comments)));
echo "<br><br><div align=\"justify\">$comments</div><br>";
Closetable();
} else {
Opentable();
$title = urldecode($title);
echo "<b>$title</b><br>";
if ($uname == "Anonymous") {
echo ""._POSTEDBY." $uname "._ON." $date<br>";
} else {
echo ""._POSTEDBY." <a href=\"modules.php?name=Your_Account&op=userinfo&uname=$uname\">$uname</a> "._ON." $date<br>";
}
echo ""._MYSCORE."<span style=\"vertical-align=-33%\">";
display_score($score);
echo "</span>";
if (is_admin($admin)) {
echo "<br><b>"._ADMINOPTIONS.":</b> [ <a href=\"modules.php?name=$module_name&op=del_comment&cid=$cid&artid=$artid\">"._DELETE."</a> ]</font>";
} else {
echo "</font><br>";
}
$comments = FixQuotes(nl2br(filter_text($comments)));
echo "<br><br><div align=\"justify\">$comments</div><br>";
Closetable();
}
}
}
function del_comment($cid, $artid) {
global $admin, $prefix, $dbi, $module_name;
if (is_admin($admin)) {
sql_query("delete from ".$prefix."_sections_comments where cid='$cid'", $dbi);
Header("Location: modules.php?name=$module_name&op=viewarticle&artid=$artid");
} else {
echo "ACCESS DENIED";
}
}
//Yorum
//tüm yazılar
function listfull($secid) {
global $prefix, $multilingual, $currentlang, $dbi, $module_name, $bgcolor1, $bgcolor2, $textcolor1, $textcolor2;
if ($multilingual == 1) {
$querylang = "AND slanguage='$currentlang'";
} else {
$querylang = "";
}
include ('header.php');
OpenTable();
echo "<center><a href=\"modules.php?name=$module_name\"><img src=\"modules/$module_name/images/koseyazilari.png\" border=0 vspace=2 title=\"Köşe Yazıları\"></a></center><br>";
CloseTable();
echo "<br>";
$result = sql_query("select secname from ".$prefix."_sections where secid=$secid", $dbi);
list($secname) = sql_fetch_row($result, $dbi);
$result = sql_query("select artid, secid, title, content, counter, tarih from ".$prefix."_seccont where secid=$secid ORDER BY artid DESC", $dbi);
OpenTable();
$result2 = sql_query("select image, mail from ".$prefix."_sections where secid=$secid", $dbi);
list($image, $mail) = sql_fetch_row($result2, $dbi);
OpenTable2();
echo "<center><img src=\"images/sections/$image\" border=\"0\" alt=\"$secname\"><br><br>";
echo "<font class=\"option\">";
echo "Yazar: <b>$secname</b><br>";
echo "E-Posta: <b><a href=\"mailto:$mail\">$mail</b></a>";
CloseTable2();
echo "<br>"._FOLLOWINGART1."</font></center><br><br>";
echo "<table width=\"95%\" cellpadding=\"3\" cellspacing=\"1\" border=\"0\" align=\"center\"><tr>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"70%\"><font color=\"$textcolor1\"><b>"._ARTICLETITLE."</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>Tarih</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>"._ARTICLEVIEWS."</b></font></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor1\" width=\"15%\"><font color=\"$textcolor1\"><b>"._ARTICLEOPTIONS."</b></font></td>";
echo "</tr>";
while (list($artid, $secid, $title, $content, $counter, $tarih) = sql_fetch_row($result, $dbi)) {
echo "<tr>";
echo "<td bgcolor=\"$bgcolor2\"> <b>•</b> <a href=\"modules.php?name=$module_name&op=viewarticle&artid=$artid\">$title</a></td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><font class=\"content\">$tarih</td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><font class=\"content\"><b>$counter</b> "._READS."</td>";
echo "<td align=\"center\" bgcolor=\"$bgcolor2\"><a href=\"modules.php?name=$module_name&op=printpage&artid=$artid\"><img src=\"images/print.gif\" border=\"0\" Alt=\""._PRINTER."\"></a>";
echo "<a href=\"modules.php?name=$module_name&file=printpdf&artid=$artid\"><img src=\"images/pdf.gif\" border=\"0\" Alt=\"PDF\" width=\"20\" height=\"19\"></a>";
echo "<a href=\"modules.php?name=$module_name&file=friend&op=&artid=$artid\"><img src=\"modules/$module_name/images/mail.gif\" border=\"0\" Alt=\"Arkadaşına Gönder\" aling=\"absmiddle\"></a>";
echo "</td></tr>";
}
echo "</table><br>";
if (is_active("Search")) {
echo "<br><form action=\"modules.php?name=Search&type=sections#results\" method=\"post\">";
echo "<center><input type=\"name\" name=\"query\" size=\"30\"> ";
echo "<input type=\"submit\" name=\"submit\" value=\""._SEARCH."\">";
echo "</center>";
echo "</form>";
}
echo "<br>";
echo "<center>[ <a href=\"modules.php?name=$module_name\">"._SECRETURN."</a> ]</center>";
echo "<br>";
CloseTable();
//include('modules/Kose_Yazilari/kitap.php');
include ('footer.php');
}
function tarih_format($tarih)
{
if ($tarih) {
$yil = substr($tarih,0,4);
$ay = substr($tarih,5,2);
$gun = substr($tarih,8,2);
$tarihs = mktime(0,0,0,$ay,$gun,$yil);
$days = array(_IO_SUNDAY,_IO_MONDAY,_IO_TUESDAY,_IO_WEDNESDAY,_IO_THURSDAY,_IO_FRIDAY,_IO_SATURDAY);
$months = array(_JANUARY,_FEBRUARY,_MARCH,_APRIL,_MAY,_JUNE,_JULY,_AUGUST,_SEPTEMBER,_OCTOBER,_NOVERMBER,_DECEMBER);
$buay = date("n", $tarihs) - 1;
$bugun = date("w", $tarihs);
$bugun1 = date("j", $tarihs);
$son = $bugun1 . " " . $months[$buay] . " " . $yil . " " . $days[$bugun];
return $son;
} else {
return 0;
}
}
switch($op) {
case "viewarticle":
viewarticle($artid, $page);
break;
case "listarticles":
listarticles($secid);
break;
case "printpage":
PrintSecPage($artid);
break;
default:
listsections();
break;
case "postcomment":
postcomment($artid, $title, $tur, $izdin);
break;
case "savecomment":
savecomment($xanonpost, $uname, $artid, $score, $comments);
break;
case "del_comment":
del_comment($cid, $artid);
break;
case "listfull":
listfull($secid);
break;
case "tarih_format":
tarih_format($tarih);
break;
}
?>
kodları incelersen count kullanımını anlayabilirsin. önceki mesajımdada yamıştım zaten
Başa dön
Bu Site Google Adsense ile Gelir Elde Ediyor
Tarih: 2026-03-13, 12:51:39 Mesaj konusu: Forum Arası Reklamlar
Başa dön
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-07, 01:21:41 Mesaj konusu:
valla yarım saattir onunla uğraşıyorum. İnternette de araştırdım ama bir türlü beceremedim
Başa dön
Carrot Mesaj: 200+
Kayıt: Aug 10, 2008 Mesajlar: 290
Tarih: 2008-12-08, 12:57:47 Mesaj konusu:
Yok mu YARDIM edecek ?
Başa dön
Gelalem Mesaj: 100+
Kayıt: Apr 26, 2007 Mesajlar: 107
Tarih: 2009-05-07, 08:29:40 Mesaj konusu:
<br>
çıktı veren yerdeki br kodu kaldır yan yana siralanacaktir saygilar htlm çıktısını yazarsan daha net bir bir sekilde yazabiliriz kolay gelsin.
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