Photodisp phdisp.cgi

See the other CGIs Japanese page


Functions
    Display photos on the top page of your site.
  • Random photo display using SSI.
  • Easy to setup. Place photos and CGI. That's it.
  • There is the other CGI Topdisp to post event, notices and so on on your top page manually.
  • There is an automatic update notice CGI Upnotice.

Installation

  1. Place phdisp.cgi on a CGI executable directory.
  2. Modify the first line of phdisp.cgi to match your perl path.
  3. Create a directory to place photos and put photos on the direcotry.
  4. Create a SSI executable HTML file with .shtml extention.
  5. Modify "$imagedir_from_cgi" in phdisp.cgi. It is a relative path from the CGI.
  6. Modify "$imagedir_from_shtml" in phdisp.cgi. It is a relative path from the shtml file.
  7. Modify permission of phdisp.cgi.
  8. Open the .shml file on your browser.
Sample and Source
    Sample
    Source


Revision history
  • 1.001 : 6/11/06 : Delete CGI.pm
  • 1.0 : 6/10/06 : Created.