What i made wrong, why i can't connect to keywords row ?
Something blocks this :/
isn't satisfacting me and i'm trying to put nl2br() somwhere to change enters (signs of noew line) to
.function codeConv($text, $xcode = 1, $image = 1){
if($xcode != 0){
$patterns = "/[code](.*)[/code]/esU";
if ($image != 0) {
// image allowed
$replacements = "''";XoopsCode">'.MyTextSanitizer::codeSanitizer('$1').'
//$text =& $this->xoopsCodeDecode($text);
} else {
// image not allowed
$replacements = "''";XoopsCode">'.MyTextSanitizer::codeSanitizer('$1', 0).'
//$text =& $this->xoopsCodeDecode($text, 0);
}
$text = preg_replace($patterns, $replacements, $text);
}
return $text;
}
Can anyone help me ?
php_flag session.use_trans_sid off
#
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^.*.(htm|html) loadpage.php [L]
RewriteRule ^$ loadpage.php [L]
#
php_flag session.use_trans_sid off
if (defined('SID') && (! isset($_COOKIE[session_name()]) || ($xoopsConfig['use_mysession'] && $xoopsConfig['session_name'] != '' && !isset($_COOKIE[$xoopsConfig['session_name']])))) {
if (!strstr($url, '?')) {
$url .= '?' . SID;
} else {
$url .= '&'.SID;
}
}