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

  1. H

    How to use proxy with PM

    Thanks again Rostonix
  2. H

    How to use proxy with PM

    Thanks Rostonix, is there a way to debug a project with proxy?
  3. H

    How to use proxy with PM

    Hi guys, Each time I try to test a project with PM, if this project contains the "GET PROXY" instruction, the debugging fails with error: "RUN PROXY CHECKER acition id blah blah..." At the same time I have 50 live paid proxies waiting for requests. I'm definitely missing something but...
  4. H

    get rid of SSL CERTIFICATE errors

    This occurs when I try to connect to https url with unsigned SSL certificate. I've PM you the project and the URL. Regards Harry
  5. H

    get rid of SSL CERTIFICATE errors

    Hi guys, When trying to connect via HTTPS, I got this error in debugger mode on the debugging instance of firefox: SSL received a record that exceed the maximum permissible length Error code: ssl_error_rx_record_too_long AND projectmaker get stucked to this point. Any clue? Best...
  6. H

    Yet another proxy question?

    okgood news, thanks for the tip
  7. H

    Yet another proxy question?

    Hi Guys, Just to be sure: what about if I use Get Proxy in my template, but set up zenno MP to execute this template with 'no proxy' in the settings? Will zenno use the proxy and the rules set up in the template or not? Best regards Harry
  8. H

    How to count the number of lines in a file

    Warff I wasn't talking about external program but anyway it makes me laugh ahah. Thru_K your solution works great for me thanks
  9. H

    How to count the number of lines in a file

    You're right to insist;) I'll try this right now
  10. H

    How to count the number of lines in a file

    I've done a little test and it appears that ZP can not bind a file in to list if changes are made to the file outside list functions. As you mentionned it is possible to bind the list to the file once and then the work has to be done with the list to keep both sync In my case, I need to find...
  11. H

    How to count the number of lines in a file

    TABLE PROCESSING doesn't have the "remove duplicates" function :((
  12. H

    How to count the number of lines in a file

    Ok you've done that with TABLE, I had used LIST. I 'll try that Thanks Anton
  13. H

    How to count the number of lines in a file

    ok ok My bot scraps a directory one categoy after another. After entering a category, it scraps the whole category by clicking on a <div> style 'next-page' link at the end of the page. The bloody div.link I had to multi *.click yesterday to get the bot running. When it reaches the last page...
  14. H

    How to count the number of lines in a file

    WHat I've really done is that: Write a line to a result-file => bind a result-list to that result-file => remove duplicates in the result=list => get rows count of the result-list
  15. H

    How to count the number of lines in a file

    Hi guys, Trying to detect a loop, I need to count the number of lines of my result file. This is what Ive done: Write a line to a result-file => bind a result-list to that result-file => get rows count of the result-list What ever is the number of lines, get rows count returns 1...