PHP Classes

Packages of Daniel Tlach

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Daniel Tlach (2)  >  Mission progress status  >  Reputation  
Picture of Daniel Tlach
Name: Daniel Tlach <contact>
Classes: 2
Country: Czech Republic Czech Republic
Age: 41
All time rank: 4075 in Czech Republic Czech Republic
Week rank: 195 Up3 in Czech Republic Czech Republic Up
All time users: 6835
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Password Generator Class  
Generate passwords with given requirements
2009/04/26 - Michael Schramm sent me modified version of this class. I added it to the list so you can see his solution (which seems much better to me). Look for the class.password.php file. Thanks Michael :)

---

This class can be used to generate passwords with given requirements.

It can generate one or more password strings that may be a of given length.

The passwords may include different ranges of characters like upper and lower case letters, digits, and special characters.

The class may assure that the password characters are not repeated.

  Files folder image RSS Feed Reader  
Parse and display items of an RSS feed
Simple class for parsing RSS feeds.

Returns feed as array so you can do what you wish with results.

It supports SimpleXML parsing, the old XML parser and even text parser, based on regexps.

There is also support for multiple ways to read the feed (cURL, file_get_contents and fopen). It also supports category tags.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z