Tadashi Okoshi
slash****@users*****
2005年 7月 3日 (日) 04:16:52 JST
Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.20 affelio/bin/get_content.cgi:1.21
--- affelio/bin/get_content.cgi:1.20 Sun Jul 3 03:15:40 2005
+++ affelio/bin/get_content.cgi Sun Jul 3 04:16:51 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id: get_content.cgi,v 1.20 2005/07/02 18:15:40 slash5234 Exp $
+# $Id: get_content.cgi,v 1.21 2005/07/02 19:16:51 slash5234 Exp $
use strict;
@@ -57,12 +57,12 @@
############################################################################
my $module = $wi->PTN_word($q->param("module"));
if($module eq "" || !defined($module)){
- error($q,"Parameters are not defined.(module)");
+ error($q,"Input parameters are not defined.(module)");
}
my $content = $wi->PTN_getcontent_content($q->param("content"));
if($content eq "" || !defined($content)){
- error($q,"Parameters are not defined.(content)");
+ error($q,"Input parameters are not defined.(content)");
}
@@ -128,12 +128,12 @@
my $passAB = $af->{fm}->get_attribute_by_afid($referrer, "password");
if($passAB eq "" || !defined($passAB)){
- error($q,"Parameters are not defined. (1)");
+ error($q,"Parameters are not defined. (1): Your peer does not have shared password with you...");
}
my $cfid = msg_decrypt( url_decode($q->param("cfid") ) , $passAB) ;
if($cfid eq "" || !defined($cfid)){
- error($q,"Parameters are not defined. (2)");
+ error($q,"Parameters are not defined. (2): Invalid encryption: After decryption, we could not valid your encrypted message...");
}
#######################################################################