| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| DLashley -
 
 
 Joined: 18 Dec 2002
 Posts: 207
 Location: New York, NY
 
 | 
			
				|  Posted: Tue Jan 28, 2003 8:04 am    Post subject: How to show STATS to public? |   |  
				| 
 |  
				| How can I display the data from "stats.chl" on a page that can be viewed by anyone who visits my server?  I also would like this page to refresh every XX mins and update the data.  Can it be done without using an outside stats program? 
 Server Uptime:
 Hits:
 Error Hits:
 HTML Hits:
 Not Modified Hits:
 Output (Kb):
 
 I could use a Stats program like Analog or Webalizer, but I really don't want a huge, fancy stats page with a bunch of graphs.  lol.  I just want to display the above info in a neat little table or something.
 
 Thanks in advance for any help!   :D
 _________________
 DLashley
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Wed Jan 29, 2003 8:49 pm    Post subject: Re: How to show STATS to public? |   |  
				| 
 |  
				|  	  | DLashley wrote: |  	  | How can I display the data from "stats.chl" on a page that can be viewed by anyone who visits my server?  I also would like this page to refresh every XX mins and update the data.  Can it be done without using an outside stats program? 
 Server Uptime:
 Hits:
 Error Hits:
 HTML Hits:
 Not Modified Hits:
 Output (Kb):
 
 I could use a Stats program like Analog or Webalizer, but I really don't want a huge, fancy stats page with a bunch of graphs.  lol.  I just want to display the above info in a neat little table or something.
 
 Thanks in advance for any help!   :D
 | 
 It would be very very difficult to do so in the current version.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| DLashley -
 
 
 Joined: 18 Dec 2002
 Posts: 207
 Location: New York, NY
 
 | 
			
				|  Posted: Thu Jan 30, 2003 2:08 am    Post subject: |   |  
				| 
 |  
				| Ok.  Thanks for responding.   :) 
 Where exactly does the server get that info from (the info on the stats.chl page)?   Maybe a script could be written in perl or php that would call the same server variables (or whichever ones I want), and allow me to put the output on a different page.
 _________________
 DLashley
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Fri Jan 31, 2003 10:00 am    Post subject: |   |  
				| 
 |  
				|  	  | DLashley wrote: |  	  | Ok.  Thanks for responding.   :) 
 Where exactly does the server get that info from (the info on the stats.chl page)?   Maybe a script could be written in perl or php that would call the same server variables (or whichever ones I want), and allow me to put the output on a different page.
 | 
 The server has internal counters that are incremented when serving each request. The console has only to read those counters and to display them.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| DLashley -
 
 
 Joined: 18 Dec 2002
 Posts: 207
 Location: New York, NY
 
 | 
			
				|  Posted: Thu Feb 06, 2003 7:57 am    Post subject: |   |  
				| 
 |  
				| Ok thanks again. _________________
 DLashley
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |