
thx for that. Little to much hastey in the hack operation.. lol. Rehacked it, and it worked fine... almost. Now i get this error:
Undefined subroutine &main::NewsFaderSettings called at /home/cgi-bin/cp.cgi line 445. When i go to cp.
And in the (Hacked) cp it looks like this on line 445:
if (($ubb eq "vars_search") && ($status eq 'Administrator')) {
&view_vars("search");
exit(0);
} #end vars_search
if (($ubb eq 'set_vars_search') && ($status eq 'Administrator')) {
&GetOrPost("POST");
&set_vars_search;
exit(0);
} #end set_vars_search
here`s line 445 !!!!!!!!!!!!!!!!! I add`e it now, to tell youif (($ubb eq 'vars_misc') && ($status eq 'Administrator')) {
&view_vars("misc");
exit(0);
} #end vars_misc
if (($ubb eq 'set_vars_misc') && ($status eq 'Administrator')) {
&GetOrPost("POST");
&set_vars_misc;
exit(0);
} #end set_vars_misc
if (($ubb eq 'vars_config') && ($status eq 'Administrator')) {
&view_vars("config");
exit(0);
} #end vars_config
I checked and rehacked it again, but with no luck.