Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by cob007

  1. i have these list items and i want all of them to combine into one list item but there should be a space between them like as below , so how to do that Instant Loss: Eat Real, Lose Weight: How I Lost 125 Pounds—Includes 100+ Recipes Lose Weight Without Dieting Happy Gut: The Cleansing Program to Help You Lose Weight Just like below they should be, yes thats easy but then it always wont be 3 say it is 100 list items to ber merged in one single line and all next to each other with a space Instant Loss: Eat Real, Lose Weight: How I Lost 125 Pounds—Includes 100+ Recipes Lose Weight With
  2. Hi TJ, This is a great feature added! if someone buys agency account and then will they login to our licensing system or not, if they sign in then wouldn't they be able to see our licenses also and our other products which they ideally should not see?
  3. is it possible to add external style created with XAML instead of options with plugin because that can give more flexibility in terms of if we want to add corner radius or image to the button which is not possible and even have button as a hyperlink using external stying of buttons xaml, i dont know if its possible or not but i just thought will ask
  4. this is regarding wait element. I have exbrowser in a loop going through lot of pages and scraping with headless chrome portable browser, i noticed that it scrapes the first page and then skips second and third and this problem is happening with both headless chrome portable and regular headless chrome and not if i use the normal chrome launcher which is not quickly skipping when i use it that way while i do have a exbrowser wait for element code added, ive also added in extra wait for 5 seconds. how do i slow down the bot that it goes through all pages properly, this is what im using as
  5. Hello, Let us say i want user to be able to perform 50 search requests per day and after 50 searches he cant do a new search even if he closes and restarts the bot, how to do a rate limit in this situation
  6. thanks nick, that has all worked really properly now but say there is a word like well-written and there is word like well somewhere else so we should escape \- in that case so that only well gets removed and not the well from well-written
  7. to give proper example, the user can choose any stop word to remove like and, of, the, it etc and these stop words can be in beginning or middle of sentences, so im using a variable to represent stop word. Now these stop words unfortunately can be part of words; like of is found in coffee and and is found in understand and it is found in it''ll The it'll is a bit more forgiving and understandable than removing and from understand and of from coffeee. i think is it best to have each word as a seperate list item in a list and then look for what stop word to remove than have them in a single li
  8. (?i)(^it|it) Thanks nick, but then i have these as variabls, so sometimes i have ''and and sometimes it, of, the etc which are considered as stop words. so if user chooses and and then if we use this command (?i)(^it|it) then it removes the and from the understand as well if we replace that it with and So it is just one choice, if user chooses and, then the and should get removed on its own or if the entire sentence starts with and but it should not remove the word and from the understand.
  9. what if i also want to remove the first word 'it' because then i cant use space if i use \sit , although it will remove all the 'its' from sentences but then what if it occurs as first word then there is no space in the beginnng of first word, so it is not able to remove the it from the first word of sentence
  10. thanks a lot foro sharing, its a good one although old video about managing time but useful tips with good examples
  11. thanks that worked but see a case like this where its showing in my debugger and ive no idea of space in such a case, and when i try command it does not work because i dont know whats the space before and after
  12. as u can see ive the following text, ive trie to remove all spaces between them and made it like this, however when i do a comparison it does not work as a true statement is it because of the spaces between text set(#length,"Onepersonfoundthishelpful Helpful ","Global") if($comparison(#length,"= Equals","Onepersonfoundthishelpful Helpful")) { then { alert("EXISTS") return("") } }
  13. Thank macro but i wanted to get rid of all the ands and the one after understand, only the later and i was able to ger rid of It was easy to understand and really
  14. Hello, I have the following sentence and from this sentence I want to remove the words , and and of however it also ends up removing the word and from understand and of from coffee So in such case how to use regex to remove specific word but not the words for which it is also part of like understand and coffee from a single list item ============================= add item to list(%word,"It was easy to understand and really makes you think about choices you\'ve made in your life. It\'ll be on and of my coffee table for family and friends to peruse.","Don\'t Delete","Global")
  15. can we alter the legend text font because if the background is black in colour the legen text being black in colour is not visible
  16. BASED on your example here; https://elitebotters.com/how-to-create-charts-using-elite-ubot-plugin/ Let us say i want to update chart values 3 times and i want to update the values of jamie for last 9 years which will change say 3 times for 3 years but then if i want to run this commnd 3 times, not in loop but simply update the chart 3 times to reflect new values, how should we do that because if i change the values plugin command("EliteUbot.dll", "EB Add Series To Cartesian Chart", "employeeSales", "jamieSeries", "LineSeries", "Jamie", "134|139|151") of jamie from 134, 139, 151 and the c
  17. here is what i did 1. go to your ubot plugins and delete old exbrowser 2. then copy the next 2.2 version to that folder and now u will not get that message 3. then on load command add the license key from exbrowser email u have received and only then run the commands ive had good customer support from dan yesterday
  18. this probably may not be necessary to implement, but if selected index property is added to list of UI set property command then it might work but this was just an idea and not necessary If u see mahaapps metro page for the flip view control, they are talking about using selected index property to automatically scroll the images without user clicking the button https://mahapps.com/controls/flipview.html Automated scrolling (batteries not included)Disabling the control buttons is useful when you want to provide an automated scrolling experience. This can be implemented by using a timer and
  19. if i want to run the metro scroll on its own refreshing every few seconds as given by your example of cards in metro demo project would i have to tie it up to another event like binding element and run it that way
  20. For the last one week or 2 weeks i was sending http request to kindle using following command set(#_httpRequestSingleReview,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.amazon.c..._reviews_only","", "", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0", "", ""),"Global") I never got detected but it looks like my IP got banned and requests are gettinf detected s u see in the response it is asking to solve captcha what to do in such a case and to hide httpp requests in future <div class="a-box a-alert a-alert-info a-spacin
  21. Actually I want to do the way you did it in the regex course regex genius, use a hyperlink but then run a define command and not necessarily a hypelink for which you created the links like these; <TextBlock Height="26" Foreground="White" FontSize="12" Margin="0,10,22,0" HorizontalAlignment="Right" Width="116"><Hyperlink x:Name="filterProjectReviewsLink" NavigateUri="http://google.com"><RunText="Filter Reviews"/></Hyperlink></TextBlock> And then inside of regex genuis u used that tectblock link to run a hyperl
  22. Thanks nick, is it possible to get the data from the graph also by clicking on graph, like as an example, say i have a bar chart and i click on the bar chart, can it read values to a variables for some other operation,
  23. Thanks nice, great update, what you are talking about is graph interactivity am i correct, so we can move the mouse pointer to the graph and can get values from the graph
×
×
  • Create New...