profil database
Jeg har downloadet et program der hedder profile manager som skulle lave et "script" på hjemmeside så brugere kunne oprette en profil..Men jeg kan ikke finde ud af hvad jeg nøjagtigt skal gøre..
her er readme filen:
#---------------------------------------------------------------------
INSTALLATION
#---------------------------------------------------------------------
This is a quick guide for installation.
Topics included in this document:
- Introduction
- Regular Installation
- Under cgi-bin installation
- More details about permissions
- Additional security checks
- Copyright and legal notice
#---------------------------------------------------------------------
Introduction:
#---------------------------------------------------------------------
There are two ways to install this software on your server.
Most of the servers do support installation of cgi scripts under
public directories. Some others require cgi scripts to be installed
under cgi-bin. There is almost no difference between installing PM 2
under cgi-bin or not. Cgi-bin is there for mostly historical reasons.
Some unsecure scripts may also gain some security by installing
under cgi-bin. Also if your server does not support htaccess protection
you should either install this under cgi-bin or move the data directory
to some other location. This is described at the "Security Checks" topic.
#---------------------------------------------------------------------
Regular Installation:
#---------------------------------------------------------------------
1. Create a directory under your web site. Let's call it "members".
It should be possible to access to this directory by going to
www.yourdomain.com/members/
2. Upload all files in this zip to this directory.
Important Note: All non-image files must be uploaded in ASCII mode.
Make sure your FTP client uploads html, htm, cgi, cfg, lib extension
files in ASCII mode.
3. Set these permissions:
- /members to chmod 777
- /member/cgi/data and everything inside to chmod 766
- All .cgi files under /members/cgi directory to chmod 755
4. Open your browser and go to www.yourdomain.com/members.
Follow the installation wizard and complete installation.
5. Go to www.yourdomain.com/members to test everything.
6. Go to your admin panel www.yourdomain.com/members/cgi/admin.cgi and bookmark it.
#---------------------------------------------------------------------
Under cgi-bin Installation:
#---------------------------------------------------------------------
1. Create a directory under your web site cgi-bin. Let's call it "members".
It should be possible to access to this directory by going to
www.yourdomain.com/cgi-bin/members/
2. Upload all files under cgi folder in this zip to the members directory.
3. Set these permissions:
- /cgi-bin/member/data and directories inside to chmod 766
- All .cgi files under /cgi-bin/members/ directory to chmod 755
4. Open your browser and go to www.yourdomain.com/cgi-bin/members/setup.cgi
Follow the installation wizard and complete installation.
5. Go to the directory you have selected to copy html files to test everything.
6. Go to your admin panel www.yourdomain.com/cgi-bin/members/admin.cgi and bookmark it.
#---------------------------------------------------------------------
More details about permissions:
#---------------------------------------------------------------------
For installation wizard to function there are two important directories that needs to
be set:
- All cgi files should be set to 755 (executable).
- Data directory and all files inside should be set to chmod 766 (writable).
Once these are set correctly, the installatin wizard should function properly and
let you know if there are any other permission issues.
During the installation you will define some directories:
- images: Where the images reside.
- profiles: To be used for the static profiles created.
- member-only: The htaccess password protected directory.
These directories should either be created somewhere that has write permissions for
the web server(chmod 777), or you should create them manually and make them
writable(chmod 777).
Also, if you would like to be able to modify templates using admin panel, you may need to
change permissions of templates directory and all templates under it to chmod 766.
#---------------------------------------------------------------------
Additional Security Checks:
#---------------------------------------------------------------------
Make sure you cannot access http://www.yourdomain.com/members/cgi/data directory using browser.
If it is possible to access it using browser, your htaccess might be disabled or unexisting.
You can try to disable this directory by some other method or you can move data directory to some
other location in your server. Go to admin.cgi -> preferences -> files and directories and
change the location of all data directories to something else.
#---------------------------------------------------------------------
Trouble:
#---------------------------------------------------------------------
1. I am getting "Internal Server Error" when I go to setup.cgi?
- Make sure you have uploaded all files including lib files
- Make sure data directory and everything inside is writable
- Make sure your FTP client uploads (source code) files in ASCII mode.
2. I am stuck during installation, permission problems?
If setting "data" directory and everything inside as "chmod 766" doesnot
solve the problems, try setting them "chmod 777", also known as world-writable.
3. Something else happened?
Post your questions in Profile Manager forum:
http://www.interlogy.com//products/pm/board/viewforum.php?f=5
For a quick fix and responsive help, please you can purchase support for this product:
http://www.interlogy.com/products/pm/payment.html
#---------------------------------------------------------------------
Copyright And Legal Notice:
#---------------------------------------------------------------------
#
# Copyright 1999-2003 Aytekin Tank.
#
# This program may be used and modified free of charge by anyone, so
# long as this copyright notice and the header above remain intact.
# Selling the code for this program without prior written consent is
# expressly forbidden. Redistributing this program over the Internet
# or in any other medium is allowed as long as copyright remains and
# and credit/link to Interlogy is given very visibly. You can edit the
# source code of this program freely. In all cases copyright and header
# must remain intact.
#
# This program is distributed "as is" and without warranty of any
# kind, either express or implied. All responsibility is belong to
# you if any damage or loss occurs.
#
#---------------------------------------------------------------------
Det kunne i øvrigt være rart hvis nogle kendte til en bedre udvej eller en skabelon på DANSK???
