From: Kazuki Przyborowski Date: Mon, 3 Sep 2007 02:04:06 +0000 (+0000) Subject: Added maxlength to many form input tags. :P X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0e64606f37bf64dbcdac36d0ef6acf5917586422;p=idb%2FiDB.git.git Added maxlength to many form input tags. :P git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@97 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- diff --git a/inc/events.php b/inc/events.php index 4103113..8118bed 100644 --- a/inc/events.php +++ b/inc/events.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: events.php - Last Update: 09/01/2007 SVN 94 - Author: cooldude2k $ + $FileInfo: events.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="events.php"||$File3Name=="/events.php") { @@ -177,16 +177,16 @@ if($SmileRow<5) { ?> - + - + - + - +
diff --git a/inc/members.php b/inc/members.php index 1ed716a..330ff32 100644 --- a/inc/members.php +++ b/inc/members.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: members.php - Last Update: 09/01/2007 SVN 94 - Author: cooldude2k $ + $FileInfo: members.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="members.php"||$File3Name=="/members.php") { @@ -275,10 +275,10 @@ $membertitle = " ".$ThemeSet['TitleDivider']." Login";
- + - +
- + - - + + - - + + - - + + - - + - - + - - + - - + + - - + +
- + - + - + - +
@@ -469,7 +469,7 @@ if(!isset($_POST['GuestName'])) { $_POST['GuestName'] = null; }
Message Name is too big.
-="30") { $Error="Yes"; ?> +="45") { $Error="Yes"; ?> - +

Message Description is too big.
diff --git a/inc/profilemain.php b/inc/profilemain.php index 12c0084..d1f68cc 100644 --- a/inc/profilemain.php +++ b/inc/profilemain.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: profilemain.php - Last Update: 08/31/2007 SVN 93 - Author: cooldude2k $ + $FileInfo: profilemain.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="profilemain.php"||$File3Name=="/profilemain.php") { @@ -427,7 +427,7 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Profile Editor";
- + - + - + diff --git a/inc/replys.php b/inc/replys.php index c8ad54f..f279025 100644 --- a/inc/replys.php +++ b/inc/replys.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: replys.php - Last Update: 09/01/2007 SVN 95 - Author: cooldude2k $ + $FileInfo: replys.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replys.php"||$File3Name=="/replys.php") { @@ -287,10 +287,10 @@ if($SmileRow<5) { ?>
- + - +
@@ -391,10 +391,10 @@ if($SmileRow<5) { ?>
- + - +
@@ -438,7 +438,7 @@ if(!isset($_POST['GuestName'])) { $_POST['GuestName'] = null; } -="30") { $Error="Yes"; ?> +="45") { $Error="Yes"; ?> - + - + - +
 Make Reply Message:

Your Reply Description is too big.
@@ -735,13 +735,13 @@ if($SmileRow<5) { ?>
@@ -816,7 +816,7 @@ if($PermissionInfo['CanModForum'][$TopicForumID]=="yes"&& -="30") { $Error="Yes"; ?> +="45") { $Error="Yes"; ?>
 Edit Reply Message:

Your Reply Description is too big.
diff --git a/inc/searchs.php b/inc/searchs.php index 3d04f76..5d2095d 100644 --- a/inc/searchs.php +++ b/inc/searchs.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: searchs.php - Last Update: 09/01/2007 SVN 94 - Author: cooldude2k $ + $FileInfo: searchs.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="searchs.php"||$File3Name=="/searchs.php") { @@ -44,10 +44,10 @@ if($_GET['act']=="topics") { - + - +
- + - + - +
@@ -333,7 +333,7 @@ if(!isset($_POST['GuestName'])) { $_POST['GuestName'] = null; }
Your Topic Name is too big.
-="30") { $Error="Yes"; ?> +="45") { $Error="Yes"; ?>

Your Topic Description is too big.
diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 850e474..868e746 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2004-2007 Cool Dude 2k - http://intdb.sourceforge.net/ Copyright 2004-2007 Game Maker 2k - http://upload.idb.s1.jcink.com/ - $FileInfo: versioninfo.php - Last Update: 09/02/2007 SVN 96 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 09/02/2007 SVN 97 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,7 +27,7 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) { return $return_var; } // Version number and date stuff. :P $VER1[0] = 0; $VER1[1] = 1; $VER1[2] = 9; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 96; $RName = "iDB"; $SFName = "IntDB"; +$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 97; $RName = "iDB"; $SFName = "IntDB"; $SVNDay[0] = 09; $SVNDay[1] = 02; $SVNDay[2] = 2007; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $VerInfo['iDB_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,false); $VerInfo['iDB_Ver_SVN'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,true);