Tag: 新規プラグイン 基本設計 プラグイン XPath JavaScript
$root->replaces_finish['_RepalceFromString'] = 'RepalceToString';$uname_enc = rawurlencode(mb_convert_encoding($this->root->userinfo['uname'], 'UTF-8', $this->cont['SOURCE_ENCODING']));
$uname = '&uname=_uNAMEuTF8eNCODE_';
$this->root->replaces_finish['_uNAMEuTF8eNCODE_'] = $uname_enc;
return ($pgid)? '<iframe src="' . $this->config['url'] . 'ajaxchat.htm?id=' . $chatid . $stay . $lang . $uname . '" width="100%" height="' . $height . '" style="border:none;" frameborder="0" border="0" allowtransparency="true" scrolling="no"></iframe>' : $this->msg['err_pgid'];| 今回の更新分 |
|