php5でもテーマチェンジャーは動くのか?

php5で動かすべく頑張ってみる。
 

もう一回入れることになったので手順の再構築

Pukiwiki用tDiaryテーマチェンジャーを公開!からコピペ

79行目

変更前
 <link rel="stylesheet" type="text/css" media="screen" href="skin/pukiwiki.css.php?charset=<?php echo $css_charset ?>" charset="<?php echo $css_charset ?>" />
変更後
 <link rel="stylesheet" type="text/css" media="screen" href="<?php include("chgstyle.php"); ?>?charset=<?php echo $css_charset ?>" charset="<?php echo $css_charset ?>" />

186行目
変更前
<div id="menubar"><?php echo do_plugin_convert('menu') ?></div>
変更後
<div id="menubar"><?php include("setstyle.php"); ?><?php echo do_plugin_convert('menu') ?></div>

http://www.tdiary.org/
テーマ集をダウンロードする
pukiwiki\skin\themeフォルダを作成してダウンロードしたファイルを展開する

\pukiwiki\skin\theme\3minutes\\3minutes.cssみたいな感じ
README削除
themebench.html削除

問題!

ここでcookieにセットできない。原因がサッパリわからない。時間がないので諦めた。