Kas 15
Kısıtlanmış PHP fonksyonları Sorunu
Warning: ********* has been disabled for security reasons in /home/www/forum/Sources/Errors.php on line Bundan sonrası bir hata kod numarası olur.
Bu hata kodunda genellikle realpath(), tmpfile, link, mb_send_mail() den olabiliyor.
Read the rest of this entry »
Kas 15
Sadece Konularda Linkleri Gizleme
Bu eklenti SMF 2 İçindir.
Display.template.php aç – Bul
echo '
<div class="inner" id="msg_', $message['id'], '"', '>', $message['body'], '</div>
üstüne Ekle
// Registered Links
if ($context['user']['is_guest'])
{
$message['body'] = preg_replace('#<a href="(.*?)</a>#i', $txt['no_view_links'] . "\n" . ' <a href="' . $scripturl . '?action=register">' . $txt['txt_reg_links_register'] . '</a> ' . $txt['txt_reg_links_or'] . ' <a href="' . $scripturl . '?action=login">' . $txt['txt_reg_links_login'] . '</a>', $message['body']);
}
// End Registered Links
Read the rest of this entry »
Recent Comments