Introduction

When a link is submitted, edited, or scanned LinkX will check the site URL and recip URL pages to see if a link to your site is in place. To search for this link, you will need to configure the HTML code that LinkX should search for. The Reciprocal Links function allows you to do just that, and this document covers this topic.

Reciprocal Link Search Type

When you add a reciprocal link you have the option of specifying if it is a regular expression. Regular expressions are more complex than standard searches that simply look for the item as-is, but they add a great amount of flexibility. In LinkX the Perl Compatible Regular Expressions format is used for regular expressions. If you are not familiar with regular expressions, please see the Pattern Syntax portion of the PHP manual for additional information. If you check the Regular Expression box on the reciprocal link add/edit form, the item(s) you enter will be treated as regular expressions and used to match against the HTML code of the site URL and recip URL pages.

If the values you enter are not regular expressions, be sure to leave that box unchecked. This will cause a normal search to occur which will match the item you enter anywhere within the HTML code. For example, if you enter the code "http://www.yoursite.com" as a reciprocal link and someone submits a site with the HTML code "<a href="http://www.yoursite.com/index.html">YourSite Name</a>", this will match the "http://www.yoursite.com" reciprocal link since it appears in the HTML code. Note that the search is case-insensitive and will match not only exact HTML code, but also portions of code.

Viewing/Searching Reciprocal Links

To view or search your currently configured reciprocal links, access the Settings > Reciprocal Links function from the control panel menu. This will display a page where you will be able to see the currently configured reciprocal links and search them if you wish.

In the table that displays the reciprocal links items, you will find a couple of functions that you can run on a single reciprocal link. Each of those functions are described below. In addition to running these functions on single reciprocal links, you can also run the delete function on multiple reciprocal links at once. To run the delete function, put a check in the checkbox next to the reciprocal links you want to delete, then press the Delete button at the bottom of the page.

Adding a Reciprocal Link

To add a new reciprocal link access the Settings > Reciprocal Links function from the control panel menu. This will display your currently configured reciprocal links. Near the top of the page in the header bar that reads "Reciprocal Links" click on the icon. This will display a popup window where you will be able to enter the data for the new reciprocal link that you want to add. Each of the form fields are described below. Once you have filled in all of the fields as you want them, press the Add Reciprocal Link button. This will add the new item to the database, and it will be activated immediately.

Editing a Reciprocal Link

To edit a reciprocal link you will fist need to locate it through the View/Search interface. When you locate the item you want to edit, click on the icon to bring up the reciprocal link editing interface. This interface is nearly identical to the reciprocal link addition interface, and has the same form fields with the same properties. You can make the changes that you want, and then press the Update Reciprocal Link button to save your changes.

Deleting a Reciprocal Link

To delete a reciprocal link you will fist need to locate it through the View/Search interface. When you locate the item you want to delete, click on the icon, which will ask you to confirm the deletion.

You can also delete several reciprocal links at once by putting a check in the box next to the links you want to delete, then pressing the Delete button at the bottom of the page.