Package:
Summary:
Register and authenticate users
Groups:
Author:
Description:
This package can be used to register and authenticate users with records in a database.
It can register new users, confirm user registrations, authenticate existing users and retrieve user password to send by e-mail as reminders.
The user records are stored in database. The queries to perform each user record database access are defined in a XML configuration file.
Features list:
# Open or closed registration, via master password;
# User role support;
# Live authentication (changing session unique id from one request to another);
# Password recovery OR reset support;
# Hack prevention built-in system:
* logs user out when obsolete session id is used;
* logs user out if IP address changes from one request to another;
* logs user out when session lifetime times out;
* auto-locks user on too many failed login attempts; locks are IP-based and can be reset by master.
# Easy to configure, via external XML files (provided by ParamsProxy package, see dependencies);
# SQL injections proof, thanks to built-in database traffic encoding/decoding mechanism (provided by DbProxy package, see dependencies).
This new page lists monospace (fixed width) fonts that
have special features useful to programmers (as well as webmasters who hand code in HTML/CSS). The fonts listed here were moved to their own page from the
Free Fonts page, which has a wider variety of fonts that is useful
for both documents and visual design.
Package:
Summary:
Obfuscate PHP code scripts
Groups:
Author:
Description:
This package can be used to obfuscate PHP code scripts.
It can process a set of PHP scripts and generate equivalent ones obfuscated by removing comments and whitespace, renaming class names, constants and variables to obfuscated names, as well the references to those names.
The resulting processed PHP scripts are stored in a targeted directory.
Package:
Summary:
Make accessible private and protected variables
Groups:
Author:
Description:
This class can be used to make accessible private and protected variables.
It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values.
Variables with names that start with an underscore still cannot be accessed from outside the class.
A new free anonymous proxy service has been added to the
Free Anonymous Surfing and Proxies page. This one
gives you a German IP address and is able to remove cookies and scripts from the web pages you visit. There is also a HTTPS (secure)
version available. Such services allow you to surf the internet without leaving a trail of information about yourself wherever you go.
Package:
Summary:
Generate HTML documents programmatically
Groups:
Author:
Description:
This class can be used to generate HTML documents programmatically.
It can add tags to a document using fluent interface calls that return the class object, so the calls can be nested.
The class provides functions to add most types of HTML tags.
The class returns the composed document as a string. The generated HTML can be made XHTML compliant.