Re: [twsocket] TWSocket doesn't always send my data?

2009-05-25 Thread Marc Charbonneau
You may use the evaluation version of CommView to capture localhost connections. See http://www.tamos.com/products/commview/ hope this help On Mon, May 25, 2009 at 3:04 PM, Markus Humm wrote: >> You should use a network monitor (packet sniffer) to see if your message is >> sent or not accross th

Re: [twsocket] Website hacked?

2009-11-03 Thread Marc Charbonneau
> I then cleared the Firefox cache (Shift-Control-Delete) and opened > www.overbyte.be > Result: Popup blocked! > > Then clicked on Products/ICS. > Result: Popup! I won a lottery! I get the same thing with Firefox under Linux, except that I didn't won the lottery, I just got an ad for 1&1 hosting.

Re: [twsocket] Season's greetings

2010-12-25 Thread Marc Charbonneau
Joyeux Noël et Bonne Année 2011 à tous ! De Montréal, Québec, Canada On Thu, Dec 23, 2010 at 7:26 PM, DZ-Jay wrote: > ¡Feliz Navidad y un próspero Año Nuevo a todos! > > (Merry Christmas and a prosperous New Year to everyone!) > >        dZ. > > > On Dec 23, 2010, at 17:40, Maurizio Lotauro wrot

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
> I have made this test procedure which works but only if there is just one > client. > - > {This procedure sends the command to the clients and it works very nicely.} > procedure TSi

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
> so change your procedure to something like this : > procedure TSimpleSslServerForm.SendCommand(ClientNo: integer); > begin > SslWSocketServer1.Client[ClientNo].SendStr(ledSendCommand.Text); > Display('Command sent: ' + ledSendCommand.Text); > end; >>> > How do you set this --> (ClientNo)? > How d

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
On Mon, Jan 17, 2011 at 2:26 PM, daniel cc wrote: > > Well, without knowing more on your setup, one way I can see to > differentiate your clients is with their IP. The client IP is > available in Client[x].PeerAddr. >>> > My setup? > I am working on a demo, > I have memo field where I need to see

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
> I am just trying to see the number of the client connected in the memo > that's all, > like this: 0 - Client connected. Remote: 127.0.0.1/49716 Local: > 127.0.0.1/443 > or like this: [0]Client connected. Remote: 127.0.0.1/49716 Local: > 127.0.0.1/443 > or like this: (0) Client connected. Remote:

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
> Here is what I have, > and please see the line for the client number, > Now I at least now where should I define it, just need to find out how? > --- > procedure TSimpleSslServerForm.SslWSocketServer1ClientConnect

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-17 Thread Marc Charbonneau
> Marc, > Why we are jumping to the another planet now? > We are soo close!! > > Can you please see the code! > This is just getting complicated all the time. > > Isn't this component having anything such as: CLIENTID?, CLIENTNO?, ID? > which could be posted here in the same way as the IP address a

Re: [twsocket] SslWSocketServer & SslWSocket

2011-01-18 Thread Marc Charbonneau
> Thanks Marc, > Have been playing 2 days with this and still can't find out the way how  to > do. Ok, here's a simple solution with TcpSrv demo : In TTcpSrvForm declaration, in the private part, add this FClientNo : integer; Now, go in procedure TTcpSrvForm.WSocketServer1ClientConnect and

Re: [twsocket] TTwitter component

2011-02-21 Thread Marc Charbonneau
> Always been a bit skeptic about open source, how do you make money from that > :) Just ask RedHat or Canonical, for example. Better yet, ask François ! Like Jeff said, you're not open-sourcing your application, just the component. In return, you will get lots of debugging/testing and even impro

Re: [twsocket] TTwitter component

2011-02-27 Thread Marc Charbonneau
<> It is my understanding the GPL v3 license restricts any commercial > closed source use except in the case that the GPL'ed source code is > compiled into a separate library that is linked to during run-time vs. > being compiled into the exe file itself. LGPL (for LesserGPL) let you link to a libr

Re: [twsocket] Creatively annoying a host

2011-07-06 Thread Marc Charbonneau
> My various web servers suffer regular attacks looking for exploits, the > current one is looking for php, 100 odd URLs at a time including: > > GET //dbadmin/scripts/setup.php > GET //phpMyAdmin-2.5.5-rc1/scripts/setup.php > GET //mysqlmanager/scripts/setup.php > GET /muieblackcat > > In my ICS w

Re: [twsocket] Merry Christmas

2011-12-24 Thread Marc Charbonneau
Joyeux Noël à tous ! De Montréal, Québec -- 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 http://www.overbyte.be

Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-28 Thread Marc Charbonneau
Using Delphi 7 here. Still waiting for Linux support before I fork the cash to upgrade. They keep telling me it's coming... On Wed, Mar 28, 2012 at 2:59 PM, François Piette wrote: > Hi ! > > > > I’m planning the next ICS version… > > Being unable to use any features added to Delphi in the last 1

Re: [twsocket] ICS FTP Client

2012-07-16 Thread Marc Charbonneau
>> I know there are files in the sub folder as I can see them >> with Windows Explorer. > > Which does not have any FTP functionality, so is this a local FTP server? You can browse FTP servers with Windows Explorer, you just need to type the address in the address bar. Ex.: ftp://usern...@ftpserver