phpアクセスカウンタ †rippleのページでcgiが動作しないため phpで動作するアクセスカウンタを作成しました。 設置方法 †展開したファイルをwebスペースにコピーする。 html側には以下のように記述 <img src="counter.php?column=1&file=count&increment=0"> <img src="counter.php?column=2&file=count&increment=0"> <img src="counter.php?column=3&file=count&increment=0"> <img src="counter.php?column=4&file=count&increment=0"> <img src="counter.php?column=5&file=count&increment=0"> <img src="counter.php?column=6&file=count&increment=0"> <img src="counter.php?column=7&file=count&increment=0"> <img src="counter.php?column=8&file=count&increment=0"> <img src="counter.php?column=9&file=count&increment=1"> columnは桁。上記の場合は9桁分表示される。 fileはカウンタ保存用のファイルを指定。また画像pngファイルもこれに合わせる必要がある。 incrementはカウンタに足す数。0ならなにもしない。 PukiWikiに張る場合はimg srcタグの代わりに&ref();を使用する。 設置例 †ダウンロード †
関連ブログ † |