alot of info in that file. Can I upload it and you just take a look at it.
This is what I found on line 5170
Code:
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added
SHOULD I CHANGE TO THIS?
Code:
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "/home/gmntmare/public_html/mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added