I am runing a php website. www.angelstrade.com. I placed the .php and .txt file on public_html, and put the below code on my footer. what am I not doing right. Do I need to put something on .htaccess? please help <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_146.php'); echo $ad_network; ?>