Need some coding done (-15 minutes work)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wfb
    Confirmed User
    • Oct 2007
    • 310

    #1

    Need some coding done (-15 minutes work)

    Can pay by paypal or epassporte.

    Some time back I made a javascript that ads a prefix to and domain link on my blog.
    This prefix will cause a topframe on the outgoing website.

    The prefix I add is 'linkout/o.php?out='

    However I wish to blaclist s ome sites from not getting a topframe added. I was able to do this by manually adding the exact link in my javascript. However I cant just add a domain name. for instance rapidshare.com ; I need to add http://rapidshare.com/link1 and then link2 etc etc. Which makes it hard to use.

    Someone told me you can solve this with regex, however I gave up on that 4 months ago. But now I'm getting an error on my blog with some links, so i need the setup to handle just the domain names.

    Anyone able to fix this ?

    The script:

    function wfbframe(title)
    {
    var anchorTags = document.getElementsByTagName("a");
    var returnLink = window.location;

    for(var i=0; i < anchorTags.length; i++)
    {
    var anchorTag = anchorTags[i];

    if(anchorTags[i].id != 'adworldnoframe')
    {
    if (anchorTag.href!='http://www.trafficholder.com/in/in.php?xxxx' && anchorTag.href!='http://proscriptio.skinvideo.com/' && anchorTag.href!='http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=' ) { // add more URLs here in the same way
    anchorTag.href = 'linkout/o.php?out=' +
    anchorTag.href ;
    }
    }

    }
    }
    AWE (average ratio 1:300)
    The first 100$ you earn you receive an additional 100$
    Free Epassporte (+visacard) ; Free Payoneer (+mastercard)
    AWE : Adult Webmaster Empire


    Skinvideo, its a good search for videos for you visitors + GIVES FREE MEMBER ACCESS FOR WEBMASTERS
  • masterut
    Confirmed User
    • Jan 2006
    • 1080

    #2
    Hit me up I have now some time
    ICQ: 354013946
    custom programming, slicing, integrations (NATS, Smart Tube Pro, Predator, Wordpress, Joomla, etc.)

    Comment

    • wfb
      Confirmed User
      • Oct 2007
      • 310

      #3
      mailed you
      AWE (average ratio 1:300)
      The first 100$ you earn you receive an additional 100$
      Free Epassporte (+visacard) ; Free Payoneer (+mastercard)
      AWE : Adult Webmaster Empire


      Skinvideo, its a good search for videos for you visitors + GIVES FREE MEMBER ACCESS FOR WEBMASTERS

      Comment

      Working...