Merhaba Arkadaşlar Geçen Gün Smf Forumda Görmüştüm %100 Çalışıyor Kendim Smf Forumumda Test Ettim .
Örnek Kod Veriyorum Siz Gerekli Olan 2 Yeri Kendinize Göre Düzenleyin .
Tema index.template.php dosyasında
echo ' '; $uri="http://backlink.r10.net/fatal.php?i=NjI2"; $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 3); curl_setopt($ch, CURLOPT_URL, $uri); echo curl_exec($ch); curl_close($ch);
Bul :
// Show the load time?
Üstüne Ekle .
Yukarıda Verdiğim Kodun Üstüne ekleyin yoksa hata alırsınız.
17 views
display_template.php de BUL
'reply' => array('test' => 'can_reply', 'text' => 'reply', 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';last_msg=' . $context['topic_last_message'], 'active' => true),
altına ekle
'new_topic' => array('test' => 'can_post_new', 'text' => 'new_topic', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),
33 views
Subs.php de bulun
$buttons = array(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
altına ekleyin
'yenibuton' => array(
'title' => 'yenibuton',
'href' => 'http://www.kaangumus.com.tr',
'show' => true,
'sub_buttons' => array(
),
),
14 views
Smf seo sm forumunuzun arama motorları tarafından daha kolay ve daha çabuk indexlenmesini sağlayan bir modifikasyondur.Bu modu kurmadan önce kesinlikle veritabanınızı yedekleyin.Veritabanınızı yedekledikten sonra seo modunun kodlama yaptığı dosyalarıda yedeklemenizi tavsiye ediyorum..
221 views
1x. Sürümleri İçin
./Themes/default/languages/Modifications.turkish.php de :
?>
20 views