Results 1 to 10 of 316
Hybrid View
-
19th Oct 2010, 04:10 PM #1BannedWebsite's:
SmartWarez.org SwoImage.com MazaOnline.comif we only want HF + FS live links( Clickable), then how we will do it?
AoN Reviewed by AoN on . Make Hotfile, Fileserve, 10+ Filehost's Links Clickable First of all thanks to ashutariyal # and Mr-R-T. It's the same script but I edited and put all those filehosts. Filehosts Added: 2shared.com 4shared.com 9q9q.net Adrive.com Arabsh.com ************ Rating: 5
-
19th Oct 2010, 04:12 PM #2Bow Chicka Wow Wow!!Website's:
scenerls.org wrz.coremove other links part.
-
19th Oct 2010, 04:13 PM #3OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgCode:jQuery.fn.textNodes = function() { var ret = []; this.contents().each(function() { var fn = arguments.callee; if(this.nodeType == 3) { ret.push(this); } else if(this.nodeType==1 &&!( this.tagName.toLowerCase()=='script' || this.tagName.toLowerCase()=='head' || this.tagName.toLowerCase()=='iframe' || this.tagName.toLowerCase()=='textarea' || this.tagName.toLowerCase()=='option' || this.tagName.toLowerCase()=='style' || this.tagName.toLowerCase()=='title' || this.tagName.toLowerCase()=='a')){ jQuery(this).contents().each(fn); } }); return ret; } jQuery.fn.hfautolink = function() { re_link2 = new RegExp('(https?://(?:[A-Z0-9]\.)*(?:hotfile.com)[-()A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|])', "ig"); re_link3 = new RegExp('https?://(?:[A-Z0-9]\.)*(?:hotfile.com)[-()A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|]', "i"); re_link4 = new RegExp('(https?://(?:[A-Z0-9]\.)*(?:fileserve.com)[-()A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|])', "ig"); re_link5 = new RegExp('https?://(?:[A-Z0-9]\.)*(?:fileserve.com)[-()A-Z0-9+&@#/%?=~_|!:,.;]*[A-Z0-9+&@#/%=~_|]', "i"); this.each(function(i){ jQuery.each($(this).textNodes(), function(i, node){ text = node.nodeValue; if(re_link3.test(text)){ newNode=document.createElement('span'); text=jQuery('<div/>').text(text).html(); newNode.innerHTML=text.replace(re_link2, '<a href="$1" target="_blank">$1</a>'); node.parentNode.replaceChild(newNode, node); } else if(re_link5.test(text)){ newNode=document.createElement('span'); text=jQuery('<div/>').text(text).html(); newNode.innerHTML=text.replace(re_link4, '<a href="$1" target="_blank">$1</a>'); node.parentNode.replaceChild(newNode, node); } }); }); } $(function() { $("div").hfautolink(); });
-
19th Oct 2010, 04:35 PM #4OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgSorry, my bad, edited.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Make the links under BBcode clickable?
By PlusOne in forum vBulletinReplies: 1Last Post: 26th Apr 2011, 06:06 PM -
Make download links clickable (Hotfile/FileServe) in vBulletin
By Rapid4All in forum vBulletinReplies: 40Last Post: 5th Mar 2011, 10:30 PM -
Make links clickable.
By happyvalentine in forum Technical Help Desk SupportReplies: 3Last Post: 17th Feb 2011, 11:49 AM -
How to make Clickable Hf Links?
By Itkraze in forum vBulletinReplies: 2Last Post: 10th Feb 2011, 02:52 PM -
[Hiring] Make Links Clickable
By Dj Mad in forum Completed TransactionsReplies: 0Last Post: 28th Jul 2010, 12:46 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...