Index: /temp/test-xoops.ec-cube.net/html/mainfile.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/mainfile.php	(revision 876)
+++ /temp/test-xoops.ec-cube.net/html/mainfile.php	(revision 1092)
@@ -97,4 +97,7 @@
         include XOOPS_ROOT_PATH."/include/common.php";
     }
+	
+	// ¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥ÈDB
+	define ("DEFAULT_DSN", "pgsql://eccube_intro_admin:b8cSLkXf@192.168.0.202/eccube_intro_db");
 }
 ?>
Index: /temp/test-xoops.ec-cube.net/html/register.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/register.php	(revision 1089)
+++ /temp/test-xoops.ec-cube.net/html/register.php	(revision 1092)
@@ -29,4 +29,7 @@
 
 include 'mainfile.php';
+require("class/SC_SC_DbConn.php");
+require("class/SC_Query.php");
+
 $myts =& MyTextSanitizer::getInstance();
 
@@ -246,4 +249,14 @@
                 echo _US_YOURREGMAILNG;
             } else {
+				
+				// ¥ª¥Õ¥£¥·¥ã¥ë¥Ú¡¼¥¸¤Ø¤ÎÅÐÏ¿			
+				$objQuery = new SC_QUery();
+				
+				$sqlval['org_name'] = $uname;
+				$sqlval['email'] = $email;
+				$sqlval["create_date"] = "now()";
+
+				$objQuery->insert("dtb_user_regist", $sqlval);
+				
 			    // ¾åÉô¥á¥Ã¥»¡¼¥¸
 			    echo "<table id='centerMessage'>
