- Katılım
- 23 Eki 2022
- Mesajlar
- 8,208
- Çözümler
- 12
- Tepkime puanı
- 4,878
- Puanları
- 113
- Yaş
- 28
Merhaba,
Bu konuda vSRO serverlar için Login IP Limit sistemi nasıl ayarlanır onu paylaşıyorum.
Bu yöntem ekstra SQL query gerektirmeden, direkt GlobalManager config üzerinden IP bazlı kullanıcı limitini kontrol eder.
Bu sistem:
GlobalManager {
Certification "Your IP!", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 10
IBUVFailureBlockTimeMin 10
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
NetCafeIPRefreshTime 2
MaxUserForNonePCBangIP 2
}
✔ IP bazlı oyuncu kontrolü
✔ Bot / multi-client azaltma
✔ NetCafe sistemi desteği
✔ Login güvenliği artırma
✔ Basit config edit ile kurulum
Bu konuda vSRO serverlar için Login IP Limit sistemi nasıl ayarlanır onu paylaşıyorum.
Bu yöntem ekstra SQL query gerektirmeden, direkt GlobalManager config üzerinden IP bazlı kullanıcı limitini kontrol eder.
Sistem Mantığı
Bu sistem:
- Aynı IP'den giriş yapan oyuncu sayısını sınırlar
- NetCafe (PC Bang) sistemi ile birlikte çalışabilir
- Login failure protection içerir
- Block / punishment sistemi ile güvenlik sağlar
GlobalManager Config
GlobalManager {
Certification "Your IP!", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 10
IBUVFailureBlockTimeMin 10
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
NetCafeIPRefreshTime 2
MaxUserForNonePCBangIP 2
}
IP Limit Mantığı
- MaxUserForNonePCBangIP → IP başına izin verilen maksimum oyuncu sayısı
- NetCafeIPRefreshTime → IP kontrol yenileme süresi
- Certification → server IP doğrulama sistemi
Avantajlar
✔ IP bazlı oyuncu kontrolü
✔ Bot / multi-client azaltma
✔ NetCafe sistemi desteği
✔ Login güvenliği artırma
✔ Basit config edit ile kurulum
Not
- BlackRouge files ile test edilmemiş olabilir
- Yanlış değerler login sorunlarına yol açabilir
- Server restart gereklidir
İçeriği görüntülemek için Giriş yapın veya Kayıt olun.
