03.07.2011, 17:45
Quote:
It is possible to run a game server through web hosting however your account will quickly be suspended.
Login to your web host's shell account (your cPanel username @ your domain), password is the same as your cPanel password. [~]# wget http://team.sa-mp.com/files/samp03csvr_R2-2.tar.gz [~]# tar xvfz samp03c* [~]# cd samp03 [~/samp03]# cat server.cfg | sed s/'rcon_password changeme'/'rcon_password changeme2'/ > tmp && mv tmp server.cfg [~/samp03]# ./samp03svr |