½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > PHP > PHP ¼Ò½ºÃ¢°í > À¥´ëÈ­¹æ > MOHA Chat 0.1RC1 »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
Javascript
PHP
html
ASP
mysql
CSS
Mobile
image
jquery
slide
¸Þ´º
�޴�
2023
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
MOHA Chat 0.1RC1
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù À¥´ëÈ­¹æ
´Ù¿î·Îµå Ƚ¼ö 1168 ȸ
°£´Ü¼³¸í ¼­¹ö ºÎÇÏ°¡ ÀûÀº ±ò²ûÇÑ Ã¤Æà ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ

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


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
µî·ÏµÈ ÀÇ°ßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 53308439 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.