Search the Community
Showing results for tags 'debian'.
-
Hola buenas, necesito saber si hay alguna forma (o mas bien, que me brinden un ejemplo) de acceder a los archivos que esten dentro de la carpeta root del VPS, mi idea inicial es, en lugar de descargar archivos (como canciones mp3 y archivos .map), leerlos directamente a través de scripting para evitar que la descarga sea muy pesada. Dentro del servidor de mta tengo una carpeta con todos los mapas "[maps]" divididos entre sus gamemodes. En el caso de la musica simplemente acceder a ella utilizando este codigo (solo es un ejemplo): local fileloader = {} fileloader.ip = "127.0.0.1" --ejemplo function fileloader.load(gamemode, mapname, path) if mapname then playSound("http://"..(fileloader.ip).."/[maps]/["..gamemode.."]/"..mapname.."/"..path) end end es posible hacer algo asi con la carpeta root? y si es posible podrian darme un ejemplo?
-
Hello, please someone help me on this error. Screenshoot: I dont know why this error, i've installed MTA Server on the same OS, but I have never encountered an error like this, usually there is no problem in the setup. Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.82-1 Debian GNU/Linux 7 (wheezy)
-
Made a script for auto handling MTA server installs.. In you SSH console you should first execute this: sudo wget -O mta-install.sh http://mta.ggcommunity.net/scripts/mta-install.sh && sudo chmod +x mta-install.sh And then run this: sudo ./mta-install.sh After doing this you should have a server up and running. To see the console use: screen -r mtaserver To exit console without shutdown do this combination of keys: CTRL + A + D Remember to edit ACL.XML and MTASERVER.CONF with the server off to your needs. My original post: Note: I'll try to keep this script updated and improved but i don't guarantee this Note2: I've reused some of renkon's functions for getting latest server versions and system architecture. Changelog 11/19/2016: Added some functions to check latest MTA Version and architecture version.( Thanks to renkon on that )