01-13-2014, 08:19 PM
Pages: 1 2
01-14-2014, 07:24 AM
good script, but I need help, I do not want to put adsense, how to put different ads in script?, and where I can put other ads thx
01-14-2014, 08:06 AM
(01-14-2014 07:24 AM)julian71 Wrote: [ -> ]good script, but I need help, I do not want to put adsense, how to put different ads in script?, and where I can put other ads thxopen sidebar.php
change the code below with your own ads and remember your ad should be 300 in width:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Sfasfd -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="<?php echo$ad['side_pub']; ?>"
data-ad-slot="<?php echo$ad['side_unit']; ?>"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
01-15-2014, 04:56 AM
thanks mate I'll try :)
08-08-2014, 10:36 PM
IM ALWAYS LATE ... DAM N :(
Pages: 1 2