Jump to content

What does it take to..


Recommended Posts

What does it take to allow for files to be written to from an external file. I geuss what I am really asking is can a computer remotely write files on the server without requirning the password. I know I could do this with an ftp server but I am trying to make a multiplayer game(In the alice program). I feel like an ftp would be too slow even though it will only require text files. I was wondering if anyone had any segstions.

Link to comment
Share on other sites

Yeah we know that would be hard but these are file of sizes around 12kb. I think we would have to limit it to games like chess and checkers but I think it would be possible because it doesn't need to be incredibly fast.

Link to comment
Share on other sites

Yeah we know that would be hard but these are file of sizes around 12kb. I think we would have to limit it to games like chess and checkers but I think it would be possible because it doesn't need to be incredibly fast.

I misunderstood. I thought you mean something along the lines of a MMORPG. For what you would like to do, learn php and MySQL. php has file writing functions on its own, but php + MySQL is a lot less hassle than php + files on the server. http://www.redhotpawn.com/ is an example of this.

Link to comment
Share on other sites

Join the conversation

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

Guest
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...