Cant implement popup and popunder code Cant implement popup and popunder code
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cant implement popup and popunder code

Started by roflberryfarms, April 06, 2012, 04:29:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roflberryfarms

Hello all. So I am trying to implement some popup and pounder code on my site. First I tried downloading and installing this --> http://forum.coppermine-gallery.net/index.php/topic,31166.html but it gave me an error and wouldn't work. So then I tried just installing my code by putting it in the custom header and or footer includes. But that won't work either for some reason or another. Can anybody help me out? Heres the code I'm trying to implement

<script type="text/javascript">
//default pop-under house ad url
infinityads_enable_pop = true;
infinityads_adhere_opt='left';
infinityads_frequencyCap =-1;
durl = '';
infinityads_layer_border_color = '';
infinityads_layer_ad_bg = '';
infinityads_layer_ad_link_color = '';
infinityads_layer_ad_text_color = '';
infinityads_text_link_bg = '';
infinityads_text_link_color = '';
infinityads_enable_text_link = true;
</script>
<script type="text/javascript" src="http://ads.lzjl.com/newServing/showAd.php?nid=5&pid=26712&adtype=&sid=46191"></script> <noscript><a href="http://www.yesads.com">online marketing</a></noscript>

Αndré


roflberryfarms

They are popup and pounder ads so it doesn't matter where they are placed. They should just come up on the screen no matter where the code is

Αndré

Adding the code to your theme's template.html file should work.