Template Parse Error Hatası

Started by sinan_492, December 10, 2006, 02:10:28 PM

Previous topic - Next topic

sinan_492

ya arkadaslar site acımıyor  site ismini gırınce sayfa acılmıyo sole bı yazı cıkıyor ltf bana acıl yardım


Template Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.

You can also try refreshing this page.


bu yazı cıkıyor ltf yardım

/* Başlıklarımız konuyu anlatır nitelikte olsun. Böylece daha kolay yardım alabiliriz. */
WWW.NoViP.tR.cX [nofollow]  

Sindorf

Öncelikle hoşgeldin.

En son eklediğin şeyi yazar mısın? Büyük ihtimalle PHP kurallarına uymadan bir şeyler ekledin...

sinan_492

kardeş banner ekledım ama sonra gerı aldım ya napıcaz ltf yardım edersmısın bu sıte benım ıcın cok onemlı
WWW.NoViP.tR.cX [nofollow]  

Arbalot


sinan_492

www.forumluyuz.net.tc  bu yonlendırme ismi
buda host ismi
sinankanka.kayyo.com
WWW.NoViP.tR.cX [nofollow]  

Sindorf

Şimdi "banner eklemek" çok genel bir durum...

Banner eklerken koddan fazladan bir şeyler silmiş olmalısın veya eksik olarak kaldırdın...

Sana çok basitçe bir bilgi vermek gerekirse, eğer hiç mod kurmadıysan, düzenlediğin dosyayı orjinallerinden yedekle...

Eğer mod kurduysan düzenlediğin dosyayı ve tam olarak banneri nereye eklediğini buraya yaz.

sinan_492

abi index. tamplate   nin  icinde gerekirse sana  host sifresini falan verim bı bak ftp den duzelt lutfen 
WWW.NoViP.tR.cX [nofollow]  

Sindorf

index.template.php 631 satırlık bir dosya... bir bir inceleyip neresinin bozuk olduğunu bulamam...

Ama bana neyi nereye eklediğini söylersen (altına, üstüne, baştan 2. tabloya vs) o zaman yardımcı olabilirim...

Bu arada kimseye host şifrelerini verme... Eklenecek bir kod olduğunda [code][/code] tagları arasına ekle...

Arbalot

sen sadece index.template.php nin içiriğini buraya yaz veya yenisi ile değiştir o dosyayı...

sinan_492

abıcım ben inex dosyasının yedegını almıstım satı sıte bozulunca yenıden yedekledıgımle degıstırdım fakat genede duzelmedı
WWW.NoViP.tR.cX [nofollow]  

sinan_492

echo '
<td class="maintab_' , $last , '">&nbsp;</td>
</tr>
</table>';

}

// Generate a strip of buttons.
function template_button_strip($button_strip, $direction = 'top', $force_reset = false, $custom_td = '')
{
global $settings, $buttons, $context, $txt, $scripturl;

// Create the buttons...
foreach ($button_strip as $key => $value)
{
if (isset($value['test']) && empty($context[$value['test']]))
{
unset($button_strip[$key]);
continue;
}
elseif (!isset($buttons[$key]) || $force_reset)
$buttons[$key] = '<a href="' . $value['url'] . '" ' .( isset($value['custom']) ? $value['custom'] : '') . '>' . $txt[$value['text']] . '</a>';

$button_strip[$key] = $buttons[$key];
}

if (empty($button_strip))
return '<td>&nbsp;</td>';

echo '
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'last' : 'first' , '">&nbsp;</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'first' : 'last' , '">&nbsp;</td>';


echo '
    <table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
        <tr>
            <td class="catbg"><span class="smalltext">Toplist</td>
        </tr>
        <tr>
            <td valign="middle" align="center" height="60">
                <a target="_blank" href="http://www.sitebirligi.com">
<img alt="Arama Motoru, Bedava mp3 indir" src="http://www.sitebirligi.com/arama_motoru.gif" border="0" width="88" height="31"></a>
               

            </td>
        </tr>
    </table>';


echo '
<table border="0" width="100%" cellspacing="1" cellpadding="4" class="bordercolor">
        <tr>
            <td class="windowbg2" width="100%" valign="middle" align="center">
                                <font color=#000000> | </font>
                                <font color=green><b>Yönetici</b></font>
                                <font color=#000000> | </font>
                                <font color=blue><b>Global Moderatör</b></font>
                                <font color=#000000> | </font>
                                <font color=red><b>Moderator</b></font>
                                <font color=#000000> | </font>
                                <font color=black><b>Stajer Moderator </b></font>
                                <font color=#000000> | </font>
                                <font color=orange><b>Yeni Üye</b></font>
                                <font color=#000000> | </font>
            </td>
        </tr>
</table>';

}

?>
WWW.NoViP.tR.cX [nofollow]  

Sindorf

Sinan sanırım sorun şu

Kodun en altına bak..


            </td>
        </tr>
</table>';

}

?>


Burada en altta } fazla gibi duruyor...

yani yukarıda verdiğin kodu aynen şöyle değiştir...


echo '
<td class="maintab_' , $last , '">&nbsp;</td>
</tr>
</table>';

}

// Generate a strip of buttons.
function template_button_strip($button_strip, $direction = 'top', $force_reset = false, $custom_td = '')
{
global $settings, $buttons, $context, $txt, $scripturl;

// Create the buttons...
foreach ($button_strip as $key => $value)
{
if (isset($value['test']) && empty($context[$value['test']]))
{
unset($button_strip[$key]);
continue;
}
elseif (!isset($buttons[$key]) || $force_reset)
$buttons[$key] = '<a href="' . $value['url'] . '" ' .( isset($value['custom']) ? $value['custom'] : '') . '>' . $txt[$value['text']] . '</a>';

$button_strip[$key] = $buttons[$key];
}

if (empty($button_strip))
return '<td>&nbsp;</td>';

echo '
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'last' : 'first' , '">&nbsp;</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'first' : 'last' , '">&nbsp;</td>';


echo '
    <table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
        <tr>
            <td class="catbg"><span class="smalltext">Toplist</td>
        </tr>
        <tr>
            <td valign="middle" align="center" height="60">
                <a target="_blank" href="http://www.sitebirligi.com">
<img alt="Arama Motoru, Bedava mp3 indir" src="http://www.sitebirligi.com/arama_motoru.gif" border="0" width="88" height="31"></a>
               

            </td>
        </tr>
    </table>';


echo '
<table border="0" width="100%" cellspacing="1" cellpadding="4" class="bordercolor">
        <tr>
            <td class="windowbg2" width="100%" valign="middle" align="center">
                                <font color=#000000> | </font>
                                <font color=green><b>Yönetici</b></font>
                                <font color=#000000> | </font>
                                <font color=blue><b>Global Moderatör</b></font>
                                <font color=#000000> | </font>
                                <font color=red><b>Moderator</b></font>
                                <font color=#000000> | </font>
                                <font color=black><b>Stajer Moderator </b></font>
                                <font color=#000000> | </font>
                                <font color=orange><b>Yeni Üye</b></font>
                                <font color=#000000> | </font>
            </td>
        </tr>
</table>';

?>

sinan_492

işallah olur bı denıyım hersey ıcın sagol kardes cok ıyısınız
WWW.NoViP.tR.cX [nofollow]  

sinan_492

ya kardes gene olmadı yA napcaz bana cok acıl lazım senle bı msn de gorussek yardım etsen
WWW.NoViP.tR.cX [nofollow]  

sinan_492

nese kardes yaptım orjınalıyle degıstırdım verdın bılgıler ıcın saol
WWW.NoViP.tR.cX [nofollow]  

Advertisement: