* Add files via upload
v2.02 UPDATE: 10/30/2019
1.) Added folder "swgsourceclient" for VM owner to add his configured client in zip format to allow others to download the client.
2.) Modified "addnewuser.php" file to include a download link and file location for client download in compressed file format
Bandit
* typo
* closing tag
* HTML fixes
-Put the download link within the document body.
-Remove the closing br tag, which isn't a thing. It's a self closing tag.
* v2.03 HTML Update
v2.03 UPDATE: 11/15/19
1.) Cleaned up some misplaced HTML code that was out of sync on index.php
a.) Removed broken links to webpages that no longer exist but I did keep the names of those sites on the left column of index.php
b.) Reactivated intro music but added "muted" to line of code so you can't hear the music play on index.php
c.) Removed code and background for "Star Wars" background pic and added new code and background pic on index.php
2.) Removed code and background for "Vader Lightsaber" background pic and added new code and background pic on addnewuser.php
a.) Removed link to download SWG Source Client to give the server owner an option to point to a link to download file or host file within VM
* Fix HTML errors
+ BR is a self closing tag. There is no such thing as </br>
+ There shouldn't be any content outside of </body>
+ <center> needs to be closed
* Just trying to close all open tags
* It seems both should be centered
* Add files via upload
v2.02 UPDATE: 10/30/2019
1.) Added folder "swgsourceclient" for VM owner to add his configured client in zip format to allow others to download the client.
2.) Modified "addnewuser.php" file to include a download link and file location for client download in compressed file format
Bandit
* typo
* closing tag
* HTML fixes
-Put the download link within the document body.
-Remove the closing br tag, which isn't a thing. It's a self closing tag.