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

  1. Stereomike

    Projectmaker /Instance crashes

    A simple wordpress submitting template will crash every instance and projectmaker on logging into the site. It has probably to do with my site (otherwise everybody and his grandma would complain till now), but I think simply fainting is a bit too dramatic for my taste (for such a simple task as...
  2. Stereomike

    Path to cookies and cache

    Hey, would be great, if one of you could have a quick look, if the path to cookies and cache (settings) is something like c:\Users\admin-sama\AppData\Roaming\Microsoft\Windows\Cookies Thanks!
  3. Stereomike

    Date broken

    {-String.Split-|-{-TimeNow.Date-}-|- -|-0-} Date command (I stripped the time) in macro editor gets me this: Execution result: 10/23/2011 In project maker debug and ZP it gives me this: 23.10.2011 Probably because of language settings. Please fix it. Or add {-TimeNow.DayDate-} to...
  4. Stereomike

    Default branch/action names

    Hi, I guess this is very easy to implement, but will make debugging/reading temlates better: 1. Please give new branches names, that give a clue about their function, e.g. instead of make it or 2. Make it so, that everytime you change the id of a branch, ZP looks if the comment is empty...
  5. Stereomike

    ZP opens regular IE sometimes

    This is a bit (big time) annoying cause I couldn't hunt down a repeatable reason: If I let Zenno scrape (around 800 pages) every now and then it opens the page in a normal instance of IE and puts focus to it (or adds tabs to it if it has IE already open). Of course this page is then lost for...
  6. Stereomike

    ZP eats all of bandwidth

    A week ago I was able to run my current project with 45 threads with no problems. (4gHz i7 930, 6 GB Ram, DSL 3000) The last few days it is really annoying. Even 25 threads bring my internet connection to a grinding halt. AND after reducing the threads to ZERO, i still can't browse youtube or...
  7. Stereomike

    Useful website

    I just found this site and find it quite good as reference for regexp. Hopefully some of you might have a use for the info. http://www.regular-expressions.info/reference.html
  8. Stereomike

    New lines messing up my regex

    Hi, I need help. My template writes a list of entries to a file, but sometimes it adds empty lines, which sucks big time. I guess I found the problem, but I don't know how to reliably solve it: The template grabs a block of text #-music-# Get some here. Wow. #--# #-pictures-# Get pics here...
  9. Stereomike

    Captcha recognition timeout

    Hi, I see the full instance hanging, when the captcha recognition module (in my case deathbycaptcha) hangs (for whatevever reason, it just doesn't submit the captchas sometimes). Is there a way to tell ZP to trash the captcha recognition process, if it's taking too long? Right now I have...
  10. Stereomike

    Watching your thread in ZP

    Is there a way to display some variables that get processed while your template gets executed in ZP? So you could spot what acc is used and on what task a thread is working at the moment. Can you write to the log at the bottom?
  11. Stereomike

    Multiple threads accessing same file

    With a template that runs on e.g. 40 threads, but they use the same resource files (e.g. accounts.txt) what do I have to do, to make sure, these threads don't mess with the file? I know if two threads try to write to the same file, there's a file block for the second (and following thread)...
  12. Stereomike

    Installation Folder without spaces

    Please, with the next version of ZP, let the default prgram folder be something like 'ZennoposterPro' and _not_ 'Zennoposter Pro'. I always care for this, cause you can have a lot of troubles with the current method. Problems in networks, problems with commandline tools, escaping the filepath...
  13. Stereomike

    Javascript and {}

    In the javascript tester, I get an error for this: var tmpBest=100000; for(i=1;i<7;i++) {tmpBest=100000}; Any chance to get loops to work?
  14. Stereomike

    html element, number of element

    1. Can I set the # of the found elements to last? I don't know, how many elements are on the page, I just want the last. 2. Can I set the first entry to all? If I use both conditions, it will give me the right link, but I don't know how do that. e.g. 1. condition: get all items with bold...
  15. Stereomike

    Timeout file blocking

    I have a template that just writes 30 files into a folder. When I try this with a fresh system start (PC and Zenno) it works fast, it's done in a second. But after some time (haven't figured out why this happens) I get "file blocking" for all attempts, so this template takes 5 minutes or more...
  16. Stereomike

    2 Branches regarding template interruption

    1. A branch (or template specific options) to shut down the instance for certain conditions e.g. dnserrordiagoff_webOC or browser errors, taking too long without loading anything (measure download bandwidth of instance, shut down template if bandwidth below x). On a closer look, a branch...
  17. Stereomike

    Some bugs

    Scheduler-> repetion-> daily -> only workdays doesn't work, it assigns the repetion to the weekend as well. Capmonster ->loading images into pattern editor: the dialogue doesn't remember the last folder, you have to navigate all the way to the fitting folder for every image
  18. Stereomike

    Calculation error

    When I want to calculate some numbers, I get weird results: e.g. {-JS.Execute-|- var res=0; var thisres=parseFloat("{-FieldData.FieldData-|-block-|-parseRes-}"); if (thisres>=res){rep=thisres} else res=0; res; -} that {-FieldData.FieldData-|-block-|-parseRes-} usually holds numbers...
  19. Stereomike

    Task planing, how would you do this?

    I want to execute a certain template (1) three times (all at the same time, so it would be 3 instances). After all three template-1 runs, I want to execute template 2 Then it should start over with doing 3 times template-1, followed by template-2. repeat... repeat.. I can group things...
  20. Stereomike

    Some sort of navigation needed

    You get easily lost in bigger templates, e.g. when you delete a connection, you end up at the top left and have to scroll for the area where you just were. Or when you import a node from the website recorder, it can be everywhere... Anyway I thought about an easy navigation: The template has...
  21. Stereomike

    Scraping Pagerank

    How can I use Zenno to find out the pagerank of a url? Google toolbar is not an option I guess?
  22. Stereomike

    10.000 confirmation Email s

    I let Zenno do twitter accounts the last day, a succesful template giving out an account with full profile and a different list for accounts that got created but failed at picture uploading etc (due to slow proxies etc). I got 1200 full profiles, but around 9.000 of the blank accounts (only...
  23. Stereomike

    Step by step guide for uploading

    I really enjoy Zennoposter now, today I built an imagescraper for profile pics (with wget) and a proxylist scraper for a closed forum (where the IP adresses where invisible in DOM and Source, don't know why, but with 'text' it worked) Anyway: How do I upload a profile picture to twitter...
  24. Stereomike

    Could someone have a look at my twitterregger?

    It works well in debug, and sometimes in normal zennposter. But most of the time in zennoposter it complains about not finding html elemts (even if I can see them in the instance window). I inserted pause commands, but perhaps I did it wrong? I don't know, can someone have a look? Thank you