Недавний контент nycdude

  1. nycdude

    CapMonster for me stops solving recaptcha

    Yes, I have no idea why it's not working with GSA SER. I can choose a few different options for Recaptcha and they all are failing. It's odd because in the work process of CapMonster the images are coming through fine and CapMonster says they are solving it, but GSA side says no. You can see...
  2. 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.
  3. 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...
  4. 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...
  5. nycdude

    My Table Actions Hang

    Will definitely give this try, thanks man.
  6. nycdude

    My Table Actions Hang

    Yep, this is the same conclusion I'm coming up with. Are there some settings I can adjust to get maximum resources used for file processing?
  7. 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...
  8. nycdude

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

    OK, I made a new project to test and it works, column separator is space ... but it still doesn't work with exact settings in the project I need it. Why does it work in a fresh new project but not in my old project where I need it? Column separator is {-String.Space-} btw. Thanks
  9. nycdude

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

    I'm using PHPMyAdmin Mysql, is there anything special I need to access it? Because this is just weird if you say it should be good but it's not.
  10. nycdude

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

    Hello, So I'm still unable to work with a mysql database (super-noob here). Per this link here: https://www.w3schools.com/sql/sql_select.asp I'm just trying to get started to get all of one column into a list. I can connect just fine, there are three tables and I can't get at it. Remote and...
  11. nycdude

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

    The problem is I can't call data from the DB using the code above. Halfway through the video I coded the same as rostonix and did the connection test, and it worked. Towards the end of the video, I have copied the code the same (except my table stuff and just want one col) and it just won't get...
  12. 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...
  13. nycdude

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

    That's exactly what I mean, Python the programming language https://www.python.org/downloads/. I installed it, then projectmaker stopped working. I had to reinstall everything from ZP again.
  14. 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...
  15. nycdude

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

    The string has many "0","0","0","0","0","0","0", .... BUT, you gave me a good idea to put a static marker in that column. Thanks man.