MoguraPlusX
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
* MoguraPlusXとは? [#g1bc47a4]
PHP+MySQLで作られたアクセス解析スクリプトです。
もともと「Mogura」として配布されていたスクリプトを改造し...
- PHPアクセス解析 Mogura PlusX
http://rin.usamimi.info/mgr/
* インストール [#f7f6a690]
- Mogura導入メモ
http://blog.urthr.net/web/mogura-install.html
MySQL5.5にインストールするとき、引っかったので注意が必要...
+ /mogsetup/setup.php
で、「TYPE=MyISAM」を「ENGINE=MyISAM」または「ENGINE=Inno...
=MySQL5.5では「TYPE」宣言の代わりに「ENGINE」宣言を使う...
+ /mogplusx/inc/config.php
の設定内容編集する。
* 管理画面 [#a7bbeec2]
管理画面は、MoguraPlusXをインストールしたフォルダ内の「w3...
http://www.mydomain.com/mogplux/w3a.php
http://www.mydomain.com/mogplux/
http://www.mydomain.com/mogplux/index.php
ではないので注意。
* 改造 [#y58ad05b]
- Mogura Plusの改造
http://web.tvbok.com/web/server/mogura_plus.html
上記ページを参考にして、「w3a.php」でGzip圧縮を有効にして...
#code(php){{
<?php
ob_start ("ob_gzhandler");
}}
終了行:
#contents
* MoguraPlusXとは? [#g1bc47a4]
PHP+MySQLで作られたアクセス解析スクリプトです。
もともと「Mogura」として配布されていたスクリプトを改造し...
- PHPアクセス解析 Mogura PlusX
http://rin.usamimi.info/mgr/
* インストール [#f7f6a690]
- Mogura導入メモ
http://blog.urthr.net/web/mogura-install.html
MySQL5.5にインストールするとき、引っかったので注意が必要...
+ /mogsetup/setup.php
で、「TYPE=MyISAM」を「ENGINE=MyISAM」または「ENGINE=Inno...
=MySQL5.5では「TYPE」宣言の代わりに「ENGINE」宣言を使う...
+ /mogplusx/inc/config.php
の設定内容編集する。
* 管理画面 [#a7bbeec2]
管理画面は、MoguraPlusXをインストールしたフォルダ内の「w3...
http://www.mydomain.com/mogplux/w3a.php
http://www.mydomain.com/mogplux/
http://www.mydomain.com/mogplux/index.php
ではないので注意。
* 改造 [#y58ad05b]
- Mogura Plusの改造
http://web.tvbok.com/web/server/mogura_plus.html
上記ページを参考にして、「w3a.php」でGzip圧縮を有効にして...
#code(php){{
<?php
ob_start ("ob_gzhandler");
}}
ページ名: