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

  1. H

    Optimization of debugging and recording project.

    During recording, ability to add more search criteria of an element. During editing, ability to select multiple actions and groups to move them at the same time. Cheers! Hoto
  2. H

    Testing if variable exist

    Try double quote "{-Variable.NewPassword4-}"!="" and see if i works.
  3. H

    Does having many logical checks in my template effect it's performance?

    Hi, Does having many logical checks in my template effect it's performance? I mean in terms of memory and cpu resources usage. Thanks! :) Hoto
  4. H

    Set Proxy wont work - Would love some help

    <_<:lol:
  5. H

    Set Proxy wont work - Would love some help

    Ok, this may seems like a far fetch but try this... delete the current set proxy action, re-add a new set proxy action and try again
  6. H

    Set Proxy wont work - Would love some help

    And make sure your .txt file does not have empty lines.
  7. H

    Set Proxy wont work - Would love some help

    In your table settings, you entered a line of data in line 0 ? If yes, delete them and try again. Maybe that's what causing the error.
  8. H

    [ FREE TEMPLATE ! ] Y0utube Commenter

    Hi guys, New version 1.0.2 with some fixes. http://ururl.net/ytlite102
  9. H

    Editing wp-config.php

    One of the way I can think of is to use the FTP action to upload the new wp-config.php to your hosting server.
  10. H

    [ FREE TEMPLATE ! ] Y0utube Commenter

    Hi shabbysquire, Yes template is still available. But you need to pm me your zenno registered email so that I can register it to the template. The link is working when I tried it. But there's no point for you downloading from that link as you're not able to use it. Furthermore, that's an old...
  11. H

    How to delete emails once they've been confirmed/verified?

    Hi, Try using this regex to search for your email. (?<=[\w\W]*){-Profile.Login-}[\w\W]*{-Page.Domain-}(?=[\w\W]*) or (?<=[\w\W]*){-Profile.Login-}[\w\W]*wikispaces.com(?=[\w\W]*)
  12. H

    Changes of table not saved when synchronization to file

    Hi dariesto, Sorry for not giving it more thoughts before making my previous post. Because for a moment I thought how can you define file path 2 times and make it work? I realized now we just have to leave the file path in table setting as blank. So your problem is not solve yet (Mod, kindly...
  13. H

    Changes of table not saved when synchronization to file

    You shouldn't use bind to file if table is set to load from file and save changes.
  14. H

    Reset Proxy

    Hey Thanks! :beer:
  15. H

    Reset Proxy

    Hi, Currently if we want to reset proxy to not use any proxy, we would have to either set proxy action to "noproxy" or leave it as blank. However, both will cause error warning during debug. Suggest to let us use number "0" to reset proxy and not trigger warning. So that blank will still...
  16. H

    Is there a way to run a template from another template?

    Sorry, I may have misunderstood your problem. The generic script is a web script or do you mean its a zenno template action processes?
  17. H

    Is there a way to run a template from another template?

    Hi, You can put the script to a txt file then have all your template access that same file to take in script data as variable.
  18. H

    Ability to write action comments in action setting box.

    Oh, and ability to rename list and table in the setting box too. :D
  19. H

    Ability to write action comments in action setting box.

    Hi, Not sure if this had been suggest before. It will be great for lazy user like me if we can enter comments at the same time we are setting an action. Instead of having to right click on action again to access comment box. Cheers! :)
  20. H

    Process directories -> Get file list -> Filter by mask

    Thanks Anton, got it. :)
  21. H

    Process directories -> Get file list -> Filter by mask

    Hi, What does "Filter by mask" in Get file list do? What is it's function? Thank you. :)
  22. H

    Can I pass variable value to Input Settings?

    Hi Здраво, Don't quite understand your question. Input settings is use for taking a value from user and pass to a variable.
  23. H

    Download Pictures

    Thanks, HB.
  24. H

    Download Pictures

    Sorry for another question. Does it use proxy that I set in the template?
  25. H

    Download Pictures

    Hi, I used C# as recommended. When it received a "the remote server returned an error (403) forbidden" error, it did not trigger the Bad End action. Is this a bug or is suppose to be like that? Thank you. :)
  26. H

    Some Questions About Emulation Settings

    Anybody?
  27. H

    Some Questions About Emulation Settings

    Hi, 1) Does "Keystrokes emulation" in ProjectSettings more or less serve the same purpose as "Emulation of timeouts" of Browser settings action? If they are different, what does "Keystrokes emulation" in ProjectSettings actually do? 2) What does Emulation level in Browser settings action...
  28. H

    [SOLVED] "save to file" in "List Processing" can't work

    Hi wanghhao, You have to specify file path like this "{-Project.Directory-}\aaa.txt"
  29. H

    [SOLVED] Read line issues

    You're welcome :)
  30. H

    [SOLVED] Read line issues

    Hi teehee, Are you using the Process File action to write to last line and had "Save changes of table to file" checked in the table? If you are, then that's where the problem is. Writing text to file with Process File action does not work well when the same file is in sync with a table. Use...
  31. H

    [ FREE TEMPLATE ! ] Y0utube Commenter

    Hi Guys, Thanks for the request. All PM have been replied. Those who had gotten the template before 20th-Nov and are still interested to use it, please download the version from the below link. Y0utube made some changes so the old version might not work anymore. http://ururl.net/ytlite...
  32. H

    If Logic match of an article

    Thanks! I was always thinking what is "Prepare Javascript" use for.
  33. H

    If Logic match of an article

    Like this?
  34. H

    How do you guys deal with csv values?

    This may help you. http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/ Using .sql script to initiate the import. You can determine the separator with "FIELDTERMINATOR"
  35. H

    How do you guys deal with csv values?

    You're welcome :) Sorry, I have no experience in sql. If I'm not wrong, C# code should be able to write data directly to sql database.
  36. H

    How do you guys deal with csv values?

    Hi, If your data contains comma, you should use other separators like semicolon or tab. However, the whole line of data will fall into 1 column if you open the file in excel. In this case, select your column, go to the Data tab, click on the Text to Columns button and follow prompt from there...
  37. H

    Please Review My Contact Form Template Solution

    Hi, Going by your logic, I think the below should have the same result without the need to write/read from file.
  38. H

    How to take a screenshot for Full page?

    I think you can only get it from recording. In Actions recording, go to a webpage, right click on any picture and click "This is Captcha!" The captcha action will appear in your template after you stop recording. Then you manual edit it. Or, if you have the "how_to_take_screenshot.xmlz"...
  39. H

    Awesome Feature for ZennoPoster MP

    Will this work?
  40. H

    [SOLVED] Captcha Bug

    Which service is Anti-Bot.dll for?
  41. H

    Wrong Captchas

    Still now working. After a few wrong captcha, I login to my DBC account and there are no wrong captcha reported. To be fair, I'm not sure whether is the GET action method not working or just simply DBC not acknowledging the reported wrong captcha. However, I did a test to print...
  42. H

    feature to disable "show" option in zennoposter

    +1 from me for this feature too. But I like to add a little twist to it. Instead of disabling "show" for the whole template, it will be awesome if we can hide certain part of process during the project execution. Give us actions like "Hide" & "Unhide" or "Hide Tab" (or both even better...
  43. H

    How to take a screenshot for Full page?

    **double post**
  44. H

    How to take a screenshot for Full page?

    Hi, It's working ok for me. Do you have more than 1 search criteria in "Terms and conditions"? Try use only 1 search criteria for "fulltag" "body"
  45. H

    Wrong Captchas

    Using the GET request as suggested but does not seem to work. I read the DBC documentation, it says we suppose to use POST request. Any advise how I should set the POST request action? Thanks! :)
  46. H

    [SOLVED] Delete Line in Table Processing and Write Text in Process File not working properly.

    Because I need to take data from first line, process it, remove from first line and then add it to last line. Just found out I should use "add line" in Table Processing instead of write text to file and is working fine. Thanks Anton :)
  47. H

    [SOLVED] Delete Line in Table Processing and Write Text in Process File not working properly.

    Yup. Because I need to take data from first line, process it, remove from first line and then add it to last line. Just found out I can use "add line" in Table Processing instead of write text to file and is working fine. So is the problem a bug or is just a limitation? That we cannot write...
  48. H

    [SOLVED] Delete Line in Table Processing and Write Text in Process File not working properly.

    Yup. Save changes is marked.
  49. H

    [SOLVED] Delete Line in Table Processing and Write Text in Process File not working properly.

    Hi, I had these 2 actions to process the same file. Sometimes line won't delete, sometimes line won't get written to file. Please see video. https://vimeo.com/53069424 I'm using ZP 4.3.0. Thanks. :)
  50. H

    Ability to mask or hide certain processes in the broswer of Zenno Poster and Zennobox

    Oh sorry, I didn't search forum before posting. :D that doesn't sound very promissing...