MyBB Community Forums

Full Version: How to add a adfly Full page script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi



i want to add each link on adfly link, on adfly fullpage script is available where to add this script


Please Help me This Below Mentioned two type scripts are available


If you have a website with 100's or 1000's of links you want to change over to adf.ly then please use the script below.

Simply copy-and-paste the code below on to your webpage or blog and the links will be updated automatically - simple!

You can add or remove any domains for the code that you use on your website.
<script type="text/javascript">
var adfly_id = ;
var adfly_advert = 'int';
var popunder = true;
var domains = ['depositfiles.com', 'rapidshare.com', 'vip-file.com', 'smsfiles.ru', '4files.net', 'turbobit.ru', 'uploading.com', 'letitbit.net', 'depositfiles.ru', 'sms4file.com', 'ifolder.ru', 'hotfile.com', 'anyfiles.net', 'sharingmatrix.com', 'megashare.com', 'megaupload.com', 'rapidshare.de', 'rapidshare.ru', 'uploadbox.com', 'filefactory.com', 'filefactory.ru', 'filepost.ru', 'onefile.net', 'freefolder.net', 'getthebit.com', 'turbobit.net'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>

Or if you wish to change every link to adf.ly on your website (without stating exactly which domains) please use the following code.
<script type="text/javascript">
var adfly_id = ;
var adfly_advert = 'int';
var popunder = true;
var exclude_domains = ['example.com', 'yoursite.com'];
</script>
<script src="https://cdn.adf.ly/js/link-converter.js"></script>
Please some one help me
you can add the second code at the bottom of footer template.
Thanks M for your reply



(2015-06-24, 05:25 AM).m. Wrote: [ -> ]you can add the second code at the bottom of footer template.