Hızlı Arama
![]() |
|
|
#1 (permalink) |
![]() Status: Yönetici
Üyelik tarihi: Aug 2008
Mesajlar: 1,536
Tecrübe Puanı: 10
![]() ![]() |
Kurulum ;
/includes/functions_newpost.php Dosyasını Açıp Alttaki Kodları Bulun. Kod:
if ($type == 'thread' AND $post['taglist'])
{
Kod:
// HACK : START : AUTO TAG
// if ($type == 'thread' AND $post['taglist'])
// {
if ($type == 'thread')
{
if (!$post['taglist']) {
$temptags = split(' ',$post['title']);
$newtags = array();
require(DIR . '/includes/searchwords.php');
foreach ($temptags as $tagtext) {
if (strlen($tagtext) <= 3 || in_array(strtolower($tagtext), $badwords)) {
// Do nothing
} else {
array_push($newtags,$tagtext);
}
}
$post['taglist'] = join(',',$newtags);
}
// HACK : END : AUTO TAG
|
|
|
|
![]() |
| Etiketler |
| alt, alttaki, bulun, code, dosyası, ekle, ekletme, fon, font, hack, kodları, kurulum, otomatik, php, size, star, tag, type |
| Seçenekler | |
| Stil | |
|
|