Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Gini  
#1 Posted : Wednesday, September 13, 2006 12:55:18 AM(UTC)
Gini

Rank: Member

Groups: Member
Joined: 8/16/2006(UTC)
Posts: 9

Hi

I purchased the Single IP(DUAL) version today.

What is the process of Activating the license key?

Can anyone detail the steps to instaling the purchased copy and activating the license key?

Thanks

Gini
Alex Makhov  
#2 Posted : Wednesday, September 13, 2006 1:25:30 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Read the following article:

Removing Limitations of Evaluation Version.

Edited by user Monday, October 27, 2008 7:53:42 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

Gini  
#3 Posted : Thursday, September 14, 2006 12:58:20 AM(UTC)
Gini

Rank: Member

Groups: Member
Joined: 8/16/2006(UTC)
Posts: 9

Thank U Alex
Gini
strader  
#4 Posted : Thursday, September 14, 2006 11:20:23 AM(UTC)
strader

Rank: Member

Groups: Member
Joined: 9/14/2006(UTC)
Posts: 2

Hello, I am having trouble getting the key to work on the XML version. I also purchased the dual. The Java activiated correct, but the XML will not. I have read the instructions and the key is entered correct. The key is for the latest version and the lastest version is installed. Any help please. Thanks...

Code:
<script language="javascript">
var iu = new ImageUploaderWriter("ImageUploader1", 770, 500);
iu.activeXControlEnabled = true;
iu.javaAppletEnabled = true;

//For ActiveX control we specify full path for CAB file
iu.activeXControlCodeBase = "/ImageUploader4.cab";
iu.activeXControlVersion = "4,0,43,0";
iu.showNonemptyResponse = "off";
iu.addParam("LicenseKey", "5466-5188-5479-8159;6138-9757-9397-8678");

//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "http://www.salontrader.com/";
iu.javaAppletCached = true;
iu.javaAppletVersion = "2.0.35.0";
iu.addParam("UploadSourceFile", "false");
iu.addParam("MaxFileCount", "5");
iu.addParam("MessageMaxFileCountExceededText", "You chose to upload 5 images."); 

iu.addParam("FileMask","*.gif;*.GIF;*.jpg;*.JPG;*.jpeg;*.JPEG;*.png;*.PNG;*.bmp;*.BMP");

iu.addParam("PaneLayout","ThreePanes");
iu.addParam("ShowDescriptions", "false");

iu.addParam("UploadThumbnail1FitMode","Fit");
iu.addParam("UploadThumbnail1Width","400");
iu.addParam("UploadThumbnail1Height","400");
iu.addParam("UploadThumbnail1JpegQuality","70");
iu.addParam("UploadThumbnail1ResizeQuality", "Medium");

iu.addParam("UploadThumbnail2FitMode","Fit");
iu.addParam("UploadThumbnail2Width","100");
iu.addParam("UploadThumbnail2Height","100");
iu.addParam("UploadThumbnail2JpegQuality","70");
iu.addParam("UploadThumbnail2ResizeQuality", "Medium");

iu.addParam("ShowDebugWindow","True");
iu.addParam("AdditionalFormName","Form1");
iu.addParam("DescriptionsReadOnly","true");
iu.addParam("ShowUploadListButtons","true");
iu.addParam("AllowRotate", "true");
iu.addParam("Action","doupload2.pl")
iu.addEventListener("Progress", "ImageUploader_Progress");
iu.writeHtml();

</script>

Edited by user Tuesday, February 19, 2008 2:36:19 PM(UTC)  | Reason: Not specified

Alex Makhov  
#5 Posted : Thursday, September 14, 2006 5:31:25 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

You have entered the license code which is not completely correct. Replace it with the following:

5446-5188-5479-8159

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

strader  
#6 Posted : Sunday, September 17, 2006 1:36:53 PM(UTC)
strader

Rank: Member

Groups: Member
Joined: 9/14/2006(UTC)
Posts: 2

Thanks Alex.

I will give this Key a try.

Brian

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.