アニメーション

nph-anim.pl (version 1.2)
Homepage: http://www.worldwidemart.com/scripts/
Modifications Required: yes, see below
Optional Modifications: None recommended.

nph-anim.pl を使用するためには、貴方が使用するアニメーションファイルのディレクトリー等を設定する必要があります。

最初に nph-anim.pl をコピーします。

Advanced Plan:

  1. mkdir ~/public_html/cgi-local・・・・・cgi-localディレクトリーを作る(既に作っている方は必要ありません。)
  2. cp /usr/www/cgi-bin/nph-anim.pl ~/public_html/cgi-local・・・・・nph-anim.plをcgi-localにコピー
  3. chmod 755 ~public_html/cgi-local/nph-anim.pl・・・・・パーミッションの設定

Webmaster Plan:

  1. cp /usr/www/cgi-bin/nph-anim.pl ~public_html/cgi-bin・・・・・nph-anim.plをcgi-binにコピー
  2. chmod 755 ~public_html/cgi-bin/nph-anim.pl・・・・・パーミッションの設定

次に Editor を使い貴方のページ用に設定をしなおします。サーバーのスクリーンエデ ィター PICO を利用されてもいいですし、FTP ソフトなどを使い先ほどの rand_link.pl をダウンロードしてから編集してもかまいません。但し、ファイルをアップロードするとき Ascii で行ってください。

$times
この数値を変えることでアニメーションのループ数を変化させます。不必要に多くすることは貴方の Traffic Data 量を増加させ、見る人の CPU の負担も増加させることになります。

Examples:

$times = "5";

$basefile
ここに貴方のアニメーションイメージがどのディレクトリーにあるか指定します。ディレクトリーに指定は (http://www.****.com/****/)のような WEB Path でなくディレクトリー Path を指定します。

Examples:

$basefile = "/u2/www/users/username/";

or:

$basefile = "/usr/www/users/username/";

or:

$basefile = "/usr/home/username/public_html/";

@files
ここには、アニメーションの配列を指定します。ここで指定した順序でアニメーションは動きます。

Examples:

@files = ("file1.gif","file2.gif","file3.gif");

For animation:

@files = ("file1.gif","file2.gif","file3.gif","file2.gif");

$con_type
 
ここには、使用する画像のファイル名を指定します。通常使用するのは "gif" か "jpg" ですが、下に表示しているファイルタイプなら使用できます。
ief
tiff
x-cmu-raster
x-portable-anymap
x-portable-bitmap
x-portable-graymap
x-portable-pixmap
x-rgb
x-xbitmap
x-xpixmap
x-xwindowdump

Example:

$con_type = "gif";

[ Support Forum ] [ System CGI ] [ User's Forum ] [ Top Page ]

  Last update: 09/10/99