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

  1. shabbysquire

    Issue with text processing > replace via regex

    Update: user error! (facepalm) Seems to work using regex: \s
  2. shabbysquire

    Issue with text processing > replace via regex

    In latest v. 5.9.5.1 Just stumbled on an issue with text processing feature. I use regex to replace spaces with: +, i.e. how to fish, ends up as: how+to+fish. (This is used as a search string in a url). It works fine in PM, but in ZP it screws everything up. Example: Via PM...
  3. shabbysquire

    List processing - need list in certain format

    Thanks, that now works! 8-)
  4. shabbysquire

    PM - settings never saved, and more issues

    I think it's a temp glitch, as it's now working. I'll update the tread if it happens.
  5. shabbysquire

    Append to file in list processing

    Process files has append to file (save all on same line). Can we also have this feature in list processing? See my thread: http://zennolab.com/discussion/threads/list-processing-need-list-in-certain-format.22457/
  6. shabbysquire

    List processing - need list in certain format

    Update: now using process files > write text > append to file. Append to file really needs to be included into list processing.
  7. shabbysquire

    List processing - need list in certain format

    Thanks, but that doesn't work when I save all back to a list - because be default, everything is saved with a seperator. The issue is that I need to save the domains in a line, like: domain.com, domain2.com, domain3.com, etc. ...and not saved on a new line, like: domain.com, domain2.com...
  8. shabbysquire

    PM - settings never saved, and more issues

    Re the latest v5.9.5.1; In settings > debug, both: continue project execution, and executing project from start, are never saved properly (always have to tick boxes). Also in PM, play to next breakpoint is always ignored (project plays to the very end).
  9. shabbysquire

    List processing - need list in certain format

    I need a list of domains to be written in the format: domain.com, domain2.com, domain3.com, etc. It's important to add a comma, and to have all on the same line (not new line). I can't do this via: list processing, only using: process files > write text. But process files lacks features...
  10. shabbysquire

    HTTP GET - Auth IP

    Trying to set up (auth) IPs in HTTP GET, but can't get it to work. Can someone tell me the usual settings, so I know I'm on the right track?
  11. shabbysquire

    Regex: limit to the OR operator?

    In regex a list, is there a limit to max number of Or? For example: word1|word2|word3|word4|word5.
  12. shabbysquire

    List processing and remove by regex issue

    Tried to delete empty lines with all above regex, and ^\s*$, but nothing works. Now have to write to file using: list processing > add text (no issues with spaces).
  13. shabbysquire

    List processing and remove by regex issue

    Not sure if a bug... In list processing > remove by regex, I use \W (capital w), which is opposite of \w which match any alpha-numeric character, digit, or underscore. \W wipes out all my data in the list - alpha-numeric. Slightly related; how do I regex all empty lines in list by regex? I've...
  14. shabbysquire

    Looking for Proxy list with Good speed

    Gonna be private ones. Every man and his dog will be blasting those proxies.
  15. shabbysquire

    Help with some regex

    Done: (?<=https?://(?:www\.)?)(?!www\.).*?(?=['/"]|</a>)
  16. shabbysquire

    Help with some regex

    I have done that, but it's just a challenge for me to improve my regex skills. ;-) The solution is to ignore the: www. So I need to find out what it is!
  17. shabbysquire

    Help with some regex

    Having some issues in crafting a regex, and hope for some advice. I'm scraping domains with the lookahead and lookbehind regex. Here is a sample domains to capture: http://domain.com/ https://domain.com/ http://www.domain.com/ https://www.domain.com/ And my regex...
  18. shabbysquire

    Is the latest version working 5.9xx well for you guys?

    I used to get these hangs in previous builds by disabling either pictures or java. Maybe try enabling pics, etc.
  19. shabbysquire

    Is the latest version working 5.9xx well for you guys?

    Works ok for me.
  20. shabbysquire

    Can Zennoposter Solve This Captcha?

    He's also spamming ZP threads.
  21. shabbysquire

    Can Zennoposter Solve This Captcha?

    Looks good, but we cant use this in ZP, right?
  22. shabbysquire

    Help required solving google Recaptcha

    Been updated: http://zennolab.com/discussion/threads/zennoposter-5-new-build-5-9-0-0-19-aug-2015.21449/
  23. shabbysquire

    Contact form template

    There are loads of pages that utilize various plugins, scripts, for contact pages. You'll need to do your homework, and find all the main common ones. Then do a check for presence (text. or in page source code) of each page, and then branch off to a particular set of actions for that unique...
  24. shabbysquire

    Windows 10 out soon. Any thoughts?

    As per title, will you be upgrading to Win 10? Also, will ZP work on this version?
  25. shabbysquire

    Release ZennoProxyChecker 3 New build 3.0.0.0 (14 July 2015)

    Thank you for the update. Will check it out asap.
  26. shabbysquire

    What is a good, easy and reliable email provider?

    Have you tried buying cheap domains, and then utilize catchall?
  27. shabbysquire

    Math question - Percentage

    Tried, but couldn't get it to work. Ended up using a range: 10-end, to delete excess lines.
  28. shabbysquire

    Math question - Percentage

    It's to do with list processing, and deleting a percentage of lines. For example, I count the number of lines, then if >20 (say 100 lines), then only delete 80%. Is this possible? Thanks.
  29. shabbysquire

    Click based on image type

    Not sure if this helps: http://zennolab.com/discussion/threads/how-to-break-graphic-captcha.19748/
  30. shabbysquire

    Actions designer - can't set value

    In PM 5.8.0.2 (latest), I can't set a value under action designer. Under set, there are only four options: id, inner html, class, style. Used to be value, but it's gone.
  31. shabbysquire

    Soloution for changing Website code ?

    I usually find an element that is fixed, then use tab to reach the specific field (i.e. 5 x tabs to reach the Name field, then tab to next one, etc).
  32. shabbysquire

    Creating a new file?

    Thanks Tobbe. Creates and overwrites any existing files, like you mentioned. I'd rather use list processing with a variable, like: {-Project.Directory-}{-Variable.file_name-}.txt It sometimes works in PM or ZP about 50% the time (usual result is: .txt).
  33. shabbysquire

    Creating a new file?

    Just like creating a new directory, can we create a new file? I need to create a new file with my variable name, and also to overwrite an existing one. Is this doable?
  34. shabbysquire

    Http GET request from overloaded server

    Maybe this is something you can try, by getting the product ID before it is released?
  35. shabbysquire

    Issue with email limit

    I doubled it to 20 MB, and it seems to do the trick. Thanks for the tip.
  36. shabbysquire

    Issue with email limit

    I'm using a C# action to retrieve emails (code was taken from ZP forums), but I'm having issues with a limit. The Outlook inbox has approx 500 mail, but I keep getting the following message: Error ID: 01ac3260-fa72-4da2-85e9-30a03c16d48d I tried to adjust the 24*100, 1000, but no luck. The...
  37. shabbysquire

    blank screen in all threads

    Maybe because all your images are disabled? I sometimes get this where there's nothing showing, and the threads are stuck.
  38. shabbysquire

    how can i handle flash puzzle captcha with zennoposter

    Do they have alternative captchas if you can't solve them? I'm probably grabbing at straws, but is it possible to (using Fiddler), to capture some unique success code and resubmit it?
  39. shabbysquire

    Сontest Contest: Articles about ZennoPoster

    That section is a real goldmine. Those articles you linked to are quite good (once you translate them). Better stuff than the other IM forums out there! I will add my articles soon.
  40. shabbysquire

    Http GET request from overloaded server

    Maybe the server is slower during certain times of the day? Pick a time that's quiet.
  41. shabbysquire

    Advice on Post action

    Thanks, never thought to capture cookie on redirect.
  42. shabbysquire

    Advice on Post action

    Just trying to get my head around creating new accounts via the Post action, but would appreciate some help. Here is my plan: 1) Use Get for the registration page, and grab the header for cookies, 2) Regex the cookies (to use in Post)
  43. shabbysquire

    Upload Image by his Name

    Sometimes the full product name is in the image name, i.e. zennoposter.jpg. Just make sure that the site's image naming protocol is the same on the other pages. If so, just grab it from the file name.
  44. shabbysquire

    Size of Zennoposter Window

    I think if you reset the instance (esp in a loop), then you need to use the c# code again (otherwise the window size will reset to default).
  45. shabbysquire

    Getting the image size?

    Thank you LW. More tricks to get the job done!
  46. shabbysquire

    Getting the image size?

    Is there a way to get the size of an image in my folder? I need both the height & width in pixels. Thanks.
  47. shabbysquire

    Same profile names

    Now you mention it, yes I do. I've now resorted to getting names from a file.
  48. shabbysquire

    Same profile names

    In the latest ver, I keep getting the same profile names, even after restarting PM or ZP. I'm using the following: {-Profile.Name-} {-Profile.Surname-}, in the keyboard action. It always comes up with the same name: Alex Pius.
  49. shabbysquire

    Weebly

    It might be easier to stick with the original image workaround. Fiddler is a free third-party http debugging tool, and it's worth getting into especially when using ZP. Search YT for tuts.
  50. shabbysquire

    Weebly

    You might be able to capture it with the Get action: It might be tricky to capture it via this method, as I used Fiddler.