| | Server Stats Kevin Loch
| | | Just for grins, I did a quick and dirty Server Statistics page that updates every 5 minutes. It only has statistics for the current day, no cumulative of historical data yet. Also, no FTP data yet. I think the next interesting piece of data to have (...) (25 years ago, 15-Jul-99, to lugnet.publish)
| | | | | | | | Re: Server Stats Kevin Loch
| | | | | Oops, I forgot to give the url for the server stats: (...) (25 years ago, 15-Jul-99, to lugnet.publish)
| | | | | | | | | | | | Re: Server Stats John DiRienzo
| | | | | Hi Kevin, I think 24 is a good number of thumbs per page. However, I think you should have 4 columns by six rows, to avoid horizontal scrolling on small screens. Also, I wondered how you made these thumbs? -- Have fun! John AUCTION Page (15 Sealed (...) (25 years ago, 16-Jul-99, to lugnet.publish)
| | | | | | | | | | | | Re: Server Stats Kevin Loch
| | | | | The complete script is about 150 lines of code, here's the basic idea: djpeg -pnm ${filename}.jpg > ${filename}.pnm # (or if it's a gif use gif2pnm) ppmscale -xysize 128 128 ${filename}.pnm > ${filename}_thumb.pnm cjpeg ${filename}_thumb.pnm > (...) (25 years ago, 17-Jul-99, to lugnet.publish)
| | | | | | |