How can i Run a SA-MP Sever on a Webspace ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How can i Run a SA-MP Sever on a Webspace ? (
/showthread.php?tid=265810)
How can i Run a SA-MP Sever on a Webspace ? -
Johann95 - 02.07.2011
Hello Guys
I Have a Question !
We can i install and run a SA-MP Server on a Webspace via Mysql Database ?
a friend of mine has said it is possible on Mysql
Please Answer !
Best Thanks When their Can help me !
Re: How can i Run a SA-MP Sever on a Webspace ? -
Jochemd - 02.07.2011
How in hell do you want to start the server?...
AW: How can i Run a SA-MP Sever on a Webspace ? -
Johann95 - 02.07.2011
Mysql needs to be possible!
Re: How can i Run a SA-MP Sever on a Webspace ? -
Rocketeer - 02.07.2011
MySql is a database brother, it will not run your server it will get info from your server tho.
Re: How can i Run a SA-MP Sever on a Webspace ? -
SchurmanCQC - 02.07.2011
This is completely impossible.
Re: How can i Run a SA-MP Sever on a Webspace ? -
TeamPublic - 02.07.2011
You can't do it
Re: How can i Run a SA-MP Sever on a Webspace ? -
linuxthefish - 02.07.2011
You can get your hosted/home server to connect to your webspace SQL table. You may be able to run your server by running a cronies job, or via a php shell.
Re: How can i Run a SA-MP Sever on a Webspace ? -
jameskmonger - 02.07.2011
you smelly imbecile
Re: How can i Run a SA-MP Sever on a Webspace ? -
iLinx - 03.07.2011
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
Re: How can i Run a SA-MP Sever on a Webspace ? -
Mr187 - 03.07.2011
Quote:
Originally Posted by iLinx
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
|
Why tell him how? Hes going to end up having his webhosting suspended or removed quite quickly.