Archive contains: 72f2b55c3944cdc600ed0f856acb6227c425c709 - Plugin directory - magenet.php - Plugin file - index.php - Directory index file - readme.txt - Instructions file (this file) Install instructions 1. Unpack archive 2. Copy into site root directory (Example: /home/user/site.com/72f2b55c3944cdc600ed0f856acb6227c425c709) 3. Change plugin directory mod to 777 (Example: chmod 0777 72f2b55c3944cdc600ed0f856acb6227c425c709) 4. Copy below code and past to top of php-file 5. Copy below code and past to needed part of php-file getLinks($n); ?> 6. $n - number links to show (Example: echo $magenet->getLinks(1); // one after menu echo $magenet->getLinks(2); // two after content echo $magenet->getLinks(); // all other to footer Warning: last call of functions without parametrs )