$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->ToolbarSet = htmlspecialchars('MAA');
$oFCKeditor->Height = '295' ;
$oFCKeditor->Config['EnterMode'] = 'br';
$oFCKeditor->Config['UserFilesPath'] = "{$GLOBALS['SITE_URL']}{$tourType['directory']}";
$oFCKeditor->Config['UserFilesAbsolutePath'] = "{$GLOBALS['SITE_PATH']}{$tourType['directory']}";
$oFCKeditor->Value = $text;
$page_body .= $oFCKeditor->Create() ;www.domain.com/type_dir/.
<img height="201" alt="" width="150" align="left" border="1" src="/userfiles/image/my_image.jpg" />

Re: Changing image upload URL's + paths
Those settings doesn't exist in the FCKeditor configuration. I guess that you want to change the configuration of the file manager where they do exist.
Re: Changing image upload URL's + paths
http://www.interactivetools.com/
Re: Changing image upload URL's + paths
Ok, if you don't want to read a little then go and pay them instead of using FCKeditor for free.