PHP Warning: log10() expects parameter 1 to be double, string given in ..../includes/class_postbit.php(294) : eval()'d code on line 47
Genel Forumlar Haylazforum.Net - Tekil Mesaj gösterimi - Unreal3.x Hazır Kodlar Hostta ve Identd'e illegal karakter kullanmak.
Konu: Unreal3.x Hazır Kodlar Hostta ve Identd'e illegal karakter kullanmak.
Tekil Mesaj gösterimi
Alt 16.Şubat.2019   #1
Aytac
Guest
Üye No:
Şehir:
Mesaj Sayısı: n/a
Konu Sayısı: 1375
Beğendikleri:
Alınan Beğeni:

HF Ticaret Yüzdesi: (%)
Ruh Hali
Kan Grubum:

Standart Hostta ve Identd'e illegal karakter kullanmak.

Klasör: Unreal3.2*/src/modules/
Dosya: <m_chgident.c>

BULUN
:

Kod:
if (legalident == 0)
    {
        sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
        return 0;
    }
DEGISTIRIN:

Kod:
/*if (legalident == 0)
    {
        sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
        return 0;
    }
*/
* Yukarıda da gördüğünüz üzere sadece //(slahs) ile ilgili kodları deaktif ettim böylece oper ve admin rütbesinde olan bir kişi, ÖRNEK: Kullanım -> /chgident nick • şeklinde identd kullanabilecek.

Klasör: Unreal3.2*/src/modules/
Dosya: <m_chghost.c>

BULUN:

Kod:
 if (!valid_host(parv[2]))
    {
        sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
        return 0;
    }
DEGISTIRIN:

Kod:
 /*if (!valid_host(parv[2]))
    {
        sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
        return 0;
    }
*/
ÖRNEK: Kullanım -> /chghost nick •

İlgili alanda make, ve ./unreal rehash komutlarını uygulayın. İşleminiz gerçekleşmiş olacaktır.

NOT: Renkli identd ve hostta kullanabilirsiniz, bu düzenleme ile.)

  Alıntı