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

  1. G

    wikispaces email confimation not working

    Hi there, I'm attempting to create template for wikispaces.com everything works with project maker/debugging but not with zenno poster i see all the time "Message not found" error while in debugger it finds it at first attempt. I've checked and the message is sent while using zenno poster...
  2. G

    Google Captcha possible with CapMonster?

    anything more about ZennoPoster 4? What new features can we expect? When it will be released?
  3. G

    Directory.SubItem

    do you really need to take to all directories at once? first macro: {-Directory.SubItem-|-YOURPATH-|-d-|-false-|-random-} - result will be random directory {-Directory.SubItem-|-RESULT_OF_ABOVE_MACRO-|-f-|-false-|-random-} - result will be random file from above directory. If you really need...
  4. G

    ProjectMaker stopped working

    ProjectMaker closes itself after start without any message, only log is produced: 8/20/2011 22:56:17 CurrentDomain UnhandledException 8/20/2011 22:56:17 System.Net.Sockets.SocketException: Tylko jedno użycie każdego adresu gniazda (protokół/adres sieciowy/port) jest normalnie dozwolone...
  5. G

    How to save csv file from keyword tool?

    http://www.gnu.org/s/wget/
  6. G

    ZP eats all of bandwidth

    most of VPNs have dynamic IP. you might use proxy together with VPN - no problem.
  7. G

    ZP eats all of bandwidth

    usage of vpn with zennoposter is easy. basically when you connect with vpn ALL your network traffic will be passed by vpn server (including but not limited traffic originating from zenno) - there is some option needed to be checked - I think is something like "use default gateway on remote...
  8. G

    ZP eats all of bandwidth

    try disabling proxy checker first (if you don't use proxies) or significantly decrease proxychecker threads number if this won't help you might try using VPN (if they aren't limiting your bandwith it should work ok)
  9. G

    Decaptcher not working anymore

    decaptcher website is dead to me. (blank page)
  10. G

    What is logic for 'contains but not necessarily equals'

    there is no such LOGIC operator. you might e.g. check with regexp, and compare result with empty string "{regexp-result}"!="" there is also method indexOf() with JavaScript you might use on string.
  11. G

    Can Zenno do this ?

    Seems to be possible. A lot depends on the sites you're trying to register, some sites are easier, some are harder.
  12. G

    New lines messing up my regex

    probably. If you use regexp builder it would escape your \r\n to \\r\\n which is wrong. Make sure that final regexp has single bashslash with r and and n - \r\n
  13. G

    How to retry on "html cant found, template cant be executed??" (from where support?)

    use loop - but don't forget to add some counter with breaking condition so your template wouldn't run infinite.
  14. G

    How to use proper decaptcher API?

    Works for me. No idea what's wrong on your end.
  15. G

    How to use proper decaptcher API?

    "c:\users\test\desktop\decap.exe" -l USERID -p PASS -h SERVERIP -t PORT -c c:\users\test\desktop\image.jpeg > c:\dir\somefile.txt
  16. G

    How to use proper decaptcher API?

    Try redirect exe's output with ">" operator. "And then I will need to code ZP in such a way that it reads a file, remove not required text and read the captcha answer..." Yes. Unless you create dll module for zenno - then you might use your service transparently like any othe service - simply...
  17. G

    How to use proper decaptcher API?

    what do you mean byt not working? save captcha image first with zenno to disk, provide full path to image.jpeg and echo result to file.
  18. G

    How to use proper decaptcher API?

    that's strange - decaptcher.exe has option to provide host as far as I see. If your service does provide some API scripts (or it's fully compatible with decaptcher - but if exe won't work to you then might be some compatibility issues - hard to say) i might be able to create module to use with...
  19. G

    How to use proper decaptcher API?

    I think the only solution would be using external application using proper decaptcher API (some sort of command line tool where you can provide captcha image, and read response from text file)
  20. G

    How to Grab Multiple URL / links out of one email message ?

    add second step with mail verification, but with different regex for links (same regexp to verification) didnt tested but should work.
  21. G

    proxy source rating

    Any explenation regarding to proxy sources rating? What's the difference between the ratings? Is there a way to find and delete sources which didn't give any working proxies at all ?
  22. G

    Importing Text File into WYSIWYG iframe = No line breaks

    how do you append text to your textarea? by innerHTML property? Try maybe innerText instead
  23. G

    How to simulate user action

    Hello, I've got some slight problem with simulating user action to force login availability check. I've located JS responsible for that $('#aLogin') .bind('change',loadLogin) .bind('keyup',onUpLogin); var loadLogin = function(){ if (false == isLoginValid($('#aLogin')))...
  24. G

    Directory submitter with ZennoPoster

    in this specific case I have a bot which goes to directory logins itself (as submitter with credentals created by another bot earlier) and then clicks every link for main category and reads info about every subcategory (didn't needed to use regex - reading with branch builder was enough :) ) So...
  25. G

    Help running a template that needs different proxies

    If you have orange button, there is some problem either with your connection or with zennoposter itself (friend of mine had same problem and support helped him - he was told to update to newest version - and problem disappeared)
  26. G

    Directory submitter with ZennoPoster

    Not sure what's your problem is. First bot created list of all categories from all directories. output was single file for each directory containing all categories with subcategories e.g. : cat1;sub1 cat1;sub2 cat1;sub3 cat2;sub1 cat2;sub2 cat2;sub3 and so on. php script based on regular...
  27. G

    some templates get stucked.

    Yes it looks like works now without problems! Thanks.
  28. G

    Directory submitter with ZennoPoster

    There is number of ways to select category. With my directory submitter, I created bot which harvests all the categories. There is also php script which prepares submission list and pick up correct category - it generates submission list like...
  29. G

    Unlimited Bandwith - Fully anonymous private proxies - 24/7 dedicated support

    what are revdns'es of your proxies? Do they pretend normal user hosts (like user1234.somedslprovider.com), or they are rather like proxyXX.someserver.com ? Could you post sample IP of your proxy (might be PM) Thanks
  30. G

    Interconnecting Templates

    In zennoposter. Click "create new task" - add some templates - set up "group". Templates will be executed with order assigned by group number (lowest first). Next group won't start unless previous group is successfully executed. You might also chain without groups (depends on needs) - but...
  31. G

    Interconnecting Templates

    Not possible directly at the moment - I've requested this feature some time ago also. Only solution would be creating chain of templates and reading/writing text files. (one template doing some magic and writing output to text file, while next template waits for completion, and then reads...
  32. G

    Process multiple emails???

    In general multiple emails works for me. Only problem is after some time 2 of 5 threads freezes (if all threads works on the same email account) - mentioned that before http://zennolab.com/discussion/showthread.php?2545-some-templates-get-stucked Perhaps there is some glich causing deadlock or...
  33. G

    How to change files in Zennoposter folder?

    give yourself full access to zenno folder OR install zenno outside program files OR modify files from program (e.g.notepd) started with administrator rights (right click on notepad - "run as administrator").
  34. G

    can this captcha be solved by capmonster?

    Yep, I've posted captcha in russian part of forum, because I've seen post inviting to do so - admin writed, that there chances that after posting they help to create module...
  35. G

    Make Human Verify Fileds As Images to Send to Captcha Services

    well decaptcher won't give you reply for any question. As a result you will have only the same question as text again - which is pointless. Read the text of question directly from webpage. Search in file if there is saved reply for this quetion. If it is then put response readed from file...
  36. G

    What is your "can't do without" tools?

    What was this tool doing exactly? I just see it was somehow related to adwords, but nothing specific.
  37. G

    Something Has To Be Done About Email processing!

    Yep, it works more less if every email can be identified by different regular expression - I think they refer situation when very similar emails are received. However there is something wrong when many threads are using the same email - they freeze as I mentioned in other thread -...
  38. G

    Is there a way to save CSV from adwords keyword tool?

    exactly Stereomike - I can't find generated url anywhere.
  39. G

    some templates get stucked.

    I'm running one template with 5 threads. The template register to some script (multilple hosts) with the same credentials and email - every template execution means registration to other host. However there is problem after some time exactly 3 threads of 5 freezes (on different hosts...
  40. G

    Before i buy the pro version...Can zenno poster do this?

    No. With zenno you can build own modules (stereomike called it decaptcher = but this doesn't refer to decaptcher.com) to solve simple captcha automaticly. Twitter mobile looks simple so it's possible it will work with it. Of course it's possible to use decaptcher.com (or DeathByCaptcha) as well.
  41. G

    Before i buy the pro version...Can zenno poster do this?

    Yes, read about capmonster :)
  42. G

    Новость CapMonster

    каких-либо оценок, когда новая версия будет готова, и что CAPTCHAs может быть сделано?
  43. G

    How to execute this "Hello Word" Javascript

    use branch builder -> "set" and you can set innerhtml to an object.
  44. G

    No instance when open zennoposter

    Got the same on Vista ;) Perhaps it's easter egg dedicated to Children's Day.
  45. G

    Is there a way to save CSV from adwords keyword tool?

    Hello, I'm trying to handle this, but no success - it's some weird JS, and I can't locate nowhere the generated url for csv file. Any ideas except regexp parsing of generated results?
  46. G

    What is the Not Greater than logic?

    Instead of <{field data} + 1 ? Should be possible to use <= (less or equal) I'm not an JS expert, but never ever seen such syntax "!> " however you might try !(1>26) this syntax work in php, not sure about JS .
  47. G

    can this captcha be solved by capmonster?

    Anyone? :) Is this captcha possible to break with capmonster??
  48. G

    What is the Not Greater than logic?

    switch > to <
  49. G

    This counter is nuts!

    try removing quotes. number with quotes is string, number without quotes is integer (or similar). Not sure how is this handled by JS, but perhaps it doesn't do conversion string to integer while comparing and it compares it as string which result to weird behavior.
  50. G

    how to make email verfication template?

    do it via webmail interface. Or create external script/program which will do this.