Index: temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8279)
+++ temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8286)
@@ -101,4 +101,6 @@
 	}
 	
+	sfprintr(ereg( "^https?://", $_POST["url"] ));
+	
 	// XML¥Ñ¡¼¥µ¤òÀ¸À®¤¹¤ë¡£
 	$parser = xml_parser_create();
Index: temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8285)
+++ temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8286)
@@ -185,6 +185,6 @@
 	
 	// sslÂÐ±þÈ½Äê
-	if(extension_loaded('openssl')){
-		$arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂÐ±þ¤·¤Æ¤¤¤Þ¤»¤ó¡£http¤ÇÀÜÂ³¤·¤Æ¤¯¤À¤µ¤¤¡£";
+	if(!extension_loaded('openssl') and !ereg( "^https?://", $_POST["url"] )){
+		$arrErr["url"] = "¤³¤Î¥µ¡¼¥Ð¡¼¤ÏSSL¤ËÂÐ±þ¤·¤Æ¤¤¤Þ¤»¤ó¡£<br>http¤ÇÀÜÂ³¤·¤Æ¤¯¤À¤µ¤¤¡£";
 	}
 
