User Tag List

Results 1 to 5 of 5

Thread: Checking Registration Code for single usage

  1. #1
    No Products Registered

    Join Date
    Aug 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Checking Registration Code for single usage

    Is there some tricky way to ensure a Registration Code is only used once? How can I prevent a customer from installing multiple copies of my software using one Registration Code?

    Thanks,
    Crc

  2. #2
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would be interested in this also. I came here to post this same question.

    Does the code 'phone home' to verify or is it linked into the installer?

    It would be nice if we could know if the software was loaded several times.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Ryan's Avatar
    Join Date
    Nov 2008
    Location
    Australia
    Posts
    1,279
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't do this, many users change computers and need to reinstall software.

    You can limit activations to a set number by having your program connect to your website via the GET object, but it won't stop hackers from just forcing the activation and have the program never connect to your server.

    So the answer is do this within your software itself, not the installer. The user doesn't even need to know that you've checked for multiple activations, only inform people when they've exceeded the maximum.

  4. #4
    Clicker Install Creator Pro

    Join Date
    Jul 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone created such software and where might we find it if they have?

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Ryan's Avatar
    Join Date
    Nov 2008
    Location
    Australia
    Posts
    1,279
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've implemented this kind of check in my software, I'm not sure if there's any examples.

    You need some good knowledge of PHP, doing an Online Scoreboard Tutorial will get you up to speed on this. http://community.clickteam.com/threads/87185-Online-High-Score-Tutorial

    Basically you want to create an online database whereby you can register a user's unique ID, then you can check against that unique ID to see if it's been used again and again. It's not much different to registering online high scores.

Similar Threads

  1. registration code
    By taciturn in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 11th December 2013, 10:16 PM
  2. Registration Code?
    By bmxmom in forum The Games Factory 2 - Technical Support
    Replies: 6
    Last Post: 7th January 2012, 07:48 PM
  3. Where can i get the registration code ?
    By FrenzFrice in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th October 2011, 01:56 PM
  4. No Registration Code
    By Jubin in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th June 2011, 11:14 AM
  5. Is there a way of checking bandwidth usage?
    By Spryz in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th September 2008, 01:30 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •