Bin ich jetzt erstmal überfragt ... ich muss mich da erst heute mal selber dran machen ... sorry ...

Hast du alles nochmal kontrolliert ob alles an den richtigen Stellen ist ?
Markus
Code: Alles auswählen
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /homepages/30/d39307681/htdocs/forum/includes/usercp_viewprofile.php on line 187
musashi hat geschrieben:Eigentlich schon, bekomme nun auch Fehler:Die Änderungen sind genauso wie beschrieben drin:Code: Alles auswählen
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /homepages/30/xxxx/htdocs/forum/includes/usercp_viewprofile.php on line 187
http://www.phpbbhacks.com/forums/viewto ... 044#171044
Code: Alles auswählen
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
Code: Alles auswählen
if (function_exists('get_html_translation_table'))
{
$u_search_author = urlencode(strtr($profiledata['username'], array_flip(get_html_translation_table(HTML_ENTITIES))));
}
else
{
$u_search_author = urlencode(str_replace(array('&', ''', '"', '<', '>'), array('&', "'", '"', '<', '>'), $profiledata['username']));
}
brauchte ich nicht zu editieren...admin/admin_board.php
includes/usercp_register.php
templates/subsilver/admin/board_congi_body.tpl
constants.php
profile.php
Code: Alles auswählen
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /homepages/30/d39307681/htdocs/forum/includes/usercp_viewprofile.php on line 187