Nobody got any idea :
https://vborg.vbsupport.ru/newreply....reply&p=836900 ??
Everytime i add :
Quote:
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "http://www.politikstube.de/mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added
|
to the /forum/arcade/functions/functions.php i get this :
Quote:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /poltbofu/www.politikstube.de/forum/arcade/functions/functions.php on line 1180
|
at the Original functions.php it looks like this :
Quote:
// parse PHP include ##################
if (!is_demo_mode())
{
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
}
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added
|