Re: [PHP] FileZilla Password Decoder --- $i think therefore $i am

2007-10-11 Thread Amos Vryhof
(($c ^ $c2)); // Adds the decoded character to the final password String $strDecodedPass .= $c3; } // Spit back the whole collection of decoded characters return $strDecodedPass; } Jochem Maas wrote: Amos Vryhof wrote: Good Morning everyone, def DecodePassword( strPas

[PHP] FileZilla Password Decoder

2007-10-11 Thread Amos Vryhof
Good Morning everyone, This week, I switched from FileZilla 2 to FileZilla 3, and much to my dismay the import function doesn't import the local and remote folders properly. Looking at the FZ2 and FZ3 XML files, it appears that it would be a simple task to write a converter that does. I hav

Re: [PHP] Good Regex for general text search

2007-10-02 Thread Amos Vryhof
nt without a regular expression I'll have to see how fast it is though before actually using it. Thanks anyway. On 10/2/07, Chris <[EMAIL PROTECTED]> wrote: > > Amos Vryhof wrote: > > I'm writing a few very simple search scripts. > > > > One searches in a few colu

[PHP] Good Regex for general text search

2007-10-02 Thread Amos Vryhof
I'm writing a few very simple search scripts. One searches in a few columns of a CSV file, while another just searches through a collection of file names. Currently, I just have it stripping illegal characters from the "needle" and "haystack" then doing a substring search if (substr_count(.

Re: [PHP] Website Hit counter and Logger

2007-04-20 Thread Amos Vryhof
t do $count++. That will automatically increment the number. On 4/20/07, Amos Vryhof <[EMAIL PROTECTED]> wrote: I build websites for a lot of people, and many of them want statistics and hit counters for their websites. Since not all of them are on a dedicated or virtual host, I cobb

Re: [PHP] Website Hit counter and Logger

2007-04-20 Thread Amos Vryhof
Richard Lynch wrote: On Fri, April 20, 2007 11:06 am, Amos Vryhof wrote: I build websites for a lot of people, and many of them want statistics and hit counters for their websites. Webalizer Analog Webalizer works fine, and the output is good (though I doubt it's as accurate since

[PHP] Website Hit counter and Logger

2007-04-20 Thread Amos Vryhof
I build websites for a lot of people, and many of them want statistics and hit counters for their websites. Since not all of them are on a dedicated or virtual host, I cobbled together a script that builds log files, and displays a graphical hit counter, and another script that runs Webalizer