NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

ana_oyunlar_secenek(){
clear
clear
hayfatm ""

echo -e "33[1;36m - ${kirmizi}Oyun Seçenek Menüsü33[1;36m ${yazi_bas}33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -e "33[1;36m▬> |1|CS 1.6 Seçenekleri ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |2|CS 1.6 Admin Panel Kur(YAKINDA) ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |3|MTA:SA Seçenekleri ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |4|Minecraft Seçenekleri ${yazi_bas}33[0m"
echo -e "33[1;36m▬> 33[0;31m|0|Ana Menüye Dön33[1;36m ${yazi_bas}33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -e "33[1;36mNot: Cs1.6 lar non-steam olduklarından Centos işletim sistemine kurulmalıdır.33[0m"
echo -n -e "33[1;36mCevap: 33[0m"
read cevapsec414

case $cevapsec414 in
1)
ana_oyunlar_secenek_cs
;;
2)
ana_oyunlar_secenek_cspanel
;;
3)
ana_oyunlar_secenek_mta
;;
4)
clear
echo -e "33[1;36mNOT: Minecraft Kurulum Devamına Hoşgeldiniz.33[0m"
echo -e "33[1;36mNOT: Minecraft Sunucusunda Hata Alırsanız Ubuntu 16 ya Kurun.33[0m"
sleep 2
echo -e -n "33[1;36mKişi Sayısı: 33[0m"
read mckisi
clear
echo -e "33[1;36mBilgiler Yazıldı.33[0m"
sleep 1
echo -e "33[1;36mKurulum Başlıyor..33[0m"
screen -X -S hayfade kill
sleep 1
clear
echo -e "33[1;36mDosyalar Yapılandırılıyor...33[0m"
sleep 2
cd /root/minecraft/
nohup sed -i "s@max-players=20@max-players=$mckisi@" server.properties >/dev/null 2>&1
nohup sed -i "s@server-ip=@server-ip=$ip@" server.properties >/dev/null 2>&1
nohup sed -i "s@online-mode=true@online-mode=false@" server.properties

screen -A -m -d -S hayfamc java -Xmx1024M -Xms1024M -jar minecraft_server.1.8.jar nogui
clear && clear
echo -e "33[1;36▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
sleep 0.2
echo -e "33[1;36m~> Kişi Sayısı: $mckisi33[0m"
sleep 0.2
echo -e "33[1;36m~> Server Ip Adresi: $ip:2556533[0m"
sleep 0.2
echo -e "33[1;36m~> Yaklaşık 10 Saniye içinde33[0m"
sleep 0.2
echo -e "33[1;36m~> Sunucunuz Açılacaktır..33[0m"
sleep 0.2
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e " "
exit
;;
*)
ana_menu
;;
esac
}
ana_oyunlar_secenek_cspanel (){
if [ ! -d "/root/csserver" ]
then
clear
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e "33[1;36m~> Cs Sunucusu Yüklü Deyil.33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo " "
sleep 2
ana_oyunlar_secenek
fi
if [ ! -d "/root/csserver/cstrike/addons/w" ]
then
clear
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e "33[1;36m~> Gerekli Dosyalar Yükleniyor.33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo " "
sleep 2
cd /root/csserver/cstrike/addons
wget -q http://$dwsw/cspanel/w.zip
chmod 777 -R w
echo -e "33[1;36m--> Gerekli Paketler İndirildi.33[0m"
sleep 0.5
echo -e "33[1;36m--> Kurulum Başlıyor.33[0m"
sleep 1
unzip w.zip
rm -rf w.zip
cd metamod
rm -rf plugins.ini
wget -q http://$dwsw/cspanel/plugins.ini
screen -X -S hayfacs kill
cd /root/csserver
screen -A -m -d -S hayfacs ./hlds_run -game cstrike +ip $ip +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Yeniden Başlatıldı.33[0m"
sleep 2
ana_oyunlar_secenek
fi
if [ -d "/root/csserver/cstrike/addons/w" ]
then
clear
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e "33[1;36m~> Cs1.6 Paneli Zaten Kurulu.33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e " "
sleep 2.4
ana_oyunlar_secenek
fi
}

ana_oyunlar_secenek_mta (){
if [ ! -d "/root/mta" ]
then
clear
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e "33[1;36m~> MTA Sunucusu Yüklü Deyil.33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo " "
sleep 2
ana_oyunlar_secenek
fi
clear
clear
echo -e "33[1;36m - ${kirmizi}MTA Seçenek Menüsü33[1;36m - 33[0m ${yazi_bas}33[0m"
echo -e "▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -e "▬> |1|Sunucuyu Başlat ${yazi_bas}33[0m"
echo -e "▬> |2|Sunucuyu Durdur ${yazi_bas}33[0m"
echo -e "▬> |3|Yeniden Başlat ${yazi_bas}33[0m"
echo -e "▬> |4|Sunucuyu Sil ${yazi_bas}33[0m"
echo -e "▬> 33[0;31m|0|Üst Menüye Dön33[1;36m ${yazi_bas}33[0m"
echo -e "▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -n -e "33[1;36mCevap: 33[0m"
read cevapsec3343

case $cevapsec3343 in
1)
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Başlatılıyor.33[0m"
sleep 1
cd /root/mta
screen -A -m -d -S mta ./mta-server64
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Başlatıldı.33[0m"
sleep 2
ana_oyunlar_secenek
;;
2)
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Durduruluyor.33[0m"
sleep 1
screen -X -S mta kill
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Durduruldu.33[0m"
sleep 2
ana_oyunlar_secenek
;;
3)
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Yeniden Başlatılıyor.33[0m"
sleep 1
screen -X -S mta kill
cd /root/mta
screen -A -m -d -S mta ./mta-server64
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Yeniden Başlatıldı.33[0m"
sleep 2
ana_oyunlar_secenek
;;
4)
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Siliniyor.33[0m"
sleep 1
screen -X -S mta kill
cd /root/
rm -rf mta/
clear
echo -e "33[1;36m--> 33[1;36mMTA Sunucunuz Silindi.33[0m"
sleep 2
ana_oyunlar_secenek
;;
*)
ana_oyunlar_secenek
;;
esac
}

ana_oyunlar_secenek_cs (){
if [ ! -d "/root/csserver" ]
then
clear
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo -e "33[1;36m~> Cs Sunucusu Yüklü Deyil.33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬33[0m"
echo " "
sleep 2
ana_oyunlar_secenek
fi
clear
clear
hayfatm ""
echo -e "33[1;36m - ${kirmizi}CS Seçenek Menüsü33[1;36m33[0m ${yazi_bas}33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -e "33[1;36m▬> |1|CS yi Başlat ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |2|CS yi Durdur ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |3|Yeniden Başlat ${yazi_bas}33[0m"
echo -e "33[1;36m▬> |4|CS yi Sil ${yazi_bas}33[0m"
echo -e "33[1;36m▬> 33[0;31m|0|Üst Menüye Dön33[1;36m ${yazi_bas}33[0m"
echo -e "33[1;36m▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
echo -n -e "33[1;36mCevap: 33[0m"
read cevapsec3342

case $cevapsec3342 in
1)
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Başlatılıyor.33[0m"
sleep 1
cd /root/csserver
screen -A -m -d -S hayfacs ./hlds_run -game cstrike +ip $ip +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Başlatıldı.33[0m"
sleep 2
ana_oyunlar_secenek
;;
2)
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Durduruluyor.33[0m"
sleep 1
screen -X -S hayfacs kill
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Durduruldu.33[0m"
sleep 2
ana_oyunlar_secenek
;;
3)
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Yeniden Başlatılıyor.33[0m"
sleep 1
screen -X -S hayfacs kill
cd /root/csserver
screen -A -m -d -S hayfacs ./hlds_run -game cstrike +ip $ip +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Yeniden Başlatıldı.33[0m"
sleep 2
ana_oyunlar_secenek
;;
4)
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Siliniyor.33[0m"
sleep 1
screen -X -S hayfacs kill
cd /root/
rm -rf csserver/
rm -rf Steam/
clear
echo -e "33[1;36m--> 33[1;36mCs1.6 Sunucunuz Silindi.33[0m"
sleep 2
ana_oyunlar_secenek
;;
*)
ana_oyunlar_secenek
;;
esac

}

ana_menu

     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.