Skip to main content
AI PublishMulti-site SEO Operations Platform

CMS Integration

PbootCMS Integration

PbootCMS sites connect through a root connector: templates and category structures stay unchanged; the platform only creates or updates real articles from the tasks you confirm.

How it connects

PbootCMS uses the root connector: download one PHP file from the platform, upload it to your site root (beside core/init.php), and the platform can verify the site, read categories and publish articles.

  • Works with self-hosted PbootCMS sites with a writable root directory and HTTPS.
  • Publishing goes through PbootCMS' own content model; front-end templates and category structures remain untouched.
  • The connector is not interchangeable with WordPress, Typecho or other CMS files; each site installs exactly one.

Four steps to connect

  1. Download the PbootCMS connector under "Sites > CMS connector files" — you get aiseo-connector.php.
  2. Upload it to your PbootCMS root (the directory containing core/init.php); the final URL is https://your-domain.com/aiseo-connector.php.
  3. Add and verify the site in the platform: signing is activated automatically and the CMS version, site name and category tree are read.
  4. Pick target categories and sync the mapping, then import titles, generate and publish articles.

Opening the connector in a browser returns METHOD_NOT_ALLOWED — that is expected (the platform uses POST).

Publishing behavior

  • Categories: only real PbootCMS categories are read and mapped; the platform never creates, edits or deletes categories.
  • Articles: real articles are created or updated with title, body, summary and keywords; republishing the same platform article updates the original instead of duplicating.
  • Images: remote mode uses remote images directly; localize mode downloads them into the site media directory and rewrites the in-content URL. Candidates are tried in order — if all fail, the article still publishes with a warning.
  • After publishing: links can be submitted to Baidu Webmaster and Bing IndexNow with independently retried status.

Security and boundaries

The connector enforces the same security protocol as every other PHP CMS (see the Security Center): platform-egress POST only, per-request HMAC-SHA256 signatures with single-use nonces, and a 2 MiB request-body cap.

The connector offers no remote category editing, article deletion, arbitrary file writes or arbitrary PHP execution. To disconnect, delete aiseo-connector.php and its companion state files from the site root.

Troubleshooting

  • Site not found (a PBOOTCMS_ROOT_NOT_FOUND-style error): the file must sit in the root directory that can load core/init.php.
  • 403 source rejection: when the site sits behind a CDN or reverse proxy, the true source IP may be rewritten; contact the platform to align egress IP configuration.
  • All images failing: confirm images are valid HTTPS direct links without cross-host redirects and under 10 MiB.

PbootCMS Integration

PbootCMS sites connect through a root connector: templates and category structures stay unchanged; the platform only creates or updates real articles from the tasks you confirm.