Locked Area 6.0 (Lite branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Locked Area 6.0 (Lite branch)
# 1  
Old 01-31-2008
Locked Area 6.0 (Lite branch)

ImageLocked Area is a highly sophisticated password protection and membership management system. It has been designed to be as secure as possible while it still runs hands-free with no input from the Webmaster needed. Locked Area uses Apache's .htaccess and .htpasswd along with DES randomized salt or MD5 encryption of passwords for increased security. It also includes a member database that lets the administrator maintain a mailing list along with the member's area. License: FreewareChanges:
Locked Area Pro now offers support for up to 10custom form fields, and the PayPal subscriptionssystem now supports monthly and yearlysubscription durations without manual modificationto the template files. Locked Area Lite/Pro alsoincludes new field descriptions, enabling you toinclude a description for custom form fields. Allthe templates have been updated to utilize basicCSS/stylesheets, and the general layout is stillcontrolled with HTML to ensure 100% browsercompatibility. Various other minor bugfixes andfeature enhancements have also been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
wxBufferedDC(3erl)					     Erlang Module Definition						wxBufferedDC(3erl)

NAME
wxBufferedDC - See external documentation: wxBufferedDC. DESCRIPTION
See external documentation: wxBufferedDC . This class is derived (and can use functions) from: wxMemoryDC wxDC DATA TYPES
wxBufferedDC() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxBufferedDC() See external documentation . new(Dc::wxDC() (see module wxDC)) -> wxBufferedDC() Equivalent to new(Dc, []) . new(Dc::wxDC() (see module wxDC), X::term()) -> wxBufferedDC() See external documentation . Alternatives: new(Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> new(Dc,Area, []) new(Dc::wxDC:wxDC(), [Option]) -> wxBufferedDC() Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()} new(Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> wxBufferedDC() Types Option = {style, integer()} See external documentation . init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC)) -> ok Equivalent to init(This, Dc, []) . init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), X::term()) -> ok See external documentation . Alternatives: init(This::wxBufferedDC(), Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> init(This,Dc,Area, []) init(This::wxBufferedDC(), Dc::wxDC:wxDC(), [Option]) -> ok Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()} init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> ok Types Option = {style, integer()} See external documentation . destroy(This::wxBufferedDC()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxBufferedDC(3erl)