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

  1. C

    FREE V4 WORDPRESS TEMPLATE

    Most SEO noobs quickly learn after getting their ass owned in the SERPs for ages, that maximizing the amount of links per server day is a smart idea. Adding "set for number of attempts to get link and timeouts for every attempt" before the post sequence can possible start, is a noob move because...
  2. C

    New build 4.0.5.0 (27.06.12)

    All the mail work arounds that worked with ZP3 work with ZP4. For normal registration confirms, mail is only a issue now if your a noob and stick mail processing in the middle of a template. You don't need ZP4 mail processor (although it would be nice), any program that downloads a POP3 into a...
  3. C

    FREE V4 WORDPRESS TEMPLATE

    You would have to build another template, this template is badly designed. Split the mail confirmation into a separate template, schedule to run 1hr after reg run. Running mail reg confirm straight after clicking reg button, and with no pause, is silly. Once reg & mail are separated, just...
  4. C

    Logic "If" Cant Be Drug Into Branch Groups

    I've had the same issue with "IF" actions, can't drag across into the editor. A quick work around is to click the "append to project", go to any site with text present, right click, and do a "create check of text presence". Then, stop record. That appends a action group, with a "If" action...
  5. C

    Setting up private proxies

    I just tested against a whatsmyip site, pulling private proxy from list and passing variable to set proxy. Even thou ZP reports "un-configured action" error, and the debug browser says no proxy is been used, its confirmed by the whatsmyip site that ZP is using a proxy.
  6. C

    ZennoPoster Mental Power

    Double click "profile" guy icon at bottom center of editor page. 2nd tab has the browser, OS & screen types.
  7. C

    ZennoPoster Mental Power

    Guys, stop acting like peasants. ZP3 was a brilliant product, that still works great for 99% of sites. With the doc's, and asking questions in the forum, it was all anyone needed to learn how to use it. Your just making excuses for your laziness. The ZP team deserve their money for this...
  8. C

    Tumblr Template

    With pages heavy with javascript/ajax, if you can't click stuff, try reloading the page. I have this problem alot, and for what ever reason 2 or 3 reloads will get it working again.
  9. C

    Using Xtreme Top100 Votebot

    You need to add pauses every time your going to a new page, or reloading a page. If browser cache is flushed, and its a 1st time visit to a page, 3 to 5 sec is normal for a page to fully load. At the moment, the poster is running too fast for that website or any website. Also, a common...
  10. C

    How can make ZP do this?

    here's a quick 30sec mockup. The important thing with loops, is you always have a exit. In the template look for the logic with the "count<40" {-Counter.Get-|-count1-}<40 When the counter outputs a number greater then <40, the poster can exit the loop.
  11. C

    How can make ZP do this?

    Without knowing the exact blog platform & how "specific" 40 posts are selected for comment, its a how long is a piece of string question? Is it always the same 40 posts to comment? Do you have a list of the posts or is it just random selection? If its random, does a blog post have "next...
  12. C

    How can make ZP do this?

    Simple method, if you don't want the template to login again, pull URL from file that you want to login to. Get the macro to delete URL string, by setting to true. {-File.GetString-|-\Resources\websites.txt-|-random-|-true-}
  13. C

    Adding The Best Spinner API to Zenno

    ZP has been able to handle spintax for approx a year, in the macros, look at string processing => {-String.Spintax-|--} For the post to API use http headings. set=>web browser=>http headings [copypaste into parameters values whatever he's got in his api tutorial/instructions]
  14. C

    Zennoposter just doest want to stop!

    101 of programming, all loops need exits.
  15. C

    Regex to delete all leading whitespace? Need Regex Guru Help

    How about you regex what you want & by doing so, the white space is deleted.
  16. C

    New line delimeter? How to scrape and mix articles

    {-File.GetBlock-|-\Resources\-|--|-{1|1,2|1,2,3|1,2,3,4|1,2,3,4,5}-|-false-}
  17. C

    Captcha Sniper Support?

    What you are suggesting, can be done now in template. ZP can't see if a captcha has failed, unless you include a "fail" feed-back loop into your template. Its 5mins work. You just need to include a counter & regex of site error msg to logic. Then its either continue or start deathbycaptcha loop.
  18. C

    How do I parse 2 sentences away from each other using regex

    No web page is going to have DOM that looks like that, there has to be some sort of HTML or CSS to format the txt on the page. Load the page in the recorder & hit the hit the "page text" button in the menu bar at top. This will load the page DOM, then hit the button on the right with the red...
  19. C

    ZennoPoster template Pligg bookmarking - Be 1st in Google! LIMITED EDITION!

    Trololololololo I know for a fact its a 300% difference, ZP FTW
  20. C

    Dynamic Text Fields

    name=.* is a really bad idea if your after a high success template. If you had made a few universal templates you would know lots of platforms use "name=" for multiple fields, thats the purpose of using the tag "name". Steps85 suggestion is best practice, just look for the stuff either side...
  21. C

    How to start template inside another running temp??

    You can't avoid having error logic, accounts failing & posting not happening in login & post templates. If your templates using a stupid amount of memory, make sure your using a counter in your loops, so your instance can escape the loop. In your poster settings at the top left, reduce your...
  22. C

    Zennoposter is breaking my html - please help

    I don't have any experience posting to gaybook, but i do know that if the original txt document is encoded in ANSI you can lose format. Zenno uses unicode so you have to use something like notepad++ to reencode.
  23. C

    Appending results from regex to a file

    This macro will get you the number of lines in your first regex {-File.CountOfStrings-|-\Resources\filename.txt-} So you could use the execution results from this macro in your logic for the loop
  24. C

    Appending results from regex to a file

    If you need spaces you need to do another regex with a loop & a counter on your regex results txt. Regex line from 1st regex results file match#0, append that line to a new file Append another line to file with blank results, to get your space Add +1 to your counter in the regex match# &...
  25. C

    Nothing is found during regular expression, an empty line will be returned

    Add a pause macro before the regex. Most likely the the page DOM hasn't had a chance to load, but the poster has still executed the regex.
  26. C

    unable to find textarea inside html page

    Your searching for the wrong DOM elements. IF your only using elements at the template level, your creating a zenno template thats going to need alot of maintenance in the future. Site templates get changed all the time, but the URL frame work dosn't. Because its a whole world of pain to...
  27. C

    Click and open on new tab

    Just regex the url of the link leading to the page, you don't have to visit the page to get the url Get>macro>page DOM Get>macro>regex link
  28. C

    How to pull x number of seperated words from a line

    This is exactly the type of problem regex is designed for, i'd think you would be able to nail it with regex buddy to design & suggest. The repeating pattern is 3 white spaces, if you concentrate on the spaces the number of letters in the words doesn't matter.
  29. C

    Cpanel 11 Login Problem

    Use the pro branch constructor for sorting out the forms & rise event
  30. C

    Cpanel 11 Login Problem

    The trick with cpanel is to use the login lander ==> http://yourgaywebsite.com:2082/login/ see the /login/ at the end, that works for me on cpanel11
  31. C

    Pause Macro Specifics ???

    Lets imagine for a moment that your zenno box was in the same datacenter & same server rack as the site your going to post to. Even in that hypothetical your still going to get latency/lag that changes minute to minute, but 99.99999999999999999999999% of the time your posting to a different...
  32. C

    need a little help

    After you get the login data from file you have to run split string macros. This splits the email & pass into separate executions results that can post to the sites forms. {-String.Split-|-{-FieldData.FieldData-|-EXECUTION RESULT OF ABOVE STRING-}-|-|-|-0-}...
  33. C

    E-mail Processing Problems Solved - Email Master 2.0 Multiple POP3 Email Account DL'r

    Why do i get the funny feeling somethings missing from the instructions? I see nowhere in the template where a call is been made to zenno folders specifically? I never had a problem before with file paths & i've been running zenno in the same location for 9months?
  34. C

    clicking on link which is defined by another tag than a href

    Use the regular expression engine to get a regex of the href link thats not dependent on the base url. Inner & outerhtml is dependent on the sites template/skin, which is going to change from site to site, the code underneath the templates isn't going to chnage from site to site. After you get...
  35. C

    Keeping the format of the articles when posting

    Use a program like notepad++ to check the file formatting of article txt file. Zenno works with unicode, so if your file is saved as ansi you will lose formatting when zenno posts via unicode. Notepad++ seems to do a good job encoding into the different file types without losing format.
  36. C

    Link click errors, how do I make them universal?

    With templates anytime a page has to load/refresh it pays to use macro pauses. The debugger is way slower then the poster, the poster can plow thru a template fast then a website can respond.
  37. C

    clicking on link which is defined by another tag than a href

    I do alot of universal templates that have huge language variations. I would regex that link to create a regex thats not depended on the innerhtml. Then go to some example sites in the recorder & use pro branch constructor & insert the regex in the "attribute value" & then dial-in the rest of...
  38. C

    Can’t get the parse macros to work with POP3 step branch

    Check whether you have your pop parse set for html or txt. In projectmaker's email processing you will see a red button on the right "parse messages", just above is tickboxes for either html or txt
  39. C

    Make it easier to fix broken templates

    +1,000,000,000,000 Its a pain swapping back and forwards with debugger & project maker...so much wasted time.
  40. C

    Unable to use regex expression on a txt file

    in the email processor when setting up you need to select txt, not html. Its just above the button you clicked to test your parse
  41. C

    Schedule export of checked proxy list

    get macro >> getproxy get macro >> append to file and save Its that easy. You can save the file anywhere on your box, it dosn't have to save in your zenno folders. Now setup the scheduler to get the poster to run this monster template when you like.
  42. C

    Schedule export of checked proxy list

    You can do this already. Just create a template to post a proxy list from the proxy checker whereever. Then setup a schedule for that template
  43. C

    E-mail Processing Delete Problems Solved - Email Master Program V.1.0

    you forgot the link for 2.0 ;)
  44. C

    VERY dangerous macro

    ROFL
  45. C

    Low resources skin

    lol, you posted whilst i writing
  46. C

    Low resources skin

    on your rdc reduce the client resolution & color depth. Also depending on type of system your using different RDC software reduces the lag. remmina & teamviewer are good, standard windoze RDC sucks
  47. C

    Any future support for Spintax?

    In the english google index, spinning just at the "synonyms" level on posting runs over x,xxx blogs/doorways is not enough...nested spintax is needed to reduce footprints.
  48. C

    Zenno feature request

    yes, deathbycaptcha is heaps better then decaptcher...and nested spintax would be great.
  49. C

    Does it Support Private Proxies?

    ipfreelyproxies are IP based user authorization