Monthly Archiv: February, 2010

Newbie – Simple Ajax Powered Template Driven CMS

Newbie is a CMS created with designers and PHP newbies in mind. It uses an extremely easy templating system for the front end. Newbie can be easily integrated into any existing web deisgn. The back end is powered by PHP/AJAX and is straight forward and easy to use. The system was created with SEO in mind so all pages are search engine friendly.

Authenticator_ciacob

Package:
Authenticator_ciacob
Summary:
Register and authenticate users
Groups:
Databases, PHP 5, User Management
Author:
Claudius Tiberiu Iacob
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).


nabiBust

Package:
nabiBust
Summary:
Obfuscate PHP code scripts
Groups:
Code Generation, PHP 5, Utilities and Tools
Author:
hwrProgs
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.


Gettable

Package:
Gettable
Summary:
Make accessible private and protected variables
Groups:
Data types, PHP 5
Author:
Chris Lam
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.


[Free] New Anonymous Proxy: Surf the Internet Anonymously

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.

AcdBrn Content Management System

AcdBrn is the content management system developed by Thomas Hunter. Development on the CMS started back in 2005 as an experiment to learn PHP, and new features and functionality were constantly being added. Before long, a simple framework had evolved along with a fairly standardized way for writing web applications. In an attempt to keep the CMS alive and breathing, Thomas finally decided in January 2010 that the project should be officially named, cleaned up, and made open source. It is now available for download under the New BSD License. Under this license, you are allowed to modify and redistribute it as long as you keep the license file and attribute the original developer. This CMS features an easy to use template system, WYSIWYG editing, SEO URLs, and is very easy to expand and add your own custom programmed sections. Ultimately, it is easy for both the content administrators and application developers to use. For a longer list of features, check out the ProjectFeatures (http://code.google.com/p/acdbrn/wiki/ProjectFeatures) page. Are you chomping at the bit to get testing? Go ahead and download (http://code.google.com/p/acdbrn/downloads/list) the latest version and make sure to browse the QuickStart (http://code.google.com/p/acdbrn/wiki/QuickStart) page for installation instructions.

View HTML

Package:
View HTML
Summary:
Generate HTML documents programmatically
Groups:
HTML, PHP 5
Author:
Elyess ZOUAGHI
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.


Powered by Gewgley