nucleus_mysql_xxx converter * * for Nucleus * * ver 0.6.1b Written by Katsumi * *******************************************/ // The license of this script is GPL // Check lanuage if (strpos(strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']),'ja')===0) { $charset='EUC-JP'; } else { $charset='iso-8859-1'; } header("Content-Type: text/html; charset=$charset"); if (!file_exists('./nucleus/sqlite/convert.php')) exit; include('./nucleus/sqlite/convert.php'); ?>このページでは、SQLite で使用するための Nucleus の各ファイルの変更を行います。

すべての "mysql_xxx" 関数呼び出しの表記が "nucleus_mysql_xxx"に変更されます.

この変更は、MySQL 関数が PHP にインストールされていない場合には、必須ではありません。
この場合 "install.php" と "config.php" だけに変更が必要です。
もしMySQL 関数がインストールされておらず、将来的にもインストールされないことが確実な場合、
ここをクリックしてください(install.php と config.php が変更されます)。

そうでなければ、下のリンクをクリックしてください。

変更を開始(このディレクトリのすべての PHP ファイルが変更されます)。

始める前に、変更されるべき PHP ファイルのパーミッションが、読み書き可能になっていることを確認してください。 This page is to modify Nucleus core files for using SQLite as database engine.

All the "mysql_xxx" functions will be converted to "nucleus_mysql_xxx".

This modification is not required if MySQL functions of PHP are not installed in the server.
In this case, only the "install.php" and "config.php" must be modified.
If you are sure that the MySQL function is never (now and in future) installed,
please click here(install.php and config.php will be changed).

Otherwise, please click following link.

Start modification(all the PHP files in this directory will be changed).

Please make sure that all PHP files to be modified are readable and writable. すべての変更が終了しました。
ここをクリックして Nucleus w/SQLite のインストールを開始してください。
All modificatios are sccesfully done.
Click here to install Nucleus w/SQLite