Commit Graph

12 Commits

Author SHA1 Message Date
Elour
88abab5b3a add login, logout, and change password pages
change password allows a user to set their own password, superadmin can change anyones password
2020-04-05 14:25:14 -07:00
Elour
cb870e522b update index.php
display username and change password if logged in, display login url if not; updated login/game status table to be true centered
2020-04-05 14:21:43 -07:00
Bandit42
42523a2e05 v2.03 UPDATE HTML (#4)
* 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
2019-11-27 11:34:32 -05:00
Bandit42
b76e2719cb Add files via upload (#3)
* 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.
2019-10-30 20:54:55 -07:00
Tekaoh
9aef150700 Merge pull request #2 from swgresurgence/patch-2
Fixed bug with logging.
2019-09-10 12:36:35 -05:00
SWG: Resurgence
9a5bb49f52 Fixed bug with logging.
Removed decode check for ip and stationID.
2019-09-09 18:49:00 -05:00
Tekaoh
1e5ec0c0a4 Merge pull request #1 from swgresurgence/patch-1
Added Auth Log Functions.
2019-09-06 20:17:34 -05:00
Tekaoh
1cfcb52db3 Disable logging by default and add an explanation 2019-09-06 20:05:27 -05:00
SWG: Resurgence
39130d878f Removed Redundant Echo 2019-09-06 19:34:16 -05:00
SWG: Resurgence
a99621bc6b Added Auth Log Functions.
- Added section organization.
- Added definitions for IP Addresses and Station ID's
- Added Content for Auth Logs.
2019-09-06 09:52:23 -05:00
Myles Markevich
78fd3f5b5a Create README.md 2018-11-30 10:09:34 -06:00
theswgsource
54f6f8e5e7 initial commit 2018-04-29 02:36:24 -07:00