MyBB Community Forums

Full Version: Adf.ly link change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
var exclude_domains = ['what to put here?', 'here will be my site.com',];

What will be in example.com?
(2012-10-02, 07:03 AM)asad3man Wrote: [ -> ]var exclude_domains = ['what to put here?', 'here will be my site.com',];

What will be in example.com?

Nothing. It's an example how to put in multiple sites. Just put in one website.
(2012-10-03, 12:00 AM)Cyberuben Wrote: [ -> ]
(2012-10-02, 07:03 AM)asad3man Wrote: [ -> ]var exclude_domains = ['what to put here?', 'here will be my site.com',];

What will be in example.com?

Nothing. It's an example how to put in multiple sites. Just put in one website.

Without www? Goign to add.

<script>
var adfly_id = 159475;
var adfly_advert = 'int';
var exclude_domains = ['agilegraphics.net.tc/showthread.php?',];
</script>
<script src="http://adf.ly/js/link-converter.js"></script>

This code is working , but it changing all the links like when i want to go lounge , it works there too. but i want to work with them with download links.















Never Mind it worked.....
<script>
var adfly_id = 159475;
var adfly_advert = 'int';
var exclude_domains = ['agilegraphics.net.tc/showthread.php?',];
</script>
<script src="http://adf.ly/js/link-converter.js"></script>


were i put this code?
Pages: 1 2