Hacked By AnonymousFox
<?
$Object_JavaWord_FullRootPath = $System_FullPath."/";
include("fckeditor75.php");
if($Object_JavaWord_inputName=="") { $Object_JavaWord_inputName = inputHTMLData; }
$oFCKeditor1 = new FCKeditor($Object_JavaWord_inputName);
$oFCKeditor1->BasePath = $System_FullPath."/object/obj_javaword";
$oFCKeditor1->Config['AutoDetectLanguage'] = false;
$oFCKeditor1->Config['DefaultLanguage'] = $System_Session_Language;
$oFCKeditor1->Config['UserFilesPath'] = $System_FullPath_Upload;
$oFCKeditor1->Config['Object_JavaWord_FullRootPath'] = $Object_JavaWord_FullRootPath;
$oFCKeditor1->Config['Object_JavaWord_RootPath'] = $Object_JavaWord_RootPath;
$oFCKeditor1->Height = $Object_JavaWord_Height;
$oFCKeditor1->Value = $Object_JavaWord_StartUpData;
$oFCKeditor1->ToolbarSet = "ToolbarAll";
$oFCKeditor1->Create();
?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox