Thank you... I checked my header (forgot accept-language) and actually..that was strange...My http sniffer was showing me that kind of strange stuff i talked about while it was okay under mirc. So that works, thank you

Still i have another problem, with babelfish this time...I have the strange characters under mirc too.
My header must be wrong (although it's exactly the same as my http sniffer - HTTPLook by the way) If you can correct what's wrong....
sockwrite -tn TRANSLATESock POST /babelfish/tr HTTP/1.1 $+ $crlf
sockwrite -tn TRANSLATESock Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */* $+ $crlf
sockwrite -tn TRANSLATESock Referer:
http://world.altavista.com/ $+ $crlf
sockwrite -tn TRANSLATESock Accept-Language: fr $+ $crlf
sockwrite -tn TRANSLATESock Content-Type: application/x-www-form-urlencoded $+ $crlf
sockwrite -tn TRANSLATESock Accept-Encoding: gzip, deflate $+ $crlf
sockwrite -tn TRANSLATESock User-Agent: Mozilla/5.0 $+ $crlf
sockwrite -tn TRANSLATESock Host: world.altavista.com $+ $crlf
sockwrite -tn TRANSLATESock Content-Length: $+ $len(doit=done&intl=1&tt=urltext&urltext= $+ $hget(lang,lang_enco) $+ &lp= $+ $hget(lang,translate)) $+ $crlf
sockwrite -tn TRANSLATESock Connection: Close $+ $crlf
sockwrite -tn TRANSLATESock Cache-Control: no-cache
sockwrite -tn TRANSLATESock $crlf
sockwrite -tn TRANSLATESock doit=done&intl=1&tt=urltext&urltext= $+ $hget(lang,lang_enco) $+ &lp= $+ $hget(lang,translate)
sockwrite -tn TRANSLATESock $crlf
--------------------------------------------------------------------
well of course the request is a little bit more complicated here:
$hget(lang,lang_enco) is the text to translate
$hget(lang,translate) --> original language / translate language (value is "fr_en" for french to english for test purpose)
if you see anything wrong....
I have to say, this script i made was working fine for a long time and suddenly ... it stopped...I don't understand...
thank you