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

  1. T

    Video tutorial suggestions. Please leave your feedbacks

    I don't like videos, that's too slow. I prefer text and screenshots. But if you want to make videos, I think subtitles are fine (with good music :cool:): better for non english speakers I think.
  2. T

    Schedule inside template

    javascript syntax?
  3. T

    Need help with proxies

    :ph34r:
  4. T

    Mental Power Video Tutorials [Basic to Advanced]

    Cool!
  5. T

    Schedule inside template

    I think your problem is not in the IF. 2201 > {-variable.hourtime-} > 959 seems good: it is true for {-variable.hourtime-} between 1000 and 2200
  6. T

    Mental Power Video Tutorials [Basic to Advanced]

    You're welcome :beer:
  7. T

    Mental Power Video Tutorials [Basic to Advanced]

    Hi, I edit previous post and add a little test template so you can see how it works. @ priestxandar Go to "country selection" in HMA and select "North America - United States of America". It will choose an IP randomly in the country. Or you can select a few servers in "speed guide" an do...
  8. T

    non conflicting proxies

    :beer:
  9. T

    Mental Power Video Tutorials [Basic to Advanced]

    I use HMA. You can change IP with "run program" action: - path_to_HMA\HMA! Pro VPN.exe -disconnect - path_to_HMA\HMA! Pro VPN.exe -connect (put "-disconnect" and "-connect" in startup settings of run program action). There is a problem: change takes a little time (sometimes 15s, sometimes 30...
  10. T

    non conflicting proxies

    You can use table maybe. Create file "proxies", and table "proxies" with "load file proxies" and "save changes to file". In the beginning of the run, template takes random proxy in table and delete line. In the end of the template (GoodEnd and BadEnd) releases proxy: add it back in the end of...
  11. T

    Action 'Run program' bug or am I missing something?

    You can run python scripts like any other .exe or .bat file :) In fact it is possible to work with the problem I described. If you connect "Run program" with "If" through successful exit (and "write exit code" to variable) , result of action is always successful and you can test exicode. But...
  12. T

    [SOLVED] Regex designer + test

    This one works: (?<=<h3>Mot\ de\ passe\ ::</h3>\W+<p>).*(?=</p>) \W+ is for non alphanumeric (line feed, carriage return, etc.) between </h3> and <p> you can also use action "word processing" - regex: (?<=<p>).*(?=</p>) and take the second match
  13. T

    Action 'Run program' bug or am I missing something?

    Thanks CaptainObvious, but python scripts run fine and ZP receives exitcode (I see in log). Problem is with exit of actions.
  14. T

    Action 'Run program' bug or am I missing something?

    Downloaded back the zip. Work on my side, not corrupted
  15. T

    Action 'Run program' bug or am I missing something?

    on ZP 4.0.8.2