.Quick start   .Good to know   .PHP Installation     


Installation for PHP sites

LinkTruck Installation for sites written in php:
1. Download files available from page: LinkTruck files.
2. Unpack the archive and put files linktruck.txt and linktruck.inc.php on the server.
3. Change linktruck.txt permissions(chmod) to 666.
4. Paste code on your page

<?php
  
include_once('./linktruck.inc.php');

  
$domain_id = 123456;
  
$address = "MyDomain.org";
  
$file_name = "linktruck.txt";
  
$encoding = "iso-8859-2";

  
$LT_links = linktruck_links($domain_id, $address, $file_name, $encoding);

  echo
linktruck_merge_links($LT_links," | ");
?>

 
Copyright © 2005 LinkTruck.com All rights reserved
team@linktruck.com  |  Privacy policy  |  Contact form