lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   Unreal - Parça Kodlar (http://www.lookjapan.com/forumdisplay.php?f=62)
-   -   Hostta ve Identd'e illegal karakter kullanmak. (http://www.lookjapan.com/showthread.php?t=838)

Entrance 16 Şubat 2015 21:34

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.)

İyi forumlar. ^^

Entrance 04 Temmuz 2016 13:10

Cevap: Hostta ve Identd'e illegal karakter kullanmak.
 
İçerik ve kodlar daha anlaşılır hâle getirildi,

İyi forumlar.^^

SatO 05 Haziran 2017 05:46

Cevap: Hostta ve Identd'e illegal karakter kullanmak.
 
SatO Kimlik Bilgisi: •@R•Admin * •

eline saglık guzel Oldu


All times are GMT +3. The time now is 12:09.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.