View Single Post
  #2  
Old 06-19-2008, 05:39 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Problem with installing link exchange script

Quote:
Originally Posted by Pilnik
Hi all,
.........

Maciej

Try to do so:
1. In the end of the file "auth.php" add next lines:

PHP Code:
ini_set ("include_path"ini_get ("include_path") . ':../:../../:../../../:../../../../'); 
include_once (
'linkor.php'); 

$link_change =  linkor_wyswietl_poz();

$smarty->assign("link_change"$link_change); 


2. Add the code in the template for the output links (for. exmpl in the end of the file "skin1/bottom.tpl" - links will appear at the bottom of the site):
PHP Code:
{$link_change
Reply With Quote