4MemberOnly Features
The 4MemberOnly script allows you to rapidly build a Members Only
section using PHP/MySQL in your site. You must be hosted on a server
that supports PHP/MySQL. Most standard Linux/Windows web server will
meet the requirement.
Easy install
- integrated into existing site in minutes
- can add as many member pages as you want
- one configuration file
Members area
- new member join page with CAPTCHA
- login page
- forgotten password page
- activate account by email
- a single header file
- a single footer file
Admin area
- view account details
- degrade or upgrade an account
- update/delete/active/deactive account
- visitor tracking - Admin can tell when users logged in your site, and where(IP address) those users are from.
4MemberOnly Requirements
1, Mysql & PHP (version 4 and up).
2, You do need some basic CSS, JS, HTML, PHP, and Mysql knowledges to customize this software.
4MemberOnly File List
- about.php company.php contact.php index.php product.php service.php: public page samples
- accessdeny.php: access deny message page
- active.php: Activate user account
- admin_userinfo.php: administrator control panel - user information
- admin_usertrack.php: administrator control panel - user login information
- forget_pw.php: retrieve password
- login.php: user login page
- logout.php: logout Page
- member_page_a.php: member only page sample
- signup.php: sign up page
- includes/configure.php: Configuration file
- includes/header.php: header menu
- includes/footer.php: footer
- includes/right_sidebar.php: sidebar
- installation/install.php: Install script