fuuton97 Posted March 10, 2013 Report Share Posted March 10, 2013 Hola, hoy les vengo a dar este regalo de auto levantamiento, hay 1 post pero este scrip es diferente, este script las tengo con mi servidor y funcionan. - Poner en: /auth/ = login #!/bin/sh # Default flags to pass to the MUD server (see admin.txt for a description # of all flags). ############################################################################# # mv profiles/profile.2 profiles/profile.1 # mv profiles/profile.3 profiles/profile.2 # gprof $SERVER_NAME.current $SERVER_NAME.gmon > profiles/profile.3 fi if [ -r .killscript ]: then DATE=`date`; echo "autoscript killed $DATE" >> syslog rm .killscript exit fi while [ -r pause ]; do sleep 60 done done - Poner en /db/ = Base de Datos #!/bin/sh # Default flags to pass to the MUD server (see admin.txt for a description # of all flags). ############################################################################# SERVER_NAME=./db while ( : ) do else rm .fastboot sleep 3 fi if [ -r .killscript ]: then DATE=`date`; echo "autoscript killed $DATE" >> syslog rm .killscript exit fi while [ -r pause ]; do sleep 60 done done - Poner en los channel = Canales #!/bin/sh # Default flags to pass to the MUD server (see admin.txt for a description # of all flags). ############################################################################# SERVER_NAME=./game while ( : ) do DATE=`date` echo "autoauth starting auth $DATE" >> syslog echo "running" $SERVER_NAME >> syslog # cp -f $SERVER_NAME $SERVER_NAME.current if [ -r .killscript ]: then DATE=`date`; echo "autoscript killed $DATE" >> syslog rm .killscript exit fi while [ -r pause ]; do sleep 60 done done Explicación: Guardan esos tres archivos en las rutas mencionadas, con el nombre de auto.sh, una vez metido en cada ruta le dan permisos 777, seguidamente abren su start.sh y agregan esta línea: ./auto.sh &Un Ejemplo de como quedaría sería así, tener en cuenta que se coloca en todo, el inicio de db, auth y los canales: 1*) echo -e "033[31m Iniciando DB ..033[0m" cd ./data/db ./db & ./clear_logs.sh & ./auto.sh & sleep 2 clear echo -e "033[31m n Iniciando Auth ..033[0m" cd ../../canales/auth ./auth & ./clear_logs.sh & ./auto.sh & sleep 2 clear Espero que les guste este aporte. Disfruten. Saludos. Slabon, noob, APRENDIZ and 1 other 4 Quote Link to comment Share on other sites More sharing options...
APRENDIZ Posted March 11, 2013 Report Share Posted March 11, 2013 una duda xd cuando dices poner en chanel que supongo k es mediante ftp creo un txt o k?xd Quote Link to comment Share on other sites More sharing options...
fuuton97 Posted March 11, 2013 Author Report Share Posted March 11, 2013 una duda xd cuando dices poner en chanel que supongo k es mediante ftp creo un txt o k?xd Hay mismo dice todo, lo metes en los canales, si tienes 2 o 4 los metes hay como auto.sh. Quote Link to comment Share on other sites More sharing options...
floggers74 Posted March 11, 2013 Report Share Posted March 11, 2013 Perfecta, Me Funciono a la perfeccion al primer intento a todo, Gracias . Quote Link to comment Share on other sites More sharing options...
Robert Posted March 18, 2013 Report Share Posted March 18, 2013 Pues lo puse a los 3 dias puff ch4 off y ch1 tmb, futton aceptame skype no seas asi... Quote Link to comment Share on other sites More sharing options...
ร¡๓vąℓ Posted April 6, 2013 Report Share Posted April 6, 2013 ¿Qué es esto? Quote Link to comment Share on other sites More sharing options...
leo2993 Posted December 12, 2014 Report Share Posted December 12, 2014 A mi no me va Me dice ./auto.sh not found y repase todos los pasos :/ Quote Link to comment Share on other sites More sharing options...
Neo Posted December 12, 2014 Report Share Posted December 12, 2014 A mi no me va Me dice ./auto.sh not found y repase todos los pasos :/ Tienes que colocarlos en el sh .start.sh Así Debes iniciar sesión para ver el contenido del enlace en esta publicación. y también que estén en los channels Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos. leo2993 1 Quote Link to comment Share on other sites More sharing options...
Dabliuz Posted December 12, 2014 Report Share Posted December 12, 2014 lo probare sifunciona te lo agradesco ya que lo estaba buscando hace un mes de igual hay te va tu +1 Quote Link to comment Share on other sites More sharing options...
leo2993 Posted December 26, 2014 Report Share Posted December 26, 2014 Tienes que colocarlos en el sh .start.sh Así Debes iniciar sesión para ver el contenido del enlace en esta publicación. y también que estén en los channels Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos. Muchas gracias, lo intentaré de nuevo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.