[PHP] Re: Authentification and session management

2010-05-18 Thread Michelle Konzack
Hello Ashley, Am 2010-05-18 12:25:59, hacktest Du folgendes herunter: > I recently heard about a PHP-based authentication system called Sumo. It > might be what you need to stop re-inventing them darn wheels! > http://sumoam.sourceforge.net This sounds realy good... I will check ist immediately

Re: [PHP] php photo galery

2010-05-18 Thread Micky Hulse
> If anyone has anything similar to this please let me know. SlidesShowPro Director: You could use the Director API and create a PHP gallery with your own code, or you could use the SlideShowPro flash player. The Director interface is ve

Re: [PHP] Re: php photo galery

2010-05-18 Thread Ashley Sheridan
On Wed, 2010-05-19 at 11:22 +1000, Ross McKay wrote: > On Tue, 18 May 2010 21:11:00 -0400, David Mehler wrote: > > >I've googled for this and tried some downloads but not finding what > >i'm looking for. A site requirement is to have a photo gallery. These > >user's are not very technical so i th

RE: [PHP] Re: php photo galery

2010-05-18 Thread Justin Cripps
I have used Satellite. Worked pretty well for me. http://design.tedforbes.com/ Justin -Original Message- From: Ross McKay [mailto:ro...@zeta.org.au] Sent: Wednesday, 19 May 2010 11:23 AM To: php-general@lists.php.net Subject: [PHP] Re: php photo galery On Tue, 18 May 2010 21:11:00 -0

[PHP] Re: php photo galery

2010-05-18 Thread Ross McKay
On Tue, 18 May 2010 21:11:00 -0400, David Mehler wrote: >I've googled for this and tried some downloads but not finding what >i'm looking for. A site requirement is to have a photo gallery. These >user's are not very technical so i thought about getting a galery with >the ability to upload photos

Re: [PHP] php photo galery

2010-05-18 Thread David McGlone
On Tuesday 18 May 2010 21:11:00 David Mehler wrote: > Hello, > I've googled for this and tried some downloads but not finding what > i'm looking for. A site requirement is to have a photo gallery. These > user's are not very technical so i thought about getting a galery with > the ability to upload

[PHP] php photo galery

2010-05-18 Thread David Mehler
Hello, I've googled for this and tried some downloads but not finding what i'm looking for. A site requirement is to have a photo gallery. These user's are not very technical so i thought about getting a galery with the ability to upload photos via a browser, I would also like thumb nails, and the

[PHP] Re: html analyzer

2010-05-18 Thread Manuel Lemos
Hello, on 05/18/2010 07:30 PM Rene Veerman said the following: > Hi. > > I'm trying to build a html analyzer that looks at natural words in html text. > > I'd like to build a routine that walks through the HTML character by > character, but i'm not sure on how to properly walk through escaped "

Re: [PHP] dompdf class problem

2010-05-18 Thread Rene Veerman
we don't have that class, nor it's documentation...? On Tue, May 18, 2010 at 1:17 PM, saeed ahmed wrote: > I extremely sorry, if my topic isn't related with this group. I apologizes > for this. > > I'm trying to add page number on the pdf. I have try the below code. > but couldn't get the page nu

[PHP] html analyzer

2010-05-18 Thread Rene Veerman
Hi. I'm trying to build a html analyzer that looks at natural words in html text. I'd like to build a routine that walks through the HTML character by character, but i'm not sure on how to properly walk through escaped " and ' characters in javascript or other embedded languages. Skipping the fir

Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Peter, Good point. And more than that, I make a decrypting script, also... so gibberish defenitely is an issue) -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twi

Re: [PHP] Authentification and session management

2010-05-18 Thread Robert Cummings
Michelle Konzack wrote: Hello PHP-Community, I am PHP programmer since many years and over the years, I have reinvent the wheel in authenification and session management at least 30 times. Yeah, whenever a new project started, I had to reinvent the wheel. So my question now is, is there a prov

Re: [PHP] Touch an entry of a zip archive.

2010-05-18 Thread Richard Quadling
On 18 May 2010 10:32, Bastien Helders wrote: > Hello list, > > I wanted to know, is it possible to change the modified time of a specific > entry in the ziparchive? Or is it possible to set the modified time of a > file when packing the file, so each file preserve its modified time? > > Best Regar

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:43, Ashley Sheridan wrote: > > On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: > > On 18 May 2010 13:32, Ashley Sheridan wrote: > > > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > > > On 18 May 2010 12:35, Andre Polykanine wrote: > > > Hello Peter, > > > > > >

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: > On 18 May 2010 13:32, Ashley Sheridan wrote: > > > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > > > On 18 May 2010 12:35, Andre Polykanine wrote: > > > Hello Peter, > > > > > > Hm... I see I need to specify what I'm really doin

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:32, Ashley Sheridan wrote: > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > On 18 May 2010 12:35, Andre Polykanine wrote: > > Hello Peter, > > > > Hm... I see I need to specify what I'm really doing. Actually, I need > > to change the letters in the text. It's a famo

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > On 18 May 2010 12:35, Andre Polykanine wrote: > > Hello Peter, > > > > Hm... I see I need to specify what I'm really doing. Actually, I need > > to change the letters in the text. It's a famous and ancient crypting > > method: you divide the

Re: [PHP] Authentification and session management

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 11:21 +0200, Michelle Konzack wrote: > Hello PHP-Community, > > I am PHP programmer since many years and over the years, I have reinvent > the wheel in authenification and session management at least 30 times. > > Yeah, whenever a new project started, I had to reinvent the

[PHP] dompdf class problem

2010-05-18 Thread saeed ahmed
I extremely sorry, if my topic isn't related with this group. I apologizes for this. I'm trying to add page number on the pdf. I have try the below code. but couldn't get the page number at the pdf. where I'm doing wrong. please suggest me. '; $html .=' $font = Font_Metrics

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 12:35, Andre Polykanine wrote: > Hello Peter, > > Hm... I see I need to specify what I'm really doing. Actually, I need > to change the letters in the text. It's a famous and ancient crypting > method: you divide the alphabet making two parts, then you change the > letters of one pa

Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Peter, Hm... I see I need to specify what I'm really doing. Actually, I need to change the letters in the text. It's a famous and ancient crypting method: you divide the alphabet making two parts, then you change the letters of one part with letters for other part (so A becomes N, B becomes

[PHP] Touch an entry of a zip archive.

2010-05-18 Thread Bastien Helders
Hello list, I wanted to know, is it possible to change the modified time of a specific entry in the ziparchive? Or is it possible to set the modified time of a file when packing the file, so each file preserve its modified time? Best Regards, Bastien

[PHP] Authentification and session management

2010-05-18 Thread Michelle Konzack
Hello PHP-Community, I am PHP programmer since many years and over the years, I have reinvent the wheel in authenification and session management at least 30 times. Yeah, whenever a new project started, I had to reinvent the wheel. So my question now is, is there a proven and secure framework wh

Re: Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 09:04, Andre Polykanine wrote: [snip] > Andre Polykanine wrote: >> Hello everyone, >> >> Sorry for bothering you again. >> Today I met a problem exactly described by a developer in users' notes >> that follow the preg_replace description in the manual: >> info at gratisrijden dot

Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
Hello Jim, That might work for that particular example, but I have utf-8 strings containing different characters of different alphabets, so neither str_replace nor strtr work... Thanks! -- With best regards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon