473,597 Members | 2,375 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to Get FckEditor to work

Has anyone been able to get FckEditor for dotnet to work successfully? I
consulted google groups for past post on the matter but found onlu a few
posts relating to it and still wasnt able to get it to work. Th documenation
for it is awful (read non existent). However FreeTextbox works like a charm
and was very easy to setup. I would like to try FckEditor and see how it
compares. Thanks for any help

Ashok

Nov 19 '05 #1
4 1578
TJS
I tried it also, but found it did not work well with ASP.net
"Showjumper " <kds> wrote in message
news:uq******** *****@TK2MSFTNG P15.phx.gbl...
Has anyone been able to get FckEditor for dotnet to work successfully? I
consulted google groups for past post on the matter but found onlu a few
posts relating to it and still wasnt able to get it to work. Th
documenation for it is awful (read non existent). However FreeTextbox
works like a charm and was very easy to setup. I would like to try
FckEditor and see how it compares. Thanks for any help

Ashok

Nov 19 '05 #2
Showjumper wrote:
Has anyone been able to get FckEditor for dotnet to work
successfully? I consulted google groups for past post on the matter
but found onlu a few posts relating to it and still wasnt able to get
it to work. Th documenation for it is awful (read non existent).
However FreeTextbox works like a charm and was very easy to setup. I
would like to try FckEditor and see how it compares. Thanks for any
help
Ashok


We use it, and it works fine. Sorry, I didn't integrate it myself, so I can't
give helpful details.

Hans Kesting
Nov 19 '05 #3
>Has anyone been able to get FckEditor for dotnet to work successfully?>T h
documenation for it is awful (read non existent).
However FreeTextbox works like a charm and was very easy to setup.
I would like to try FckEditor and see how it compares.


I did not have any problems using the FCKeditor .NET control. It is a great
control and I like it more than FreeTextbox, however it has a security hole
in the latest version (2.0 CF) and I do not recommend using it in the
production environment until it will be fixed or at least you should
implement your own file system connector and delete all existing ones.

The current implementation of the file system connectors allow unautorized
access to the file system. I checked PHP, ASP. ASP.NET, and ColdFusion
implementations and all of them can be easily used to list the files in any
directory on the Website, create new directories, and upload files
including scripts that can be run remotely to do even more harm. The
problem is that the connectors do not validate any parameters as well as
they use the ServerPath URL parameter, which can point to any directory.

--
Message posted via DotNetMonster.c om
http://www.dotnetmonster.com/Uwe/For...p-net/200505/1
Nov 19 '05 #4
In case you decide to implement your .NET based file system connector you
can use the standard one as the base. Perform at least the following steps:

1. Comment sUserFilesPath = Request.QuerySt ring["ServerPath "];
There is no safe way to use this parameter as it can point to any
directory on your Website.

2. Add the following code to the OnLoad method:
if(-1 != sResourceType.I ndexOf("..")
|| -1 != sCurrentFolder. IndexOf(".."))
{
return;
}

After these changes the connector must be safe, however you will not be
able to dynamically set the base user file folder. If you need this feature
you will probably have to replace browser.html with your own file, because
the current implementation of this file creates a new session when it
requests data from the connector and there is no way to pass data in a
session variable.

--
Message posted via DotNetMonster.c om
http://www.dotnetmonster.com/Uwe/For...p-net/200505/1
Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1253
by: Stefan Reiter | last post by:
Hi, today I downloaded the FCKEditor 2.0 RC2 and installed it on my server. It's great, but I don't get a few things - For one, the skins don't want to work properly for me - I managed to use them on my local server - but just with a trick, by using the absolut path on my server, not the relative path.
8
3285
by: Ronald | last post by:
Hi, I'm am trying to implement FCKeditor in my webapplication, but unfortunatly, I haven't succeeded in doing this. After almost a week, I finally got an compiled application, but now I get some new faults. Can anyone help me please with this problem? This is my configuration of the application. *I have placed the FCKeditor in a subfolder named 'FCKeditor' in the root of my application
2
1397
by: Ferret Face | last post by:
Has anyone had any success using ASP.NET with FCKEditor?
5
3884
by: Jeff | last post by:
Hey ASP.NET 2.0 lets say I have a web page containing a FCKeditor, when this page loads it will fill the FCKeditor with some kind of text... I'm wondering how to set this text in the FCKeditor? I'm also wondering how to get the text entered in the FCKedtior. I've tryed putting a button on the web page, in the event handler I've placed a script
0
1323
by: beemer127 | last post by:
Hello: I'm really new to both .NET and SQL, and I am still learning. I have the FCKeditor working, meaning that it displays in my page, and I have the SQL connection string established, but I'm a little lost beyond that. I've checked out the FCKeditor WiKi, but since I'm still new to this whole thing, some of it is a little technical, and as a result, makes little sense to me. How do I get FCKeditor to output to a database, creating a...
1
6494
by: Archana1 | last post by:
hi I want to add fckeditor in asp. but it have some error like page can not be display Please reply urgently my code is: <!-- #include file="FCKeditor/FCKeditor_2.5.1/fckeditor/fckeditor.asp" -->
3
1707
by: gleery | last post by:
We can add a caret in textarea, but when I inspect FCkEditor with firebug, I don't find a textarea tag, but still there is a caret there. I wonder how Fckeditor do that? Anyone know that?
1
1667
by: ShirishKumar | last post by:
Hi, I have some problem with FCKEditor . First of all Required FiledValidator is not working for FCKeditor . I searched google and kept EnableClientScript of requiredfieldvalidator for fckeditor as "false". Its working but my server side code is getting called even when there is no text in the fckeditor showing the message of reqiured filed validator. I dont want my server code to be called if there is no text in FCKEditor. Please, some...
0
7959
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7883
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8021
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6677
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5842
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5421
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2393
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1492
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.