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 Unreal QUIT mesajına bağlantı süresi eklemek (https://haylazforum.net/unreal3-x-hazir-kodlar/9223-unreal-quit-mesajina-baglanti-suresi-eklemek.html)

Aytac 16.Şubat.2019 00:49

Unreal QUIT mesajına bağlantı süresi eklemek
 
Klasör: Unreal3.2*/src/modules/
Dosya: <m_quit.c>


İlgili dosyanın herhangi bir bölümüne ekleyin, daha sonra:
Kod:

char saat[1024];
BULUN,
Kod:

if (STATIC_QUIT)
            return exit_client(cptr, sptr, sptr, STATIC_QUIT);

DEGISTIRIN,
Kod:

if (STATIC_QUIT)
            if ((TStime() – sptr->firsttime) > 86400)
                ircsprintf(saat, “%s – Bağlantı süresi: %d gün %d sa %d  dk %d sn”, STATIC_QUIT, ((TStime() – sptr->firsttime) / 86400),  (((TStime() – sptr->firsttime) % 86400) / 3600), ((((TStime() –  sptr->firsttime) % 86400) % 3600) / 60), (((((TStime() –  sptr->firsttime) % 86400) % 3600) % 60) % 60));
            else if ((TStime() – sptr->firsttime) > 3600)
                ircsprintf(saat, “%s – Bağlantı süresi: %d sa %d dk %d  sn”, STATIC_QUIT, (((TStime() – sptr->firsttime) / 3600)),  (((TStime() – sptr->firsttime) % 3600) / 60), ((((TStime() –  sptr->firsttime) % 3600) % 60) % 60));
            else if ((TStime() – sptr->firsttime) > 60)
                ircsprintf(saat, “%s – Bağlantı süresi: %d dk %d sn”,  STATIC_QUIT, ((TStime() – sptr->firsttime) / 60), ((TStime() –  sptr->firsttime) % 60));
            else
                ircsprintf(saat, “%s”, STATIC_QUIT);
            return exit_client(cptr, sptr, sptr, saat);

Daha sonra da, unrealircd'in ana bölümünde make ve ./unreal rehash komutlarını uygulayın. Artık kişilerin QUIT mesajlarının sonunda aşağıda ki gibi bağlantı gözükecektir.


Kod:

Ayrıldı: Aytac ([email protected]) ([Linki Görebilmeniz Icin Üye Olmaniz Gerekiyor! Üye Olmak Icin Tiklayin...] – Bağlantı süresi: 3 sa 20 dk 25 sn)
Kod yazarı: SAW


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

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