BangLoungeFM
It is possible to make some Modification in utils.inc.php

for the german language öüäß

search this:

function htmlspecialchars_adv( $string ) {
return htmlspecialchars($string, ENT_COMPAT, 'UTF-8');
}

relpace with this:


function htmlspecialchars_ adv ( $s tr in g ) {
/ / return htmlspecialchars ($string, ENT_COMPAT, 'UTF -8' ) ;
$string = html specialchar s ( $string, ENT_ COMPAT, 'UTF -8' ) ;
$replaces = arra y ( "&ouml ;", "&auml ;", "&uuml see more ;", "&Ouml ;", "&Auml ;", "&Uuml ; ",
"ß " ) ;
$patterns = array ( "&ouml ;", "&auml ;", "&uuml ;", "&Ouml ;",
"&Auml ; ", "&Uuml ;", "& szlig; " ) ;
$string = str_replace ( $patterns, $replaces, $ string ) ;
return $string ;
}
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.071263074874878