Jump to content
UBot Underground

UBOTEM

Fellow UBotter
  • Content Count

    197
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by UBOTEM

  1. Hi guys,

     

    I got a request from a customer to make it so UbotLocker protected bots can only have one copy open at a time. Is this something people need? Or would it interfere with how you guys envision your bots being used?

     

    Looking for more feedback from people before I put this on todo list.

     

    -meter

     

    +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!

  2. Hey UBOTEM,

     

    try to revert the changes you make to IpnFunctions.php. It might be you mistyped something, and now the script isn't send keys properly =/

     

    -meter

     

    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...)

  3. Hi there meter, it seems that "invalid license. activation exceeded" is more and more frequent :( i cannot nor know how to help you debug this but it seems that many of us have this issues and with more clients using our apps more frustrating becomes in using it.

     

    I purchased two apps from "lazybots" that are also locked with your system and yesterday i got kicked out with that error... ubotbuddy helped and unlocked them asap but now i open again and both are "invalid license..." now i had to ask for support again and also i understand better the frustration of all clients when they are kicked out.

     

    I have no clue on why is this happening, it could be caused by Windows Updates , we all know that the HWID is NOT fixed and changes very often but now it seems that Microsoft is making some big changes maybe with every update, or maybe a security suite is causing it!?

     

    how can i help ?

     

    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 ;)

  4. 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 :D

  5. 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!)
     
     
    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 useful :D
     
    It has an installer and features automatic updates, for when I add some features later.
    (Feel free to suggest more feature for this simple tool).

    Also features a quick launch, just hold ALT + CTRL + SHIFT + D
     
     
    post-11217-0-76376100-1428537949_thumb.png
     
     
     
    ****************************************
    ****************************************
     
    Other Free Tools Available:
     
    FREE Delooper Tool - Get yourself out of the loop!
    FREE Image Embedder Tool - Quickly embed images into base64/html code.
    FREE Expression Checker Tool - Check regex and xpath expressions withe ease.
     
    ****************************************
    ****************************************
    • Like 1
  6. Hey UBOTEM,

     

    try to revert the changes you make to IpnFunctions.php. It might be you mistyped something, and now the script isn't send keys properly =/

     

    -meter

     

    Thanks for getting back to me :D

     

    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.

  7. @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 :D Ahh!

     

    Any help appreciated :)

  8. He figured it out via PM. UBOTEM, I think you were setting up a 'shopping cart' button instead of a 'buy now' button when creating the button in Paypal.

     

    -meter

     

    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 :D

     

    Will have to check if they received email, but assume they would have :D

     

    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.

    • Like 1
  9. Are you doing that manually? 

     

     

    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.

     

    :)

  10. 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 item with project (as could see this from my IPN tests I sent).

     

    presume can change PaymentNotify.php to

    $itemName   = mysql_real_escape_string($_REQUEST['item_name1']);
    
×
×
  • Create New...