MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
     Site demo
[2.5] Some text content is missing
This problem is present only on PHP5 hosts with chars as "ã ê õ à á é è hã"

Open root/inc/inc_functions.php

Find function strip_selected_tags and replace it with

function strip_selected_tags($text, $tags = array()) {
    $args = func_get_args();
    $text = array_shift($args);
    $tags = func_num_args() > 2 ? array_diff($args,array($text)) : (array)$tags;
    foreach ($tags as $tag){
        if(preg_match_all('/<'.$tag.'[^>]*>([^<]*)<\/'.$tag.'>/iu',$text,$found) ){
            $text = str_replace($found[0],$found[1],$text);
        }
    }
    return @$text;
}
Dreamhost memht2
Survey
Which PHP version do you use?
PHP 5
PHP 4
Other (comment)
Language
Quotes
"I'd like to say I'm really enjoying this portal, it's great in every aspect"
Jontish
CMS Award
Search
Users Block
Hi Guest
IP: 38.103.63.17

Username
Password
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo
Disclaimer and Privacy Policy - Newsletter
MemHT - MemHT - Miltenovik - ScripTips