안녕하세요..
제가 메일을 계정해준다는 php 프로그램을 받아서
리눅서에 설치해보려고 하는데요..
초보라서 잘 안되네요..
지금 mysql 과 php3 아파치 를 연동해서 깔려있구요.
데이터베이스를 생성하고 해줘야하는데..
이 프로그램에서는 어떻게 만들어 줘야하는지.. 형식이 있던데??
잘 모르겠어요....
제가 이거 꼭 해야 하거든요..
아시는분 꼭좀 부탁드립니다..
파일은 밑에처럼 이런식으로 되어 있는데요..
.htaccess
CHANGES
GPL
INSTALL
LICENSE
INDEX PHP
LOGOUT PHP
MSG PHP
SEND PHP
/LIB
아파치 mysql php3 모두 소스르 컴파일했구요.
모두 /usr/local/ 밑에 있어요..
그리구 웹 루트는 /usr/local/apache/htdocs/ 에 있구요..
위에 웹프로그램이 필요하시다면 저에게 메일 보내주세요..
제가 메일로 보내드리겠습니다.
꼭.... 부탁드립니다..
웹프로그램 않의 install 파일않의 내용입니다..
----------------------------------------------------------------------
phpop
A WWW based POP email management tool
Copyright (C) 1998-2000 Padraic Renaghan
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Padraic Renaghan
e-mail <padraic at renaghan.com>
phpop home <http://renaghan.com/pcr/phpop.html>
personal home <http://renaghan.com/pcr/>
----------------------------------------------------------------------
These instructions assume that you have the following working
together: Web Server, PHP, and database. I recommend the
following configuration:
- Apache Web Server (http://www.apache.org/). I recommend downloading
the source and compiling it yourself so that you can compile PHP as
an Apache module. NOTE: The RPM or other binary version should work
as well.
- PHP (http://www.php.net/). Again I recommend downloading the source
and compiling it yourself so that you can compile PHP as an Apache
module. NOTE: phpop should also work using PHP as a CGI
executable either compiled yourself or from a binary distribution of
PHP.
- MySQL (http://www.mysql.net/). You can either compile the source,
or in my case I downloaded the binary RPMs from the MySQL website.
Either should work.
--
phpop installation
(after untar/unzip the distribution file to a temporary location...)
1. Move the phpop directory that was created by the un-tar/un-zip to
a location under your webserver's document root - so that the
web server will serve the phpop directory and pages.
2. There is more than one method for setting up the PHP include
path. My prefferred method is to use the .htaccess file in
phpop/ to set the PHP include path to ".:./lib:./lib/phplib".
This lets me keep all phpop files under a single directory structure.
3. Tell your webserver NOT TO SERVE pages in the phpop/lib directory.
These pages contain the user ID and password to your database and
you don't want folks seeing them. I have included an .htaccess
file in this directory for use by Apache that will stop browsing
of the lib directory. Make sure and test this after the installation
by trying to get to http://your-domain.com/phpop/lib/poplocal.inc You should NOT be able to get to this URL.
4. Create a database for phpop (e.g., "phpop"), then
create the tables in the database used by phpop
using the phpop.sql definition. In MySQL this can be done
(assuming you have created a database named "phpop") with the
following command:
mysql phpop <create_db.mysql
5. Update the poplocal.inc file with the name of your phpop
database and the user ID and password used to connect to it. I use
"phpop" as the name of my phpop database. Review the
contents of this file and update to support the database you are
using.
6. Update the phpop.inc file with the configuration settings
for your environment.
7. OPTIONAL:
Full customization is available with the FastTemplate support in
phpop.
Update the files in the phpop/lib/templates directory to create the
look & feel and language that you desire for your installation of
phpop.
8. If you are running on a Windows platform, edit the
class.FastTemplate.inc file in the phpop/lib directory and change the
WIN32 variable in the class section at the top to "true"
9. To give phpop full control over character handling,
especially quotes, you must turn magic_quotes_gpc, magic_quotes_sybase
and magic_quotes_runtime off. You can do this in the php3.ini file
or if supported by your webserver in the .htaccess file. These settings
are already set in the sample .htaccess file from the distribution.
12. Open the index.php3 page in your browser, enter your POP user ID
in the user ID field (normally your email user), enter your POP
password
in the password field, click "Login" button, and enjoy!-- 기억나니?
== End가 아닌 And로... ==
이제 우리 함께 하는거야!