On Tue, 02 May 2000 21:27:59 -0500, "Glenn McCorkle" <[EMAIL PROTECTED]>
wrote:
------------snip------------
> It's an "xbitmap" file that's doing it. (the page hit counter)
> Insert this line into your mime.cfg file to fix this one.
> image/x-xbitmap TXT
Glenn,
I put that in my mime.cfg right after the [MIME] declaration at
the beginning....I hope that's where you meant for it to go...I also
chenged the FILE EXTENSIONs declaration from XBP to TXT
So far the changes haven't screwed my OFFLINE operation up....<g>
but haven't had a chance to try it on Ron's Arachne-trap. Will go
there later tonight...
....LATER...nope..that didn't cure the problem...I still get 1K loss
switching back and forth from Mailpage-to-Webpage-to-Mailpage.
Here is that "right-click" on the counter image:
#define count_width 48
#define count_height 12
static char count_bits[] = {
0xff,0xff,0xff,0xff,0xff,0xff,0xc3,
0xc3,0xcf,0xc3,0xc3,0xc3,0x99,0x99,
0xcf,0x99,0x99,0x99,0x9f,0x99,0xc7,
0x99,0x99,0x9f,0x9f,0x99,0xc7,0x99,
0x99,0x9f,0xcf,0x99,0xcb,0xc3,0xc3,
0xc7,0xe7,0x83,0xcb,0x99,0x99,0x9f,
0xf3,0x9f,0xcd,0x99,0x99,0x9f,0xf9,
0x9f,0x81,0x99,0x99,0x9f,0xf9,0xcf,
0xcf,0x99,0x99,0x99,0x81,0xe3,0x87,
0xc3,0xc3,0xc3,0xff,0xff,0xff,0xff,
0xff,0xff
};
Here is extract from my MIME.CFG showing where I entered that fix:
;--------------------------------------------------------------------------
[MIME]
text/html HTM
text/plain TXT
image/x-xbitmap TXT <-----here is the addition-------------<
image/gif GIF
image/jpeg JPG>BMP|$edjpeg.exe -bmp -colors 256 $1 $2
audio/x-wav WAV|@echo QuickView is playing $1...\n@type
qv\\arcninfo.txt\nqv\\qv.exe $1
audio/basic AU|$eplany.exe $1
;
----------snip-----------
text/richtext RTF
image/x-bitmap BMP
image/tiff TIF
image/x-xbitmap TXT <-------and the other change----------<
message/rfc822 RFC
message/rfc822 CNM
..maybe I didn't put it in there right...but you can give me the proper
directions...now that you can see it....<g>
....if I put it in there right, then it doesn't cure the problem..
.......gregy