From: kimitake Date: Tue, 23 Oct 2007 08:33:23 +0000 (+0000) Subject: sync with trunk for v3.31 release X-Git-Tag: release-3-31-rc2~10 X-Git-Url: http://git.osdn.net/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=commitdiff_plain;h=b4c47a4e1064f385c75125b0f17400a7f7d7e37b sync with trunk for v3.31 release git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@331 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- diff --git a/utf8/createaccount.php b/utf8/createaccount.php new file mode 100644 index 0000000..e1ca9ab --- /dev/null +++ b/utf8/createaccount.php @@ -0,0 +1,128 @@ + + + + + Create Member Account + + + + +

Create Account

+ + + +
+ +
+ + + + Login Name (required): +
+ (only a-z, 0-9) +
+
+ Real Name (required): +
+ +
+
+ Email (required): +
+ (must be valid, because an activation link will be sent over there) +
+
+ URL: +
+ +
+ notify('FormExtra', array('type' => 'membermailform-notloggedin')); + ?> +
+
+ +
+ +
+createAccount(); + + echo ''.$message.'

'; +?> + +
+ +
+ + + + Login Name (required): +
+ /> (only a-z, 0-9) +
+
+ Real Name (required): +
+ /> +
+
+ Email (required): +
+ /> (must be valid, because an activation link will be sent over there) +
+
+ URL: +
+ /> +
+ notify('FormExtra', array('type' => 'membermailform-notloggedin')); + ?> +
+
+ +
+ +
+
'; + echo 'Please contact the website administrator for more information.'; +} +?> + + + + \ No newline at end of file diff --git a/utf8/install.sql b/utf8/install.sql index cff9090..06eb9ec 100755 --- a/utf8/install.sql +++ b/utf8/install.sql @@ -38,12 +38,13 @@ CREATE TABLE `nucleus_blog` ( `ballowpast` tinyint(2) NOT NULL default '0', `bincludesearch` tinyint(2) NOT NULL default '0', `breqemail` TINYINT( 2 ) DEFAULT '0' NOT NULL, + `bfuturepost` TINYINT(2) DEFAULT '0' NOT NULL, PRIMARY KEY (`bnumber`), UNIQUE KEY `bnumber` (`bnumber`), UNIQUE KEY `bshortname` (`bshortname`) ) TYPE=MyISAM; -INSERT INTO `nucleus_blog` VALUES (1, 'My Nucleus CMS', 'mynucleuscms', '', 1, 0, 0.0, '', 'http://localhost:8080/nucleus/', '', 5, 1, 0, 1, 1, 1, 1, 0, 0); +INSERT INTO `nucleus_blog` VALUES (1, 'My Nucleus CMS', 'mynucleuscms', '', 1, 0, 0.0, '', 'http://localhost:8080/nucleus/', '', 5, 1, 0, 1, 1, 1, 1, 0, 0, 0); CREATE TABLE `nucleus_category` ( `catid` int(11) NOT NULL auto_increment, @@ -125,6 +126,7 @@ CREATE TABLE `nucleus_item` ( `ikarmapos` int(11) NOT NULL default '0', `icat` int(11) default NULL, `ikarmaneg` int(11) NOT NULL default '0', + `iposted` tinyint(2) NOT NULL default '1', PRIMARY KEY (`inumber`), UNIQUE KEY `inumber` (`inumber`), KEY `itime` (`itime`), diff --git a/utf8/nucleus/plugins/ping/english.php b/utf8/nucleus/plugins/ping/english.php index e8af461..c81e8b3 100644 --- a/utf8/nucleus/plugins/ping/english.php +++ b/utf8/nucleus/plugins/ping/english.php @@ -1,5 +1,5 @@