Well this is my very crude Install file to start of with
I will work on this file to so that it is more helpful but right now
im just concentrating on getting it all work etc.
It has been tested and works under Linux but it should work on any OS that
supports perl 

NOTE: UGLYGS NEEDS TO BE LOCATED IN A NONE WEB DIRECTORY, ONLY ITS OUTPUT SHOULD BE SEEN FROM THE WEB
	eg. /usr/local/uglygs/		For the install directory
	    /var/www/html/uglygs/	For the output directory

 
1. untarball the files into the directory that you wish to use

2. copy the /images directory and all its contents to your uglygs web directory(only required if using the web option)

3. change directory into the "qstat" directory and install qstat

	NOTE IT IS A MODIFIED VERSION OF QSTAT FOR UGLY GAME SEARCH ENGINE
	------------------------------------------------------------------

	Compilation instructions for QStat
	----------------------------------
	
	I've simplified the compilation process for qstat.  Assuming you
	have some sort of make utility and a C compiler, you can run the   
	following in a shell or command window to compile qstat:

	make <operating system>


	Instructions for VMS can be found at the end of this file.

	The supported operating systems are in the Makefile:

	solaris         Sun Solaris 2.4, 2.5, 2.6
	sgi irix        SGI Irix 5.3, 6.4
	freebsd         FreeBSD
	openbsd         OpenBSD
	linux           Linux
	windows         Windows 95/NT using Microsoft compiler
	os2             OS/2 Warp using IBM Visual Age compiler
	os2emx          OS/2 Warp using EMX compiler
	hp              HP-UX 10.20 and 11.0 using their ANSI C compiler
	aix             AIX 4.2
	osx             Macintosh OSX (Darwin)

	If your system uses GNU cc, edit the Makefile appropriately, or run

5. change directory into the "rrdtool" directory and install rrdtool

	./configure
	make

	It should run from that directory Withour any problems



4. Edit the uglygs.conf file to make all the options correct for your system (See README)
 
5. If you are using the web output you must have RRDtool installed on your PC
	it can be found here http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
	This program is used for the graphing feature.
 
----------
Other Info
----------

Servers.static:
	If you have dedicated servers on unusual ports or a server that isn't getting detected
	it can be added to the servers.static file. the layout of the file comes in the form of a code
	and an ip address. eg.

		UNS 192.168.0.32:8888
		Q3S 192.168.0.20:25800 

		AP2S           query Alien Vs Preditor 2 server
		AMS	       query America's Army
		BDS            query Battlefiled 1942 server
		BDL            query Battlefiled 1942 LAN server
		BFS            query BFRIS server
		D3G            query Descent3 Gamespy Protocol server
		D3S            query Descent3 server
		DKS	       query Daikatana
		GOS            query Global Operations server
		GRES           query Gore server
		GRS            query Ghost Recon server
		H2S            query Hexen II server
		HLS            query Half-Life server
		HRS            query Heretic II server
		HWS            query HexenWorld server
		IGIS           query IGI-2 Covert Strike server
		J2S            query Jedi Knight 2 server
		KPS            query Kingpin server
		MHS            query Medal of Honor: Allied Assault server
		NWS	       query Never Winter Night Server
		QS             query Quake server
		QWS            query QuakeWorld server
		Q2S            query Quake II server
		Q3S            query Quake III: Arena server / Return to Castle Wolfenstein server /Star Trek: Elite Force server
		RMS            query Rally Masters server
		RGS            query Command and Conquer: Renegade server
		SDS            query Soldat server
		SNS            query Sin server
		SGS            query Shogo: Mobile Armor Division server
		SMS            query Serious Sam server /Serious Sam 2 Server
		SFS            query Soldier of Fortune server
		SF2S           query Soldier of Fortune 2 server
		TBS            query Tribes server
		T2S            query Tribes 2 server
		UNS            query Unreal server /Unreal Tournament
		UT2S           query Unreal Tournament 2
		V8C            query V8 Supercar Challenge server
		VCG            query VietCong server
		GPS            query Gamespy Protocol server


	This list can go on as long as you like.

