Scripts (NuLLeD)

Telerik 2011 Q1 Latest Versions

RadControls WinForm 2011 Q1

Code:

http://www.mediafire.com/?qab5aiej4g4l059

RadControls Web.UI 2011 Q1

Code:

http://rapidshare.com/files/452897405/T.Web.UI_2011_1_315_Dev.rar

Telerik Extensions for ASP.NET MVC

Code:

http://www.mediafire.com/?ur745l1fml1v35w

RadControls WindowsPhone 2011 Q1

Code:

http://www.mediafire.com/?gv1szoxmuf4fi6n

RadControls Silverlight 2011 q1

Code:

http://www.mediafire.com/?d5wwx1p887b6xk1

RadControls WPF 3.5 2001 q1

3.5

Code:

http://www.mediafire.com/?82s22zo961kmywq

RadControls WPF 4 2001 q1

Code:

http://www.mediafire.com/?to1s1daqkcsf3t5

RadControls JustCode 2011 q1

Code:

http://www.mediafire.com/?ylfnlbtrmy9945w

RadControls JustMock 2011 q1

Code:

http://www.mediafire.com/?19wbhythc3alhk4

RadControls Reporting 2011 q1

Code:

http://www.mediafire.com/?qwd3le8ub66eeo8

Telerik OpenAccess ORM 2011 q1

Code:

http://www.mediafire.com/?bet9kk3z5brkvkd

Web UI Test Studio 1502

Code:

http://www.mediafire.com/?ed13gg0bf27p3bz

Telerik 2011 Q1 Source Files

Telerik RadControls for ASP.NET AJAX Source 2011 Q1 2011.1 315

Code:

http://www.mediafire.com/?z1u2otqhlqvoe1s

Telerik RadControls for WinForms Source 2011 Q1 2011.1 11.315

Code:

http://www.mediafire.com/?a21eoo3dtwq0ooc

Telerik Reporting Source 2011 Q1 v5.0.11.316

Code:

http://www.mediafire.com/?2c6fcbfnnrfbc33

Telerik RadControls for WPF Source 2011 Q1 2011.1 315

Note: Silverlight and WPF source file are same file.

Code:

http://www.mediafire.com/?snq4y4biizaqiby

Telerik RadControls for Silverlight 4 Source 2011 Q1 2011.1 315

Code:

http://www.mediafire.com/?snq4y4biizaqiby

Telerik OpenAccess ORM Source 2011 Q1 2011.1 316

Code:

http://www.mediafire.com/?w9x71i2v48tdv8b

RadControls for Windows Phone 2011 Q1 2011.1 315

Code:

http://www.mediafire.com/?36gd8b3pgauzimb

===========================================

Telerik 2010 Q3

RadControls WinForms 2010 3 10 1109 dev

Code:

http://www.mediafire.com/?5wwsnsvmmofqwus

http://www.mediafire.com/?r47p6y358m95340

Telerik Web.UI 2010 3 1109 Dev.msi

Code:

http://www.mediafire.com/?wa6zhbhcc8067iu

Telerik Extensions for ASPNET MVC 2010 3 1110 Dev

Code:

http://www.mediafire.com/?ajymozir2rytsws

Telerik Reporting Q3 2010 v4 2 10 1110 dev

Code:

http://www.mediafire.com/?jc591q9hq40qw7c

JustCode 2010.3.1109 Dev

Code:

http://www.mediafire.com/?1t19wyj4lbdbrb5

Telerik OpenAccess ORM 2010 3 1110 dev

Code:

http://www.mediafire.com/?snx5l1cdj8zjm1l

RadControls_for_Silverlight_4_2010_3_1110_DE

Code:

http://www.mediafire.com/?3wlb445jx1mzpwf

RadControls for WPF40 2010 3 1110 Dev.msi

Code:

http://www.mediafire.com/?pcfu9wzmypiod3d

RadControls for WPF35 2010 3 1110 Dev

Code:

http://www.mediafire.com/?gnn46tx9zngqaa6

Telerik Web UI Test Studio Q3 1307

Code:

http://rapidshare.com/files/442384149/T.WebUI.TestStudio.Dev.2010.3.1307.msi

Telerikf RadControls for WindowsPhone 2011_1_0203_Dev

Code:

http://www.mediafire.com/?ckes5bz7hcemczq

Update Controls Hotfixes for Q3 Version

RadControls_for_Silverlight_4_2010_3_1501_DEV_hotf ix.zip 16 MB

Code:

http://rapidshare.com/files/450464832/01109RC_for_Silverlight_4_2010_3_1501_DEV_hotfix.z ip

RadControls_for_WPF_35_2010_3_1501_DEV_hotfix

Code:

http://rapidshare.com/files/450464518/01111RC_for_WPF_35_2010_3_1501_DEV_hotfix.zip

RadControls_for_WPF_40_2010_3_1501_DEV_hotfix

Code:

http://rapidshare.com/files/450464643/01113RC_for_WPF_40_2010_3_1501_DEV_hotfix.zip

01045RadControls_for_WinForms_2010_3_10_1326_DEV

Code:

http://hotfile.com/dl/99962158/d806ea2/RC_for_WinForms_2010_3_10_1326_DEV.zip.html

01036Telerik_Extensions_for_ASPNET_MVC_2010_3_1324 _hotfix

Code:

http://hotfile.com/dl/99971847/3d4bdbc/TE_for_ASPNET_MVC_2010_3_1324_hotfix.zip.html

Telerik.Web.UI_2010_3_1502_Dev_hotfix

Code:

http://rapidshare.com/files/450575622/01117T.Web.UI_2010_3_1502_Dev_hotfix.zip

Sitefinity 4.0

Here’s a simple hack for Sitefinity 4.0, for this hack you need a valid trial license (not included). The hack also will not work for the project manager, only for the sitefinity site itself.

Create a global.asax file with the following content and upload it to your sitefinity website:

Quote:

<%@ Application Language="C#" %>

<script runat="server">

void AddDomain(List<string> domains, string domain)

{

if (domains.Contains(domain))

return;

domains.Add(domain);

}

void FixLicense()

{

var license = Telerik.Sitefinity.Licensing.LicenseState.Current. LicenseInfo;

var licenseInfoType = Telerik.Sitefinity.Licensing.LicenseState.Current. LicenseInfo.GetType();

licenseInfoType.GetProperty("IsTrial&quot.SetValue(license, false, null);

license.Customer.Email = "not@for.you";

license.Customer.Id = "not.for.you";

license.Customer.Name = "not for you";

licenseInfoType.GetProperty("ExpirationDate&q uot.SetValue(license, DateTime.MaxValue, null);

var domains = ((List<string&gtlicenseInfoType.GetField("domains", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance).GetValue( license));

AddDomain(domains, "yourdomain1.here"

AddDomain(domains, "yourdomain2.here"

AddDomain(domains, "yourdomain3.here"

}

void Application_Start(object sender, EventArgs e)

{

FixLicense();

}

void Application_BeginRequest(object sender, EventArgs e)

{

FixLicense();

}

void Session_Start(object sender, EventArgs e)

{

FixLicense();

}

</script>

Make sure you modify the AddDomain-lines (add/remove lines if needed).

Note: You will have to get a trial for the edition that you want to run, e.g. if you want the enterprise version, request an enterprise version trial.

==============================================

Telerik 2010 Q2

RadControls for Silverlight Version: 2010.2 924 (Sep 24, 2010)

Code:

http://www.mediafire.com/?93djb8zf4esk335

Telerik Reporting Version: 2010.2 921 (Sep 21, 2010)

Code:

http://www.mediafire.com/?sfew7ff48dwkqwi

RadControls for ASP.NET AJAX Version: 2010.2 929 (Sep 29, 2010)

Code:

http://www.mediafire.com/?13l1kwnxv2feysv

RadControls for WPF35 Version: 2010.2 924 (Sep 24, 2010)

Code:

http://www.mediafire.com/?neqbvccbekaqpzb

RadControls for WPF4 Version: 2010.2 924 (Sep 24, 2010)

Code:

http://www.mediafire.com/?34r0suq8b7823kk

Telerik Extensions for ASP.NET MVC Version: 2010.2 930 (Sep 30, 2010)

Code:

http://www.mediafire.com/?bm5o8h7500o5x3t

RadControls for WinForms Version: 2010.2 10.914 (Sep 14, 2010)

Code:

http://www.mediafire.com/?eoemy1a98ehsplo

Telerik OpenAccess ORM 2010.2.804.5

Code:

http://www.mediafire.com/?d4jlal5ao9m6sz8

=====================================

Update Controls Hotfixes for Q2 Version

RadControls_for_WPF_35_2010_2_1022_DEV.zip

Code:

http://www.mediafire.com/?o47d293j85fgca7

RadControls_for_WPF_40_2010_2_1022_DEV.zip

Code:

http://www.mediafire.com/?68sa1zayhn3x1dx

RadControls_for_Silverlight_3_2010_2_1018_DEV.zip

Code:

http://www.mediafire.com/?9y8srbby9jaeitf

RadControls_for_Silverlight_4_2010_2_1022_DEV.zip

Code:

http://www.mediafire.com/?dkj0bsqsguzr4l5

Telerik.Web.UI_2010_2_1015_Dev_hotfix.zip

Code:

http://www.mediafire.com/?hi8408a5yh6pb3s

Link checked on Thu Feb 10, 2011 4:33 am (GMT) [Linkchecker Bot]

The Foundry Nuke & NukeX 6.1v3 + All plugins (x32-x64)(15/01/2011)Reup V2

The Foundry Nuke & NukeX 6.1v3 + All plugins (x32-x64)


The Foundry Nuke & NukeX 6.1v3 + All plugins (x32-x64)
SIZE : 798.18 MB Download & Continue reading

Supernova XML Website v1.2 Flash Template
Supernova XML Website v1.2 Flash Template
Source FLA – SWF | 14.1 MB

Download & Continue reading

SET VIDEOHIVE AE PRO 7
SET VIDEOHIVE AE PRO 7
Source 5 AE PROJECT | File size: 410 Mb

Download & Continue reading

Videohive Business Slideshow 71848

Videohive – Business Slideshow 71848 | 5 mb
Demo: http://videohive.net/item/business-slideshow/71848

Download & Continue reading

Flashden Minimal Xml
Flashden Minimal Xml
Source FLA – SWF | 6.6 Mb

Download & Continue reading

Flashden Smart Xml
Flashden Smart Xml
Source FLA – SWF | 22 Mb

Download & Continue reading

Flashden 13153
Flashden 13153
Source FLA – SWF | 28 Mb

Download & Continue reading

Flash DT papergallery
Flash DT papergallery
Source FLA – SWF | 22 Mb

Download & Continue reading

Flash Digital Media Factory
Flash Digital Media Factory
Source FLA – SWF | 12 Mb

Download & Continue reading