<p>В простейший движок (не использует БД) надо вставить код двух бирж ссылок. Инструкция прилагается.</p><p>Пример инструкции 1: </p><ol><li><p>You need to do the following PHP insertion at the beginning of the source code of those Website pages that you want to connect to the system:</p></li><li><p>Next, in those parts of the page where you would like to display backlinks, you need to insert the following code: <? echo $client->return_links($n); ?></p></li><li><p>In case the Website page is assembled by sequentially including several files (via include, require) or calling any functions, to call the code inside these files or functions, you need to define the variable $client as global when creating a client and before using it. That is, the initial client initiation will look like:</p></li><li><p>And subsequent use (already inside the included file or in the body of the function):</p></li></ol>