Luigi123 Posted December 21, 2017 Posted December 21, 2017 Hi,I need to open udp and tcp port number 27025 for my csgo game server connect to my Sourcebans. Thanks.
Krydos Posted December 22, 2017 Posted December 22, 2017 Does it work now? Do you still need all of these? tcp|out|d=21715|d=158.69.57.87 # luigi123 udp|out|d=21715|d=158.69.57.87 # luigi123 tcp|out|d=21725|d=158.69.57.87 # luigi123 udp|out|d=21725|d=158.69.57.87 # luigi123 tcp|out|d=21735|d=158.69.57.87 # luigi123 udp|out|d=21735|d=158.69.57.87 # luigi123
Luigi123 Posted December 22, 2017 Author Posted December 22, 2017 I'm sorry, my csgo game server ip is: 192.99.0.216 And yes, I still need them for my other game servers.
Krydos Posted December 22, 2017 Posted December 22, 2017 Ok. tcp|out|d=27025|d=192.99.0.216 # luigi123 udp|out|d=27025|d=192.99.0.216 # luigi123 Does it work now?
Luigi123 Posted December 22, 2017 Author Posted December 22, 2017 Why am I getting this error when I install Sourcebans? Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@hyten.heliohost.org to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Krydos Posted December 22, 2017 Posted December 22, 2017 Probably the same reason everyone gets 500 errors -rw-rw-r--. 1 luigi123 luigi123 1535 Dec 21 17:06 index.php ^
wolstech Posted December 22, 2017 Posted December 22, 2017 Your files are writable by the group. Change the permissions on them to 644 and it will work.
wolstech Posted December 22, 2017 Posted December 22, 2017 Yes. All PHP files must be 644 or they won't work. When you use SFTP, they upload as 664 and need to be changed.
Luigi123 Posted December 22, 2017 Author Posted December 22, 2017 Is there a way I can change all the php files permission to 644 faster instead going over each folders?
Krydos Posted December 22, 2017 Posted December 22, 2017 Check the recurse into subfolders and apply to files only. Files need to be 644, and directories need to be 755.
Recommended Posts