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

  1. Z

    [SOLVED] creating new variables in Table processing.

    Any update on this bug HB?
  2. Z

    [SOLVED] creating new variables in Table processing.

    http://www.screencast.com/t/GSuYGD6jvJ
  3. Z

    [SOLVED] creating new variables in Table processing.

    When creating new variables in table processing it doesnt auto-select the new variable. I have to manually select it after creating. This problem was no there in previous builds.
  4. Z

    How To Update a Text File.?

    1.Use list to get the lines. 2. take first line (with delete option ticked). 3.write to txt file eg: "{-Variable.linesFromTxt-}#password 4.Loop it.
  5. Z

    [SOLVED] problem with email processing in twitter

    you have to click on the match.It highlights it in green and then click OK.
  6. Z

    [SOLVED] Problem with long loading times and flickering images on twitter.com/user pages

    Facing the same problem, I dont mind the flickering but the page take too long to finish loading. check screencast : http://www.screencast.com/t/sGVjcLdg please send a fix for this ASAP. unable to work with twitter because of this bug.
  7. Z

    Installed product is not purchased error.

    Redownloading the file solved the issue.
  8. Z

    Installed product is not purchased error.

    PM'ed you my email.
  9. Z

    Installed product is not purchased error.

    Hello, I tried installing V4.3.0.0 and i get this error "Installed product is not purchased".,I have updates till 1/17/2013.I uninstalled the previous version using revo uninstaller and then tried installing this one. Attaching screenshot. I need this resolved ASAP please.
  10. Z

    How change macros in {-Profile.Password-}

    I don't think it is possible to modify the way {-profile.password} works. an alternative idea it to have the passwords in spintax format like (aaaaa.111|bbb.222|....}
  11. Z

    Copy tables,lists and input settings.

    Please add the ability to copy tables,lists ,input settings. most of the time it is the same for other templates with minor modifications.
  12. Z

    checkingprocessor.exe using 25% of CPU continuously.

    Sent logs.
  13. Z

    [SOLVED] checkingprocessor.exe using 49% cpu

    facing the same problem. already created a thread . link : http://zennolab.com/discussion/showthread.php?7339-checkingprocessor-exe-using-25-of-CPU-continuously&p=42087&viewfull=1#post42087
  14. Z

    checkingprocessor.exe using 25% of CPU continuously.

    attached image. please fix it ASAP.
  15. Z

    Can anyone do a template for weebly

    two posts above you said "after official release",yet this function hasn't been added. when can we expect this feature?
  16. Z

    checkingprocessor.exe using 25% of CPU continuously.

    I don't have any proxies added to zennoposter.
  17. Z

    checkingprocessor.exe using 25% of CPU continuously.

    Hello, i ran a template and then stopped it,suddenly checkingprocessor.exe is using 25% of the CPU continuously although no templates are running. Is this a bug or am I the only one facing this? any suggestions?
  18. Z

    Ability to launch another template from one template

    yup! definitely in need of this feature.
  19. Z

    Ability to change captcha service in zennoposter and not in project maker.

    Hello, Not sure if this has been discussed before. I would like to have the option to modify the captcha service fora template in zennoposter rather than editing the project in PM. For example,if I want to sell some templates,i have to modify it for each client. So it would be great if the...
  20. Z

    Pinterest Bot - image downloader and uploader.

    PM'ed you.
  21. Z

    Insert Random Link Into Article

    I use this regex : (?<=\.).*?(?=\.) Since we use (.) to separate sentences, i separate it to each sentence then check the first match for the keyword. If not found move to 2nd result,if found replace word.
  22. Z

    [SOLVED] 4.2.0.0 GET Bug?

    project maker isnt allowing SB :huh: Fix this ASAP please.
  23. Z

    [SOLVED] Input settings

    V 4.2.0.0 released :huh: check the userarea no changelog at all? seriously you guys don't know how to market a product.
  24. Z

    Template not working on client machine.

    Hello, I designed some web 2.0 templates for a client,it works perfectly on my machine.But it just doesn't work on his. both of us are using V4.1.0.0 so issues with that.Any help appreciated.
  25. Z

    Text Presence Check Error

    The new version adds an intermediate variable and then sends it to "if" loop,but that shouldn't cause the problem. will have to wait for an answer from the dev. team.
  26. Z

    feature to disable "show" option in zennoposter

    @boxcutter : Actually i meant for both zennoposter and zennobox.
  27. Z

    [SOLVED] Can Not Install Zennoposter MP

    run as administrator when installing and see if it works.
  28. Z

    feature to disable "show" option in zennoposter

    I would like to have a feature that controls the enabling and disabling of "show" option in zennoposter. cause sometimes i don't want to reveal the exact process i use to get the job done.
  29. Z

    "Input string was not in a correct format." when increase counter?

    what value did you give in counter? it should be numeric,and not the variable. you select the variable in the variable name. @rostonix: He is asking about the counter,not the input settings.
  30. Z

    How Can I use Input Settings In Project Maker.?

    add an option to open input settings before the start of the project.
  31. Z

    How Can I use Input Settings In Project Maker.?

    then how do we test it?
  32. Z

    Select multiple actions at the same time.

    we can select a single action group.but what if i have a template like the one displayed below and i want to select them.
  33. Z

    Select multiple actions at the same time.

    Hello, atm there is no feature to mass select actions and move or copy them,we have to move each individually. It would be really helpful if this feature is added.
  34. Z

    [SOLVED] Drop-down list processing

    Hello, I experience this with most of the drop-down boxes. It goes through the whole drop-down box twice and only then selects the value. here's a screen record of it : http://www.screencast.com/t/Uk4IKhBS51f
  35. Z

    When Code Creator New Version.?

    you say no more BETA. and yet no official release? :confused:
  36. Z

    Saving to Variable Text File List

    D:\XXX\XXX\{-Profile.Login-}.txt (this will save the {-Profile.Login-} to the file name only..not to the file content. or {-Project.Directory-}\foldername\filename.txt in " what to save" add {-Profile.Login-}
  37. Z

    Advanced Math Captcha

    This is what i meant to say.. example : the maximum result will be 9 * 9 = 81. there wont be 10 *20... Yes it is cheap to send it to a captcha service. But it is not difficult to crack either.
  38. Z

    Advanced Math Captcha

    that too will work. but i was trying to make it completely automated. I first extracted the captcha string then used JS to split it to individual characters and then performed operation on them(using switch loop). I still haven't completed it though. Halfway through. Love challenges like these...
  39. Z

    Advanced Math Captcha

    Did you even bother to check the site he posted? cause it is not "usually" surrounded by DIV tags. @OP : I am trying to crack this captcha. I am halfway through using JS. Contact me,we can work on cracking this together.
  40. Z

    No veryfication in the email but just a password to grab

    you will have to scrape the password text using regular expression. check for tutorials. If you still have problem,PM me.
  41. Z

    Looking to buy Zennoposter if these tenmplates are for sale here.

    I can get them designed for you. PM me.
  42. Z

    Pinterest Bot - image downloader and uploader.

    PINTEREST BOT - IMAGE DOWNLOADER AND UPLOADER Features: scrape images from user-specified pinterest URL's. (for example: all images from pinterest.com/popular) multi- threaded download of images. Mass upload images to account. Spintax supported description. Price : 10$ To...
  43. Z

    4.0.7.0 More Bugs

    Facing the same problem as others. Project maker crashes due to excess memory usage. please fix this ASAP.
  44. Z

    Semi math question

    It can be done via java script . here is the code : var a = "{-Variable.text-}"; var n = a.charAt(0) change the chatAt value depending on your needs. Tested it myself,it worked :)
  45. Z

    Downloading files..all files are on 17.4 KB?

    Hello guys I tried downloading a few files. Every time i click download the file size is only 17.4 KB..i tried it with a zip file,rar,.jpg ...every file size is exactly 17.4 KB. Anyone successfully downloaded files in ZP 4?
  46. Z

    suggestion.

    Hey guys, In the scheduler,it will be great if we have the option to start a template after a template finished execution. like schedule template 2 to start right after 1 is completed. what do you guys say?
  47. Z

    Downloading email attachments?

    Is there a way to download email attachments from gmail in ZP MP?
  48. Z

    [WTB] Looking To Buy All Types Of Web 2.0 Templates

    i can provide for version 4. PM me,we can discuss.