If the code folder is used by several websites, to avoid conflicts in links.db, use the following parameter:
<?php $o = array(); $o['multi_site'] = true; //Indicates several websites to the script $client = new LINKS_client($o); ?>
In this case, an individual file with links will be created for each website.