Jump to content

Program management?


Recommended Posts

Other then that.. because that need payments.

No it doesn't.

ping test internet ( an internet connection is required [ if error user may exit ] )

email validate user or exit ( must recieve email to validate email address [ cc to developer])

abuse list = notify & exit ( "Blacklist.txt" )

change name of program = notify & exit

trial date error = notify & exit ( future date [also date emailed to developer] )

wrong email = notify & exit ( after installation )

additional installs = accepted or exit (License level 1 or 2 only [ License level 3 is 1 computer only ])

trail expired = pay or exit [and $U_Return = 1]( trial notification starts after 50% of trial period has passed )

"Limited Freeware" = same as above and $U_Return = 0 ( returns control to developer )

... and more

User License Levels:

1 = email license

2 = windows registered owner license

3 = One computer only license

note... license level has no effect on the following

if user trial = 0 days and user price = 0.00 then user email validation only ( free program )

if user trial > 0 days and user price = 0.00 then at the end of the trial period = notify & exit only

however...

if user trial = 0 days and user price > 0.00 then user must pay or quit ( no trial period and $U_Return = 1)

the user's license type is still in effect

I can do signature me.

Link to comment
Share on other sites

Seriously , how do i setup that?

Do i just put the code into my program script and thats it ? or i have to do something ?

The basic idea is to give your users a cut down version and then lock some functions until they register. If they wanna register they send you a mail with their name/code/stuff and you create code with the key generator. Then you e-mail them back all the data they need and they unlock the program. Sheep alive, wolf fed. Gotcha?

EDIT: What you actually need is forums. Visit this (free alt) to get basic idea about them and create one

Edited by i542

I can do signature me.

Link to comment
Share on other sites

Seriously , how do i setup that?

Do i just put the code into my program script and thats it ? or i have to do something ?

Are you refering to the link I posted?

Did you see the bit with "your code"

and

;============================================Main app Starts here============================================

and

;============================================Main app Finishes here============================================

The rest of the settings are commented too

Link to comment
Share on other sites

The basic idea is to give your users a cut down version and then lock some functions until they register. If they wanna register they send you a mail with their name/code/stuff and you create code with the key generator. Then you e-mail them back all the data they need and they unlock the program. Sheep alive, wolf fed. Gotcha?

EDIT: What you actually need is forums. Visit this (free alt) to get basic idea about them and create one

After i hosted a forum ? What should i do ?

Link to comment
Share on other sites

Are you refering to the link I posted?

Did you see the bit with "your code"

and

;============================================Main app Starts here============================================

and

;============================================Main app Finishes here============================================

The rest of the settings are commented too

Then how do i stop their license (meaning stop the computer i entered from using the program )?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...