HURRAY! NEVERMIND I SOLVED THE PROBLEM MYSELF, THANKS ANYWAY 
Hello..
I'm trying to redirect to usernotes after banning.
I tried to replace in the modcp/banning.php file the next code:
PHP Code:
define('CP_REDIRECT', 'banning.php');
in:
PHP Code:
define('CP_REDIRECT', '../usernote.php?do=newnote&u='.$user['userid'].'');
But it doesn't work.
Has someone get the solution to this?
Thanks.
HURRAY! NEVERMIND I SOLVED THE PROBLEM MYSELF, THANKS ANYWAY