Jump to content
UBot Underground

pokerdawg

Members
  • Content Count

    37
  • Joined

  • Last visited

  • Days Won

    1

pokerdawg last won the day on December 6 2010

pokerdawg had the most liked content!

Community Reputation

2 Neutral

About pokerdawg

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

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

  1. Google blocking bot, can I be passing a fingerprint? I have a bot that was working yesterday. Today all source code is returned as encoded JS. I switched to anonymous proxies and I am blocked instantly on the first request, either with a bot warning or with the same encoded source code. These proxies are good, I use them with Scrapebox, Rank Tracker & others on Google with no issues. I have the following code at the top of the script: allow flash("No") allow javascript("No") clear cookies plugin command("OSCommandsFunctions.dll", "os clear cache") plugin comma
  2. That is referring to a service that Google offers businesses, where you can have search within your website, powered by Google. If you had a 10,000 page website, they can index and let your visitors search your site, "Powered by Google" on your site. Nothing to do with bots...
  3. This issue goes back 3 years and it still doesn't work right! I developed a script using this doing a scrape and it takes about 80 seconds to scrape 20 items on the page. The same exact script - using the same sort of notation as above - runs in under 1 second total under Version 4 What's the story?
  4. Is there any setting to force uBot 5 to leave blank lines in the source code? For readability, I want to have blank lines, like in PHP and other languages. Whenever I save & reload or switch to node view, it returns with no blanks. Is there any way for it to just remember the code as we do it and use that formatting?
  5. What is the default "delimiter" for a list? I'm not sure if it is a comma, I'm concerned some anchor text may have commas in them.
  6. Good morning - I'm trying to spider my own site, to get a list of all internal links. On each I want both the href and the innertext So far I have this: navigate("http://www.xxxxxxxxx.com/locations/this-page/","Wait") add list to list(%my innertext list,$scrape attribute(<href=w"/locations/*">,"innertext"),"Delete","Global") alert(%my innertext list) add list to list(%my href list,$scrape attribute(<href=w"/locations/*">,"href"),"Delete","Global") alert(%my href list) This does what I expect - gives me one list of innertext and another list of href What I want is more of a
  7. The author got back to me on this, sent me a link to the PDF. I'm not going to repost the link he gave me (I don't know if it unique to me), but it would be good if it were updated in the forums, as the existing links were dead.
  8. Hello all - I bought ExBrowser and I'm trying to get started with it. The download is just the DLL, no documentation. The site didn't provide any links to documentation either. I did find mention of a YouTube channel, which I found and subscribed to. Unfortunately, the intro video makes references to downloading sample files (they don't exist), going to a botfactory.helpdocs.com page (it is now blank), and screens at botfactory.zaxxa.com that either don't exist or require access via a login I'm concerned the video is out of date, and really need to "read" something - I can't sit and
  9. I "clicked" on the link which triggers a browser / OS "save as" dialogue box. The save download file is downloading the file properly, and I'm opening the CSV, with the CSV results I expect The last statement instantly closes the pop up so I don't see it. When I'm saying "pop up" it isn't a CSS / Ajax / JS pop up. It's what you would get if you right-click on a CSV/PDF link on a page, and it gives you a "save as" option.
  10. I actually got it to work like this: click(<class="all">,"Left Click","No") // This is the link to start the download save downloaded file("D:\\Downloads\\my-save-folder\\my-file-name.csv") wait(1.5) plugin command("WindowsCommands.dll", "click dialog button", "Save As", "Cancel") Is this the "right" way? Is there a better / more stable way? Thanks
  11. Hello all - I'm doing a simple bot to go into a site, do a search, click a link to generate a CSV and save the CSV. Once that is working, I want to loop. I did find another post discussing saving the file (I forget whose topic, sorry) saying to use "save downloaded file" - which is working. But not as expected. I click the hyperlink to download the CSV and then have the "Save Downloaded File" tag The file quietly saves into the folder I specify, with the file name I specify (I know when I loop I have to change that file name to a variable) However, the O/S or Browser generated "Sav
  12. Great, thank you Kreatus & Marton. I was able to create something about 90% of what I wanted with Text++ - not perfect but good - so I can print source code. When I'm coding, and have an issue, I still like to print out code on big paper and work through it. I wish there was a basic "Print" function under the FILE menu in uBot to print the source code. Would be so helpful. Thanks again
  13. Thanks. I watched the video, but I'm not sure how they did that. I'm assuming a plugin, but the video doesn't really explain. Do you have a download / link for this? Thanks again
×
×
  • Create New...