[Tutorial] How to upload your client or server to Github!
Hello MPGH, today I will be showing you how to put your client or server on Github.
1. Make a Github account and verify it if you have not done so.
2. Go to your profile and create a repository.
3. Enter your repository name. This is a website, so you would put your username and then .github****. Check "Initialize this repository with a README" as well.
Click "Create repository" when you are finished.
4. Once you are in your repository, you should "Create new file".
5. Rename the file "index.html" and paste this HTML code.
HTML Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" />
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
<META HTTP-EQUIV="Expires" CONTENT="-1" />
<script language="JavaScript" type="text/javascript">
var g_cacheBuster = "__rotmg_cb=1452042685";
</script>
<style>
body { margin: 0; padding: 0; overflow: hidden;
background-color: #000; color: #fff; }
:link { color: #ccf; }
:visited { color: #fcf; }
.footer { margin: 16px auto; width: 416px; }
.footer .studio { float: left; margin-right: 24px; }
.footer .studio.kabam { float: left; margin-top: 7px; }
.footer .studio.last { margin-right: 0px; }
.KBPAY_IframeDialogCurtain {
position: absolute;
width: 2000px;
top:0;
left:0;
background-color:#000;
-moz-opacity:0.3;
opacity:.30;
filter:alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.KBPAY_IframeDialog {
position: absolute;
}
</style>
<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 11;
// Minor version of Flash required
var requiredMinorVersion = 2;
// Minor version of Flash required
var requiredRevision = 0;
// -----------------------------------------------------------------------------
// -->
</script>
<body>
<center>
<object width="800" height="600" data="client.swf"></object>
</center>
</body>
</html>
6. After that click "Commit new file"

7. Then, click "Upload files", which would be your client.

8. Rename your client to client.swf, and then drag or choose the .swf onto the space.

"Commit changes" when finished.
9. To visit your website, you would go to (yourusername).github****. Mine would be lexussd.github****.
The page should look like production's page but with your server instead.
Thanks for reading! (Sorry for outside links)