Jump to content

XProTec.au3 = automated Protect and get *Paid*


Valuater
 Share

Recommended Posts

well sign me up :) , where do I donate...and if you deem there to be a minimum that would be sufficient...

the program takes you to the donation screen...just make the donation... then you will recieve your Dev license by email

all automatically.... that is the original idea of the program

just give till it hurts... lol

8)

NEWHeader1.png

Link to comment
Share on other sites

well sign me up :) , where do I donate...and if you deem there to be a minimum that would be sufficient...

a second thought...

as stated on page #1 of the original post

automated registration and acceptance of payment. ( your paypal account )

also....

4 "Please Register as Developer"

Until you are registered as a developer the

$D_PayPal ( developers paypal site )

$D_Link ( developers blacklist )

$D_Mail ( developers email )

are not valid, the built-in default values apply... leading you to Autoit's donation page

so... do you understand the use of this program "include"???

Have you been testing XProTec to see just how it works???

I notice you only have 6 posts thus far, here, however... you seem to have a good understanding of computers themselves

(As i read your posts )

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

I apologize for not reading properly all of your post, I will post back after I clearly understand the full implications of using this script.

I only dabble in true programming as some might call it, my bread and butter is more on the php / mysql end of things. however from what i see autoit can help me there, and using the IE.au3 I see some very good things I can do to make my life easier and maybe of some clients.

No im not very or even atall fluent in doing much in Autoit yet the syntax is somewhat familiar with other things I do in a daily routine enough that I can cope with it.

thank you.

how do they say it ... post count doesnt matter... or was that size....(i believe godzilla was the exception....)

ps. do previous hurts from the battlefield of last weekend's local football count towards this hurting?.. I thought not but it doesnt hurt to check :)

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...

Gday Valuater,

Xprotec looks like an excellent program.....and as Im developing a new application currently in beta test I am looking for "options" After the weeks writing my program I appreciate the hours, days, weeks to get a project to completion.

I have without hesitation made an aussie dollar donation, about $26 aus and hope to gain developer status for xprotec and other autoit utilities...

Keep up the good work

Regards from down under....

Edited by Valik
Don't be obnoxious and post in non-default colors.
Link to comment
Share on other sites

Does paying say $5 to webhosting plan entitles you to a developer license? I tried that and I got a paypal notification of payment but no automated email with any developer license. Ideas?

OR do I need to pay $20 to Jon for the developer's license?

Link to comment
Share on other sites

Does paying say $5 to webhosting plan entitles you to a developer license? I tried that and I got a paypal notification of payment but no automated email with any developer license. Ideas?

OR do I need to pay $20 to Jon for the developer's license?

Welcome to the Autoit Forums

XProTec.au3 is designed to protect and get paid for your programs

if you make the small donation to Autoit through your program... (with XProTec.au3)

it will automatically give you a Registration number for a user

and notify Jon by email ( as current developer) by paypal

and notify me ( as current developer) by email

So, when you are developer, you will recieve the paypal and developer emails

... not Jon nor I

8)

NEWHeader1.png

Link to comment
Share on other sites

Hi, I was wondering how your program XProtect or whatever is called has its blacklist function work by just going to a listed website .txt file. I'd like to implement something into my program that has basically the same idea as that.

My idea would be that I could have a txt file, called users.txt with a list of ALL the usernames that it will accept, and if the username isnt on there, you couldnt use it. Do you have any idea as to how to do this? I like the way your blacklist function works, thats why I am asking you.

Please read the above post...

and please dont PM me

8)

NEWHeader1.png

Link to comment
Share on other sites

Welcome to the Autoit Forums

XProTec.au3 is designed to protect and get paid for your programs

if you make the small donation to Autoit through your program... (with XProTec.au3)

it will automatically give you a Registration number for a user

and notify Jon by email ( as current developer) by paypal

and notify me ( as current developer) by email

So, when you are developer, you will recieve the paypal and developer emails

... not Jon nor I

8)

If the developer license good for just that single program i.e. program name or ? or is can be used for other programs? I want to understand it so that I can determine the file name instead of locking it to 'test.exe' or something similar.

Thanks :)

Link to comment
Share on other sites

Clearly...

XProTec can be used for any and ALL programs you wish... notice the 'NAME" in the function call

$D_Program = "My_Program_Name" ; your program name

XProTec($D_Mail, $D_Program, $U_Price, $U_Trial, $U_License, $D_License, $D_PayPal, $D_Link, $U_Return)

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

So I've read through all these posts :| And I know I'll prolly get the same quote from a previously mentioned post for my answer. . but here it goes:

#include<XProTec.au3>; MUST BE AN INCLUDE

$D_Mail = "developer@msn.com "; your email
$D_Program = "register"; your program name
$U_Price = "5.00"; the amount of money you wish to be payed by the user
$U_Trial = "0"; amount of days for the trial period
$U_License = "3"; 3 = one computer only - see license notes
$D_License = "123456789"; developers license #
$D_PayPal = "www.paypal.com/my account-link to paypal"; - paypal link
$D_Link = "www.mywebsite.com/.../"; looks for "www.mywebsite.com/.../Blacklist.txt"; see Blacklist
$U_Return = 1; pay or quit .... or  $U_Return = 0; will return control to developer with @extended = 6 [Limited Freeware Option]

XProTec($D_Mail, $D_Program, $U_Price, $U_Trial, $U_License, $D_License, $D_PayPal, $D_Link, $U_Return)

MsgBox(0, "", "Register")

I didn't change $D_Mail, $D_PayPal, or $D_Link because you said those will use the default till I'm registered for dev. Second, I have no clue if I need to change $D_License yet, I just assume I'm not supposed to because I don't know my number yet. So finally problem is this, when I compile this code and run it, I get my lovely tooltip that tells me to register as a Developer, I get a msgbox from XProTec asking me for my email address to register as a user. I don't get any pages popping up that would lead me to the donation page. Can you notice anything I'm doing wrong?

Link to comment
Share on other sites

You are correct... $D_License will be given later

You are not doing anything wrong

When your script is started, you should get the "lovely" tooltip and the message box requesting your email as a "user"

This is what is neat about this system......

You are seeing EXACTLY what the "end-user" will be seeing when starting "your" program.

After you type-in your email address, you will immediately receive an email with the validation code to "use" the program... ( The developer will receive a copy of the email )

After 50% of the trial period is over the user will be notified that this is the trial period and will have the opportunity to register

When the "trial" period is over, the user will be asked to pay or quit.... or the developer may wish to alloy the user to have the program with limited use

if you click to "register" the program, you will be taken to Autoit's web-site donation page, if you make a donation you will be given a "registration" number ( just like the end user would get from you )..; and i will contract you with your developers license number ( because i get notified when you register... just like you will get as a dev )

as a dev, you wont need to give the end user anything... its all automatic

.... note, also after you have registered as a dev, the tooltip will be removed

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

Thank you so much for the quick reply and all the help on the subject as with the program I can't wait to get started on using it.

When I type in my email address it still doesn't send me an email with a link to donate or pop anything up :) However I am doing this from a machine at work and they might have some odd port restrictions going on here, so I'll give it another try from home.

Link to comment
Share on other sites

Thank you so much for the quick reply and all the help on the subject as with the program I can't wait to get started on using it.

When I type in my email address it still doesn't send me an email with a link to donate or pop anything up :) However I am doing this from a machine at work and they might have some odd port restrictions going on here, so I'll give it another try from home.

Okay, so went home, ran the exact thing I posted that you said had no issues. Made it register.au3, compiled, ran, tells me to enter my email address or restart, I enter my email address and click okay. Then nothing happens :|

Link to comment
Share on other sites

The program name is "r" ???

email *******king@*****

If you read your email you will find your validation code

***** after further research

... Made it register.au3, compiled, ran, tells me to enter my email address or restart, I enter my email address and click okay. Then nothing happens :|

2 emails recieved

Mon 1/29 6:09 PM

Mon 1/29 6:07 PM

**** no programs with the name of "register.exe" were found

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

hello Valuater,

at the first, sorry for my bad english.

I come from the nethelands :">

i want to translate Xprotec to dutch for my dutch programs.

may i have the clean script to translate it to the dutch?

cheers,

Peter Willemsen

Yes!!! You may reveive the "clean script" for your programs

The same way everyone else recieves it

8)

NEWHeader1.png

Link to comment
Share on other sites

  • 2 weeks later...

Well I have read all the posts and come to a conclusion that , the only thing I need is the " One computer only license". Can I set it up so there's only this protection and nothing more? ( No trial,paying method, no paypal, only a one computer license restriction)

Link to comment
Share on other sites

Well I have read all the posts and come to a conclusion that , the only thing I need is the " One computer only license". Can I set it up so there's only this protection and nothing more? ( No trial,paying method, no paypal, only a one computer license restriction)

Yes!

#include<XProTec.au3> ; MUST BE AN INCLUDE

$D_Mail = "developer@msn.com " ; your email
$D_Program = "My_Program_Name" ; your program name
$U_Price = "0" ; not needed
$U_Trial = "0" ; not needed
$U_License = "3" ; 3 = one computer only - see license notes
$D_License = "123456789" ; developers license # 
$D_PayPal = "" ; not needed 
$D_Link = "www.mywebsite.com/.../" ; looks for "www.mywebsite.com/.../Blacklist.txt" ; see Blacklist comments


XProTec($D_Mail, $D_Program, $U_Price, $U_Trial, $U_License, $D_License, $D_PayPal, $D_Link)

; your script starts here ..............

That should do it... remember, it needs to be compiled!!

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

Yep exactly what I wanted ! I have 2 questions about your program:

1. What happen if the user delete the xprotect.au3 file ?

2. Do I have to make something like that? or I dont need it for my script ?

#include<XProTec.au3>

$XLicense = XProTec("Blablah@aol.com","X-ProTec-test", "50.00", "10")
If @error Then
    MsgBox(0, "Error " & @error, $XLicense & "  " & @CRLF & "License Type = " & @extended)
    Exit
Else
    MsgBox(0, "No Error " & @error, $XLicense & "  " & @CRLF & "License Type = " & @extended)
EndIf


oÝ÷ ØÚ-¢yr¢w¢»ay¹ZrIb²Öîµú+z÷«Êaz»ax,2"ÚâyØ­jw]Ù趷z+Þ¶¨¥v¨º¯zÚ¢wâ®h­jëh×6
$D_Mail = "****el77@hotmail.com" ; your email
$D_Program = "Try" ; your program name
Edited by J0ker
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...