PDA

View Full Version : Link Exchange Code


datarecall
08-12-2005, 09:59 AM
Hello I need to insert this into the footer :
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../:../../../../../');
include ('lvNk1JE85mOW7W7i7H.php');
echo DisplayLinks(5,'',' - ','','');
?>

those files are in my root directory i have tried adding it but it doesnt seem to work.

Thanks

yktan
08-12-2005, 10:48 AM
Hi datarecall, one way is like this:

Open footer.tpl or main.tpl
Add this anywhere you want:
Content visible to registered users only.

Open index.php (and every php file that uses the tpl file that you modified)
Find:
Content visible to registered users only.
Add BEFORE:
Content visible to registered users only.