1. mantis ���? ¶
- ���그 ��������� ��������� ���������. ���그 ��������� ��������� ��������� �������� ������������. ������ ��������� ������ ��������� ���결 ������������ ���결 ������������ ��� ������ ���������. -_-;
2. ��������� ¶
- apm ���������, 걍 www ��������� ��������� ��������� ������ localhost/mantis ������ ����� ��������� ������고 DB ������ �������� ������ ������ �������� ���������.
3. ��������� ������ ¶
- /core/user_api.php ������ 416line ��� ��������� ����� ���꿔��� ��������� ��������� ��������� ������ ��������� ���������고, ����������� ���꾸게��� ������.
~cpp // $t_password = auth_generate_random_password( $t_seed ); $t_password = 1234;
4. ����� ������ ¶
- administrator , ��������� root ��� ���그��� ������ 계��������������� preference ��������� ����� ������ ������ ������ ������ ������ ��������� �������� ������ �������� ��������� ���고 �������� ��������� ��� ������������.
- �������� ���������? -> ������ ������ ������ ����������� ��� ����� ��� ��� ������������.
~php ������������ ��������� euc-kr ������ ���������고 euc-kr ��� mantis ������ ���������기 ������ ��������� ����� mantis ��������� ������ ���������������. ./mantis-1.0.2/core/adodb/drivers/adodb-mysql.inc.php ======================= 346 if ($this->_connectionID === false) return false; 347 mysql_query('set names euckr',$this->_connectionID); 348 if ($argDatabasename) return $this->SelectDB($argDatabasename); ======================= 359 if ($this->_connectionID === false) return false; 360 mysql_query('set names euckr',$this->_connectionID); 361 if ($this->autoRollback) $this->RollbackTrans();
- ������ ����� ������ ������ �������� ��� ��� ������ ������������.
- ������ ��������� ���거���? ��������� ��������� Find in file ������ htmlspecialchars ��� ����� ��� ��������� @htmlspecialchars ����������� ���꿔 ������ ���������.