Total Users Online: 0 üye, 261 guest | Tarih/Saat: 2026-08-25 19:59
 
parser hatasi ve latestposts3 sorunu
2011-09-29 23:35 GMT  oklu Alnt
cyberthm
Seditio
User is: Online status   Gender_M
Posts: 52
Ülke: Diğer - -
Meslek:
Age: 39

kaan abi kodlari altda veriyorum bi bakarsan cok sevinirim her iki hatanin kodlarini veriyorum
ilk once : Fatal error: Call to undefined function sed_filtetr() in /home/a3814416/public_html/plugins/latestposts3/latestposts3.php on line 38

[BEGIN_SED_EXTPLUGIN]
Code=latestposts3
Part=main
File=latestposts3
Hooks=index.tags
Tags=index.tpl:{LATEST_POSTS_3}
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]
==================== */

if ( !defined('SED_CODE') ) { die("Hacking attempt."); }

$plimit = "20"; // define number of rows you want to see...

$sql = sed_sql_query("SELECT t.ft_id, t.ft_sectionid, t.ft_title, t.ft_updated, t.ft_postcount, t.ft_viewcount, t.ft_lastposterid, t.ft_lastpostername, s.fs_id, s.fs_title, s.fs_category FROM $db_forum_topics t,$db_forum_sections s
WHERE t.ft_sectionid=s.fs_id AND t.ft_movedto=0 AND t.ft_mode=0 ORDER by t.ft_updated DESC LIMIT $plimit");
$latestposts3 .= "<table class=\"cells\"><tr>";
$latestposts3 .= "<tr><td class=\"coltop\"><center>M?vzu</center></td><td class=\"coltop\"><center>Kategoriya</center></td><td class=\"coltop\">
<center>Mesajlar</center></td></td><td class=\"coltop\"><center>Oxunma</center></td><td class=\"coltop\"><center>Son G?ndərən</center></td>";
$ii=0;
while ($row = sed_sql_fetcharray($sql)){
if (sed_auth('forums', $row['fs_id'], 'R')){

$ii++;
$img = ($usr['id']>0 && $row['ft_updated']>$usr['lastvisit']) ? "<a href=\"forums.php?m=posts&amp;q=".$row['ft_id']."&amp;baslik=".sed_filtetr(str_replacei($row['ft_title']))."\"><img src=\"skins/$skin/img/system/arrow-unread.gif\" alt=\"\" /></a>" : "<a href=\"forums.php?m=posts&amp;q=".$row['ft_id']."&amp;baslik=".sed_filtetr(str_replacei($row['ft_title']))."&amp;n=last#bottom\"><img src=\"skins/$skin/img/system/arrow-follow.gif\" alt=\"\" /></a> ";

$latestposts3 .= "<tr><td> &nbsp;";
$latestposts3 .= $img." <a href=\"forums.php?m=posts&amp;q=".$row['ft_id']."&amp;baslik=".sed_filtetr(str_replacei($row['ft_title']))."\">".sed_cc(sed_cutstring(stripslashes($row['ft_title']),36))."</a></td>";
$latestposts3 .= "<td><img src=\"skins/$skin/img/system/paperclip.gif\" alt=\"\" /> ".sed_cc($row['fs_title'], $row['fs_id'])."</td>";
$latestposts3 .="<td><img src=\"skins/$skin/img/system/multipage.gif\" alt=\"\" /> &nbsp;(" .$row["ft_postcount"]. ") </td>";
$latestposts3 .="<td><img src=\"skins/$skin/img/system/counts.gif\" alt=\"\" /> &nbsp;(" .$row["ft_viewcount"]. ")</td>";
$latestposts3 .= "<td><img src=\"skins/$skin/img/system/moderated_small.gif\" alt=\"\" /> ".sed_build_user($row['ft_lastposterid'], $row['ft_lastpostername'])."</td>";


}
}

if($ii==0){
$latestposts3 .= "<tr><td colspan=\"5\"><center>Son Forum Mesajlarýný G?rebilmək Ý?un Qeydiyyatdan Kecin..</center></td></tr>";
}

$latestposts3 .= "</table>";

$t-> assign(array(
"LATEST_POSTS_3" => $latestposts3,
));

?>

son mesaj 1 dakika

sonrada su Fatal error : SQL error : Table 'a3814416_cyber.sed_parser' doesn't exist hatasi
ben 151 versiyonu kullaniyorum abi
Konuyla İlgili Diğer Başlıklar
Yazı Sorunu
passrecover sorunu
yorum onay sorunu
katagori değiştirme sorunu
Deprecated: Function eregi_replace() Sorunu Acil!

Bu mesaj Kaan tarafından 2011-09-30 00:28 GMT, 5443 Gün önce düzenlendi.

 

Powered by Seditio © 2009-2012 All Rights Reserved