v0.3:
-Last version that cached the player stats as an image. 
-Added code to automatically set the max parameter for rand().

v0.4:
-Switched to caching player stats in a php file as text data.
-changed the directory structure for better organization.

v0.5:
-Added Units variable so that metric or imperial units can be easily configured.

v0.6:
-Fixed bug that showed offline players as online when script tried to pull the live stats from the LFSWorld server too quickly after just pulling the stats (needs at least 5 sec delay for free service. premium service has no such limitation).
-Deleted duplicate files from images directory, and adjusted the code that calculates the max parameter for rand().

v0.7:
-added switch command for changing user name to match LFS name.
-switch command is used as an include file.

v0.8:
-add date info inside cache file for debugging.
-changed how server names are displayed to fix bug that caused incorrect character to be displayed at times.
-switched fonts used for Japanese text.

v0.9:
-Updated instructions with clarification on .htaccess use
-added support for external individual ident keys for multiple users.

v.10:
-Added Points area for league use

v.11:
-Added pubstats 1.3 functionality
-Hide Points display if Points aren't used
-Adjusted positioning of stats
-Changed stats to display 3.1(k/m/b) digit max for better use of space. displays correct unit size up to billions. trillions can be added if necessary O_O;

v.12:
-Optimized the code to remove redundancy and better organization