At the top of your custom file, look for the THIS_SCRIPT definition:
PHP Code:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'test');
Make sure that you have changed it from
test to
museumlinks. Then, use the if conditional given on vB.com to surround your advertising code:
Code:
<vb:if condition="THIS_SCRIPT != 'museumlinks'">
AD CODE HERE
</vb:if>