2006-01-01から1年間の記事一覧

PHPとMySQLの微妙な関係

CLI版PHPを実行すると原因不明のエラー。 File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2) Character set '#12' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file 原因はこの辺にありそう。 mys…

XOOPSモジュールハック

Filemanagerモジュール 殆どのサイトがリンク切れだったので生きてるところをメモ http://www.xoops.org/modules/repository/viewcat.php?cid=28またregister_globals=offだと動かない仕様のため、 index.php3行目に以下を追加 extract($_REQUEST); 2006-01-…