Page 2 of 2

Posted: Tue Mar 25, 2008 4:27 pm
by ngosac
Found out:

It cause by the first line of code Klemen suggested:
$text = htmlspecialchars($text);
$text = preg_replace("/\b$k\b/i",$v,$text);

Posted: Tue Mar 25, 2008 5:17 pm
by Klemen
My bad, it should be

Code: Select all

$k = htmlspecialchars($k); 
$text = preg_replace("/\b$k\b/i",$v,$text);

Posted: Tue Mar 25, 2008 6:10 pm
by ngosac
Thanks, Klemen . It works.

:)

Red color

Posted: Wed Mar 26, 2008 5:11 pm
by ngosac
Henrie,

I am sorry to bother you again:

If I go to my domain name which forward to mboard, it will have whole red screen for few second before go to the MBoard . Can you take a looh if you have time ?

Thanks in advance .

The site is : xomnoixam.net

Posted: Wed Mar 26, 2008 5:46 pm
by Klemen
In your index.htm (or.html or .php whichever you use) file change

Code: Select all

<body bgcolor='#FF00000'>
to just <body>

Posted: Wed Mar 26, 2008 6:07 pm
by ngosac
Thanks, Klemen . You know evrything, that why you are the author of MBoard

:D

click to return

Posted: Wed Mar 26, 2008 7:01 pm
by ngosac
Hi Klemen,

I asked you too much, maybe I owe you another beer or coffee :)

Can you make after post a message, MBoard will automatic return to main page instead of have to click a link to return ?