Wyatt O'Day (Wyatt) has made 7803 posts.
Does that sound right? I'll just tell paypal to use paycheck.php for it's IPN. Yes, but you got to…
Post on Aug 19, 2013Can I easily remove that form? Yes. Change the settings in PaymentSetting.php/cs/vb (depending on…
Post on Aug 18, 2013See: Automate license generation with PayPal. It's all pre-written, you just change a few configurat…
Right now wyBuild doesn't do that. Your best option would be to stop the service using wyBuild's fun…
If the user deactivates the key then they lose the ability to use the product immediately. If you re…
Post on Aug 16, 2013No, TurboActivate can't be used for general "use tracking". Also, IsGenuine() should not be run on e…
Yes, absolutely. We'll also make the product key a clickable link.
Yes, run wyUpdate from a dummy Windows Service and the UI will be completely hidden. This is covered…
Post on Aug 14, 2013The best thing to do is go through the step-by-step walkthrough. Since you want to do synchronous ch…
However, I would like to provide offline updates for any application version with a single catch-all…
The error is telling you exactly what is wrong. Call to undefined function SetPKeyDetails() in /Lib…
This is wrong: while (!proc.HasExited){System.Threading.Thread.Sleep(50);} Just use this: proc.W…
What versions of wyUpdate / AutomaticUpdater are you using?
LimeLM returns XML. You're trying to just pump that XML right into your HTML output. Do you know wha…
Post on Aug 13, 2013Every function, except SetAPIKey() which doesn't return anything, has to be parsed for the returned …
Post on Aug 13, 2013I didn't mean that as an insult -- I was using it in the computer-talk sense: garbage-in, garbage-ou…
Post on Aug 13, 2013There are a number of things wrong with this code. Most of the LimeLM API functions take scalar info…
I have no idea what you're asking. Are you asking about using a button instead of a menu to check fo…
You're right this is useful. We'll run through some design ideas and think about adding it.
Are you planning to fix AutomaticUpdater in the near future or should we drop it for now and just ru…