Hi.
After installing your SEO mod (+ Zero duplicate) users can't register anymore. If you click on "accept " in -http://www.domain.de/profile.php?mode=register, you will be redirected to -http://www.domain.de/http://www.domain.de :|
usercp_register.php:
(...)
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}
$unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#');
$unhtml_specialchars_replace = array('>', '<', '"', '&');
// ---------------------------------------
// Load agreement template since user has not yet
// agreed to registration conditions/coppa
//
function show_coppa()
{
global $userdata, $template, $lang, $phpbb_root_path, $phpEx;
$template->set_filenames(array(
'body' => 'agreement.tpl')
);
$template->assign_vars(array(
'REGISTRATION' => $lang['Registration'],
'AGREEMENT' => $lang['Reg_agreement'], ...

English |
French
News of phpBB2 Advanced mod Rewrite