SpamBlocker

Spam Blocker is a CakePHP Behavior that automatically before after a comment is made. Each comment is tested upon a point system to determine if it should be approved, set to pending (high points), or marked as spam / deleted (low points).

Resession Version Logs

Package: Session Manager
Category: PHP

Below is a list of all files and every available version for the Resession script.
Each file is accompanied by a change log. Be cautious in using older versions, they may buggy.

Version: 2.0
Requires: PHP 5.2
Tested On: PHP 5.3
Released: Sat, May 14th 2011, 23:22

  • Renamed the class to Resession from Session and merged the two (Not backwards compatible)
  • Added constants for security and removed multibyte dependency
  • Removed the singleton pattern and unnecessary code
  • Removed redirect() and setcookie()

Version: 1.9
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Sat, Jul 18th 2009, 18:20

  • Added configuration options for security level, session name and session cookies
  • Added a config() method to set the options
  • Added a security level of high, medium (default) and low
  • If security is set to high, will check your browser agent for spoofing

Version: 1.8
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Fri, May 29th 2009, 21:51

  • Implemented security by adding a referer check, using cookies only on http and allowing for https sessions
  • Rebuilt Resession::__construct() by including ini settings, session checking and browser checking
  • Fixed a problem with set() and get() causing errors
  • Rewrote destroy() to work with the new settings in __construct()
  • Rewrote the logic in getId()

Version: 1.7
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Sun, Apr 5th 2009, 19:31

  • First initial release of Resession