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

  1. M

    C# code to trim url to root?

    Anyone have a C# snippet they can post for trimming a URL to it's root?
  2. M

    Can Sites Tell WHERE on a button or field ZP is clicking? Do they watch that?

    I am having some issues being detected on a site I am regging. I am wondering if I need to emulate mouse clicks for buttons and fields so that they use a random spot each time. Is this something that some sites may look at to determine if automation is being used?
  3. M

    Is this new feature?

    http://screencast.com/t/lEsrD203Ub Is this meant to be a pseudo replacement for keyword emulation?
  4. M

    Whats best way to handle this?

    I am regging a 2.0 site and they have added a long series of next buttons. There is no pageload since it's a window so unless I put in an extra long delay it can overrun them and error, especially if I run many threads. A wait for element would solve this easily, but that's not available yet...
  5. M

    Hey how can I grab time/date?

    Is there an easy way to grab a time/date stamp to use in my templates? Wondering if I am missing a way to do this without actually regexing it out of a website? Tnx
  6. M

    Step Placement Goofy After Save

    Sorry if this has been mentioned already. In debug/edit mode after data is saved next element added is often jammed in between existing steps instead of being added at the bottom of logic as it should. http://screencast.com/t/UzlDjhFq1AT
  7. M

    Can someone explain to me how to select theme on weebly?

    Having a hard time figuring this one out. Any chance someone could show me a snippet or explain what I need to do or point me to a tut on how this is done, I can not find anything. I figured it out, maybe not best way but it's pretty clean and it works. V5 is soooo much easier to work with...
  8. M

    parameter is not valid for captcha why?

    Seeing the error "parameter is not valid" for captcha field once in awhile in one of my templates causing it to end badly. It won't do it in debug and only once in awhile when running, I can't seem to catch it happening or figure out why? I am using -1 for form and I don't think anything is...
  9. M

    Can we count words with ZP?

    I'd like to get a words count in one of my templates, is this easy to do? I CAN count characters and that might work for me, but would prefer to get a word count if possible. Is this easily done?
  10. M

    How to make ZP post punctuation?

    The awkward moment when you�re waiting for a text but then you realize you�re the one who didn�t reply. Sure this one is easy but I don't see how to do it. I am posting random status posts as above and ZP is not posting punctuation correctly, it's posting the character codes for some reason...
  11. M

    IS there a way to see if ZP is leaking any identifying data?

    If ZP were leaking any info that would let a site know it's a bot, is there any site I can goto and log this info? If it were leaking what would it likely leak? I have my DNS servers set to public DNS, fresh private proxies, clearing cashe, cookies each time, random UA/browser/OS/Screen...
  12. M

    How To Grab Proxy Value when I Pull it from ZP?

    Normally I pull my private proxies from a list but lately I have been having ZP look after them to make sure they are staying off the ban lists and so on. So I just assign them at startup in the control panel as normal. Is there an easy way to grab the proxy and assign it to a value I am...
  13. M

    Sequence contains no matching element (but works in PM) Is this a bug?

    I am getting this error, my template runs fine in PM. Sequence contains no matching element It's error code is telling me a table does not have data? But it's all there. Is this a common bug or am I missing something? I have no . dots in any filenames or table names... I am not seeing...
  14. M

    Weird Problem, How To Solve?

    Weird Problem With Tumblr Can't Add Post, How To Solve? This is probably something easy I am missing but I can not seen to find an answer so here goes. After I click the html button on the editor I can follow up with KB emulation and enter the post fine without specifying any field value...
  15. M

    Run just one template through a VPN?

    I am wondering.... Is it possible to run just one template through a VPN where I grab a new IP every 5 or so executions while at the same time running other templates but not through the VPN that is switching ip's constantly?
  16. M

    Multi Threading AND emulation cause problems?

    Is there some sort of rule on using keyboard emulation and multithreading? I thought I read somewhere using KB emulation while mutithreading can cause problems. Is this true, are there any issues/guidelines with using emulation while multithreading?
  17. M

    Hey how can I gram an Ascii Captcha? Can ZP do it?

    https://www.hsdl.org/hslog/?q=user/register&destination=comment/reply/8266%23comment-form I am trying to figure out a way to send this to ASCII captcha to a captcha service, any ideas?
  18. M

    ZP FREEZING UP, both PM and ZP

    I have noticed occasionally while running a template in ZP that it will get VERY slow and hang on last step for 10 minutes or so, the page just won't load (not using proxies). What is weird is that it is also not loading for me when I debug another project in PM at same time. My connection is...
  19. M

    Can I do This In Designer?

    If I have an element that has many different names or id's or whatever depending on the website, can I add them in as shown and have it match anything it finds that matches that I have entered? In this example the second entry I have added because on some sites, this is how that field is named.
  20. M

    Can I save errors as a variable somehow?

    I'd like to save any errors on a bad end so I can see any errors for a specific url I am working on. Basically can I assign any errors to a variable so I can log them to the URL that caused the error?
  21. M

    IS there a COMPLETE TUT on how to use profiles?

    I'd like to completely understand how to use profiles, I have looked and found only very short tut on it. Is there anywhere I can go to learn how to use this feature completely? I need to know how to bind basically everything to a given username so I can keep all info the same between different...
  22. M

    How can I STOP ZP from opening a link in a new tab?

    I want to click on a link in yahoo search engine and for some reason the link I click it is opening into a new tab. I have no idea how to stop this from happening, I am sure I am missing some easy way? Can anyone help?
  23. M

    HOW to use switch?

    I did not see an explanation of how to use the switch, or what it can be used for in the wiki. Did I miss it, or anyone know of a tut for how it's used? I can not seem to find it.
  24. M

    A Bug, or am I doing it wrong?

    {-Project.Directory-}COUNTER.txt This does NOT work with my ZP, but works fine with full file path. Is something wrong with what I have done or is there some weird bug I am not aware of? {-Project.Directory-} is not working with anything, list, files, table data, whatever. The text file IS...
  25. M

    How Can I do This?

    How Can I do This? (gotta be a way) Is there any way I can have zenno start first run only with an initial counter value? I'd like to start my template with a conditional based on a counter value. Any way to do that? In other words as shown this is showing error because it has no...
  26. M

    Is there a way to start debug in middle of project?

    I have a really long template and it has lots of steps I'd rather not go through every time I debug. Am I missing a way to start debug where I want to?
  27. M

    How can I change my IP from ZP (DSL)?

    Is there any way I can somehow reboot my router via ZP and get a new IP then verify it has indeed been changed before continuing? If so how is this done, anyone have an example?
  28. M

    Geeze how to push freaking publish button in Tumblr?

    I've tried clicking image, mouse coordinates nothing I do is working. I can not seem to get coordinates because top value changes when I scroll to see button. Any chance someone can show me an example or explain how to push this button?
  29. M

    I Can't Delete the Example Text In A Field? Gotta Be A Way To Do This?

    I can select and enter text, but it appends to the example text already in the field. How can I erase the text in the field?
  30. M

    How Can I upload This Avatar (Browse For File)??????

    I can not simply enter the path it is making me click browse :( Is this something that is beyond ZennoPosters Capabilities? Am I missing a trick to get this done? Please advise
  31. M

    These captchas could render ZP useless?

    http://blog.com/wp-signup.php Is there any way to solve these without manual entry? Solve Media Captchas?
  32. M

    Zennoposter is slooooooooooow! Whats up with that?

    I made a few templates yesterday, one is a pingfm poster and it works very well, nice and speedy no issues. The other is a hellotxt poster and it's giving me fits. :confused: One thing is that through Zennoposter, the hellotxt website loads slow as shit, I have a very fast VPS and this page...
  33. M

    Zenno Guru's How can I click this? Jquerry slider has me stumped...

    Can ZennoPoster Click This Jquery Slider? I'm STUCK I'd post a link to this page, but it's pw protected. So the code is below; It's a slider bar and I want to select value 1 but I can't figure out how to do it in branch builder. Any ideas? This is what it looks like, DOM text is below...
  34. M

    Regex to delete all leading whitespace? Need Regex Guru Help

    ^[ \t]+ Using above but it only matches the very first instance. I want to delete all leading white space in a block of text. Anyone know how I can do that?
  35. M

    How can I write headers to a .csv just once?

    How can I write headers to a .csv and not rewrite it again every time the program restarts? I want; Header data data data and not; header data header data header data Get what I mean? Am I missing an easy way to do this?
  36. M

    Probably An EASY Regex Question Plz Help

    Using this (?<=beta\.)[\w\W]*?(?= PRO Only) To Parse the red txt below. I am parsing it fine, BUT it is also parsing the line-break after the word beta. This is messing up my nice .txt file results. BTW I am using the actual text to parse and not code because they are using Jquerry tricks to...
  37. M

    How Can I scrape This? (can it be done?)

    <TH><SPAN class="has-tooltip hint" jQuery152008464031739620858="6">Page Authority</SPAN> The "6" shows as a different value on the page text. How can I scrape the actual value? Right now if I get the DOM text and regex parse I get 6 and not the real value generated on the page text. I am...
  38. M

    ieframe.dll Error Is Killing Me With Private Proxies

    I am trying to run a template, I spent a lot for private proxies. I can't use them because I get a iframe.dll error when I use them. Public proxies work fine, and my privates work fine on "some" sites, but not this one. How can I fix this and why am I getting this? It's pissing me off.
  39. M

    How Do I use The Speed Filter In Proxy Checker?

    I added a min speed to a rule but all of the proxies say N/A in the speed column. Therefore if I enter any value in the speed no proxies are shown. Am I missing something? EDIT I found it... need to click on the source and specify test for speed, if anyone does not know that.
  40. M

    How To Hide That I am Using A Proxy?

    I have a site that works fine without a proxy. With a proxy (private or elite) it won't load at all. This ends up in the browser window res://ieframe.dll/http_403_webOC.htm#http://thewebsiteIwanttowork.com/ I am wondering, what is giving away that I am using a proxy and can I get around...
  41. M

    How Can I do This (simple I am sure) LATCH?

    Hey zenno people could use a little help. Template gets an account from a file then performs an action 25-35 times. The issue I have is that if I get any error on those actions it breaks out of the loop, resets and pulls a new account. How can I make it stay on the account I want (even...
  42. M

    What is with zenno and private proxies? (pulling from list in template) still no work

    I am having a very hard time making my private proxies work in zenno... I am pulling them from a list in my template. If I put regular public proxies in the file all is fine. My proxies are from YPP and I don't need to enter UN and PW for them to work. (although I tried to no avail)...
  43. M

    Hidden field driving me mad (drop down field after check not dropping in debug)

    I have a field that is a check box, in a browser you check the box, then click the mouse and a hidden dropdown field appears. I have no issues dropping this field while action recording, but can't do it in debug. Any ideas? After you check the box and click the mouse on anything this...
  44. M

    Death By Captcha not working through my private proxies Why?

    My template runs just fine without proxies BUT it is very slow because I am throttled per proxy. When I use proxies the captcha is recognized but I never get anything back. I checked them in scrapebox and they are not blocked, the pages load fine. Everything works fine with proxies and...
  45. M

    How To Do This? (parse error message and retry captcha)

    I have a template that is working well, but I am getting a lot of captcha errors. When the captcha is wrong I get a message "invalid entry for captcha". I'm new to this but I think I need to parse the text on the page, use regex to look for that text, if it's found retry captcha if not finish...
  46. M

    How to keep browser instances minimized?

    Might be a dumb question but I can not seem to figure out how to keep the browser instances minimized. I'm new with zenno, is it possible it needs focus, or am I missing a setting somewhere?