hello to everyone`
I have a problem if you can help me ...
I made the following settings:
XProTec.au3 settings:
I see this error:
This Program has been intrerupted by Fatal COM Error....
I have a problem if you can help me ...
I made the following settings:
XProTec.au3 settings:
Global $smtpserver = "smtp.gmail.com" Global $sendusername = "myaccount" ;not @gmail.com Global $sendpassword = "password"
#include<XProTec.au3> ; MUST BE AN INCLUDE $D_Mail = "myaccount@gmail.com" ; your email $D_Program = "my software" ; your program name $U_Price = "20.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 = "E3AC1A134BC5809A" ; developers license # $D_PayPal = "www.paypal.com/my account-link to paypal" ; - paypal link $D_Link = "www.scripturi-triburile.com/Blacklist.txt" ; 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,"","merge")
I see this error:
This Program has been intrerupted by Fatal COM Error....