host :=resolve(проксихост);adr.sin_addr.s_addr :=inet_addr(pchar(host));adr.sin_family :=AF_INET;adr.sin_port :=htons(проксипорт);
req:='POST http://nnm.ru/index.php HTTP/1.1'+#13#10+'Content-Type: application/x-www-form-urlencoded'+#13#10+'Host: nnm.ru'+#13#10+'Accept-Encoding: gzip,deflate'+#13#10+'Content-Length: '+inttostr(length(params))+#13#10#13#10+params;
req:='POST http://nnm.ru/index.php HTTP/1.1'+#13#10+'Content-Type: application/x-www-form-urlencoded'+#13#10+'Host: nnm.ru'+#13#10+'Cookie: КУКИ'+#13#10+'Accept-Encoding: gzip,deflate'+#13#10+'Content-Length: '+inttostr(length(params))+#13#10#13#10+params;