Newer version of phpMember is available,
released on 04 November 2002, has been downloaded for 17115 times.
Please visit phpMember ver 0.1.0 to get more information.
released on 04 November 2002, has been downloaded for 17115 times.
Please visit phpMember ver 0.1.0 to get more information.
phpMember - Installation
Installation procedure:
[1] Create new dir and untar the distribution (be sure to
untar the subdirectories) into that new dir
tar -xzvf phpMember_x.x.x.tar.gz
[2] Create the required tables within your web-site database
as provided in phpMember.sql. You can use the mysql-client
for this: mysql < phpMember.sql
[3] Open the file config.php3 in your favourite editor and change
the values for path, host, user and password to fit your environment.
[4] It is strongly recommended that you protect the directory in which
you installed phpMember-admin , for example with HTTP-AUTH
(in a .htaccess-file).
[5] Open the file//index.php3
in your browser. phpMember should now display a welcome screen.
[6] If desired, move the directories require and include out of the web
server root. This will prevent someone from gaining direct access
to them via the web server and gives somewhat greater security.
Installation procedure:
[1] Create new dir and untar the distribution (be sure to
untar the subdirectories) into that new dir
tar -xzvf phpMember_x.x.x.tar.gz
[2] Create the required tables within your web-site database
as provided in phpMember.sql. You can use the mysql-client
for this: mysql
[3] Open the file config.php3 in your favourite editor and change
the values for path, host, user and password to fit your environment.
[4] It is strongly recommended that you protect the directory in which
you installed phpMember-admin , for example with HTTP-AUTH
(in a .htaccess-file).
[5] Open the file
in your browser. phpMember should now display a welcome screen.
[6] If desired, move the directories require and include out of the web
server root. This will prevent someone from gaining direct access
to them via the web server and gives somewhat greater security.
Login Form