Jump to content

Looking for a fix


Divvy

Recommended Posts

Hello friends,

 

Does anyone know this script?

http://www.cobrascripts.com/products.php?product=URL-Shortener-With-Advertisement-Support

 

Works great, but have an issue in this feature:

If you have a website with 100's or 1000's of links you want to change over to EnigmaURL 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 or your website.

<script type="text/javascript" src="http://www.enigmaurl.com/js/fp.js.php"></script> 
<script type="text/javascript">
    var _x3 = _x3 || new _nsurls();
    _x3.push(['accountID', '1']);
    _x3.push(['adType', 'int']);
    _x3.push(['allowDomains', ['yoursite.com', 'example.com',]]);
    _x3.run();
</script>

 

Or if you wish to change every link to EnigmaURL on your website (without stating exactly which domains) please use the following code.

<script type="text/javascript" src="http://www.enigmaurl.com/js/fp.js.php"></script> 
<script type="text/javascript">
    var _x3 = _x3 || new _nsurls();
    _x3.push(['accountID', '1']);
    _x3.push(['adType', 'int']);
    _x3.push(['disallowDomains', ['google.com', 'example.com',]]);
    _x3.run();
</script>

 

 

I added this code before the </head> but didn't work...

What could be wrong?

 

Can someone please help me?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.