Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by cob007

  1. is there anyway we can blur the UI using some command? I saw some people posting some examples for C# https://stackoverflow.com/questions/7815278/blur-the-background-of-the-wpf-container
  2. i am scraping 10 helpful votes from the following page using xpath https://www.amazon.com/Girl-Wash-Your-Face-Believing/product-reviews/B077GZBL1Y/ref=cm_cr_arp_d_paging_btm_next_8?ie=UTF8&pageNumber=8&reviewerType=all_reviews&mediaType=media_reviews_only set(#_httpRequestSingleReview,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.amazon.com/Girl-Wash-Your-Face-Believing/product-reviews/B077GZBL1Y/ref=cm_cr_arp_d_paging_btm_next_8?ie=UTF8&pageNumber=8&reviewerType=all_reviews&mediaType=media_reviews_only","", "", "Mozilla/5.0 (Windows NT 10.0;
  3. how can I add a hyperlink event hook to request navigate to a code just like using hyperlink event hook in aymen xaml plugin plugin command("XAMLUI.dll", "Xaml hyperlink event hook", "AllData", "RequestNavigate", "GUISaveScrapedData")
  4. I wanted to create sliding menu like this one and ive a small button that says click to view attached to the menu, the stackpanel margin enlarges and it shows all the menu items by using this command of margin property, but the issue is i can only get it to show the menu but what if i want the user to be click button close to it like if the user clicks the 'click to view' attached to the menu and if user clicks that button again the stackpanel will become small and user will not be able to view the menu items, and then he has to click the button again to view items, sort of like hamburger me
  5. to give an example on what i was trying to do, see this question below assked in forum, whenever xpath scrapes lengthy text or descrition, everything is shown in one big line and i wanted to break up that text for better readability when displayed on datagrid https://stackoverflow.com/questions/25721225/breaking-a-lengthy-row-into-multiple-rows-using-xpath-expression-in-altova-style
  6. Sorry i wasn't clear, here is what i trying to do 1. I want to scrape all these reviews from kindle, https://www.amazon.com/Girl-Wash-Your-Face-Believing/product-reviews/1400201659/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews If you see each page has 10 reviews, so for that im using http request and getting all the data using xpath which gives me 11 list items with one blank list item which can be removed set(#rr,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.amazon.c...s&pageNumber=1", "", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:6
  7. Okay, thanks, no i did not use space as a demiliter, sorry i didnt know that , we have to calculate total space between two paragaphs before using as space
  8. HI Nick, 1. I am able to split it into seperate list items using new line, set(#rr,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://www.amazon.com/Girl-Wash-Your-Face-Believing-ebook/product-reviews/B072TMB75T/ref=cm_cr_getr_d_paging_btm_prev_1?ie=UTF8&reviewerType=all_reviews&pageNumber=1", "", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0", "", "", ""),"Global") wait(5) add list to list(%review,$list from text($plugin function("HTTP post.dll", "$xpath parser", #rr, "//span[@class=\"a-size-base review-text review-text-content\"][
  9. I have a list which contains around 10 items in a single list item of 0. Is it possible to separate all the items into 10 different list items, as u can see in the image, there is a space between each of those items. Unfortunately while scarping itself ive not been able to seperate them even after using delimiter of new line
  10. if you see meters document last page, as in attache image, we need to make following changes in the aweber optin form, which is to add our roject name, so if we want to distribute bundles we have to add the bundle name instead of project name and when user will optin for free he will receive license keys for all the softwares in the bundle
  11. also im distributing some free licenses using meters aweber optin allowed email list builders option. So let us say if i want to use the same feature using a bundle feature provided by you and for examle let us say I have a BOT A AND BOT B Which i add to a bundle name 'FREEBOTS Since you mentioned that bundle name acts like a pproject name, so now while compiling the bots using ubot locker, do i have to compile the exe of both the bots and distribute with the project name entered in the ubot locker as FREEBOTS, then where is the secret key So can u show how to complie and distribute bo
  12. also let us say i want no sorry i meant this; thankyou very much, can you show a video how reset license works from subscriber point of view as its always confusing when to reset, whether changing system, etc and what will happen i,e if they exceed number of resets, what error message will be shown
  13. thankyou very much, can you show a video how reset license works from subscriber point of view as its always confusing when to reset, whether changing system, etc and what will happen i,e if they exceed number of resets, what error message will be shown
  14. Hi TJ, Saw your demo video and had the following questions 1. when you say bundles, does the user get one email with license details of several softwares at same time, is it same license for all the softwares in bundle or multiple different licenses for the bundle with different keys. what hapens if refund for bundle is asked, does the keys get automatically deleted once refunded 2. Just like getresponse, can u add for aweber autoresoponder
  15. yes you can run a code when clicked on a image to open the URL if you see in the demo, but i think its only for a image so far to be able to open URL?
  16. I think i had same issue, what solved for me was to initialize datagrid only on onload bot loaded, then in the actual program i did not have to add the columns each time running a new instance of the main program, I could be wrong and i would need tor recheck but i was about to ask the same query before but i think adding it in onload didnt add multiple columns inspite of running a new program again and gain
  17. if there is a large text in a single line and i want to split it into multiple lines like this while keeping say each sentence limited to space of 300-400 characters and if it exceeds then it goes to the next line, then how to achieve that I have tried using regex to get a new line after a full stop but then if there is a name like M.R , it ends up sending "R" to new line This is the way i want the text to be like , one line after another and preferably the width being even smaller however when it gets scraped, they all show up in single line horizontal. ==================================
  18. software freezing on multi threading programs when using UI button on click event I have anyways sent u a PM of the exact issue with example video and code comparing with Aymen XAML UI
×
×
  • Create New...