S0789300 Posted October 11, 2009 Share Posted October 11, 2009 Hey Val. where are the notes/readme for this .au3? Some comments say see license notes or see Blacklist. Am I simply overlooking something? Regards Link to comment Share on other sites More sharing options...
Valuater Posted October 11, 2009 Author Share Posted October 11, 2009 (edited) Hey Val. where are the notes/readme for this .au3? Some comments say see license notes or see Blacklist. Am I simply overlooking something?RegardsThere are no actual readme/notes for this UDF. Just a lot of explanation on page #1...*** JUST NOTICED, ITS GONE *** and a couple of other pages thereafter. I guess most of the explanation on that page was lost in the move to this Forum.8) Edited October 11, 2009 by Valuater Link to comment Share on other sites More sharing options...
S0789300 Posted October 11, 2009 Share Posted October 11, 2009 (edited) Anyway we can get some of it back - does someone have it stored? Edited October 11, 2009 by S0789300 Link to comment Share on other sites More sharing options...
masc Posted November 25, 2009 Share Posted November 25, 2009 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) Hi Valuater, I took your code and created this: $D_Mail = "blabla@blabla.com " ; your email - I put my real email in! $D_Program = "MySample" ; your program name $U_Price = "3.00" ; the amount of money you wish to be payed by the user $U_Trial = "30" ; amount of days for the trial period $U_License = "3" ; 3 = one computer only - see license notes $D_License = "" ; 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) ; your script starts here .............. MsgBox(16, "XProTec Sample", "This is just a sample!") Exit I compiled it and started it. It asked for my email address and I entered one. I got an email with a code that I entered in the proper box. After that my message box came up and the program ended after I closed it. A donation page did not come up. Now if I start the program all that happens is that it goes directly to the tray bar showing a balloon tip that says: "Register as a developer". Even so I read through the whole thread I do still not understand how to register as a developer? Regards masc Link to comment Share on other sites More sharing options...
masc Posted November 25, 2009 Share Posted November 25, 2009 ^^^ Ignore my post. Link to comment Share on other sites More sharing options...
EndFunc Posted November 25, 2009 Share Posted November 25, 2009 (edited) Ok this is great script. Props to Valuater for the time spent. He has helped with difficult problems in the past. thanks for all the hard work and support. Anyway, one thing I don't remember seeing on all these pages is, how do you uninstall it if the user wishes to remove the program from their computer. I planned to use Inno to package it but the Xprotec makes registry entries etc, so is there something to remove it? And what is the ClickTask.com in the code? Edited November 25, 2009 by EndFunc EndFuncAutoIt is the shiznit. I love it. Link to comment Share on other sites More sharing options...
EndFunc Posted November 28, 2009 Share Posted November 28, 2009 Anybody home? I get these errors when trying to compile. Anyone know why that is. I don't have <date.au3> as an include anywhere. C:\Shared\XProTec.au3(326,16) : ERROR: _NowCalc() already defined. Func _NowCalc() ~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(329,37) : ERROR: _DateTimeFormat() already defined. Func _DateTimeFormat($sDate, $sType) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(454,47) : ERROR: _DateDiff() already defined. Func _DateDiff($sType, $sStartDate, $sEndDate) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(523,26) : ERROR: _DateIsValid() already defined. Func _DateIsValid($sDate) ~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(544,65) : ERROR: _DateTimeSplit() already defined. Func _DateTimeSplit($sDate, ByRef $asDatePart, ByRef $iTimePart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(562,46) : ERROR: _DateToDayOfWeek() already defined. Func _DateToDayOfWeek($iYear, $iMonth, $iDay) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(577,43) : ERROR: _DateDayOfWeek() already defined. Func _DateDayOfWeek($iDayNum, $iShort = 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(605,43) : ERROR: _DateMonthOfYear() already defined. Func _DateMonthOfYear($iMonthNum, $iShort) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(638,45) : ERROR: _DateToDayValue() already defined. Func _DateToDayValue($iYear, $iMonth, $iDay) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Shared\XProTec.au3(661,29) : ERROR: _DateIsLeapYear() already defined. Func _DateIsLeapYear($iYear) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ EndFuncAutoIt is the shiznit. I love it. Link to comment Share on other sites More sharing options...
Valuater Posted November 29, 2009 Author Share Posted November 29, 2009 ... Anyway, one thing I don't remember seeing on all these pages is, how do you uninstall it if the user wishes to remove the program from their computer. I planned to use Inno to package it but the Xprotec makes registry entries etc, so is there something to remove it?And what is the ClickTask.com in the code?If the files are removed from your "un-installer" a reg cleaner will get most of any reg entries. However, a few may remain with clicktask.com in it for future re-installation protection. Anybody home?I get these errors when trying to compile. Anyone know why that is. I don't have <date.au3> as an include anywhere.C:\Shared\XProTec.au3(326,16) : ERROR: _NowCalc() already defined.Func _NowCalc()~~~~~~~~~~~~~~~^C:\Shared\XProTec.au3(329,37) : ERROR: _DateTimeFormat() already defined.Func _DateTimeFormat($sDate, $sType)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Shared\XProTec.au3(454,47) : ERROR: _DateDiff() already defined.Func _DateDiff($sType, $sStartDate, $sEndDate)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Shared\XProTec.au3(523,26) : ERROR: _DateIsValid() already defined.Func _DateIsValid($sDate)~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Shared\XProTec.au3(544,65) : ERROR: _DateTimeSplit() already defined.Func _DateTimeSplit($sDate, ByRef $asDatePart, ByRef $iTimePart)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^... etc, etcOne of the includes you are using must include the "date.au3" file. The best way to fix this is to replace all "_D" in XProTec.au3 with a double underline "__D"Use the search and replace in SciTe to accomplish this. There maybe a couple that are missed and will need to be fixed manually.8) Link to comment Share on other sites More sharing options...
Dracil Posted January 16, 2010 Share Posted January 16, 2010 After i compiled it, it all worked out well, but when i run it and enter my email to get the pay link sent to, after i press ok i get this "COM / Internal Error" This program has been interupted by a Fatal COM Error.. What could be the problem ? ive set my smtp server correctly and even changed the port to the right one. Link to comment Share on other sites More sharing options...
Valuater Posted January 17, 2010 Author Share Posted January 17, 2010 (edited) After i compiled it, it all worked out well, but when i run it and enter my email to get the pay link sent to, after i press ok i get this "COM / Internal Error" This program has been interupted by a Fatal COM Error.. What could be the problem ?ive set my smtp server correctly and even changed the port to the right one.Sorry, but this error "COM / Internal Error" is caused by a the smpt function for the email only. Try removing this function and running it seperately to test for errors. after that, you will need to post in the link provided for com errors.8) Edited January 17, 2010 by Valuater Link to comment Share on other sites More sharing options...
Acanis Posted February 22, 2010 Share Posted February 22, 2010 Hey Valuater! I found your great UDF before some month and now its time to test it ... Is there a different between XProTex_Free.au3 and XProTec.au3? Or is XProTec the same Version, just "kissed" by a Obfus? And it would be finde, if you could give us a little description, how it works... With a database? What do I need to use it. Is it safe enought? Why? Can someone make a "crack" for it, if he have a look on your UDF? Would be really nice to get answers ... *hehe* Much thanks, Aca Link to comment Share on other sites More sharing options...
Valuater Posted February 23, 2010 Author Share Posted February 23, 2010 (edited) Is there a different between XProTex_Free.au3 and XProTec.au3? Or is XProTec the same Version, just "kissed" by a Obfus?No, just "kissed" by a ObfusAnd it would be finde, if you could give us a little description, how it works...Well, there is a lot of explanation on the first page and many helpful hints throughout the thread. Unless you have something specific in mind... please ask. With a database? What do I need to use it.Is it safe enought? Why?The end user MUST have internet access or XProtec will not allow the program to run.There is only a database/file on "your" website called "blacklist"There is nothing else required except a website if you want a database and an email account to email verifications. It is only "some-what" safe. There is no absolute security available. Can someone make a "crack" for it, if he have a look on your UDF?Would be really nice to get answers ... *hehe*Much thanks,AcaYes, anyone who reads the UDF here can easily understand the mechanics and "crack" XProTec. That is why it was originally released obfuscated. Hope that helps8) Edited February 23, 2010 by Valuater Link to comment Share on other sites More sharing options...
Acanis Posted February 23, 2010 Share Posted February 23, 2010 *hehe* Thank you ... Yes, i saw the explanations,... Iam not lazy ... I meant, what exactly XProtect is doing... If the file is like a database, okey... Thats, what I wanted to know...^^ I thought, is just a "blacklist", like, that I can fill in some emails, which cant pay. For my last question, the "safety"... Maybe you missunderstand me?! That we can change your UDF, for sure, thats no magic ... But it is easy, to simulate a Payment or something like that, to avoid the payment? So, I mean in a "easy" way ... And it is possible to make this harder? By... dunno... like some Stringchanges in a Obfus before Using or something like that... That everyone have not the exactly released Version? And last question *hehe*... Sorry, for my "long" interesting... -> Can I test it without a real payment ? Thank you, Aca Link to comment Share on other sites More sharing options...
Valuater Posted February 28, 2010 Author Share Posted February 28, 2010 Yes, you can change the code to fit your specific needs. You will need to test it with real money on your own account. .... Or else there could be errors when someone wants to pay you. 8) Link to comment Share on other sites More sharing options...
EpicWorld Posted June 29, 2010 Share Posted June 29, 2010 I have a problem when i will start the script is the error: Error to #include xprotec.au3 Can you help me? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 29, 2010 Moderators Share Posted June 29, 2010 EpicWorld,Welcome to the AutoIt forum. You need to download the xprotec.au3 file from the first post of this thread and put it in the same folder as your script.You seem new to AutoIt - reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) will help you enormously. You might also want to look at the "#include" page. You should also look at the excellent tutorials that you will find here and here - you will find other tutorials in the Wiki (the link is at the top of the page).There are even video tutorials on YouTube if you prefer watching to reading. If you have further questions, please put them in the General help section. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
EpicWorld Posted June 29, 2010 Share Posted June 29, 2010 ohh in the same order ^^ i have think in the in the include order by autoit ^^ Link to comment Share on other sites More sharing options...
Valuater Posted June 30, 2010 Author Share Posted June 30, 2010 Thanks Melba, best answer he could get... 8) Link to comment Share on other sites More sharing options...
Adrive Posted August 17, 2010 Share Posted August 17, 2010 i am getting an error: ERROR - Not a Valid Program Name #1 and, how do i use my own server? Link to comment Share on other sites More sharing options...
water Posted August 17, 2010 Share Posted August 17, 2010 (edited) Please see post #8 Edited August 17, 2010 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now