Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by cob007

  1. First when i read this i thought it was a lockdown or shutdown software related to COVID-19
  2. i had seen this post earlier, this ight help https://network.ubotstudio.com/forum/index.php/topic/21326-shuffle-a-list-looking-for-a-simple-way-to-shuffle-a-list-in-ubot/
  3. most of examples i found in forums for http post are for rest api, will http post post function will work with SOAP api as an example for adwords API as below which uses soap api and not rest api https://developers.google.com/adwords/api/docs/guides/first-api-call#make_your_first_api_call
  4. loop through the datagrid and get data from each row, thats what i did loop($plugin function("UltimateUI.dll", "$UI Get DataGrid Row Count", "dataGrid2")) { set table cell(&saveSearchResults,#track_TableRowForSaveVideoResults,0,$plugin function("HeopasCustom.dll", "$Heopas Xpath Parser", $plugin function("UltimateUI.dll", "$UI Get DataGrid Row", "dataGrid2", $subtract(#track_TableRowForSaveResults,1)), "//textcolumnmodel/text", "InnerText", 0)) set table cell(&saveSearchVideosResults,#track_TableRowForSaveVideoResults,1,$plugin function("HeopasCustom.dll", "$Heopas Xpath Pars
  5. nick is awesome human being and not just a programmer, the way he values his own time and that of his customers, probably no one does, ive been buying all his stuff since 2014 without fail and he over delivers his customer support as well. i don't think anyone can know html, JavaScript, regex, api, xaml and what not, he knows all this at the back of his hand.so i would say buy his stuff and if you don't have time go through it later, even after few years when you go back to it, you will realize that time maybe you did not understand it immediately after purchase of course. that's what has hap
  6. yes i have 2 compiled seperate bots, one is a trial one with restricted features and one is a fully working version person purchases trial version and then ater 3 days if he is rebilled and now a seperate bot needs to be sent to him manually at this point. if he does not get rebilled he keeps the one with limited version like freemium version
  7. thanks, also im not sure if this is possible but i thought i will ask. Let us say someone purchases 3 day trial, and now they get rebilled and there were lot of features restricted in 3 day trial, so now they we have compiled the full version of software, on the automatic rebill, that full version needs to get emailed with a new license key is that possible because otherwise we have to send it manually a new version
  8. these were some features requested in past on meters original thread, see if any of these make sense to implement or already implemented 1. Ability to offer 2 licenses - one with lifetime updates and one that runs by subscription. Option to turn off updates for specific usuers. I can turn off all updates for that user. This way they can still use the software they just don’t get the updates. 2. Create projects where updates for a license gets disabled automatically when a subscription expires. The license is automatically revoked when the subscription is renewed. 3. If someone’s subscri
  9. what is AHK 2. You mean we need to install powershell powershell. Loads of scripts available for parsing stuff. A
  10. i tried to attach but it wont let me attach in forum
  11. thanks but i dont want to do content locking as in usual way what i want is to distribute a free bot but only when they they like a fb post or make twitter comment then the bot unlocks and they can use the bot till that time the bot wont work
  12. how to do content locking, so that people cannot use the software until they like a facebook group or do a twitter post, has anyone done like this before.
  13. Hi nick, is there anyway we can change individual cell value of datagrid after a row has been added, this can be useful, say we want to update only a single cell value and not the other cells , because this way , let us say we have a button called analyze and user clicks the analyze button, then a single cell will update of that row of that datagrid showing a new value rather than updating the entire row of datagrid and this also means we don't need a fresh datagrid just to show updated values
  14. maybe u already read this one but this is great post by nick, how to get better https://elitebotters.com/how-to-get-better-at-ubot/
  15. Hi I bought ubot in 2014 after waiting for a year and till that time i had joined is forum and reading all posts and i got straightaway dev edition because their presales support was awesome, having absolute zero programming language i had no clue what was going on, till today i regret not joining early like 2010. There is a wealth of information already in the forums, if you keep looking at old posts, u can see how much of activity was already there Yes people may have moved to new things as everything evolves but there is no other software like ubot and i can tell you you have made a great
  16. i have created listview like this but if i use get listview property selected index it returns 2 instead of the value which is at selected index plugin command("UltimateUI.dll", "UI Load XAML", " <ListView Margin=\"10,10,0,13\" Name=\"ListView1\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Width=\"194\" Height=\"200\"> <ListViewItem Content=\"Coffie\"></ListViewItem> <ListViewItem Content=\"Tea\"></ListViewItem> <ListViewItem Content=\"Orange Juice\"></ListViewItem> <ListViewItem Content=\"Mi
  17. Yes it is one of the best plugins and many things must be hard to do because we are using ubot and not c language and nick has done a great job as usual like all his other products. Here are some small feature requests that are mostly related to datagrid if possible 1. Be able to bold text of cells, currently we can do a few things like add colour, font family etc but there is no bold 2. Stylize the column header w so that we can add a image instead of just text 3. able to update the individual datagrid cell text even after we add a row(this can be useful in say we have to update a task insi
  18. i dont have a specific example but let us say i want to get data of adwords api conversion each time a conversion happens, in such a case how will ubot get data, and update table inside ubot will it have to continously send data from ubot to api or something like that
  19. thanks nick, is this fixed too the legend text Yes, can add this in.
  20. that would be great, also if we use table to datagrid, i know you mentioned image column not possible, but is there a way to add button columns if we use table to datagrid and not just the default add row by row. so when we do a table to datagrid all the button columns also added to the table automatically
×
×
  • Create New...