Backlinkseller (EN)

Brings your Backlinkseller advertising slots into the YOOtheme Pro page builder as an element · Version 2.7.5 · Stand 07.09.2026

Backlinkseller at a glance

What the extension does

The extension brings your Backlinkseller advertising slots into the YOOtheme Pro builder as an element of its own. You place the element where the links are to appear and style it like any other list in the builder — bullets, columns, spacing, link style.

Until now the slots had to be built in through a child theme or a custom template fragment. That is no longer necessary: the extension is a plugin that registers itself with the builder.

The screenshots in this manual were taken on a German Joomla installation. The extension follows the language of your installation, so the labels appear in English on an English backend.

  1. While the page is being built, the element asks the Backlinkseller service for the links intended for this exact page address.
  2. The answer is taken apart: address, link text and the text before and after it are extracted from every entry.
  3. The element outputs the entries as a list — in the style you set in the builder.
  4. The result is cached so that not every page view triggers a new request. For how long is up to you.

What you need for it

A child theme is not required. An existing one does no harm either.

What you can configure

The credentials live centrally in the plugin settings, not on the individual element: ID, channel, cache lifetime and optionally a fixed page address. The appearance, by contrast, is set per element in the builder — so you can present the same account differently on different pages.

The details are under Plugin settings and Using the element in the builder.

Important before you go live

The Backlinkseller service is contacted unencrypted, and every request transmits the visitor's IP address and the requested page address to the service. Both have consequences for your privacy policy. Please read Privacy and security before enabling this on a public website.

Applies to version 2.7.5.

Deutsche Fassung

Requirements and installation

Requirements

The extension works without Joomla's compatibility plugin. If you have enabled it for other reasons, that does no harm — it is simply not needed here.

Installation

  1. Download the installation package plg_system_backlinkseller-x.y.z.zip from your customer account on graup-it.de.
  2. In the Joomla backend, open System → Install → Extensions.
  3. Drag the ZIP file into the upload area or select it via Browse.

On a first installation the plugin is enabled automatically. You will find it afterwards under System → Plugins as System - Backlinkseller.

The plugin list with the enabled entry „System - Backlinkseller

After the installation an overview panel appears showing the installed version and the entry points to Getting started, Download key and Manual. After an update, the changelog takes the place of "Getting started".

The overview panel after an update, with the version number and the cards What's new, Enable updates and Help

If the environment does not fit — Joomla too old, PHP too old — the installation stops with a clear message instead of leaving behind an extension that silently fails later.

After the installation

Uninstalling

Uninstall the plugin via System → Manage Extensions. The extension creates no database tables of its own; nothing is left behind. Elements you have placed in the builder lose their output afterwards — remove them from the affected pages beforehand.

Applies to version 2.7.5.

Deutsche Fassung

Download key and updates

Backlinkseller receives updates through the official Joomla update mechanism. To allow your website to fetch them, enter your personal download key once.

Entering the download key

  1. Create your download key in your customer account on graup-it.de (menu item Download IDs). One key applies per website and covers all extensions obtained through it.
  2. In the backend, open System → Update → Update Sites.
  3. Open the entry Backlinkseller Updates and enter the key into the field Download Key.
  4. Save.

Make sure to paste the key without leading or trailing spaces. A space copied along with it makes the update fail with an error message ("URL rejected" or "Package download failed").

Installing updates

  1. Open System → Update → Extensions.
  2. If a new version is available, Backlinkseller appears in the list. Select it and click Update.
  3. Joomla downloads the package using your download key, verifies the checksum and installs the new version. Your settings and your builder layouts are preserved.

If Joomla finds no update although a new version exists, click Check for Updates first to refresh the cache.

The manual route

You can also install any version by hand: download the ZIP and install it via System → Install → Extensions, just like the first installation. An update through the package overwrites the existing installation and keeps your settings.

Applies to version 2.7.5.

Deutsche Fassung

Plugin settings

The credentials live centrally in the plugin, not on the individual element. You find them under System → Plugins in the entry System - Backlinkseller.

The plugin settings with the fields Backlinkseller ID, page URL, Backlinkseller channel, cache time and debug mode

Backlinkseller ID

Your ID from backlinkseller.de, for example 123456789.987654321. You find it in your Backlinkseller account. Without it the element delivers nothing — in debug mode a corresponding notice appears, in normal operation the slot simply stays empty.

Only digits and dots are accepted; everything else is discarded before the request.

Page URL (optional)

Backlinkseller assigns the links to a page address. Leave the field empty and the extension reports the address actually being requested — that is the normal case and right for most websites.

Enter a fixed address here only if all advertising slots are to be assigned to the same address regardless of the page being viewed.

A fixed address applies to the whole website. If you place the element on several pages, they all report the same address to Backlinkseller — and receive the same links.

Backlinkseller channel

The channel determines which server the request goes to: channel1 through channel9. The default is channel4. Change the value only if Backlinkseller explicitly asks you to.

Cache time (seconds)

How long an answer once fetched is reused before asking again. Default: 300 seconds (5 minutes), permitted are 0 to 3600.

The cache is shared by all visitors, not kept per visitor. It is keyed by ID, page address and channel.

Debug mode

Shows the unprocessed answer of the service in the element, the entries derived from it and any error messages. It also switches the cache off.

Switch it on for testing only, and off again afterwards. In debug mode visitors see technical output, and every page view triggers a request of its own.

What the element itself brings along

Everything to do with appearance — list type, bullets, columns, text style, link style, separator — is set on the element in the builder, not here. See Using the element in the builder.

Applies to version 2.7.5.

Deutsche Fassung

Using the element in the builder

Inserting the element

  1. Open the page in the YOOtheme builder.
  2. Add a new element and choose the group Graup-ITBacklinkseller in the element browser.
  3. Save the page and open it in the frontend — the links appear there.

The element browser of the builder with the group Graup-IT and the element Backlinkseller

Inside the builder you usually do not see the links: the request depends on the address of the page being viewed, and the preview has a different one. To check the setup there is test mode, see below.

Test mode

The switch Test mode on the element replaces the list of links with an overview of the values arriving from the plugin settings: ID, channel, page address, cache lifetime and debug state. If no ID is stored, it says so explicitly.

This is how you check whether the element sees the settings — without depending on a real answer from the service. Switch it off again before publishing.

Appearance

The element follows the styling of the YOOtheme list element. You set:

On top of that come the usual YOOtheme settings for spacing, width, alignment, animation and visibility.

How an entry is put together

Backlinkseller usually delivers one link per entry with some text before or after it. The extension separates the two and outputs them in this order: text before, link, text after. If an entry contains no usable link, it appears as plain text.

Only the address, the link text and the attributes rel, target and title are taken from the link. Everything else in the answer is discarded — that is a security measure, see Privacy and security.

Several elements on one page

You can place the element more than once. All elements share the same plugin settings and therefore the same request — so they show the same links, but they can be styled differently.

Applies to version 2.7.5.

Deutsche Fassung

Privacy and security

This page sums up what you as the operator need to know before the extension runs on a public website. The points come from the security audit for version 2.7.0.

Which data leaves your server

Every request to the Backlinkseller service transmits:

This is relevant under data protection law. An IP address is personal data. Include the transfer to Backlinkseller in your privacy policy and check whether you have a legal basis for it. This extension does not make that decision for you.

According to the imprint of backlinkseller.de the recipient is Intelions OÜ, Pae 25-47, 11414 Tallinn, Estonia. Estonia is an EU member state — so this is not a transfer to a third country. You need the name to identify the recipient in your privacy policy.

The IP address is taken from the connection itself and never read from request headers — it therefore cannot be forged from outside.

Cache and IP address

The cache is keyed by ID, page address and channel, not by visitor. As long as an answer sits in the cache, no request is made — and therefore no IP address is transmitted. A higher cache time thus reduces the amount of data passed on.

Unencrypted connection

The request goes over http://. That is not negligence on the part of the extension but a constraint of the service: the request servers channel1 through channel9 accept unencrypted connections only — port 443 is not open there, a connection attempt is refused. (The website backlinkseller.de itself is reachable over https; the request servers are not.) The provider's own official integration code addresses port 80 as well.

Whoever controls the connection in between could in theory alter the answer.

What such an interference could achieve is deliberately kept narrow. The extension does not adopt the answer as HTML but reads out individual values on purpose:

A residual risk remains: an attacker in that position could substitute links other than those Backlinkseller intended. As long as the service offers no TLS, that cannot be ruled out from this side.

Availability

If the service does not answer, the extension tries a second address and then gives up. Each attempt waits at most 5 seconds — so in the worst case the page build takes about 10 seconds longer.

Error responses are deliberately not cached, so that a disruption recovers by itself as soon as the service is reachable again. The flip side: while the disruption lasts, every page view pays that time.

If the service is unreachable for a longer period, take the element off the page temporarily or disable the plugin. Raising the time limit does not help — it limits the damage, it does not cause it.

What the extension does not do

Applies to version 2.7.5.

Deutsche Fassung

Common questions and troubleshooting

The element does not appear in the builder

  1. Is the plugin enabled under System → Plugins?
  2. Is YOOtheme Pro active as the site template? Without YOOtheme the plugin has no effect — that is by design, not a malfunction.
  3. Clear the YOOtheme cache: YOOtheme → Settings → Advanced → Clear Cache. The element browser is cached.
  4. Look in the element browser under the group Graup-IT, not among the standard elements.

The element is there, but no links appear

Switch on test mode on the element and look at the page in the frontend. The overview shows which values arrive.

Switch both off again after troubleshooting. Debug mode disables the cache, test mode replaces the list of links with the overview.

The messages in debug mode

The page shows different links than expected

Backlinkseller assigns the links to the page address reported to it. Check in test mode which address is being reported. If a fixed page URL is set in the plugin, it applies to all pages alike — clear the field so that every page reports its own address.

That is the cache. Wait out the configured cache time (default 5 minutes) or clear the Joomla cache under System → Clear Cache.

The page builds noticeably more slowly

Most likely the service is not answering at the moment. Every request waits up to 5 seconds, and there is a second attempt on a different address. Error responses are not cached so that the situation recovers by itself — but while the disruption lasts, that costs time on every page view. More on this under Privacy and security.

Also check whether the cache time was accidentally set to 0 or debug mode is still active — both switch the cache off.

Do I have to create a child theme?

No. The extension registers itself with the builder. An existing child theme does no harm either.

Do I need the Joomla compatibility plugin?

No. The extension uses only interfaces that Joomla 6 provides without that plugin.

Does the extension work with Joomla 5?

No. From version 2.7.0 on, Joomla 6 and PHP 8.3 are required. On older installations the installation stops with a notice instead of setting itself up and failing later.

Applies to version 2.7.5.

Deutsche Fassung

Changelog

This changelog lists every released version of Backlinkseller, the most recent first.

This page is generated automatically from the product's changelog file when a release is made. Changes made by hand are lost at the next synchronisation.

Version 2.7.5 – 16 August 2026

Fixed

Version 2.7.4 – 14 August 2026

Fixed

Language

Version 2.7.3 – 1 August 2026

Fixed

Version 2.7.2 – 1 August 2026

Changed

Version 2.7.1 – 1 August 2026

Fixed

Version 2.7.0 – 31 July 2026

Added

Changed

Fixed

Language

Version 2.6.0 – 6 June 2026

Notes

Deutsche Fassung