Genel Forumlar Haylazforum.Net

Genel Forumlar Haylazforum.Net (https://haylazforum.net/)
-   Unreal3.x - Hazır Kodlar (https://haylazforum.net/336-unreal3-x-hazir-kodlar/)
-   -   Unreal3.x Hazır Kodlar Hostta ve Identd'e illegal karakter kullanmak. (https://haylazforum.net/unreal3-x-hazir-kodlar/9264-hostta-ve-identd-e-illegal-karakter-kullanmak.html)

Aytac 16.Şubat.2019 02:29

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

ssss2 20.Ağustos.2020 10:55

Cevap: Hostta ve Identd'e illegal karakter kullanmak.
 
Teşekkürler


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 04:48.

Powered by vBulletin® Version 3.8.9
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.
Search Engine Optimization by vBSEO 3.6.1

User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.Navbar with Avatar by Motorradforum