Nucleus v3.3 アクセスログ収集方法


futomi’s CGI Cafe 高機能アクセス解析CGI Standard版をインストール。

②<body>~</body>の間に以下を書き加える。(スキンファイルのheader.incなど)

<script type="text/javascript">
<!--
document.write("<img src='http://CGIを設置したディレクトリ/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");
// -->
</script>