antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
andrecas

[Duvida] Serverfiles Maxmi 3.6

Question

Boas, já abri as files no freebsd, já fiz os tar.gz's mas agora aparece-me este erro! LINK: http://postimg.org/image/rpcrez31h/

 

E no WinSCP aparece isto! LINK: http://postimg.org/image/dklxcj521/

 

Alguem sabe como resolver? Sim, já mudei os caminhos no start.sh etc...

 

Agradecia respostas, cumprimentos! :3

Share this post


Link to post
Share on other sites

8 answers to this question

antiblock
Rodnia | Alpha & Omega
  • 0

 

#!/bin/sh

 
 
echo -e "033[31m  
Maxmi & BlackForce - TR Server Files v.3.6 - 02.09.2014 n 
Kanal sayisi giriniz n 
1 - 1 Kanaln 
2 - 2 Kanaln 
3 - 3 Kanaln
4 - 4 Kanal033[0m"
 
read chs
 
case $chs in 
1*) 
 
echo -e "033[31m Database Acýlýyor ..033[0m"
cd /usr/home/game/db
./maxmidb &
sleep 2
clear
echo -e "033[31m n Giris Aciliyor ..033[0m"
cd /usr/home/game/auth 
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.Kanal Aciliyor ..033[0m"
cd /usr/home/game/channel1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.1 Kanal Aciliyor ..033[0m"
cd /usr/home/game/channel1/channel1_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n Game99 Aciliyor ..033[0m"
cd /usr/home/game/game99
./maxmigame &
sleep 2
clear
 
 
;;
2*)
 
echo -e "033[31m Database Acýlýyor ..033[0m"
cd /usr/game/db
./maxmidb &
sleep 2
clear
echo -e "033[31m n Giris Aciliyor ..033[0m"
cd /usr/game/auth 
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.Kanal Aciliyor ..033[0m"
cd /usr/game/channel1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel1/channel1_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.Kanal Aciliyor ..033[0m"
cd /usr/game/channel2
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel2/channel2_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n Game99 Aciliyor ..033[0m"
cd /usr/game/game99/
./maxmigame &
sleep 2
clear
 
 
;;
3*)
 
echo -e "033[31m Database Acýlýyor ..033[0m"
cd /usr/game/db
./maxmidb &
sleep 2
clear
echo -e "033[31m n Giris Aciliyor ..033[0m"
cd /usr/game/auth 
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.Kanal Aciliyor ..033[0m"
cd /usr/game/channel1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel1/channel1_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.Kanal Aciliyor ..033[0m"
cd /usr/game/channel2
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel2/channel2_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 3.Kanal Aciliyor ..033[0m"
cd /usr/game/channel3
./maxmigame &
sleep 2
clear
echo -e "033[31m n 3.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel3/channel3_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n Game99 Aciliyor ..033[0m"
cd /usr/game/game99
./maxmigame &
sleep 2
clear
 
 
 
;;
4*)
 
echo -e "033[31m Database Acýlýyor ..033[0m"
cd /usr/game/db
./maxmidb &
sleep 2
clear
echo -e "033[31m n Giris Aciliyor ..033[0m"
cd /usr/game/auth 
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.Kanal Aciliyor ..033[0m"
cd /usr/game/channel1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 1.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel1/channel1_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.Kanal Aciliyor ..033[0m"
cd /usr/game/channel2
./maxmigame &
sleep 2
clear
echo -e "033[31m n 2.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel2/channel2_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 3.Kanal Aciliyor ..033[0m"
cd /usr/game/channel3
./maxmigame &
sleep 2
clear
echo -e "033[31m n 3.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel3/channel3_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n 4.Kanal Aciliyor ..033[0m"
cd /usr/game/channel4
./maxmigame &
sleep 2
clear
echo -e "033[31m n 4.1 Kanal Aciliyor ..033[0m"
cd /usr/game/channel4/channel4_core1
./maxmigame &
sleep 2
clear
echo -e "033[31m n Game99 Aciliyor ..033[0m"
cd /usr/game/game99
./maxmigame &
sleep 2
clear
 
 
 
;;
esac
Não ligues aos outros 3 ch's..

Share this post


Link to post
Share on other sites
  • 0

Isso era o q tava, e não dava.. xd

Share this post


Link to post
Share on other sites
  • 0

Adiciona no skype para te dar dados

 

ID do skype: aceita.marcos

Share this post


Link to post
Share on other sites
  • 0

Adiciona no skype para te dar dados

 

ID do skype: aceita.marcos

esse arquivo do maxmi esta bugado mesmo que consigas por a funcionar na vb como eu pus, ele vai te dar erro ao fazer login mais tarde, ja pus aqui um tut com as files funcionais essas tem um erro de conexão

Share this post


Link to post
Share on other sites
  • 0

muda o nome dos tar's para maxmigame e maxmimysql.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this