HMS sistem kurulum
pico /usr/bin/dms
Kod:
#/usr/bin/!
echo "-----------------------------------------------------------------"
echo "DexiHost.com (DMS) Müşteri Servisine Hosgeldiniz"
echo "-----------------------------------------------------------------"
echo "0. DexiHost.Com Yetkilisine H-DESTEK Mesajı Gönder."
echo "-----------------------------------------------------------------"
echo "1. Unreal3.2 Oto Kurulumu"
echo "2. Anope Services Oto Kurulumu"
echo "3. Eggdrop Oyun Botunu Baslat"
echo "4. Eggdrop Oto Kurulumu (Oyun+Koruma+Helper+Kelime+Game+Radyo)"
echo "5. Radyo Oto Kurulum"
echo "-----------------------------------------------------------------"
echo " HESAP İŞLEMLERİ"
echo "-----------------------------------------------------------------"
echo "6. Makine Bilgileri"
echo "7. Dexihost.Com Yetkili E-Mail Adresleri"
echo "8. Şifre Değişikliği"
echo "9. Ödeme Bilgileriniz"
echo "10. Duyurular"
echo "-----------------------------------------------------------------"
echo " EXTRA İŞLEMLER"
echo "-----------------------------------------------------------------"
echo "11. IRCD Başlat"
echo "12. IRCD Kapat"
echo "13. IRCD Rehash"
echo "14. IRCD Restart"
echo "15. IRC Servisleri Başlat"
echo "16. Eggdrop Koruma Botunu Baslat"
echo "17. Eggdrop Oyun Botunu Baslat"
echo "18. Eggdrop Radyo Botunu Baslat"
echo "19. Eggdrop Kelime Botunu Baslat"
echo "20. Eggdrop Game Botunu Baslat"
echo "22. Eggdrop Helper Botunu Baslat"
echo "22. Radyonuz kapalı veya çalışmıyorsa aktif etmek için"
echo "23. Ircd+Services+Radyo+Eggdrop Botlar Hepsini Başlatmak için"
echo "-----------------------------------------------------------------"
echo "DexiHost.Com ( DMS ) Paneli İçin => dms Yazınız."
echo "-----------------------------------------------------------------"
ctrl + x ile yakdedin
chmod +x /usr/bin/dms
0 Müsteri Destek maili için gerekli kod
pico /usr/bin/0
Kod:
#!/bin/bash
echo 'Bir Müşteriniz Sizden Yardım İstiyor :' `date` | mail -s "DMS Sistemi Kullanıcı $USER" root
echo "Teşekkürler Destek Talabiniz Yetkili Kişilere Gönderilmiştir."
ctrl + x ile yakdedin
chmod +x /usr/bin/0 |