one more time:
you can delete
PHP Code:
// ###################### CHECK CARTPLOG ACCESS ###########################
if ($_REQUEST['do'] != 'postback')
{
if (!$vbulletin->options['cartplog_active'] || !$vbulletin->userinfo['userid'])
{
print_no_permission();
}
}
beginning at line 69 in cartplog.php located in your forums path
BUT as i said, i don't know if the permissioncheck is necessary, maybe something wount work then