Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download

The collection module can be applied to the latest WordPress 6.X version. It has powerful collection functions and simple configuration. As long as you have some basic knowledge of HTML, you can easily get it done. You can use the locomotive collector to publish content without logging in. The version number of the collection interface is T3, and the last update date is November 3, 2017. Although it is no longer updated, the publishing function of the publishing module can meet most collection and publishing needs.

WordPress6.X Locomotive Login-free Publishing Interface + Module (Enhanced Edition) Description

The collection module can be applied to the latest WordPress 6.X version. It has powerful collection functions and simple configuration. As long as you have some basic HTML knowledge, you can easily get it done.The version number of the collection interface is T3, and the last update date is November 3, 2017. Although it is no longer updated, the publishing function of the publishing module can meet most of the collection and publishing needs.

  1.  Applicable to locomotive collector 7.6-9.6
  2.  Optimized verification title duplication
  3.  Optimized the uploading and generation of attachments, pictures, and thumbnails
  4.  Added a publishing parameter for multiple taxonomy methods (post_taxonomy_list). For usage, please refer to the functional features
  5.  Fixed BUG: If the category name contains numbers, it will cause classification errors
  6.  The old version release interface has been redesigned, the new version number is T1, and the old version will no longer be upgraded and maintained. The old version supports 3.X-4.8.2
  7.  Fixed BUG: When a parameter in a module is not published in the rule, the published data will be abnormal (the db: tag name will be displayed)
  8.  Optimizing strtoarray function

Login-free publishing interface features

Classification

  • The classification supports classification name and classification ID, and the system automatically determines
  • Multiple categories processing (please separate multiple categories with commas)
  • Automatically create categories. If there is no such category on the website, it will be created automatically.
  • Automatically create parent categories, suitable for setting parent categories and they do not exist on the website. Usage: WEB publishing module/Advanced functions/Content publishing parameters/->Add post_parent_category
  • How to add category description: WEB publishing module/Advanced functions/Content publishing parameters/->Add category_description

Label

  • Multiple label processing (please separate multiple labels with commas)

author

  • Multiple author processing, you can set multiple authors to publish articles randomly, specify post_author in the publishing parameters
  • Custom author function, if the submitted data is a user name, it will automatically detect whether the system has the user, if it already exists, it will publish with the user, if it does not exist, it will automatically create a new user (the interface has been processed for Chinese user names)

Images and thumbnails

  • Web image upload, automatically generate thumbnails according to the theme or website background settings, and automatically set the first picture as the featured picture of the article. How to use: WEB publishing module/Advanced functions/File upload settings/->Add the label where the picture is located, the form name is: fujian increment number
  • Customize thumbnails (featured images) Usage: WEB publishing module/Advanced functions/File upload settings/Add the tag where the thumbnail is located, the form name is: thumb increment number
  • The standard php.ini has a maximum single file upload limit of 20. If the content you publish contains more than 20 attachments, an error will occur. If you encounter this problem, please change the max_file_uploads/2018/03 parameter in php.ini. Or change the upload method to FTP

Time and appointment release

  • The correct time format is 2017-10-01 23:45:55 or 2017-10-01 23:45
  • Automatically handle time zone differences between server time and blog time
  • Random time scheduling and scheduled release function: You can set the release time and enable the scheduled release function. After enabling scheduled release, if the data packet POSTed contains time, it will be released immediately based on the time, otherwise it will be released based on the time configured in the interface file.

Comment

  • To publish comments, you need to add three parameters: comment, commentdate, and commentauthor in Locomotive->Web Publishing Module/Content Publishing Parameters/->, which correspond to the comment content, comment time, and comment author respectively. All three parameters are indispensable.

other

  • Title duplication check: Open $checkTitle in the parameter configuration to check whether the title is repeated. Duplicate results will not be published.
  • Automatically ping after publishing an article. You need to fill in the ping address in the background settings -> writing -> update service
  • 'pending review' updates the article status from pending (review) to published (visible to everyone)

Instructions for using the login-free publishing interface

Will locoy.php Upload the file to the root directory of the WordPress site, then open the train collector, edit the task/select Step 3: Publish content settings Under the page Web publishing configuration management

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download

Will WordPress login-free publishing interface.wpm Interface file, copy it to the following directory of the locomotive collector Module Folder, refer to the figure below to create a Web publishing configuration

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download

Close the window and select Add a release configuration , select the configuration file you just saved. After completing the above steps, you can publish normal data.

The content that can be published includes:
Title, content (this tag can be used to upload pictures and files), category, author, time, summary, thumbnail (the system will call the first picture of the content as the thumbnail by default, this tag is optional)"
If you don't need certain tags, you can edit the release module and Content publishing parameters Delete the corresponding ones in .

WordPress Locomotive Login-Free Publishing Interface Advanced Tutorial

About security configuration, multiple categories, multiple tags, custom fields (post_meta), custom categories (category), custom article types (post_type), custom article formats (post_format), custom classification methods (taxonomy), custom classificationinformation(add_term_meta) Please see below

Module parameter list

//The following is the code body... post_title Required titlepost_content Required contenttag Optional tagpost_category Optional categorypost_date Optional timepost_excerpt Optional summarypost_author Optional authorcategory_description Optional category informationpost_category_meta[name] Optional custom category informationpost_meta[name] Optional custom fieldpost_type Optional article typeDefault is 'post' post_taxonomy Optional custom classification methodpost_format Optional article format

Reference Function Description

  • Custom fieldsHow to use: WEB publishing module/Advanced functions/Content publishing parameters/ -> Add post_meta['field name']
  • Custom post type (post_type)How to use: WEB publishing module/Advanced functions/Content publishing parameters/ -> Add post_type
  • Custom post format (post_format)To use this function, you need to modify the configuration parameter $postformat=true; and add a new publishing parameter post_format in the Locomotive->Web Publishing Module/Content Publishing Parameters/->. The tag content must be: Image: post-format-image Video: post-format-video
  • Custom taxonomy:How to use: WEB publishing module/Advanced functions/Content publishing parameters/ -> Add post_taxonomy. After using taxonomy, articles can only be published in the category to which taxonomy belongs. Please fill in the category name or ID in the category
  • Customize classification information (add_term_meta)How to use: WEB publishing module/Advanced functions/Content publishing parameters/ -> Add post_cate_meta['meta_key'], the tag content can be text or array, the array must follow the format: key$$value|||key$$value|||key$$value

How to publish articles belonging to multiple categories and multiple tags at the same time

Multiple categories and multiple tags must be separated by commas. Both name and id are supported. The module automatically determines. For example, name: sci-fi, action, animation id: 1,3,6,2

How to publish custom fields in the login-free publishing interface?

Enter the edit mode of the publishing interface

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download
Added post_meta[] Form, [] is the name of the custom field

How to configure security?

The file will filter the data, but for the sake of data security, it is recommended:

  • Change the communication key, change line 61 of the locoy.php file to "$secretWord = 'LilySoftware';" (Note! This key must be consistent with the global variable in the Web publishing configuration)
  • Rename the file to a more complex name. After renaming, you need to modify the following parameters of the release module to maintain consistency.

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module DownloadAbout file upload

In the Web Publishing module/Advanced features/Add tag name

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download

In the tag editor, set "File Download" as shown in the figure:

 

Locomotive Collector WordPress6.X Login-free Release Interface + Release Module Download

The usage of other customizations is similar to that of custom fields, except that the form name is changed. Some custom attributes support arrays, and the login-free publishing interface is very simple.

Download the Locomotive Login-Free Release Interface

The cracked version of the locomotive collector is available for win10-win11, and the WordPress6.x login-free publishing interface. First download the cracked version of the locomotive collector, and then install the login-free publishing interface into the locomotive collector.

Locomotive collector cracked version win10-win11 available.zip

WordPress6.x login-free publishing interface.zip

5/5 - (1 vote)

Leave a Reply

Your email address will not be published. Required fields are marked *