CeKiT Posted February 24, 2013 Posted February 24, 2013 Hi all. Is there any server monitor? Other than GameQ? I need to monitor it from PHP Thanks
Jaysds1 Posted February 24, 2013 Posted February 24, 2013 GameQ, GameQuery That's all i got... My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
CeKiT Posted February 24, 2013 Author Posted February 24, 2013 GameQ not work on my vps. When I enter miwebsite.com / test.php. Says I have no permissions. Bzip2 already installed.
Jaysds1 Posted February 24, 2013 Posted February 24, 2013 How exactly did u install bzip2? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
MTA Team Blokker_1999 Posted February 25, 2013 MTA Team Posted February 25, 2013 well then, can the webserver access the files you present it with. And is the server able to process php pages all together. Please note that when using lightweight servers (like nginx and lighttpd) it's not only the webserver itself that needs to access the files, but the user that is running php via cgi or fpm also needs access rights.
CeKiT Posted February 25, 2013 Author Posted February 25, 2013 and how I can take those permitos. I have a virtual private server. CentOS
Anderl Posted February 25, 2013 Posted February 25, 2013 Using command chmod should do it: chmod -R 777 %PATH_TO_GAMEQ% This will give 777 rights to all folders and files inside the folder you passed as parameter. "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
CeKiT Posted February 26, 2013 Author Posted February 26, 2013 Using command chmod should do it: chmod -R 777 %PATH_TO_GAMEQ% This will give 777 rights to all folders and files inside the folder you passed as parameter. chmod: cannot access `%PATH_TO_GAMEQ%': No such file or directory
Anderl Posted February 26, 2013 Posted February 26, 2013 Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ. "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
Jaysds1 Posted February 27, 2013 Posted February 27, 2013 Of course it will give that error, you should not simply copy+paste things that we post here. %PATH_TO_GAMEQ% is obviously a placeholder for the path, you must change it to the path of GameQ. Anderl is right, for an example: '%PATH_TO_GAMEQ%' would be '%PROGRAMFILES%\GameQ' if you haven't changed the Folder name. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
CeKiT Posted February 28, 2013 Author Posted February 28, 2013 The script is located in /var/www/html/GameQ. As serious? Not well understood.
Anderl Posted February 28, 2013 Posted February 28, 2013 Should not be hard to write the path you just wrote instead of '%PATH_TO_GAMEQ%'. As serious? Not well understood. Can you talk in a better English or explain yourself better? I didn't get that. "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
CeKiT Posted March 2, 2013 Author Posted March 2, 2013 sorry my english is very bad. Help me. Iam noob in vps administration.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now