tnx, albert
- Original Message -
From: "RTT"
To: "ICS support mailing"
Sent: Tuesday, March 01, 2011 4:29 PM
Subject: Re: [twsocket] THttpWebserver and php
On 01-03-2011 10:06, A Drent wrote:
I've looked into the usermade page, but which sample do you refe
probably
work with current ICS and a few changes/patches.
--
Arno Garrels
Regards,
SubZero
On Mon, Feb 28, 2011 at 4:18 PM, A Drent wrote:
Hi Francois,
I am/was using your THttpServer component. I'll try your approach of
using the HttpAppSvr component though. Don't have much
Hi Francois,
I am/was using your THttpServer component. I'll try your approach of using
the HttpAppSvr component though. Don't have much experience with pipes, but
there are a lot of samples regarding this. I will let you know how I
progress, it might be nice to others too.
tnx, Albert
I found some entries regarding this issue, but could not find a sufficient
answer. If I want to use the ICS webserver to facilitate a php program (I
don't mind invoking php as a cgi in my case) what's the best approach. Has
someone done this before?
tnx, Albert
--
To unsubscribe or change y
Sorry for this post, I was replying the wrong mail.
albert
- Original Message -
From: "A Drent"
To: "ICS support mailing"
Sent: Thursday, November 11, 2010 11:19 AM
Subject: Re: [twsocket] Concurrency of multiple THttpCli instances
Ok.
T.a.v. het betalen op re
Ok.
T.a.v. het betalen op rekening, kun je t.a.v. het 'ontwerp' hier nu verder
mee?
vr.gr. Albert
- Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Thursday, November 11, 2010 11:16 AM
Subject: Re: [twsocket] Concurrency of multiple THttpCli instances
Fa
age handler.
--
mvg, Wilfried
http://www.mestdagh.biz
http://www.comfortsoftware.be
-Oorspronkelijk bericht-
Van: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
Namens
A Drent
Verzonden: dinsdag 4 mei 2010 15:50
Aan: ICS support mailing
Onderwerp: Re: [twsocket] clie
ant to send new data, the socket is filled with the correct parms,
connected and... the error. Anybody knows why?
albert
- Original Message -
From: "A Drent"
To:
Sent: Tuesday, May 04, 2010 12:11 PM
Subject: [twsocket] client problem
I have a small webapplication who needs
- Original Message -
From: "Dod"
To: "ICS support mailing"
Sent: Tuesday, May 04, 2010 2:25 PM
Subject: Re: [twsocket] client problem
Hello,
Why don't you simply set bMsgOK:=true when OnDataSent event occure and
change your loop into an application.processmessages loop instead
I have a small webapplication who needs to connect to several servers
depending on the data sent. The response of this server will be send back to
the end-user. The server responds well. If I use the clientdemo it all works
as expected.
However, in my webapplication things go wrong while the c
I don't have any problems
albert
- Original Message -
From: "Markus Humm"
To: "ICS support mailing"
Sent: Monday, March 01, 2010 9:15 PM
Subject: [twsocket] www.overbyte.be down?
Hello,
is it only me who get's a timeout when trying to open www.overbyte.be or
is this a general
IMHO it's not very easy to keep backwards compatibility.
And this is very important.
--
Just curious, why? AFAIK Ip6 is not compatible to Ip4, so why not implement
a new branch? Or is the idea that one component should be able to handle
all?
albert
--
To unsubscribe or change your s
I've tried to convert a D6 ftps app to D2007. This goes well. However when
running I get a compatibility error about libeay32.dll. That can be correct
so I downloaded from the link on the overbyte the openssl version. However
there are only lib files and no dll's. Am I missing some things or do
Yes, I have a popup-blocker too, but clicking on ics opened a separate
session containing an add for a phone sms contest. Tried it again, and that
one is gone, but the page still attemps to start a popup. Didn't know that
is was google adds though.
albert
- Original Message -
From:
- Original Message -
From: "Fastream Technologies"
To: "ICS support mailing"
Sent: Tuesday, November 03, 2009 9:53 AM
Subject: Re: [twsocket] Website hacked?
Hi,
I saw a game ad when I click "products" in a popup!
Regards,
SZ
On Tue, Nov 3, 2009 at 10:50 AM, Stefan Paege wrote
I've never seen this, have posted it on the ics newsgroup for explanation.
albert
- Original Message -
From: "Stefan Paege"
To:
Sent: Tuesday, November 03, 2009 9:50 AM
Subject: [twsocket] Website hacked?
Hi,
I just visited www.overbyte.be
At this point my Firefox Popup-Blocker st
- Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Wednesday, October 28, 2009 4:02 PM
Subject: Re: [twsocket] TSmtpCli Error 451
Hello Max,
With a program sending multiple emails, one user is getting this:
MAIL FROM:
< 250 ... Sender ok
RCPT TO:
< 451
I'm not sure about the 'public' release, but we have used the ssl components
a lot with D6. But this was in the time that the ssl components where not
open-source.
albert
- Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Tuesday, August 25, 2009 9:34 AM
Subj
Disadvantages - needs co-operative hosting company or dedicated server,
currently uses one (rare) public IP per site since virtual hosts not
really supported in THttpAppSrv, no SSL in THttpAppSrv yet
Hi Arno,
This is a great story of a complex project.
To prove the quality of ICS more, a shor
l have a SSL server and
>> need the client to select files such as cert and privkey from remote
>> file system.
>
> Something similar is already available in the THttpServer.
> Have look at option "Allow Dir List" in the Delphi (non-SSL)
> webserver demo.
>
> --
&
Not sure what you want exactly. Something like this?
function TFMain.FDir(Cmd : string) : string;
var
sr: TSearchRec;
FileAttrs: Integer;
begin
FileAttrs := faAnyFile;
if Cmd = '' then Cmd := '\*.*';
if FindFirst(ExtractFileDir(ParamStr(0))+cmd, FileAttrs, sr) = 0 then
result := Extra
You just need a contract with a smsbroker and then you just need to send a
simple xml message. This can be done in almost any enviroment and is not
'rocket science' actually. So there's no standard component (the messages
are not standard, but depending on sms provider) but actually it's so simp
TX509Base:
I'm probabely overlook things again, but where is this class defined? I'm
trying to locate it, but cannot find it.
albert
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at h
I had no intent to offence anybody. Sorry.
Albert
- Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Thursday, December 18, 2008 6:42 PM
Subject: Re: [twsocket] installing ssl
> Darin McGee wrote:
>> Thanks for figuring that out Albert, definitely a bug in the
Ok problem is solved. The parameter in the conditional defines is NOT used.
This looks like a bug in the package. But if you set use_ssl in the
overbyteicsdefs.inc then it will work.
Isue closed :-)
albert
- Original Message -
From: "A Drent"
To: "ICS support mailing&q
> 7. WriteCount property proposal (Anton Sviridov)
> 8. Re: No specified BCB6 projects in OverbyteIcsV6 RC1 (Ko Brink)
> 9. Re: Mailing list usage (Jeff Hamblin)
> 10. Re: Mailing list usage (Dod)
> 11. Mailing list usage (Anton Sviridov)
> 12. installing ssl (A Drent)
>
&g
oblem before, just now when I want to upgrade to the Overbyte
component set.
I'm using D2007 and ... ssldel100package
albert
- Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Thursday, December 18, 2008 2:45 PM
Subject: Re: [twsocket] i
Original Message -
From: "Arno Garrels"
To: "ICS support mailing"
Sent: Thursday, December 18, 2008 1:55 PM
Subject: Re: [twsocket] installing ssl
>A Drent wrote:
>> component is found in overbyteicswsocket.pas. I had same trouble on
>> my old engi
Sorry, I have posted this before, but have not a solution yet. I have a new
engine and installed Delphi fresh. I opened package
OverbyteIcsSSLDel100package.bpl and hit 'install'. Then I get the error:
Undeclared identifier 'tsslbasecomponent' in OverbyteIcsSSLSessionCache. If
I do a right mousecl
Yes, both packages do exists. But only the non-ssl version installs ok, the
ssl one gives me the compile errors. I need the ssl installation because I
need to be able to recompile our ssl projects.
albert
>
> A Drent wrote:
>> (tried to post this through the ics-ssl list, but si
(tried to post this through the ics-ssl list, but since my email changed to
albert dot drent at rug dot nl I was bounsed. Francois, could you correct
this please?)
---
>From a long time I decided to upgrade the ics ssl components. Since it is
open-source now I downloaded the v6package and found
Until now I alway build our applications using 'normal' sockets. Currently
I've got an application server build which is running well for years now.
Now I've modified the server so it is able to process soap messages. The
soap messages are send by the webserver to the application server on anoth
Hi,
We use a small perl script to exchange data between a webserver and an
application server. I was looking to change this to Delphi. Can someone give
a hint how to do this the best way using the ICS components?
Best regards, Albert Drent
university of Groningen
use IO::Socket;
#
# To let thi
I want to create a webapplication and use TWSocket to ask questions to a
remote server. If I create a cgi application it works well. But if I want to
test the application under webappdebug things go wrong:
I 've got a WebModuleBeforeDispatch event where I do the connection to a
remote server.
Afte
34 matches
Mail list logo