XOOPS

Geeklog

Apache 2.0.52
MYSQL 4.1.7
PHP 4.3.9
http://jp.xoops.org

chown -R nobody:nobody xoops/
create database xoops;
grant all privileges on xoops.* to xoops@localhost identified by 'hogepass';
UPDATE mysql.user SET Password = OLD_PASSWORD('hogepass') WHERE Host = 'localhost' AND User = 'xoops';
FLUSH PRIVILEGES;

http://hogehoge.hoge/xoops/html/index.php

main(): Failed opening required 'XOOPS_ROOT_PATH/class/template.php'

Apache 2.0.54
MYSQL 5.0.13
PHP 4.3.11
http://jp.xoops.org/

wget http://keihanna.dl.sourceforge.jp/xoops/16357/xoops-2.0.12-JP.tar.gz
tar xzvf xoops-2.0.12-JP.tar.gz
mv xoops-2.0.12-JP/ xoops
chown -R nobody:nobody xoops/
create database xoops;
grant all privileges on xoops.* to xoops@localhost identified by 'hogepass';
UPDATE mysql.user SET Password = OLD_PASSWORD('hogepass') WHERE Host = 'localhost' AND User = 'xoops';
FLUSH PRIVILEGES;

http://hogehoge.hoge/xoops/html/index.php MySQL http://hidekazu.dhs1.sst.ne.jp/xoops/html/

formmail

multimenu

http://www.xugj.org/modules/manual2/content/index.php?id=4

kernel

class

PHP4.4

Only variable references should be returned by reference

http://xoops.sourceforge.jp/wiki/xoops2/index?TECH

TIPS

include_once XOOPS_ROOT_PATH."/class/module.errorhandler.php";
$eh = new ErrorHandler;
global $xoopsDB;
$sql = "SELECT id,title FROM ".$xoopsDB->prefix("multimenu01");
$result = $xoopsDB->query($sql) or $eh->show("0002");
while ($myrow = $xoopsDB->fetchArray($result)) {
 echo sprintf("id=%s title=%s<br>",$myrow["id"],$myrow["title"]);
}

$num_form = $xoopsDB->getRowsNum($result);
$rt = @mail($to, $this->encode_header($this->Subject), $body, $header, $params);
$rt = @mail($to, '=?'.$this->CharSet.'?B?'.base64_encode($this->Subject).'?=', $body,
$header, $params);
$rt = @mail($to, $this->encode_header($this->Subject), $body, $header);
$rt = @mail($to, '=?'.$this->CharSet.'?B?'.base64_encode($this->Subject).'?=',
$body, $header);

http://xoopscube.jp/modules/xhnewbb/viewtopic.php?viewmode=thread&topic_id=758&forum=5&post_id=4306#4306 http://ml.php.gr.jp/pipermail/php-dev/2005-July/001159.html




ToEmails?

http://www.sakimura.org/modules/wordpress/index.php?p=285
http://xoopscube.jp/modules/xhnewbb/viewtopic.php?topic_id=39&viewmode=flat&order=ASC&start=0


for($index = 0; $index < count($this->CustomHeader); $index++)

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS