Looking for a code fix

Status
Not open for further replies.

Divvy

Active Member
806
2009
18
0
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.
Code:
<script type="text/javascript" src="http://www.enigma*********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.
Code:
<script type="text/javascript" src="http://www.enigma*********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?
 
1 comment
Status
Not open for further replies.
Back
Top