usion.
My question is does ICS Ping component work out-the-box for this, or I need
to modify the component and add some unique identifier to the data being
sent?
Cheers,
Marc.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cg
>> 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
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
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
> 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
<> 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
> 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
No prob I now how it us we are all coders
I did drive me crazy for 3 days
Sent from my iPhone
On Feb 4, 2011, at 8:52 AM, "Francois PIETTE" wrote:
>> GOT IT WOKRING.
>>
>> In the environment variables there was a setting platformbuild = BCB or HCB
>> I removed that and now the defines work a
GOT IT WOKRING.
In the environment variables there was a setting platformbuild = BCB or HCB
I removed that and now the defines work all compiled fine.
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Thursday, Feb
I found this online
I was wondering if someone could please confirm something for me. Recently I
found out that Delphi 2007 has problems with Conditional Defines,
something due to the use of MSBuild.
While it's been a recent find for me, apparently this problem has been
around since the release
I tried that. Still did not show the ssl installing but when I compiled the
sample project it died on every project that had the
{$IFNDEF NOFORMS}
Bomb('Please add NOFORMS to your project defines to reduce exe size');
{$ENDIF}
I checked the defines in each one and it has NOFORMS;DEBUG
Its almos
.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be
- Original Message -
From: "Marc Hale"
To: "'ICS support mailing'"
Sent: Tuesday, Febr
delete every file OverbyteIcs*.dcu anywhere on you harddisk.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be
- Original Message -
From: "Marc Hale"
To: &qu
- Original Message -----
From: "Marc Hale"
To:
Sent: Tuesday, February 01, 2011 2:28 AM
Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL
> Just got a new PC and installed Delphi 2007 trying to install ICS SSL
> which i already have installed on my 2 other machines wo
Just got a new PC and installed Delphi 2007 trying to install ICS SSL which i
already have installed on my 2 other machines working fine.
not matter what i do when i build and install the 2007 group it will not
install SSL. i have check the package and USE SSL is defined.
i compiled it on a dif
> 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.WSocketServe
> 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 i
> 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
> 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:
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
> 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
> 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
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
> 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.
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
Hi Dan
Did you update it for V6 ?
Or currently it only work for V5 ?
Thanks
Marc
At 17:22 2006-12-10, you wrote:
>Hi Jack,
>
>You should be able to derive your own class from TWSocketServer which
>instantiates throttled sockets instead of regular ones. Then you don't have
&g
Component Suite, freeware)
> Author of MidWare (Multi-tier framework, freeware)
> http://www.overbyte.be
>
>
> - Original Message -
> From: "Marc A. Hale" <[EMAIL PROTECTED]>
> To:
> Sent: Thursday, June 08, 2006 11:22 PM
> Subject: [twsocket] httpcli dow
t; [EMAIL PROTECTED]
> Author of ICS (Internet Component Suite, freeware)
> Author of MidWare (Multi-tier framework, freeware)
> http://www.overbyte.be
>
>
> - Original Message -
> From: "Marc A. Hale" <[EMAIL PROTECTED]>
> To:
> Sent: Thursda
Stream := nil;
http1.free;
Marc A. Hale
MJK Software Writers
[EMAIL PROTECTED]
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
directory, more the problem occur.
I have test with V5 and I don't see this problem only with V6.
Thanks
Marc
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
I have test it a little bit, got some strange bug with TFtpServer
component that I trying to debug, like getting duplicate file listing.
Marc
TYPSoft
At 09:03 2006-02-11, you wrote:
>Is anyone actually using this yet?
>
>For testing or for real commercial applications?
>
>I
come to with no free port just by checking some directory just
because this will use a port for each send.
The PasvPortRangeStart set the start
the max set the max and when the server can't use any port, this give you
the No available PASV ports.
HTH
Marc
TYPSoft
http://www.typsoft.com
32 matches
Mail list logo