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/
$ele_caption = $this->_ele->getVar('ele_caption', 'e');
$ele_caption = $this->_ele->getVar('ele_caption', 'n');
if ( $ele_value[0] == 999 ) { $form_ele = new XoopsFormLabel($ele_caption,""); }
<{if $element.body == ""}> <td colspan="2"><{$element.caption}></td>
function i_multimenu_show($options) { $block = getMultiMenu( $options, 'multimenu09' ); return $block; } function i_multimenu_edit($options) { $form = _BM_MULTIMENU_CHARS." <input type='text' name='options[]' value='".$options[0]."' /> "._BM_MULTIMENU_LENGTH.""; return $form; }
$tblColors echo "<li style=
http://www.xugj.org/modules/manual2/content/index.php?id=4
$elements[$n]['name'] = $ele->getName(); $elements[$n]['caption'] = $ele->getCaption(); $elements[$n]['body'] = $ele->render(); $elements[$n]['hidden'] = $ele->isHidden(); $elements[$n]['description'] = $ele->getDescription();XoopsFormElement?
Only variable references should be returned by reference
http://xoops.sourceforge.jp/wiki/xoops2/index?TECH
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++)