php developer

› PHPEasyStep.com: Sending forgotten password

On PHPEasyStep.com, there's a new tutorial talking about adding "send forgotten password" functionality to your member site.

Mark Jackson is one of our member but he forgot his password for login to our website. We'll send him password to his e-mail address. In this tutorial create 2 file and 1 database - forgot_password.php, send_password_ac.php and the members database.

The rest of the tutorial is all code and SQL statements, including the HTML for the form the users fill out. Basically, it just grabs the password value from the database and sends it along in an email.

Of course, the structure is here for the application, but it's not very secure - sending the password in plain-text like that. Personally, I'd have md5 hashed passwords and reset the password to a new one each time the "request my password" was made. Then, they can come in and reset the paasword when they log in.

29/05/2006 11:43 am (UTC)   PHP Developer   View entry   Digg!  digg it!   del.icio.us  del.icio.us

liu cougar

› eZ rewrite rules in apache

After fixing a SJSD svn trunk regression bug reported in the bug tracking system, I tried to make eZ installed in a subdir work with rewrite rules in apache 1.3 (not virtual host setup), as I already achieved it in lighttpd, it must be feasible in apache as well: the mod_rewrite can achieve [...]
29/05/2006 8:24 am (UTC)   Liu Cougar   View entry   Digg!  digg it!   del.icio.us  del.icio.us

liu cougar

› eZ rewrite rules in apache

After fixing a SJSD svn trunk regression bug reported in the bug tracking system, I tried to make eZ installed in a subdir work with rewrite rules in apache 1.3 (not virtual host setup), as I already achieved it in lighttpd, it must be feasible in apache as well: the mod_rewrite can [...]
29/05/2006 8:24 am (UTC)   Liu Cougar   View entry   Digg!  digg it!   del.icio.us  del.icio.us

php developer

› Jason Sheet's Blog: Soundex implemented in PHP

On Jason Sheet's blog, there's a new post that offers up a brief tutorial on implementing the soundex functionality in PHP.

Soundex is an algorithim to help determine if a word sounds like another word; it is commonly used to detect words that are incorrectly spelled or to make the suggestion "did you mean ? instead of !?" For example if you typed in smythe using soundex a program could look for other names that sound like it and find that smith and smythe sound alike.

In this article I will demonstrate a PHP implementation of soundex, in practice this implementation has little value because PHP itself has soundex() function already but this article should help you understand how it works better.

He jumps right in, mentioning the steps the script will take (seven of them) before getting right to the code. He's written up his own soundex functionality packaged up nicely in a reusable function and has even compared it to the built-in PHP soundex function for accuracy.

27/05/2006 6:52 pm (UTC)   PHP Developer   View entry   Digg!  digg it!   del.icio.us  del.icio.us

php developer

› Matthew Leverton's Blog: How to add a custom CAPTCHA to phpBB2

In this tutorial from Matthew Leverton, there's information on adding a step several phpBB users could benefit from - putting a CAPTCHA image on the comment form to reduce spam issues.

phpBB is "an open source, flat style, message board written in PHP." Because thousands of people use it with little or no modifications, it is a very popular target for spammers. They can use bots to automatically fill out the registration forms, including "clicking" on the activation link inside e-mails. A CAPTCHA is some sort of challenge that will (in theory) be easy for a human to solve, but hard for a computer to. Typically, they are implemented as a distorted word that the user must enter to complete the form.

He walks the reader through each step of the way, giving shell commands and configuration changes where appropriate. The addition makes use of the freecap CAPTCHA script, making it a simple process of including the library in and adding a few lines to the comment form code inside phpBB.

27/05/2006 6:46 pm (UTC)   PHP Developer   View entry   Digg!  digg it!   del.icio.us  del.icio.us

łukasz serwatka  eZ systems employee

› Fetching eZ publish content objects with PHP

One of the most often used eZ publish functions is “fetch”. There are a lot of examples in the new and old documentation that show how to fetch content in the eZ publish templates, but many users ask how to fetch eZ publish content objects using PHP.

26/05/2006 10:35 pm (UTC)   Łukasz Serwatka   View entry   Digg!  digg it!   del.icio.us  del.icio.us

francesco trucchia

› eZ planet - New category on my blog

I decide to move my english posts about eZ publish from ez.cphp.it to my principal blog - blog.cphp.it. This choice is because my time is really few and I’m not able to write on two blog. So since today all post on ez planet categoy will be in english. Tag(s): ez publish, ez planet
26/05/2006 10:03 pm (UTC)   Francesco Trucchia   View entry   Digg!  digg it!   del.icio.us  del.icio.us

francesco trucchia

› eZ planet - New category on my blog

I decide to move my english posts about eZ publish from ez.cphp.it to my principal blog - blog.cphp.it. This choice is because my time is really few and I’m not able to write on two blog. So since today all post on ez planet categoy will be in english. Tag(s): ez publish, ez planet
26/05/2006 10:03 pm (UTC)   Francesco Trucchia   View entry   Digg!  digg it!   del.icio.us  del.icio.us

tobias schlitt  eZ systems employee

› Successful online session

I just finished my online session about our enterprise PHP 5 library eZ components, which was sponsored by dynamic-webpages.de and eZ systems. The talk went really good and more than 20 attendees followed my words around the general design of enterprise eZ components and my source code browsing session through our Gallery example application. I really had the feeling, that everyone was quite impressed and very satisfied with the session, at least I was.

So far Wolfgang and me already had a small chat regarding part 2 of this great event, which will probably deal with more components, especially Mail and Template. If possible, we plan to make it available for free again. So far, thanks to Wolfgang for initiating this all!

Have a nice weekend! :)

26/05/2006 7:08 pm (UTC)   Tobias Schlitt   View entry   Digg!  digg it!   del.icio.us  del.icio.us

community news (ez.no)  eZ systems employee

› Community newsletter 26/05/2006

The big news this week is the release of the eZ publish 3.9 feature request list. Also, read about eZ publish 4.0 development progress, an interview with eZ crew member Tobias Schlitt and an update on the specification for a new Project section on ez.no. The newsletter also includes an update on the current bug status.

26/05/2006 3:10 pm (UTC)   Community news (ez.no)   View entry   Digg!  digg it!   del.icio.us  del.icio.us

eZ publish™ copyright © 1999-2005 eZ systems as