Jump to content
UBot Underground

meter

Fellow UBotter
  • Content Count

    954
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by meter

  1. Hey CJ, When creating your Paypal button, are you sure you set notify_url correctly under "Advanced variables"? Can you navigate with your browser to the address of PaymentNotify.php on your server, and make sure there are no errors? Also regarding ILMerge (sorry I had forgotten!), a friend has made a GUI for it in his .NET obfuscator here: http://www.ntcore.com/phoenix.php You can download ILMerge itself from Microsoft website here: http://www.microsoft.com/en-us/download/details.aspx?id=17630 Then just use it to merge WindowsFormApplication21.exe and ICSharpCode.SharpZipLib.dll. Rena
  2. Well users table should have a primary index (such as 'id' column, or rowid as you put it). It is entirely valid to use that as user_id in your urls tables. I think it would be bad to add email column to urls table. It really doesn't belong there Maybe you should describe your current db schema more, I'm afraid I had trouble following the last part of your post. -meter
  3. You want to have a user_id columns in URLs table. Each url will have an associated user_id. Then you can just do: SELECT * FROM urls WHERE user_id=1 This is the scheme I use for Termexplorer.com, and it's lightning fast across hundreds of millions of records. Like Pete said, even faster if you put a secondary index on user_id.
  4. That error message seems to be coming from a plugin. I've never seen Ubot make that kind of error. -meter
  5. .NET framework and Microsoft Visual Studio 2010 Redistributable are probably not installed.
  6. Hi CJ, I am on a mini vacation now and don't have much time. Will do it next week -meter
  7. Sorry giganut, this is just too complicated to add. Its better and simpler if you bundle all your update files together. Glad you got it working @Dan, thanks for helping him out, and taking the time to extend UbotLocker! @Kreatus, I posted the source code for the license dialogs online earlier in this thread. You should be able to modify and recompile them. Case 1: If JVZoo sends IPN notifications correctly, then license status will only get changed when the subscription expires, NOT when its cancelled. Case 2: There is no IPN logic for refunds in most IPN systems, and you
  8. Hi monovski, This is described in the manual, under automatic updates. Please let me know if that doesn't clear it up for you Thanks Kreatus, I hope to solve a lot of lingering issues that people have been asking about with this new update -meter
  9. Hi guys, I have a huge list of features I start to add, but every time I start working something else comes up. Because of this, I cannot commit to anything, except to say I am actively working on an update and am actively providing support to all my customers Cheers, -meter
  10. I think I can tie it together with a system for trial licenses I am working on, yes. I have to think about it. -meter
  11. Hi Urs, In Paypal subscriptions, you have the option to have a purchase price of lets say $50, and then a yearly subscription of $5/year. If the user's $5/year subscription expires, he won't get anymore updates, but he will still have his license be valid. Does this work for you? -meter
  12. Hi ewideweb, When creating the project, there is this option: I think that might be what you are looking for -meter
  13. All packages sent out today. sorry guys, was out all day today -meter
  14. Hi guys, Like Dan said if you have Locker.dll, you have latest version. No major changes have been done since then, only bug fixes for individuals that don't affect most of my customers. -meter
  15. Hi dyvel, In newest versions of UbotLocker, the dll has been renamed to 'Locker.dll'. And yes you can install in AppData so that users don't see the exe or DLLs. -meter
  16. Hey TJ, It means that PHP isn't being executed in the scripts; it's displaying the PHP scripts as text instead. Best make sure Apache is set up correctly and executing PHP scripts correctly. -meter
  17. Hi dyvel, You should be able to use any installer with UbotLocker. As long as you bundle all protected files together UbotLocker will work. That being said I have never tested with Ubot installer. -meter
  18. Hi Monovski, Paypal only updated their home page. All other pages are the same. You can find selling tools on bottom left. https://dl.dropboxusercontent.com/u/47714945/paypal_selling_tools.jpg -meter
  19. Hi Pete, UbotLocker can accept forwarded Paypal IPNs without any problem. Also, UbotLocker can be recoded to forward an IPN. You would want to look into using curl from PHP to repost the IPN parameters to a new url. -meter
  20. I Pete, UbotLocker doesn't currently log the transaction amount. Also, the license will expire when the subscription expires, not when it is cancelled. For example, if someone buys a 1 year subscription, then cancels the subscription 3 days later (but doesn't request a refund) then the license will expire when the subscription expires (in 1 year, NOT the data of cancellation). As for refund, this depends on the IPN protocol. For Paypal, they do not reliably report refunds through their IPN, so you must delete the licenses by hand. -meter
  21. Ah. What you want is an infrastructure agnostic web service in the cloud that can automatically scale up or down, by adding or removing nodes, to keep up with demand. -meter
  22. Well Dan, you pretty accurately described how modern web services work. Now I'm just not sure what the question is are you asking if such things exist? -meter
×
×
  • Create New...