Results 41 to 50 of 316
-
16th Oct 2010, 05:43 PM #41OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.org
-
17th Oct 2010, 09:20 PM #42Member
Lol @ this totally coming from my script. But whats the point of doing a new regex for each host? :/
Just put them all in one group, ie (?:hotfile\.com|netload\.in)
Also, you need to escape your dots in the regex...
Why even release this nubby script, srsly?
-
17th Oct 2010, 09:29 PM #43OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgDon't like it don't use it, pls don't spam!
I never saw your topic for this.
-
19th Oct 2010, 06:27 AM #44Member
Could somebody help please?
If I want a specify domain clickable but there's "http://anonym.to?" before the address using this script , how should I edit it?
I try to use
PHP Code:newNode.innerHTML=text.replace(re_link8, '<a href="http://www.anonym.to/?$1" target="_blank">$1</a>');
Edit: Forgot to put a "}". Now finally works.
-
19th Oct 2010, 03:44 PM #45OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgLot of filehosts added, enjoy!
-
19th Oct 2010, 03:48 PM #46MemberWebsite's:
UsersTracking.com WhatIsNanoSim.com TVShowsBB.com WhatIsSurfaceTablet.com WhatIsLoan.netWorks great on Wordpress 3.0.1!
Thanks!
Regards.Nano Sim Cutter | TVShowsBB.com | UsersTracking.com - Online Visitor Counter
WhatIsSurfaceTablet.com | What Is Loan
-
19th Oct 2010, 04:05 PM #47OPMemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgEnjoy mates!
-
19th Oct 2010, 04:10 PM #48BannedWebsite's:
SmartWarez.org SwoImage.com MazaOnline.comif we only want HF + FS live links( Clickable), then how we will do it?
-
19th Oct 2010, 04:12 PM #49Bow Chicka Wow Wow!!Website's:
scenerls.org wrz.coremove other links part.
-
19th Oct 2010, 04:13 PM #50OPMemberWebsite'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(); });
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
themaPoster - post to forums and...
Version 5.36 released. Open older version (or...