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

  1. M

    Regex: How to remove last characters

    OK , works like a charm now! Thank you
  2. M

    Regex: How to remove last characters

    This code works... May I ask you how to add variable instead of 2ef322ree? Thanks! string line = "2ef322ree"; return line.Substring(0, line.Length - 3);
  3. M

    Regex: How to remove last characters

    I my C# variable I'm getting value "ok" Execution of C# code of Result:ok
  4. M

    Regex: How to remove last characters

    I would like to remove last three characters and save first six characters in new variable. 2ef322ree I have tried the code below, but that's the opposite of what I'm trying to do. .(3)$ Here is the output in variable: ree Any suggestion? Thanks!
  5. M

    PM crashes every 10 minutes

    After the update, PM crashes every 10 minutes.
  6. M

    How to Delete Uploaded Pciture

    I would like to upload unique pictures to some websites. The problem is that some pictures are uploaded more than once. So, how to delete a picture once it is uploaded? In my template I'm using functions: Files -> File Path -> Files for Upload Thanks!
  7. M

    An HTML hasn't been found

    Let me explain a bit more.. I have a project that posts comments on target sites. On my target list is around 100 sites. Sometimes sites are not available or Zenno can not find a form to submit comments. So my project is stopped.. I exactly know where the problem is, but I do not have a clue...
  8. M

    An HTML hasn't been found

    What to do when the form is not found.. The whole process is stopped due to this issue in my project.. Error msg: Running HtmlElement An HTML element matching the search criteria hasn't been found
  9. M

    CSS Modal Popup

    Is there any way to block CSS Modal popup of Bootstrap?
  10. M

    ZennoPoster 5 Old Browser?

    I know it.. :) Updated! Thanks..
  11. M

    ZennoPoster 5 Old Browser?

    I bought ZennoPoster back in 2015 (I think). Both ProjectMaker and ZennoPoster stopped working for me, even with simple forms with the name and comment section only. Looks like that the submit button does not work or something. All forms are filled correctly, but comments are not submitted at...
  12. M

    Bugs in version 7.1.6.0

    When I run the project inside the ProjectMaker. It's a simple URL block and that's pretty much all...
  13. M

    Bugs in version 7.1.6.0

    I just installed ZennoPoster 7.1.6.0 and I really like new UI. Unfortunately, I'm getting an error inside the ProjectMaker: Running the WebBrowserTab Error accessing Instance.ActiveTab Any idea how to fix the issue? Thanks!
  14. M

    CapMonster 2 Exceeded Number

    Are you serious? Thank you for your polite answer!
  15. M

    Parse results inside p tag

    I want to parse all source inside the paragraph, but in my scenario is taken the whole page from <html> to </html>.. Regex that I use: <p>(.*?)</p> What to take settings: Source.. So how to take HTML source inside p tag? Ex: <p>Bla bla bla bla.. <a href="http://yahoo.com">Link</a> bla bla...