Jump to content
UBot Underground

Urgent Enquirer

Fellow UBotter
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Urgent Enquirer

  • Rank
    Member

System Specs

  • OS
    Windows 10
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Ubotters, Do you know of any social networks and forums where I can promote my bots for free ? As of now, I'm not selling bots but giving them away for free. Gonna display my sponsor ads and earn that way. Like pay per click links, pay per impression links, pay per sale links, cpa offers, etc. I don't know where to start. And if you know good places where I can advertise my bots to sell them then do let me know. Click Bank, I already know. The place must not charge me for the listings. I prefer to pay by the pay per sale model. So, they and their affiliates only
  2. @Pro How come on my end, the gogole search result link attributes are shown as: <tagname="h3"> <class="LC20lb DKV0Md"> While on your end: <(tagname="div" AND class="yuRUbf")> Ubot shows our classes and tagnames are different. Why ? Your code is working on my end, however. But remember, my Ubot doesn't show tagname or class values the same as your's.
  3. Is working! But care to explain those lines one by one which you added extra to beat the google javascript mechanism that foils bots ? Care to explain what the regex does ? And why you did all the replacings ? Talking about these lines: set(#scrape_organic_results_html,$scrape attribute(<(tagname="div" AND class="yuRUbf")>,"innerhtml"),"Global") comment("Filter Organic Results HTML elements") set(#scrape_organic_results_html,$find regular expression(#scrape_organic_results_html,"<a href=\".*?\\\""),"Global") set(#scrape_organic_results_html,$replace(#scrape_organi
  4. @Pro Admin, why Ubot failing to scrape Google Search results with any of these two commands ? I had originally had it like this: add list to list(%urls,$scrape attribute(<tagname="a">,"fullhref"),"Delete","Global") But it didn't scrape the google search result links. And so changed it to this following which also is not scraping: add list to list(%urls,$scrape attribute(<((tagname="h3" AND class="LC20lb DKV0Md") OR outerhtml=w"<h3 class=\"LC20lb DKV0Md\">*</h3>")>,"fullhref"),"Delete","Global")
  5. I made a mistake here: add list to list(%urls,$scrape attribute(<(tagname="h3" AND outerhtml=w"<h3 class=\"LC20lb DKV0Md\">*</h3>")>,"fullhref"),"Delete","Global") Can you spot the mistake ? I have been corrected now.
  6. Hi, Consider this snippet ... add list to list($scrape attribute(<outerhtml=w"<span>*</span>">,"innertext"),%keywords,"Delete","Global") Is not the keywords google suggest are supposed to be scraped to the %keywords list ? Yes or no ? So why debugger showing me "$scrape attribute" has scraped keywords with a line break inbetween each keyword. Like so: brute force brute power etc. Why the line break ? The debugger is listing like this. Terrible! Another
  7. Hi, Ubot 5 is acting really really weird for 2 nights now doing my head-in.. What do you think the following code does ? [code] if($exists(<type="submit">)) { then { click(<type="submit">,"Left Click","No") } else { type text(<type="text">,"\{ENTER\}","Standard") } } [/code] It checks if a button exists on the current page or not. Correct ? (Checks on any webpage from any domain in the world. Designed it not to be restricted to a single site only). BIG
  8. @Pro Cheers! But I'm having trouble scraping the search results. Didn't encounter this in past since 2011. Botted 2011-2017. Now getting back at it after 4years break. add list to list(%urls,$scrape attribute(<(tagname="h3" AND outerhtml=w"<h3 class=\"LC20lb DKV0Md\">*</h3>")>,"fullhref"),"Delete","Global") How you do the scraping ?
  9. Thanks a bunch! You saved my night! Now, what is this Google Consent Button ? I never came across it, ever. And shouldn't we write code for Ubot to check if Consent Button exists or not and if it does then click the button. Because, if it doesn't exists and we get Ubot to try to click something that doesn't exist then naturally we should get error that item (consent button) has not been found. When everytime I write code for Ubot to click something and if that something doesn't exist then i always used to get error that the item has not been found. However, in your case, ev
  10. Hi, Ubot 5 fails to click. Test and see. Definitely following code fails to click Google's Search button on google homepage. Code:3:1592629Ubot fails to run this IF/ELSE condition.
  11. Hiya, How to get Ubot to click ENTER button ? Using Ubot Pro v5. I need Ubot to type a keyword on Google Searchbox and press the ENTER button. Ubot 5 fails to detect the search button and so I'm failing to get Ubot to click it. Hence, need it to press the ENTER button after typing the keywords in the google search box. Below code navigates to Google and types user's keywords in the search box. Now need to add code to get Ubot to
  12. Hi, I am trying to scrape the search result links from this page: https://www.google.com/search?q=covid+vaccine Snippet: add list to list(%urls,$scrape attribute(<outerhtml=w"<h3 class=\"LC20lb DKV0Md\">*</h3>">,"fullhref"),"Delete","Global") Note the above code is totally unrelated to the SERP page links (page 1, page 2, page 3 and so on). So if it is unrelated to such SERP links then why is Ubot scraping these SERP links ? Wrongfully is scraping the Search Result Page links (page 1, page 2, page 3 and so on) that you see at the bottom of the Go
×
×
  • Create New...