I've uploaded the php and txt file + set permissions. Inserted the code in my footer file but they don't display . The footer file is not in root , it's in 2 direcs below . Maybe it's a full path issue but I'm not sure where to put the path The url is unwiredcountry.com <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_244.php'); echo $ad_network; ?> The path to the ad_network_244.php file is /public_html Thanks for any help guys .