서버 부하가 적은 깔끔한 채팅 프로그램이라네요.
서핑중 찾은 소스입니다.
Installing MOHA Chat
Pre-requisities
Required software are :
Apache Web server with PHP 5.x or higher. (PHP 5.1 or above is recommended)
A MySQL server, 4.1.0 or higher.
Web installer
If you have extracted the source into your document root, direct your browser to <root of MOHA Chat Installation>/installer/ and follow the simple instructions.
Post installation
Please remember to give write access to the cache folder /cache for the web server user, or some of the plug-ins will not work (Plug-ins are unable to cache content they retrieved from external servers).
Try this command from inside MOHA Chat root. chmod 777 cache/
Manual installation
Creating Database tables
WARNING - REMEMBER: ALWAYS BACK UP YOUR DATABASE BEFORE ATTEMPTING TO INSTALL OR UPGRADE!!!
Run the queries in <MOHA Chat Source>/dist/dbScript.sql on the database you wish to create the tables required to run MOHA Chat. (See Setting up the database)
Configuring MOHA Chat
Rename <MOHA Chat Source>/config/configuration.php-dist to <MOHA Chat Source>/config/configuration.php
Now set the parameters in <MOHA Chat Source>/config/configuration.php
Sample Configuration File Contents
<?php
/**
* Database connection information
*
*/
$databaseHost = "localhost";
$databaseName = "chat";
$databaseUser = "root";
$databasePassword = "";
$usersTable = "users";
$usernameField = "UID";
$passwordField = "PW";
// Title
$title = "MOHA Chat";
/**
* Links required to redirect users
*
*/
$forgotPasswordLink = "/login/forgot";
$registerLink = "/signup";
$loginLink = "login/";
// All messages will be archived if set to true
$archive = true;
$tablePrefix = "mh_ch_";
/**
* Passowrd Algorithm to use, even a custom function would do,
* but PWSecurity cryptPW should be aware
*/
$pwAlgo = "md5";
?>
Post installation
Please remember to give write access to the cache folder /cache for the web server user, or some of the plug-ins will not work (Plug-ins are unable to cache content they retrieved from external servers).
Try this command from inside MOHA Chat root. chmod 777 cache/
Congratulations! You have MOHA Chat Installed on your server/system
With your web browser go to the root of MOHA Chat Installation
Last modified on Monday, 12th February 2007
Installing MOHA Chat
Pre-requisities
Required software are :
Apache Web server with PHP 5.x or higher. (PHP 5.1 or above is recommended)
A MySQL server, 4.1.0 or higher.
Web installer
If you have extracted the source into your document root, direct your browser to <root of MOHA Chat Installation>/installer/ and follow the simple instructions.
Post installation
Please remember to give write access to the cache folder /cache for the web server user, or some of the plug-ins will not work (Plug-ins are unable to cache content they retrieved from external servers).
Try this command from inside MOHA Chat root. chmod 777 cache/
Manual installation
Creating Database tables
WARNING - REMEMBER: ALWAYS BACK UP YOUR DATABASE BEFORE ATTEMPTING TO INSTALL OR UPGRADE!!!
Run the queries in <MOHA Chat Source>/dist/dbScript.sql on the database you wish to create the tables required to run MOHA Chat. (See Setting up the database)
Configuring MOHA Chat
Rename <MOHA Chat Source>/config/configuration.php-dist to <MOHA Chat Source>/config/configuration.php
Now set the parameters in <MOHA Chat Source>/config/configuration.php
Sample Configuration File Contents
<?php
/**
* Database connection information
*
*/
$databaseHost = "localhost";
$databaseName = "chat";
$databaseUser = "root";
$databasePassword = "";
$usersTable = "users";
$usernameField = "UID";
$passwordField = "PW";
// Title
$title = "MOHA Chat";
/**
* Links required to redirect users
*
*/
$forgotPasswordLink = "/login/forgot";
$registerLink = "/signup";
$loginLink = "login/";
// All messages will be archived if set to true
$archive = true;
$tablePrefix = "mh_ch_";
/**
* Passowrd Algorithm to use, even a custom function would do,
* but PWSecurity cryptPW should be aware
*/
$pwAlgo = "md5";
?>
Post installation
Please remember to give write access to the cache folder /cache for the web server user, or some of the plug-ins will not work (Plug-ins are unable to cache content they retrieved from external servers).
Try this command from inside MOHA Chat root. chmod 777 cache/
Congratulations! You have MOHA Chat Installed on your server/system
With your web browser go to the root of MOHA Chat Installation
Last modified on Monday, 12th February 2007
댓글 2개
12년 전
웹인가요?
senseme
12년 전
넵 웹이에요.
게시판 목록
그누4 플러그인
그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다.
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3404 | 13년 전 | 5788 | ||
| 3403 |
letsgolee
|
13년 전 | 6523 | |
| 3402 | 13년 전 | 9230 | ||
| 3401 |
|
13년 전 | 6460 | |
| 3400 |
|
13년 전 | 8172 | |
| 3399 |
|
13년 전 | 15563 | |
| 3398 | 13년 전 | 7355 | ||
| 3397 |
|
13년 전 | 13975 | |
| 3396 |
|
13년 전 | 6027 | |
| 3395 | 13년 전 | 4047 | ||
| 3394 |
|
14년 전 | 9335 | |
| 3393 | 14년 전 | 14283 | ||
| 3392 | 14년 전 | 6732 | ||
| 3391 |
|
14년 전 | 7492 | |
| 3390 |
|
14년 전 | 7966 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기