Activity Stream
48,167 MEMBERS
6863 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30
  1.     
    #11

  2.   Sponsored Links

  3.     
    #12
    Respected Developer
    Quote Originally Posted by SJshah View Post
    @hyperz, is there a way of putting that into a javascript file?
    I haven't touched JS in over 4 years but if my memory doesn't fail me this should do it:

    Code: 
    if (document.addEventListener)
    { 
        document.addEventListener('load', replaceLinks, false); 
    }
    else if (document.attachEvent)
    { 
        document.attachEvent('onload', replaceLinks);
    }
    
    function replaceLinks()
    {
        var html = '<a href="$1$2">$1$2</a>';
        var search = /(http:\/\/hotfile.com\/)([\w\d\/&=#%.-_?]*)\s/gi;
        
        document.body.innerHTML.replace(search, html);
    }
    Add a link to the js file in the <head> part of the html.

    Quote Originally Posted by deAthbLisS View Post
    @Hyperz.. not working
    There was a typo in it . Try again now.

  4.     
    #13
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    typo being the un-escaped backslash :/ i thought that might be it
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  5.     
    #14
    The Wise One
    Website's:
    twilight.ws ddlrank.com
    The reason why people avoided live links back in the days was to avoid that sites like knew where people were coming from. Example if rapidshare would see 50k people comming from siteX... The site would be more vulnerable meh

    Good code anyways
    I can always be contacted by sending a tweet @twilightws

  6.     
    #15
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    Whoo, as this system is based on javascript means that only browsers that support javascript will be able to see the download link as an href within the DOM.

    I dont think any search bot supports javascript, and there for search bots will see as text!

    this only applies to firefox,google chrome, internet explorer etc.
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  7.     
    #16
    Banned
    Website's:
    takedownpiracy.com
    Quote Originally Posted by Hyperz View Post
    I haven't touched JS in over 4 years but if my memory doesn't fail me this should do it:

    Code: 
    if (document.addEventListener)
    { 
        document.addEventListener('load', replaceLinks, false); 
    }
    else if (document.attachEvent)
    { 
        document.attachEvent('onload', replaceLinks);
    }
    
    function replaceLinks()
    {
        var html = '<a href="$1$2">$1$2</a>';
        var search = /(http:\/\/hotfile.com\/)([\w\d\/&=#%.-_?]*)\s/gi;
        
        document.body.innerHTML.replace(search, html);
    }
    Add a link to the js file in the <head> part of the html.



    There was a typo in it . Try again now.
    Am i the only one that didnt understand this?

  8.     
    #17
    Member
    Website's:
    NoSeriously.org
    Ok a noobish question, would this work for IPB3?


  9.     
    #18
    Banned
    Website's:
    takedownpiracy.com
    Quote Originally Posted by Dj Mad View Post
    Am i the only one that didnt understand this?
    Any one wanna make this work for me ?Will pay?

  10.     
    #19
    Member
    Website's:
    undergroundforums.org crackhackforums.com
    Howd you do this in vbulletin?

    Underground Forums Owner

  11.     
    #20
    Banned
    Website's:
    takedownpiracy.com
    U need to use a js,i think its the way http://www.exbii.com/ are doing it. I think.

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 6th Jun 2012, 06:22 AM
  2. Can you help? Making Iframe clickable?
    By M.D.House in forum General Discussion
    Replies: 4
    Last Post: 28th Dec 2011, 08:38 PM
  3. DLE Clickable Links
    By crys18 in forum Webmaster Resources
    Replies: 8
    Last Post: 28th Jul 2011, 10:09 AM
  4. making an image clickable to insert a tag
    By Chris2k in forum vBulletin
    Replies: 6
    Last Post: 14th Jan 2011, 07:01 PM
  5. Live clickable links on IPB3
    By Gh0st in forum IP.Board
    Replies: 8
    Last Post: 30th Aug 2010, 11:02 AM

Tags for this Thread

BE SOCIAL