ZennoPoster 5.9.9.0 (12.05.2016)

This page has been translated automatically

We want to provide you with the latest help content in your language as soon as possible. This page has been translated automatically and may contain grammatical errors or inaccuracies. We want this content to be useful to you. Please let us know at the bottom of this page if this information was helpful.

View the original article in Russian: ZennoPoster 5.9.9.0 (12.05.2016)

New features:

[+] Added the ability to use SMS services (SmsVK, SmsReg, SmsActivate).

[+] Added translation capability to text processing (Baidu, Google, Yandex, Bing).

[+] Added the ability to work with the articleforge.com service.

[+] Now you can filter the source code of a page by the required tags (Tab data → Process only specified tags).

[+] Added search by notes functionality to search by project.

[+] For actions in which the search for HTML elements (GET, SET, RISE, Captcha) occurs, an item timeout setting has been added (the "Advanced" tab). This will save templates from unnecessary “Pause” actions.

[+] Added “Comment” and “Uncomment” items to the context menu of the Custom C # editor.

[+] In the ProjectMaker editor, when you insert an action into a group, the groups grow only downward.

[+] Hints for static blocks now appear instantly in ProjectMaker.

[+] Added the Tab.DropFile (string filepath, int x, int y) and HtmlElement.DropFile (string filepath, int x = -1, int y = -1) methods, which drag & drop files.

[+] Added the Tab.FindElementByAttribute (string tags, string attrName, string attrValue, string searchKind, string number) method, which can accept ranges of values as the value "number", for example, "random1 (1.12-15.35- end) ".

[+] Added [login], [password] macros to proxy output, which return proxy login and password respectively. Also added the [auth] macro, which returns a string in the form login: password @ if authorization is required, and an empty string if authorization is not required. The default format in issue jobs has been changed to [auth] [ip]: [port].

[+] Added automatic updating of the GeoIP database to determine the proxy country.

[+] The "Insert snippet" feature has been added to CodeCreator.

[+] When working with databases, it became possible to divide the result by variables.

[+] Extended spintax syntax Extended spintax .

[+] An image quality setting has been added to the "Image processing" action.

[+] Added setting "Automatically continue active tasks after restart".

[+] Added methods project.Profile.Save (string path, bool saveProxy = false, bool savePlugins = false, bool saveLocalStorage = false) and project.Profile.Load (string path).

[+] Added a new type of input settings "Password".

[+] In the action "Project in project" added the flag "Map variables with the same names", when set, all variables with the same names that are not participating in the user mapping table will be automatically matched.

[+] Added flags "Parsing RSS text", "Parsing RSS links" to the proxy source settings. When the first flag is set, in addition to the source text, proxies are searched in the text of the RSS feed, if any. When the second flag is set, if there is an RSS feed, all links are parsed from it and processed in the same way as automatically added resources, i.e. only those with proxies appear in the list of sources. New sources are marked with an RSS tag.

[+] Added the "Add local network addresses" flag to the proxy source settings.

[+] Added the ability to use the {-TimeNow.DateDateFormat-} macro in the source address bar, similar to using it in ZennoPoster.

[+] Added the "Consider non-anonymous proxies dead" setting to the ProxyChecker settings.

[+] Added the item "Set the number of threads" to the form for creating bat files.

[+] Added setting of download directory for purchased projects to ZennoPoster settings. Changing this setting requires ZennoPoster to restart.

[+] New actions UrlEncode and UrlDecode added to text processing.

[+] Added the {-Project.LastExecutedActionId-} macro and the project.LastExecutedActionId field that return the ID of the last processed action in the project.

[+] Added the {-Project.LastExecutedActionElapsedTime} macro and the project.LastExecutedActionElapsedTime field that return the time in milliseconds of the last processed action in the project.

[+] Added DrawAsBitmap and DrawPartAsBitmap methods for HtmlElement, which return a Bitmap result.

[+] Added the "Add List" action in table processing, which writes the list data to the specified column of the table, starting from the first row.

[+] Added methods ZennoLab.Macros.TextProcessing.UrlEncode (string) and ZennoLab.Macros.TextProcessing.UrlDecode (string).

[+] The item "Remove empty elements containing only whitespace characters" has been added to the actions of deleting rows from lists and tables.

[+] Added support for FTP protocol in the browser. Those. it is possible to navigate through FTP-resources through a browser.

[+] Added a setting (Editor → Open previously opened projects at startup) that allows ProjectMaker to remember open projects when closing and open them automatically at the next startup.

Fixed bugs:

[*] Fixed some bugs in generating actions in C # code.

[*] Fixed regular expression for parsing proxy with authorization. This fixed the problem of skipping the first proxy in the proxy list if it had authorization.

[*] Rebooting of instances with a browser without displaying has been fixed.

[*] The operation of the "Select a sublist" action has been fixed.

[*] Fixed a problem in the ProjectMaker editor, when sometimes changes in the action settings were not saved after closing them.

[*] The problem of adding an extra slash in the path when copying lists and tables has been fixed.

[*] Fixed loading of ProxyChecker sources with JavaScript enabled.

[*] Problems of processing input settings, which led to not showing settings, have been fixed.

[*] Fixed saving and loading local storage.

[*] The work of the browser in ProjectMaker when the "Do not use the browser" flag is toggled has been fixed.

[*] The handling of cookies in HTTP requests has been fixed.

[*] Fixed processing of the Cyrillic alphabet in the additional parameters of RuCaptcha.

[*] Fixed crashing of the cursor when changing the maximum threads for the ZennoPoster task.

[*] Fixed scrolling of the list of projects when switching categories.

[*] Fixed work with groups of proxy sources.

[*] Fixed work with SQL binary types, now these data are returned as Base64 string.