I have this line in passthru.php echo preg_replace ("/<\/body>/i", $ad_network[0] . ' - ' . $ad_network[1] . ' - ' . $ad_network[2] . '</body>', file_get_contents(str_replace ('../', '', $_REQUEST['file']))); What happens is I get randomness in the ad format. Sometimes all three will be text format ad, sometimes one will be in a box. Is there a way to get all three to be consistently text?
Flush your ad_network_ads.txt file. Sounds like you had the ad_network PHP file setup one way, and then changed it to another, with some of the first ads still in your cache.
Thanks. That works. Only issue now is sometimes (sometimes not) the same ad will show up in two of the three.