Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
9answers
7k views

Best activation key software for .NET application? [closed]

We're looking to replace our current, in-house developed trial-version activation system for our .NET application with something off the shelf. To clarify the question I'm asking, let me point out ...
15
votes
2answers
3k views

Web-based license activation

I have an existing app that has a free trail, and the same code/download can also be "upgraded" to a full-featured application by giving it a "license key". This is done with some magic and the ...
9
votes
5answers
1k views

Best practices for email confirmation codes

I'm creating a PHP website which involves users signing up, and I'm wondering about best practices for "email confirmation" codes. New users must confirm their email addresses - I do this by ...
8
votes
4answers
520 views

Programmatically check whether Windows 7 is activated

Background: I am creating system images that will be loaded onto several workstations. Windows activation will occur after the images are loaded onto the workstation. These computers will not be ...
8
votes
4answers
1k views

Where should I store my application's “activation” key?

I've written an application and I'd like to add a registration key/serial number to it (I'm big on minimum inconvinience - ala #4 at this Eric Sink article). My question is about where to store the ...
7
votes
6answers
267 views

Product activation with public key certificate

I need some ideas how to create a activation algorithm. For example i have demo certificate. Providing that the application runs in demo mode. When full version certificate is provided then ...
6
votes
5answers
791 views

Application Licensing and Activation Thoughts

I have recently developed an app that I plan to sell to small businesses. I do not have a huge backing of cash so I am unwilling to purchase a commerical application that would protect my software ...
6
votes
3answers
280 views

Is there a “standard” way to implement Software Activation for .NET?

I've been looking at software activation systems for .NET and frankly found the websites out there underwhelming. I'm wondering if there's a "standard" way to do it in .NET? If not, does anyone with ...
6
votes
2answers
3k views

Maven - activate child profile based on property

Scenario: Given Parent POM which defines a profile and a child (as module) Child project(s) that will be using the profile by referring to the parent POM. The intent is to skip profile execution ...
5
votes
1answer
143 views

activating threads C#

i have this code in C#: Thread t1 = new Thread(functionsActivations(3, 4000, 0, 4)); Thread t2 = new Thread(functionsActivations(3, 4000, 5, 9)); t1.start(); t2.Start(); Thread t3 = new ...
5
votes
3answers
947 views

Send activation email to user

How would I do to check if a email actially exists? Cant understand how sites do to send mails with a unique link that the users clicks to validate that he is the owner of email =/ Make a 2 new ...
4
votes
3answers
352 views

PHP Account Activation Issues

I wrote a login system for my website. When the user registers, the system emails an activation link to the email address the user provided. The link contains two parameters, email and key. The email ...
4
votes
1answer
286 views

.Net WinForms TabControl Steals Focus on form activation

I wonder if there is anyone who can help me? The issue I have is a windows form TabPage stealing focus upon form re-activation. The form has a TabControl with four or five TabPages. Each tab page has ...
4
votes
8answers
270 views

Why is email activation usefull? [closed]

I just want to ask you why is email activation usefull. I mean when you register on a website, many ask you to activate your account by email. Is this for preventing spam, or just for websites to be ...
3
votes
0answers
28 views

COM+ object activation in a different partiton

I had created a COM+ domain partiton then mapped it to a Windows 2008 server machine and imported a COM+ application into it. I tried using the following C# code to activte an object from that ...
3
votes
2answers
659 views

Monotouch Activation application not found after Montouch 4.0.0 update ??

i recently updated to http://monotouch.net/Releases/MonoTouch_4/MonoTouch_4.0.0 after that when trying to build my solution, monodevelop gave me an error saying "monotouch license file missing" so i ...
3
votes
1answer
119 views

qt application activation

Does anyone have experience of implementing key based product activation inside a QT application? Either standalone i.e. the key is validated on the users machine or server based i.e. the key is ...
3
votes
4answers
1k views

Activation of maven profile based on multiple properties

I am creating a maven 2 build for a project and I came up with profiles since the build has to be created for both different locations (say Berlin, Paris, North Pole) and different environment ...
3
votes
1answer
99 views

SxS: Activation Context lost when working with WinForm?

I have an application that uses some classes from a native COM dll in Isolated Deployment. Simplified: In run-time I download the dll with its manifest file to a certain directory without registering ...
3
votes
1answer
685 views

django-registration with paypal integration

I'm trying to figure out how to integrate django-registration with django-paypal. Being a Django n00b, I'm trying to figure out how to implement a flow like this: User signs up using ...
3
votes
4answers
836 views

Ethernet MAC address as activation code for an appliance?

Let's suppose you deploy a network-attached appliances (small form factor PCs) in the field. You want to allow these to call home after being powered on, then be identified and activated by end users. ...
2
votes
5answers
101 views

How to prevent collisions when generating registration activation keys?

I'm working on a big project's registration system. After successful signup, the server generates some activation key, adds it to user's row and sends it to user by email. Using some password ...
2
votes
1answer
150 views

PHP license code implementation [closed]

Does anyone have any suggestions on how to implement a activation license for PHP applications? Whilst I'm not planning on encrypting the source, and I'm not expecting there to be some magical way to ...
2
votes
2answers
352 views

does System.Activator.CreateInstance(T) have performance issues big enough to discourage us from using it casually?

I'm wondering, does System.Activator.CreateInstance(T) method have performance issues (since I'm suspecting it uses reflection). In fact my question is: Does System.Activator.CreateInstance(T) have ...
2
votes
3answers
355 views

Which licensing/activation system to choose for commercial software?

I need licensing/activation system, that will be user friendly (easy to activate my software) for one user and easy to install on bunch of PCs (silent installation for admin with provided license ...
2
votes
0answers
132 views

Which service does Amazon use for EC2 activation?

When signing up for Amazon EC2 I had to activate the service using my phone. I clicked a button that said "Call me now", then amazon displayed a PIN on my screen which I then had to key in my phone ...
2
votes
1answer
376 views

Why should we make account activation/password reset links expire after some time?

Would there be any big issues if they never expire? Somebody forgot his password and requests to reset his password, an email with the password reset link is sent to him. He then suddenly remembers ...
2
votes
2answers
669 views

Created a registration form with automated email confirmation but emails keep being sent to the junk folder of the recipients email. Any ideas?

Here is the following information i'm sending the user. Sender email: Support@photocrayze.com Subject: PhotoCrayze - Account Activation Instructions‏ Message: image url goes here ...
2
votes
1answer
495 views

Simple software license key server suggestions?

My boss wants a quick, simple to integrate, simple to host software licensing server to enforce license activations and expirations. We have to integrate it with a C++ Windows Service application. I ...
2
votes
2answers
478 views

How to enable WCF Service Discovery when using file-less activation?

G'day guys, How do I go about enabling service discovering when using WCF's file-less service activation? With this approach it doesn't seem possible to specify explicit endpoint types or a ...
2
votes
6answers
475 views

validation link via email

When a user subscribes to my newsletter via their email address, using php, how would I send them an 'Activation Link' via email to confirm it is their email address and not a fake one. so at the ...
2
votes
2answers
2k views

What is JAF? What is its purpose?

I am unable to understand the purpose of JAF (Java Activation Framework). Please explain it to me in simple terms, or point me towards information. The Java Mail API is using JAF. It looks like the ...
2
votes
1answer
326 views

WCF 4: Fileless Activation Fails On XP (IIS 5) that has SSL port enabled

I have a service being hosted in IIS on XP via fileless activation. The service starts fine when there is no SSL port enabled for IIS but when the SSL port is enabled, I get the error message: ...
2
votes
1answer
254 views

Why is it not possible to call RegFree COM and .NET from the VB IDE (VB6 & VBA)?

I have an example project with works when called from compiled VB6 but not from the IDE or from Excel's VBE. There are 3 DLLs QA.DLL, QB.DLL, QAW.DLL. QA is written in C#.NET, QB and QAW are written ...
2
votes
2answers
676 views

generating/ storing account activation code

usually on any website after you register they send you an e-mail with an account activation code, is there somewhere some information/best-practices about this technique ? like about how do you ...
2
votes
4answers
453 views

Signup with email authentication, only 30% are activated?

I am using php and mysql. And my site is in flash (full flash site) I have a website which let users to sign up. The signup process including sending "activation email", click link to activate ...
2
votes
3answers
172 views

What is a good service that offers registration code and activation services for Cocoa/OSX applications?

I have a completed Cocoa application and would like to sell it. I have found many services that will sell your application, but not many that will also handle activation. Are there any services that ...
2
votes
2answers
395 views

Creating mac software activation

I am just about done writing a killer application for the mac, however I would like to charge money for this one, as there isn't a lot of applications out there like this one. So I was thinking of ...
2
votes
1answer
134 views

Missing activation DataHandler class

I have a java programs that outputs a warning for missing javax.activation.DataHandler and javax.mail.internet.MimeMultipart I'm not sure what these are used for, nor can I recall adding any specific ...
2
votes
2answers
312 views

How to create a non-interactive window in MFC

In my application I have a window which I popup with small messages on it (think similar to tooltip). This window uses the layered attributes to draw alpha backgrounds etc. If I have several of these ...
1
vote
2answers
31 views

User unable to verify account using Asp.Net

I have a simple create user wizard and custom membership provider which was taken from here Now I am following this tutorial by scott Mitchell and creating new user using wizard and able to send ...
1
vote
0answers
49 views

Preventing Windows Error Dialog for Console App

I have a .NET service that monitors a windows share location for console apps written in Fortran, launches them, monitors STDOUT and STDERR, and copies output back to a shared location where it's ...
1
vote
1answer
156 views

Reset Windows Activation/Remove license key

I'm having a hard time finding and answer to this. If I had to hypotheitcally remove the Windows license key from a VM that's been specifically setup for a partner, and it needs to be removed before ...
1
vote
2answers
103 views

rails - email activation upon user signup

I want the user to click on an activation link before being "activated" or before they can log in with the email/password. I am not using an gems and want to keep it that way. My problem is that ...
1
vote
0answers
112 views

Maven: Profile activation depending on localRepository property?

in Maven I want to execute a build only if the artifact has not yet been installed to the repository. My idea is to use a profile which is inactive by default, but will be activated if the artifact is ...
1
vote
3answers
139 views

Problem in activation key, using php

I'm using a custom login script for my wordpress installation. Everything works fine except that when the activation key is sent to registered users in the following format: ...
1
vote
1answer
82 views

Are manual activation and password reset pages still necessary?

I'm currently coding all of the account management functionality for my site, and have already implemented the account activation and password reset systems by e-mail. The e-mails each contain a link ...
1
vote
1answer
99 views

Windows vs Linux for server side script for .NET licensing system?

I was just wondering if there is a licensing system (free or commercial) for a .NET program that uses PHP instead of ASP.NET for the server side of the licensing system. I have looked at pretty much ...
1
vote
1answer
198 views

Redirecting to the original page after django registration (0.7) and email activation

I've successfully integrated django-registration 0.7 into my new site but need to propagate a "?next=foo" parameter from the registration form to the activation email link so that when a user ...
1
vote
2answers
404 views

Cakephp Account Activation Email - Address Not Found On Server

For our website, we set up the account activation email with the following tutorial (in cakephp): http://www.jonnyreeves.co.uk/2008/06/cakephp-activating-user-account-via-email/ On our live site, it ...

1 2 3