If i put: ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[0]; echo " | "; include ('ad_network.php'); echo $ad_network[1]; echo " | "; include ('ad_network.php'); echo $ad_network[2]; echo " | "; include ('ad_network.php'); echo $ad_network[3]; echo " | "; include ('ad_network.php'); echo $ad_network[4]; in the "include/footer,php" the web don´t load i speak english very bad but i think you understand these Can you help me, please?
url is kikepc.com Now is don´t put the code because when i put the code in includes/footer.php the web don´t load. I follow the instructions I dont understand...
Not sure.. The code probably clashes with OSC code. You might have to make a module for it of some sort.
The simplest way to call from the catalog is to create an include to a blank php file in one of the include files and then call the adnetwork from that file.
When I did it for my oscommerce store I had to put the ad network files in the servers root directory not in the oscommerce include directory. I modified (edit: hacked) the code later so that it would read the required ad network files (including .txt) from the oscommerce includes folder. Just put the ad network files in the root directory. Hope that helps.