Sorunu hallettim sorun start dosyasındaymış.Start dosyasını buraya ekliyorum lazım olan olur.
#!/bin/sh
echo -e "\033[31m
Alege cate canale vrei sa pornesti ->\n
1 - (1) Canal\n
2 - (2) Canale\n
3 - (3) Canale\n
4 - (4) Canale\n
5 - (5) Auth\n
Script creat de sedatu "
read anzahl
case $anzahl in
1*)
echo -e "\033[31m Pornesc baza de date ..\033[0m"
cd invoice/db
env LD_PRELOAD="/usr/home/game/libdb_notxt.so" ./db &
sleep 2
echo -e "\033[31m Baza de date va fi pornita.\033[0m"
echo -e "\033[31m Pornesc loginul ..\033[0m"
cd /usr/home/game/invoice/auth && ./auth &
sleep 2
echo -e "\033[31m Loginul va fi pornit[0m"
echo -e "\033[31m Pornesc game99_1 ..\033[0m"
cd /usr/home/game/game99/core1 && ./game &
sleep 5
echo -e "\033[31m game99 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_2 ..\033[0m"
cd /usr/home/game/game99/core2 && ./game &
sleep 5
echo -e "\033[31m game99 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_3 ..\033[0m"
cd /usr/home/game/game99/core3 && ./game &
sleep 5
echo -e "\033[31m game99 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_4 ..\033[0m"
cd /usr/home/game/game99/core4 && ./game &
sleep 2
echo -e "\033[31m game99 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99 core 5 ..\033[0m"
cd /usr/home/game/game99/core5 && ./game &
sleep 5
echo -e "\033[31m game99 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc canal 1 core 1 ..\033[0m"
cd /usr/home/game/channel1/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 2 ..\033[0m"
cd /usr/home/game/channel1/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 3 ..\033[0m"
cd /usr/home/game/channel1/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 4 ..\033[0m"
cd /usr/home/game/channel1/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 5 ..\033[0m"
cd /usr/home/game/channel1/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 5 va fi pornit.\n
\n
Server pornit\033[0m"
cd ..
;;
2*)
echo -e "\033[31m Pornesc baza de date ..\033[0m"
cd invoice/db
env LD_PRELOAD="/usr/home/game/libdb_notxt.so" ./db &
sleep 2
echo -e "\033[31m Baza de date va fi pornita.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 1 ..\033[0m"
cd /usr/home/game/channel1/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 2 ..\033[0m"
cd /usr/home/game/channel1/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 3 ..\033[0m"
cd /usr/home/game/channel1/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 4 ..\033[0m"
cd /usr/home/game/channel1/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 5 ..\033[0m"
cd /usr/home/game/channel1/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 1 ..\033[0m"
cd /usr/home/game/channel2/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 2 ..\033[0m"
cd /usr/home/game/channel2/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 3 ..\033[0m"
cd /usr/home/game/channel2/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 4 ..\033[0m"
cd /usr/home/game/channel2/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 5 ..\033[0m"
cd /usr/home/game/channel2/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 5 va fi pornit.\033[0m"
sleep 5
echo -e "\033[31m Pornesc game99_1 ..\033[0m"
cd /usr/home/game/game99/core1 && ./game &
sleep 5
echo -e "\033[31m game99 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_2 ..\033[0m"
cd /usr/home/game/game99/core2 && ./game &
sleep 5
echo -e "\033[31m game99 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_3 ..\033[0m"
cd /usr/home/game/game99/core3 && ./game &
sleep 5
echo -e "\033[31m game99 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_4 ..\033[0m"
cd /usr/home/game/game99/core4 && ./game &
sleep 2
echo -e "\033[31m game99 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99 core 5 ..\033[0m"
cd /usr/home/game/game99/core5 && ./game &
sleep 5
echo -e "\033[31m game99 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc loginul ..\033[0m"
cd /usr/home/game/invoice/auth && ./game &
sleep 2
env LD_PRELOAD="/usr/home/game/share/costume.so" ./game &
echo -e "\033[31m Loginul va fi pornit.\n
\n
Server pornit\033[0m"
cd ..
;;
3*)
echo -e "\033[31m Pornesc baza de date ..\033[0m"
cd invoice/db
env LD_PRELOAD="/usr/home/game/libdb_notxt.so" ./db &
sleep 2
echo -e "\033[31m Baza de date va fi pornita.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 1 ..\033[0m"
cd /usr/home/game/channel1/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 2 ..\033[0m"
cd /usr/home/game/channel1/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 3 ..\033[0m"
cd /usr/home/game/channel1/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 4 ..\033[0m"
cd /usr/home/game/channel1/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 5 ..\033[0m"
cd /usr/home/game/channel1/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 1 ..\033[0m"
cd /usr/home/game/channel2/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 2 ..\033[0m"
cd /usr/home/game/channel2/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 3 ..\033[0m"
cd /usr/home/game/channel2/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 4 ..\033[0m"
cd /usr/home/game/channel2/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 5 ..\033[0m"
cd /usr/home/game/channel2/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 1 ..\033[0m"
cd /usr/home/game/channel3/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 2 ..\033[0m"
cd /usr/home/game/channel3/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 3 ..\033[0m"
cd /usr/home/game/channel3/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 4 ..\033[0m"
cd /usr/home/game/channel3/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 5 ..\033[0m"
cd /usr/home/game/channel3/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_1 ..\033[0m"
cd /usr/home/game/game99/core1 && ./game &
sleep 5
echo -e "\033[31m game99 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_2 ..\033[0m"
cd /usr/home/game/game99/core2 && ./game &
sleep 5
echo -e "\033[31m game99 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_3 ..\033[0m"
cd /usr/home/game/game99/core3 && ./game &
sleep 5
echo -e "\033[31m game99 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_4 ..\033[0m"
cd /usr/home/game/game99/core4 && ./game &
sleep 2
echo -e "\033[31m game99 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99 core 5 ..\033[0m"
cd /usr/home/game/game99/core5 && ./game &
sleep 5
echo -e "\033[31m game99 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc loginul ..\033[0m"
cd /usr/home/game/invoice/auth && ./game &
sleep 2
env LD_PRELOAD="/usr/home/game/share/costume.so" ./game &
echo -e "\033[31m Loginul va fi pornit.\n
\n
Server pornit\033[0m"
cd ..
;;
4*)
echo -e "\033[31m Pornesc baza de date ..\033[0m"
cd invoice/db
env LD_PRELOAD="/usr/home/game/libdb_notxt.so" ./db &
sleep 2
echo -e "\033[31m Baza de date va fi pornita.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 1 ..\033[0m"
cd /usr/home/game/channel1/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 2 ..\033[0m"
cd /usr/home/game/channel1/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 3 ..\033[0m"
cd /usr/home/game/channel1/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 4 ..\033[0m"
cd /usr/home/game/channel1/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 1 core 5 ..\033[0m"
cd /usr/home/game/channel1/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 1 ..\033[0m"
cd /usr/home/game/channel2/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 2 ..\033[0m"
cd /usr/home/game/channel2/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 3 ..\033[0m"
cd /usr/home/game/channel2/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 4 ..\033[0m"
cd /usr/home/game/channel2/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 2 core 5 ..\033[0m"
cd /usr/home/game/channel2/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 2 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 1 ..\033[0m"
cd /usr/home/game/channel3/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 2 ..\033[0m"
cd /usr/home/game/channel3/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 3 ..\033[0m"
cd /usr/home/game/channel3/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 4 ..\033[0m"
cd /usr/home/game/channel3/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 3 core 5 ..\033[0m"
cd /usr/home/game/channel3/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 3 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 4 core 1 ..\033[0m"
cd /usr/home/game/channel4/core1 && ./game &
sleep 5
echo -e "\033[31m Channel 4 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 4 core 2 ..\033[0m"
cd /usr/home/game/channel4/core2 && ./game &
sleep 5
echo -e "\033[31m Channel 4 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 4 core 3 ..\033[0m"
cd /usr/home/game/channel4/core3 && ./game &
sleep 5
echo -e "\033[31m Channel 4 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 4 core 4 ..\033[0m"
cd /usr/home/game/channel4/core4 && ./game &
sleep 5
echo -e "\033[31m Channel 4 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc Channel 4 core 5 ..\033[0m"
cd /usr/home/game/channel4/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 4 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_1 ..\033[0m"
cd /usr/home/game/game99/core1 && ./game &
sleep 5
echo -e "\033[31m game99 core 1 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_2 ..\033[0m"
cd /usr/home/game/game99/core2 && ./game &
sleep 5
echo -e "\033[31m game99 core 2 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_3 ..\033[0m"
cd /usr/home/game/game99/core3 && ./game &
sleep 5
echo -e "\033[31m game99 core 3 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99_4 ..\033[0m"
cd /usr/home/game/game99/core4 && ./game &
sleep 2
echo -e "\033[31m game99 core 4 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc game99 core 5 ..\033[0m"
cd /usr/home/game/game99/core5 && ./game &
sleep 5
echo -e "\033[31m Channel 1 core 5 va fi pornit.\033[0m"
echo -e "\033[31m Pornesc loginul ..\033[0m"
cd /usr/home/game/invoice/auth && ./auth &
sleep 2
./game &
echo -e "\033[31m Loginul va fi pornit.\n
\n
Server pornit\033[0m"
cd ..
;;
5*)
echo -e "\033[31m Pornesc loginul ..\033[0m"
cd /usr/home/game/invoice/auth && ./auth &
sleep 2
echo -e "\033[31m Loginul va fi pornit.\n
\n
Server pornit\033[0m"
cd ..
esac
Dosyaları buradan indirabilirsiniz. Safa teşekkürler....
http://www.elitepvpers.com/forum/met...nk-no-txt.html