Open the includes/functions_newpost.php ( Edit in control panel or on your computer and reupload ).

Find:
PHP Code: 
        $urlReplaceArray = array(
            
"[url]\\2\\4[/url]"
        
); 
Replace with:
PHP Code: 
        $urlReplaceArray = array(
            
"\\2\\4"
        
);