Re: [PHP] Semi-newbie Question .... streams ...

2007-11-16 Thread Per Jessen
Jim Lucas wrote: > If this is an EXE, I assume it is in binary format? > > If so, would not your serial number have been compiled into the > software? > > Wouldn't a simple search/replace fail in this case? If the string (the serial number) is unique, and all in one place, a simple search/repla

Re: [PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Daniel Brown
On Nov 15, 2007 10:13 AM, Per Jessen <[EMAIL PROTECTED]> wrote: > Paul Farr wrote: > > > The short version is: I need to master the download stream for a > > file, while delivering it to the enduser, I need to change some bytes > > in the file data. A simple search and replace. I want to do it in

Re: [PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Jim Lucas
Per Jessen wrote: Jim Lucas wrote: If this is an EXE, I assume it is in binary format? If so, would not your serial number have been compiled into the software? Wouldn't a simple search/replace fail in this case? If the string (the serial number) is unique, and all in one place, a simple se

Re: [PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Jim Lucas
Paul Farr wrote: I'm working on one my first PHP projects, and I have extensive experience with coding, so I know what I want to do is not outrageous. The short version is: I need to master the download stream for a file, while delivering it to the enduser, I need to change some bytes in the fi

Re: [PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Per Jessen
Paul Farr wrote: > The short version is: I need to master the download stream for a > file, while delivering it to the enduser, I need to change some bytes > in the file data. A simple search and replace. I want to do it in the > stream, don't want to create a new file each time. Assuming you'v

[PHP] Semi-newbie Question .... streams ...

2007-11-15 Thread Paul Farr
I'm working on one my first PHP projects, and I have extensive experience with coding, so I know what I want to do is not outrageous. The short version is: I need to master the download stream for a file, while delivering it to the enduser, I need to change some bytes in the file data. A simple s