historyu.cgi

Top Japanese Page


Functionalities
    History
  • Register and display any history
  • Admin-only mode can update the page by administrator only
  • User mode allows to update the page by anyone
  • The order can be set to either new-to-old or old-to-new.
  • Displaying date can be set to year only, year and month or year, month and day.
  • You can use this script to anything which should be recorded as time series, such as revision history, time line and so on.
Installation
  1. Put historyu.cgi into a CGI executable directory.
  2. Modify the Perl path of the line #1 in the historyu.cgi to match your server environment.
  3. Modify permission of the historyu.cgi properly.
  4. When you execute historyu.cgi on your browser, it will ask to enter admin password. Enter a password. This is first time only.
  5. After that, click "admin setup" and setup environement.
  6. Once it is done, you can use as "history".
Sample and Source
    Sample(ja) Sample of setup screen(ja)
    historys.cgi (ja)

    Support forum


Revision history
  • 1.006 : 11/27/05 : Fixed delete file lock method.
  • 1.005 : 11/26/05 : Fixed delete bug.
  • 1.004 : 10/2/05 : Modified method to post.
  • 1.003 : 10/1/05 : Fixed update time.
  • 1.002 : 9/4/05 : Added option for day, month display.
  • 1.001 : 8/28/05 : Modified lock
  • 1.0 : 8/26/05 : Created