I'm running 6.1, and was told this hack would work, so I added in everything, but came across a problem.. CP.CGI will not load for me, when I enter the code, per the readme...
FIND:
} #end set_cats
AFTER PUT:
if (($ubb eq 'vars_flags') && ($status eq 'Administrator')) {
require "$vars_config{CGIPath}/flags_control.pl";
&FlagsSettings; exit;
} #end vars_flags
if (($ubb eq 'set_vars_flags') && ($status eq 'Administrator')) {
require "$vars_config{CGIPath}/flags_control.pl";
&SetFlagsSettings; exit;
} #end set_vars_flags
if (($ubb eq 'manage_flag') && ($status eq 'Administrator')) {
require "$vars_config{CGIPath}/flags_control.pl";
&FlagManage; exit;
} #end manage_flag
if (($ubb eq 'do_m_flag') && ($status eq 'Administrator')) {
require "$vars_config{CGIPath}/flags_control.pl";
&DoFlagManage; exit;
} #end do_m_flag
if (($ubb eq 'do_upload_flag') && ($status eq 'Administrator')) {
require "$vars_config{CGIPath}/flags_control.pl";
&UploadFlag; exit;
} #end do_upload_flag
Yet if I take that out, the control panel will load for me.. And I can see the other entries, under the control panel for the flags and what not, but of course, can't get access to those sections.. Does anyone know if it's the code, me, or what could be done to get this to work? I can't figure out what is wrong here, plus I'd love to use this hack on my board... Any help?
