Official Soldat Forums

Server Talk => Server Help => Topic started by: Grim on July 14, 2006, 07:34:40 pm

Title: Server
Post by: Grim on July 14, 2006, 07:34:40 pm
OK, if I have full FTP acces to a site, is there any way I can run a sever from that site?

Sorry, just realized that I put this in the wrong place. :-[
Title: Re: Server
Post by: FliesLikeABrick on July 14, 2006, 08:22:29 pm
no worries, moved.

To answer your question: no, FTP only access is not enough.  If you have the ability to run php scripts, then you can run a soldat server...


... but I do not reccomend doing this for a couple reasons
1) many webhosts will ban you from their server for doing this
2) the server will likely run really, really badly: ping/lag spikes and other performance issues.  This is because the box you're on is likely a dedicated webserver, and as such it is prone to high loads from pages being processed.

In other words, it may be possible but you do so at your own risk and we do not reccomend it at all.  In order to do so, you need to know bits of php or have a php control panel that'll work on their server.

I don't think it is worth the effort.  If you want a server that badly, just rent one or play on pubs.
Title: Re: Server
Post by: Grim on July 14, 2006, 08:30:51 pm
Mkay, thanks for the tip.
Title: Re: Server
Post by: mar77a on July 14, 2006, 09:52:46 pm
Quote
If you have the ability to run php scripts, then you can run a soldat server...

eeeeh, i don't think it's as simple as that, most servers do have shell execution php commands disabled. if you can perform those you probably have SSH access also.
Title: Re: Server
Post by: FliesLikeABrick on July 14, 2006, 10:06:18 pm
Quote
If you have the ability to run php scripts, then you can run a soldat server...

eeeeh, i don't think it's as simple as that, most servers do have shell execution php commands disabled. if you can perform those you probably have SSH access also.

I was merely making some generalizations to answer his question