The htaccess class lets you manage the htaccess functions of Apache Webservers. Without much knowledge of Apache, you can add/delete users, create/delete groups, and create .htaccess files using this class.
This script allows an administrator to specify the page a user will be directed to once they have been authenciated. Only administrators can create and modify users. Fully configurable, all login pages created with html so you can easily incorporate this into any website. Requirements: PHP, MySQL Database, use of cookies.
Feel free to comment ...
this simple php login script features functions to add hashed and encrypted passwords and usernames to a table, and then a function to validate users based on these login credentials.
Describes a complete PHP Login System with full Administrative Features that uses a MySQL database and can be easily integrated into any PHP/MySQL website.
Php component is a MySql membership script that uses a data base and .htaccess. phpautomembersarea script.
It allows users to register...confirmation and password are sent to them via email. They can
then log in where they are taken to a members page. From the members page they are able to select from links to take them to other pages.
I have created a quotation page that allows members to fill out a form that they can
save and come back to to complete. This done by using cookies to remember the data stored
in the form that is filled out. You may have other usese for this other than a quotation set up.
This script mod is very usefull if you need your customer to provide a lot of information through
your web form but is unlikely they would be able to complete it in one go.
This is why I designed this script the way it is.
Once they have finshed the form they can submit it. If they leave out predefined fields an error
message will be displayed listing the fields that they have missed out. They can then go back and
fill it out and re submit it.
Once they have successfully submitted the form they are presented with a thank you page which contains their name and then redirected to what ever other web page you want. You are also sent an email confirming a new member has signed up and so is the new member.
When they submit their form you are also sent a copy of all the details in that form also.
The thank you, success and error pages are all customisable as is the email messages etc.
This mod uses the bizmail and phpautomembers area scripts plus what I put together as addons, which is what you are paying for not the free scripts.
This script will password protect a file and will also load the html from any text file you want.
Note: this is not the safest way to password protect files. Update: the script will not work if you give it a worng URL to text file. Make sure to use "http://www.yoursite.com/folder/filename.ext" format in the $URL value.