Table of Contents

History

Mar 2009

require_once(DOKU_INC . "lib/tpl/puzzlers2006/puz_auth.php");   // KITE
  //search($data,$conf['datadir'],'search_index',array('ns' => $ns));
  puz_search($data,$conf['datadir'],'search_index',array('ns' => $ns));  // KITE
  //print html_buildlist($data,'idx','html_list_index','html_li_index');
  print html_buildlist($data,'idx','puz_html_list_index','html_li_index'); // KITE
  //<!-- BEGIN NEW Kite Nov 8, 2008 -->
  $form->addElement(form_makeCheckboxField(
     'AliasForward',             // field name
     $_POST['AliasForward'],     // Value -- use the one the user sent
     'Forward my puzzlers'' email alias to this address.',  // label
     'AliasForward',             // id
     '',                         // class
     array() ));                 // attributes as array()
  $form->addElement();
  //<!--  END  NEW Kite -->

Nov 2008

This version was never activated on the website
  <!-- BEGIN NEW Kite Nov 8, 2008 -->
  $form->addElement(form_makeCheckboxField(
     'AliasForward',             // field name
     $_POST['AliasForward'],     // Value -- use the one the user sent
     'Forward my puzzlers' email alias to this address.',  // label
     'AliasForward',             // id
     '',                         // class
     array() ));                 // attributes as array()
  $form->addElement();
  <!--  END  NEW Kite -->
    /* This function will log all logins and logouts to conf/users.auth.log -- this is where the 
    /* NPL User Admin UI writes changes.  This log allows Mercury to search for user history */
    function _log3($msg){
        global $conf;

        $t   = time();
		$user = $_SERVER["REMOTE_USER"] . "@" . $_ENV["REMOTE_ADDR"];
        //$log = $t."\t".strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_USER']."\t".$msg;
		$log = date("M d Y H:i") . " : " . $user . " : Connect : $msg : " . $_SERVER['PHP_SELF'] . "\n";
        io_saveFile(DOKU_INC . "conf/users.auth.log","$log\n",true);
    }

May 2008

      <label class="block">
      <?php echo $lang['email']?>
      <input type="text" name="email" <?php if(!$auth->canDo('modName')) echo 'disabled="disabled"'?> class="edit" size="50" value="<?php echo formText($_POST['email'])?>" />
    </label>
    <!-- BEGIN NEW kite May 1, 2008 -->
    <label class="block">
      <input name="AliasForward" type="checkbox" value="" />
      Forward my puzzlers' email alais to this address.
    </label>
    <!-- END NEW kite -->
	<br /><br />
puz_UpdateAlias($_SERVER['REMOTE_USER'], $changes['mail'], $_POST['AliasForward']);   // May 1, 2008 Kite

Jul 2007

Dec 2006

  // search($data,$conf['datadir'],'search_index',array('ns' => $ns));
  puz_search($data,$conf['datadir'],'search_index',array('ns' => $ns));
  //  print html_buildlist($data,'idx','html_list_index','html_li_index');
  print html_buildlist($data,'idx','puz_html_list_index','html_li_index');

Sept 2006

Before you can access all portions of the NPL Web site, 
your registration needs to be activated. Please send 
your username and full name in a message to <treasurer@puzzlers.org> and 
ask for your username to be activated. 
**NOTE:** Creating a user account will **__NOT__** grant you access to 
the Member Only areas of this website.   You must be a Member of the 
National Puzzlers' League (NPL) and be authorized by  <treasurer@puzzlers.org>.

Dec 2005

July 2005