Installation
Previous  Next

After a TradeControl installation has been installed on your server, you will be able to include the following TradeControl templates:-

At the top of your index.php, include the following:-

<?php

$TC_PATH = '../TC';
$TC_URL = '/TC';

include $TC_PATH .'/site/inc_index.php';

?>

After your body tag, include the following:-

<?php include $TC_PATH .'/site/m.php'; ?>

(Used for the anti cheating system)

TradeControl will now load an image, which 'verifies' a visitor.
Including the m.php file is optional, but needed if you want to use the anti cheating system.

Make sure you have installed your license files properly, in the licenses folder of the TradeControl server, before you add the code above.