Fake Login Prevention is a PHP & MySQL script that tries to avoid fake login by a user. A user who tries to login again and again with a wrong password will after sometime will not be able to login that account for a pre-specified time. That time will not be disclosed to the user. There will be a max. no. of invalid login attempts for a username in a time interval. * Easy to implement script * Can be easily modified * Avoids Fake Login * Can be helpful where an automatic software tries to login * Administrator can easily change Maximum no. of Invalid Login Attempts * The time duration of De-Activation can be easily changed * It also checks if the user account is active or not
Cascade Basic Authenticator is multi-platform compatible. A highly-customizable PHP class that allows password protecting of web pages using Basic Authentication. This is easily extensible to allow authentication against any data source.
Create Password protected areas on your site, with access to different contents for different users and different types of users Real Life Problem: You can have three kinds of members (Free, Silver, Gold) with some content accessible only to Free members, Some extra content accessible to Silver and Some More accessible to Gold memberships.PHP Site Lock Solution: You create three groups of users and then at the top of each page, you can modify. Create secure downloads on your server so that only authorized users can download your files, ebooks, installers etcReal Life Problem: You have created a great ebook or a great software and you want only authorized users to download it PHP Site Lock Solution: You use the "Protect Downloads" feature to create alternate URLs for your downloads. You use this alternate URL for all downloads. The users never get an idea of the exact location of the downloadable file.You get to see who downloaded the files and how many times each file was downloaded etc. Create time limited downloads on your server so that your members can see all the files available for download but download only some files each day/week/month/year Real Life Problem: You want to offer 2 downloads to your members each month but you want to put all the files that are available for download in your members area. You do not want to add 2 files each month.PHP Site Lock Solution: You create a download category specifying the rule that only two downloads are allowed each month for all files in this category. Create automated memberships for your website and charge a subscription fees using paypal (automatic using IPN) or other methods (manual verification) Have signup on your website where members can register and access a members are Create secure membership areas on your website. Password protect ALL the contents of a directory with automated system. Real Life Problem: You have a lot of content in a folder on your webserver. The content is diverse in nature such as html files, images, audio and video files, text files etc and there are thousands of files that need to be protected from unauthorized users. Now you want to protect all your files in 10 minutes.PHP Site Lock Solution: PHP Site Lock allows you to protect entire folders at one go. You just have to browse a folder, select the authorized users and user groups and click "Protect".It does not get easier than this.(Please note that this works ONLY on servers that supports .htaccess based protection. Usually it works on Linux servers with default settings. Might not work on Windows Servers)
Simple Authorization Script, or SAS, is a php script which allows web pages to be password protected without the use of a database. Simple Authorization Script uses php and cookies to password protect web pages. It's simple to install and simple to use. It doesn't require a username to access the page, only a password. You can change the password, expiry time and set a customized error message for incorrect passwords. Have SAS up and running in three simple steps:1. Download the script.2. Customize the script.3. Add one line of code to the page/s you want password protected.
Access Protect is a multi-platform compatible. script that is an access protection and user administration in one! It is a free service that can protect your Homepage from disallowed accesses, so that only authorized users have access to your site or individual areas by input of their user name and password!
phpAutoMembersArea - create own members area is Unix compatible. phpAutoMembersArea - automatically create your own members area, NO programming experience required. Included is a separate join page for your new members and separate members-area that only your members can access following a successful login.
Max's Site Protector is a simple PHP based script which helps you to protect your pages with password. Setting up a password protected page is very easy. You only need to add 1 line of code to all of your pages you want to protect and that's all. You need to login only once and all protected pages will be available for you. The script uses CSS so changing the style is very simple. An example code is attached to the installation package.
Designed to easily secure website content, manage members, and offer digital subscriptions, Password Protector SD boasts an unmatched list of features that consistently make it the top-rated website-security program. With an easy learning curve and the best support team on the web, your mind will rest at ease knowing that ppSD is securing your website. NOTABLE FEATURES - Ajax inspired login, username check, password recovery, and more. - Free installation + compatibility testing! - Industry-standard mod_rewrite/htaccess security technologies. - Integrates into any website (template based) - Protect unlimited files of any types spread into multiple secure areas ("Groups") - Offer securely downloadable files. - Credit Card API integration. - Assign users to multiple secure areas. - Manage unlimited registration forms, including multi-page registration forms. - Prevent password-sharing-abuse with the powerful "TrackStat" feature. - Find out more today!
vAuthenticate is a multi-platform compatible. PHP and MySQL script which allows creation of new user accounts new user groups, activate/inactivate groups or individual accounts, set user level, etc. This uses a custom class to handle the bulk of insertion, updates, and deletion of data.