Ckeditor4.1 and ckfinder2.3.1 for mvc4 are the latest cracked versions.

Source: Internet
Author: User

Ckeditor4.1 + ckfinder2.3.1 for mvc4 latest cracked version)

Baidu share: http://pan.baidu.com/share/link? Consumer id = 410130 & UK = 2735096069
Http://download.csdn.net/download/zengzhan/5172305 (csdn)

Ckeditor4.0.2 + ckfinder2.3.1 for mvc4 latest cracked version)

Http://download.csdn.net/download/zengzhan/5118263 (csdn)

Baidu share: http://pan.baidu.com/share/link? Consumer id = 392177 & UK = 2735096069

 

Ckeditor4.0 + ckfinder2.3 for mvc4 latest cracked version :( 2012-11-21)

Http://download.csdn.net/download/zengzhan/4792573 (csdn)

Ckeditor3.6.4 + ckfinder2.2.2 latest cracked version)

Http://download.csdn.net/detail/zengzhan/4442731 (csdn)

 

Ckeditor3.6.2 + ckfinder2.1 latest cracked version:

<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
 
 <CKEditor:CKEditorControl ID="editor1" BasePath="./ckeditor/" runat="server"></CKEditor:CKEditorControl>
 protected override void OnLoad(EventArgs e)
 {
     CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
     _FileBrowser.BasePath = "/ckfinder/";
     _FileBrowser.SetupCKEditor(editor1);
 }

Ckfinder/config. ascx

public override bool CheckAuthentication()
{
// Return false; modify the value here.
// Return httpcontext. Current. User. Identity. isauthenticated; more secure
    return true;
}

 

Setconfig ():

BaseUrl = "~/ckfinder/userfiles/";

 

 

 

Ckeditor3.3.1 andCkfinder2.0 configure with jquery 1.42 on the 33rd floor!

 

Ckeditor 3.2 configuration method in Asp.net:

Official Website: ckeditor ckfinder

1,Ckeditor does not provide the upload function. You need to integrate ckfinder to implement the upload function.
Download ckeditor and decompress it to ckeditor (in the root directory );

Download ckfinder and decompress it to ckfinder (in the root directory );

The two are in the same directory;
Copy the ckfinder. dll in the bin in the ckfinder directory to the bin directory of the website and reference it.

2. Load ckeditor. js on the aspx page or master template page
<Scripttype = "text/JavaScript" src = "ckeditor/ckeditor. js"> </SCRIPT>

Use ckeditor in the <body> label:

<Asp: textbox id = "content" runat = "server" textmode = "multiline" Height = "250px" width = "500px"> </ASP: textbox>

Similar to other. Net controls, setting text = '<% # BIND ("info") %>' facilitates interaction with data sources.

The following section must be followed by the above Code; otherwise, the editor will be incorrectly initialized:
<SCRIPT type = "text/JavaScript">

// Ckeditor. Replace ('<%= content. clientid %> ',{});
Vareditor = ckeditor. Replace ('<% = content. clientid %> ');

Ckfinder. setupckeditor (Editor, '/ckfinder/'); // combines the upload Control

</SCRIPT>

3. Configure config. js in ckeditor

Ckeditor. editorconfig = function (config)

{

Config. Language = 'zh-cn'; // Chinese

Config. uicolor = '# bfee62'; // editor color

Config. font_names = '; _ gb2312;; Arial; Comic Sans MS; Courier New; tahoma; Times New Roman; verdana ';

Config. toolbar_full =

[

['Source', '-', 'preview', '-', 'templates'],

['Cut ', 'copy', 'paste', 'pastetext ', 'pastefromword','-', 'print', 'spellchecker ', 'scayt'],

['Undo ', 'redo', '-', 'Find ', 'replace', '-', 'selectall', 'removeformat'],

['Form', 'checkbox', 'Radio ', 'textfield', 'textta', 'select', 'click', 'imagebutton ', 'hiddenfield'],

'/',

['Bold ', 'italic', 'underline', 'strike', '-', 'subscript', 'superscript'],

['Numberlist', 'bulletedlist', '-', 'outdent ', 'indent', 'blockquote', 'creatediv '],

['Justifyleft', 'justifycenter', 'justifyright', 'justifyblock'],

['Link', 'unlink', 'anchor '],

['Image', 'flash', 'table', 'horizontalrule', 'smiley ', 'specialchar', 'pagebreak'],

'/',

['Styles ', 'format', 'font', 'fontsize'],

['Textcolor', 'bgcolor'],

['Delimiter', 'showbucket', '-', 'about']

];

Config. toolbar_basic =

[

['Bold ', 'italic', '-', 'numberedlist', 'bulletedlist ','-', 'link', 'unlink ','-', 'about']

];



Config. width = 771; // width

Config. Height = 250; // height


};

After the configuration is complete, you can click the Browse server button in image management... The following prompt is displayed:

 

Solution:

Configuration of config. ascx in ckfinder:

Public override boolcheckauthentication ()

{

Return true; // (add this sentence. If you need to set the ckfinder access permission, you can set it here. I will not consider the permission to directly open it here .)

//... Where session ["isauthorized"] is set to "true" as soon as

// User logs on your system.

// Return false; // (comment this sentence, which is not commented by default)
}

 

 

In order to remove the watermark, it is also simple analysis.

Solution:
Original encrypted JS Code:

Xx = 'xxxx ...'

\ X68 \ 164 \ x74 \ x3a \ 057 \ x2f \ 143 \ 153 \ 146 \ x69 \ x6e \ 144 \ 145 \ 162 \ x2e \ x63 \ x6f \ 155 \ x27 \ x3e \ x43 \ 113 \ 106 \ 151 \ 156 \ x64

 

Set Qo = 'learn'. You cannot leave it blank. Otherwise, the upload button becomes unavailable. Haha! /* En. Call (window, Qo );*/


No watermark. It's refreshing. The last image is displayed. the upload is successful. OK.

 

 

 

Note: The running environment must be under IIS. Otherwise, some pages cannot be displayed.

 

When I studied fck yesterday, the following message is displayed:

Solution: the directory cannot contain Chinese characters. Otherwise, the fck editor cannot be loaded. The parsing throw an exception because the directory contains Chinese characters and the URL is not transcoded. You can change the English name.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.