Jump to content
MakeWebGames

Hosting


OperationPalioxis

Recommended Posts

http://x10hosting.com/ is the only free host that i know of that allows game scripts on free hosting... If you do sign up for free hosting with them instead of waiting for it to get verify you can browse their forum and it will activate the hosting... after you activated it through your email... just a tip lol.. Edited by lucky3809
Link to comment
Share on other sites

x10hosting doesnt allow crons, therefore not making it suitable for a game.

You can easily remove most the crons in McCode. For instance the one which updates the Jail and Hospital count every minute isn't needed. The rest you could replace with the timestamp cron conversions on here.

Link to comment
Share on other sites

Alpha testing is basically only testing types of data (as well as checking for errors);

- Normal data (data that should be accepted)

- Extreme data (data that is on either side (lowest/highest) of the boundary limits)

- Erroneous data (data that should not be accepted)

Your basically testing the code to see if it works, so no members are required. Beta testing would require members as you are giving the product to those who don't know how the code works, so you can gain an audience view on it, as well as them finding issues that you would have probably missed, as well as gaining feedback on things to advance on.

Overall, you could use xampp/wamp for alpha and then purchase hosting for beta.

-sniko

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