Jump to content

Recommended Posts

Posted

I'm trying to run http://sourceforge.net/projects/jsettlers on my site, but it requires that I initialize a server with the command:

 

java soc.server.SOCServer 8880 10

 

But I'm not sure how to exactly go about that. I've tried phpShell, but there is no java command and running the command from a init file isn't working either.

 

There is a bin file that can be ran; however, it seems to be asking for the location of the java SDK... this I assume is available, but hidden in a file that I cannot access or see.

 

Any help discerning where I should go next would be greatly appreciated.

 

Brad

Posted (edited)

Once upon a time TCH allowed SSH (shell) access to the servers, and therefore phpshell was allowed as well. That policy has since changed (for shared servers), but that is why you can still find old posts referring to both of those no longer allowed access methods.

 

In addition, running server side daemons (services) by users on shared hosting isn't allowed, and won't work (it's blocked). To make that game work, you have to run a server process to allow the game clients to connect to it.

 

I'm sorry about the above, but allowing a user to run their own process on a server port of a shared server has too many security issues to allow.

Edited by TCH-MikeJ

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...