473,396 Members | 1,789 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 1568
TJS
I tried it also, but found it did not work well with ASP.net
"Showjumper" <kds> wrote in message
news:uq*************@TK2MSFTNGP15.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?>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.


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.com
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.QueryString["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.IndexOf("..")
|| -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.com
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
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...
8
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...
2
by: Ferret Face | last post by:
Has anyone had any success using ASP.NET with FCKEditor?
5
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...
0
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...
1
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...
3
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
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.