source: branches/dev/data/downloads/module/security/security.php @ 12100

Revision 12100, 3.9 KB checked in by naka, 19 years ago (diff)
Line 
1<?php
2/**
3 *
4 * @copyright   2000-2006 LOCKON CO.,LTD. All Rights Reserved.
5 * @version CVS: $Id: ebis_tag.php,v 1.0 2006/10/26 04:02:40 naka Exp $
6 * @link        http://www.lockon.co.jp/
7 *
8 */
9 
10//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹
11class LC_Page {
12    //¥³¥ó¥¹¥È¥é¥¯¥¿
13    function LC_Page() {
14        //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê
15        $this->tpl_mainpage = MODULE_PATH . 'security/security.tpl';
16        $this->tpl_subtitle = '¥»¥­¥å¥ê¥Æ¥£¥Á¥§¥Ã¥¯';
17    }
18}
19
20$objPage = new LC_Page();
21$objView = new SC_AdminView();
22
23
24$arrList[] = sfCheckOpenData();
25$arrList[] = sfCheckInstall();
26$arrList[] = sfCheckIDPass('admin', 'password');
27$arrList[] = sfCheckInstallInc();
28
29$objPage->arrList = $arrList;
30
31$objView->assignobj($objPage);                  //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
32$objView->display($objPage->tpl_mainpage);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ
33//-------------------------------------------------------------------------------------------------------
34// ÀßÄê¥Õ¥¡¥¤¥ë(data)¤Î¥Ñ¥¹¤¬¸ø³«¥Ñ¥¹¤Ç¤Ê¤¤¤«³Îǧ¤¹¤ë
35function sfCheckOpenData() {
36    // ¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È¤Î¥Ñ¥¹¤ò¿ä¬¤¹¤ë¡£
37    $doc_root = ereg_replace(URL_DIR . "$","/",HTML_PATH);
38    $data_path = realpath(DATA_PATH);
39   
40    // data¤Î¥Ñ¥¹¤¬¥É¥­¥å¥á¥ó¥È¥ë¡¼¥È°Ê²¼¤Ë¤¢¤ë¤«È½Äê
41    if(ereg("^".$doc_root, $data_path)) {
42        $arrResult['result'] = "¡ß";
43        $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤¬¡¢¸ø³«¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£<br>";
44        $arrResult['detail'].= "/data/¥Ç¥£¥ì¥¯¥È¥ê¤Ï¡¢Èó¸ø³«¤Î¥Ñ¥¹¤ËÀßÃÖ¤·¤Æ²¼¤µ¤¤¡£";
45    } else {
46        $arrResult['result'] = "¡û";
47        $arrResult['detail'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤Ï¡¢¸ø³«¥Ñ¥¹ÇÛ²¼¤Ë¸ºß¤·¤Þ¤»¤ó¡£";       
48    }
49   
50    $arrResult['title'] = "ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÊݸ¥Ñ¥¹";
51    return $arrResult;
52}
53
54// ¥¤¥ó¥¹¥È¡¼¥ë¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¤«³Îǧ¤¹¤ë
55function sfCheckInstall() {
56    // ¥¤¥ó¥¹¥È¡¼¥ë¥Õ¥¡¥¤¥ë¤Î¸ºß¥Á¥§¥Ã¥¯
57    $inst_path = HTML_PATH . "install/index.php";
58   
59    if(file_exists($inst_path)) {
60        $arrResult['result'] = "¡ß";
61        $arrResult['detail'] = "/install/index.php¤Ï¡¢¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ë¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£";           
62    } else {
63        $arrResult['result'] = "¡û";
64        $arrResult['detail'] = "/install/index.php¤Ï¡¢¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£";   
65    }
66   
67    $arrResult['title'] = "¥¤¥ó¥¹¥È¡¼¥ë¥Õ¥¡¥¤¥ë¤Î¥Á¥§¥Ã¥¯";
68    return $arrResult;
69}
70
71// ´ÉÍý¼Ô¥æ¡¼¥¶¤ÎID/¥Ñ¥¹¥ï¡¼¥É¥Á¥§¥Ã¥¯
72function sfCheckIDPass($user, $password) {
73    $objQuery = new SC_Query();
74    $sql = "SELECT password FROM dtb_member WHERE login_id = ?";
75    // DB¤«¤é°Å¹æ²½¥Ñ¥¹¥ï¡¼¥É¤ò¼èÆÀ¤¹¤ë¡£
76    $arrRet = $objQuery->getAll($sql, array($user));
77    // ¥æ¡¼¥¶ÆþÎϥѥ¹¥ï¡¼¥É¤ÎȽÄê
78    $ret = sha1($password . ":" . AUTH_MAGIC);
79   
80    if($ret == $arrRet[0]['password']) {
81        $arrResult['result'] = "¡ß";
82        $arrResult['detail'] = "Èó¾ï¤Ë¿ä¬¤Î¤·¤ä¤¹¤¤´ÉÍý¼ÔID¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£¸Ä¿Í¾ðÊóϳ±Ì¤Î´í¸±À­¤¬¹â¤¤¤Ç¤¹¡£";       
83    } else {
84        if(count($arrRet) > 0) {
85            $arrResult['result'] = "¢¤";
86            $arrResult['detail'] = "´ÉÍý¼Ô̾¤Ë¡Öadmin¡×¤òÍøÍѤ·¤Ê¤¤¤è¤¦¤Ë¤·¤Æ²¼¤µ¤¤¡£";               
87        } else {
88            $arrResult['result'] = "¡û";
89            $arrResult['detail'] = "ÆÈ¼«¤ÎID¡¢¥Ñ¥¹¥ï¡¼¥É¤¬ÀßÄꤵ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£";               
90        }
91    }
92   
93    $arrResult['title'] = "ID/¥Ñ¥¹¥ï¡¼¥É¤Î¥Á¥§¥Ã¥¯";
94    return $arrResult;
95}
96
97
98// install.inc¤Î¥Õ¥¡¥¤¥ë¤ò¥Á¥§¥Ã¥¯¤¹¤ë
99function sfCheckInstallInc() {
100    // install.inc¤Î¥Ñ¥¹¤ò¼èÆÀ¤¹¤ë
101    $inst_inc = DATA_PATH . 'install.inc';
102    if(file_exists($inst_inc)) {
103        if($fp = fopen($inst_inc, "r")) {
104            $data = fread($fp, filesize($inst_inc));
105            fclose($fp);
106        }
107       
108        $arrResult['result'] = "¡ß";
109        $arrResult['detail'] = $data;
110       
111       
112    } else {
113        $arrResult['result'] = "¡û";
114        $arrResult['detail'] = "install.inc¤Ï¡¢Â¸ºß¤·¤Þ¤»¤ó¡£";               
115    }
116   
117    $arrResult['title'] = "install.inc¤Î¥Á¥§¥Ã¥¯";
118    return $arrResult;
119}
120
121?>
Note: See TracBrowser for help on using the repository browser.