Результаты поиска

  1. nycdude

    CapMonster for me stops solving recaptcha

    Is it just me or is there something wrong with CapMonster? It was working fine day before yesterday, then suddenly yesterday and today it's not working. When I send test recaptcha2 to it from another software the images come up and get solved. I don't know what to do here.
  2. nycdude

    How do I get an answer from a database?

    Hello all, I've been INSERTing into databases with no problem but now I want to up my game and know how to get an answer from the same session (guessing terms) so that I can process more INSERTs into custom fields. My situation: I am posting into WP directly into mysql end using the database...
  3. nycdude

    Possible to use Bot UI from an online webpage?

    Hello all, I'm looking at the Bot UI for the first time, and I'm curious ... can I remote access the HTML elements from a webpage? Can I make a bot, put all the HTML, CSS etc to one of my sites and run ZP from another server to like my house for example? I looked at all the help pages and...
  4. nycdude

    My Table Actions Hang

    I don't know if this is a settings issue or not, but the problems I'm getting are with table action blocks in ProjectMaker. It's so odd, because I'll make a project in ProjectMaker that runs so good, but then it all goes to $hit. I've suspected it because of the file sizes I'm using, but that...
  5. nycdude

    Trying to do Rostonix video to connect to DB with c#

    Hello all, I'm trying to do this video here: I've followed it to a T I believe, even added the external assemblies and all. var result = String.Empty; var command = new MySql.Data.MySqlClient.MySqlCommand(); command.CommandText = "SELECT * FROM wpdatatable_17_2 ORDER BY RAND() LIMIT 1;"; var...
  6. nycdude

    ProjectMaker won't start with Python Installed (I'm assuming)

    Hello, I installed Python and then all of a sudden ProjectMaker wouldn't start. After uninstalling Python, ProjectMaker still wouldn't work, so I uninstalled/reinstalled ZP all over again and now it works fine. I want to use Python, but I'm worried it's interfering with ZP. Is this the case...
  7. nycdude

    How do I find a string within a string and add tot eh end of that string?

    (EDIT) sorry for messed up title, typing fast ... Hi! Hope everyone is well today. I have a question on using regex to add text to my json code, which is held in a variable, or I can put it to file too. The code below, I need to make the URL a clickable link when in HTML...
  8. nycdude

    Anyone else having problems when trying to recover dashboard password?

    I have been trying for the last 36 hours trying to get my password recovered, but I NEVER get the recovery password. I've already been in touch with Vlad and sent him all my invoice screenshots (still waiting for help though) but this is so irritating.
  9. nycdude

    What other ports besides 80 may I use?

    Hello. What other ports can CapMonster 2 use? I have a PR emulator that must absolutely use port 80 doesn't work with CapMonster 2 on 80. Thanks.
  10. nycdude

    How do I connect HMA VPN? The old way's not working

    Hello, I would like to change the IP on HMA VPN, and the way I see around here on the forum is to "run program" with "Startup Settings" set with -changeip. It doesn't work though. LIttle help please
  11. nycdude

    How can I run projects together, but wait for others to finish?

    OK, I didn't know a better way to title this post but here goes ... I have 12 projects that I need to run in a certain order but I can't control them how I want. Project A needs to run once to scrape URLs. Projects B1-B10 will run in loops at once to get the data from the URLs Project C...
  12. nycdude

    What's a good recommended way to compare lists and remove duplicate items?

    Hello all, I'm scraping links and data and sometimes I'll scrape the same links again I want to ignore. I have a running txt file as the history of all links to make the comparison. I know I can loop through the lists to make the comparisons and save or delete but it just seems like too much...
  13. nycdude

    Can't get a rise or click using many methods but no luck

    Hello all, I'm trying to upload images on a blogger site, I've tried using rise event, search by picture/click, and full mouse emulation and click and nothing works. What's odd is, when I test the rise event they all work fine ... but when I add the action block to the template and test it it...
  14. nycdude

    Why can we save a list to file and append to the end, but not with tables?

    I'd like to save tables to file and append to what's already there. In lists actions it's possible but not with tables. It saves but removes everything there already. I can do a fast bind and save but when running the same template on many threads can maybe jam it up?
  15. nycdude

    Trying to mass find/replace regex in a list

    Hello all, Sorry to ask so many questions here in the forum, you guys are helpful and I really appreciate it. I'm trying to do mass edits and clean ups in a list with regex, doing it line by line with action blocks is too much and too slow. I'm trying to use this code here...
  16. nycdude

    Anyone else having problems separating variables adding lines to a table?

    I've been encountering problems adding lines to a table. When I choose my own separator for the variables, the table is still using the semicolons in my text to divy up the columns. For a work around, I go ahead and choose the semicolons and clean up the text to not have any in it to break it...
  17. nycdude

    Need video to play in PM, but it won't start

    Hello all, I'm working in PM and I need the video to start for additional options to get the embed code, but it won't start. Is this a settings issue I'm overlooking? Thanks in advance. Example of site:https://www.cbsnews.com/news/murphy-brown-cbs-reboot-to-tackle-alternative-facts-and-fake-news/
  18. nycdude

    & or & is breaking my regex - suggestions please

    Hello all, I'm scraping google video search and I'm separating titles and URLs. Seems if the title of a video has the ampersand title is mjams me up. Is this a bug or what am I doing wrong? I created the regex with regex designer. Thanks for any help.
  19. nycdude

    What regex to use for ^\s* function?

    Hello, I'm trying to find/replace with regex all the blank spaces and lines of a variable and remove them with replacing with nothing. I'm using text processing for the variable and I'm using regex that works in the regex builder and online regex testers and notepad++ too. But it won't work...