Jump to content
UBot Underground

UBOTEM

Fellow UBotter
  • Content Count

    197
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by UBOTEM

  1. Had nothing to do with app folders either, as restored them before restart.
  2. Yeah I'm all good, laptop needed a simple restart! Still not sure why... But at least I'm working again
  3. Umm... Wiped app data roaming folder.... Still same issue... Only this in ubot_log.txt 2015-04-29 16:10:26: UBot Studio Starting Up
  4. could try this maybe add list to list(%url,$scrape attribute(<tagname="h3">,"href"),"Delete","Global")
  5. gets stuck loading either ubot 4 or 5, just wondered if others having same issue or if I need to wipe app folders etc...
  6. Looks very interesting plugin... this is on my wish list... I assume I could control server based bots from a website? or my phone via website! Also liking the sound of latest update allowing control of other browsers
  7. Ahh! think I need an update! I'm on 2.5.5.0 Aymen please PM me an update link, have checked most of my inboxes and can not see any links (Also have no spam filters, so not sure why?) Also where do I look to see what the last release is? (Can you post version number on first post?) Cheers
  8. +1 Any features you add will be great, and appreciated by all But... Please make sure ANY new features are optional, as to insure we do not disrupt our customers and service. Then we as developers can choose to switch feature on, possibly per project basis as Dan said Also if this feature is added, can we please have option to log user times as think this could be useful for administration and dealing with customers I suppose we could implement this ourselves in ubot though.... maybe not great idea, but thought could be coded at same time!
  9. Did not need to revert, as code I did now seem fine and working Have documented my code also, so can view my changes and repeat my steps for an update Emails going out, but occasionally one not firing out. (this could either be my godaddy server, or the email domain) Will monitor it and see if I can see a pattern (ie only yahoo emails, or certain times, countries, etc...)
  10. This error can be caused if not ran as admin, for example.... My bots are installed with an installer to the program folder and for the bot and dll files to work, the user must run the exe as administrator (but this is due to my setup being installed into the program folder, and should not effect everyone) Just my tip and observation using the Locker
  11. Just tested at 200k+ and still all great, and works well. I used to have issues with 10k rows of data in ubot tables, NOT ANYMORE! TY AGAIN Will share my code soon with ubot community
  12. Wow a few crashes in ubot, but can successfully save large tables to a ubot table csv file Had to save in 100 chunks and append to file But works in split seconds with table rows over 50k+ Great plugin
  13. When I export the Large Table to CSV file, and import the file back into ubot as a normal table am experiencing problems I think it has something to do with the save from Large Table is in Unicode and normal ubot tables are in UTF-8 maybe? but not sure! Any help appreciated, as need to be able to export from large table to csv, and then use in my other bots with a normal ubot table Will eventually get around upgrading all tables to large! *** EDIT *** I'm an idiot did not see the Return Table command
  14. This is free tool and is designed for Ubot Developers… It was made for those moments when you realise you have just ran a loop with errors!(Saves clicking stop script a thousand times, just so you can save your work!) GET THE FREE TOOL HERE It will not work for those moments where you are in an infinite loop!(but nothing will help you in those situations!) Thought about building a delooper for a while, but when I hit an error loop with 2k loops is when I built the tool in UB5. Have now recompiled in UB4 and given a little skin before releasing for free to the Ubot Community. I hope you find it
  15. Thanks for getting back to me Have just checked and only lines I changed is $headers = "From: support@mysite.com\r\n" . $headers = "From: support@mysite.com\r\n" . And that should be fine I assume, as did same on the other file that controls the email sending when manually clicking on email link.
  16. @meter It seems that keys are not being emailed to the user automatically They are being automatically created, but I am having to click the mail link to send keys Only thing changed was the email from in both files you suggested to get my support email in the header. Not sure if any emails have ever gone out automatically, is there anything that could be causing this? Manual clicking email link sends email fine, but not the best solution for me Just switched over our best selling tool, and need to make sure they get keys in a timely manner Ahh! Any help appreciated
  17. Ahh! recently wiped my plugins for Ubot and need this time.dll back, and download not working Can anyone please share? Cant update one of my bots without it
  18. Yes figured it out, my shop is Woocommerce/WordPress setup and the buttons for products are auto generated by my theme. But got all working now, as saw a key being generated for a customer Will have to check if they received email, but assume they would have Thanks again to all who helped Full details on how I did it can be found here http://www.ubotem.com/product/ipn-redirect-wordpress-plugin-by-wicked-cool-plugins/ Hopefully this will help others who need to setup a custom IPN, instead of the default setup of UbotLocker by meter.
  19. ALL FIXED AND WORKING DANDY Thanks everyone for help Finally figured last bit I needed to change to work with my setup
  20. @meter Here is the item in my PayPal log from one of my shop transactions. But no key was generated for the user Or emailed Are there any permissions or settings needed for the key to be generated? I have a copy of the IPN data, will send in a PM.
  21. OK now at point where the IPN is working fine, but license is not being created Any Ideas?
  22. Yes currently as locking an existing tool, am issuing my VIPs a license with key (same key per user). But when finished will build a bot that will allow me to enter customer details once and it will setup the VIP user on all paid products with same key. VIP get same key for all products Single purchases get different generated key per order Free products are activated before sent.
  23. OK successfully rebroadcast the IPN, as shop & ubotlocker recieved the IPN. and my order completed in my store showing data was valid ALMOST THERE!!!! but now notice two things... The key was not automatically generated or emailed to user (which luckily they do not need the key yet, as not locked that tool yet). Have checked the IPN history from PayPal and can see it was defiantly sent to to my broadcaster URL. So that all working... But reading the IPN data notice the title of my product is in variable item_name1 not item_name and I believe ubotlocker uses the latter to match
×
×
  • Create New...