Results 11 to 20 of 30
-
13th May 2010, 06:29 PM #11
-
13th May 2010, 06:40 PM #12Respected Developer
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); }
There was a typo in it. Try again now.
-
13th May 2010, 06:46 PM #13MemberWebsite's:
litewarez.net litewarez.com triniwarez.comtypo 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
-
14th May 2010, 09:30 AM #14The Wise OneWebsite's:
twilight.ws ddlrank.comThe 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 anywaysI can always be contacted by sending a tweet @twilightws
-
14th May 2010, 01:01 PM #15MemberWebsite's:
litewarez.net litewarez.com triniwarez.comWhoo, 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
-
26th Jul 2010, 04:43 PM #16BannedWebsite's:
takedownpiracy.com
-
26th Jul 2010, 04:48 PM #17
-
26th Jul 2010, 09:30 PM #18BannedWebsite's:
takedownpiracy.com
-
27th Jul 2010, 02:21 PM #19MemberWebsite's:
undergroundforums.org crackhackforums.comHowd you do this in vbulletin?
Underground Forums Owner
-
27th Jul 2010, 02:23 PM #20BannedWebsite's:
takedownpiracy.comU need to use a js,i think its the way http://www.exbii.com/ are doing it. I think.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Live Link Restricter - Choose how many posts a member needs to post live links!
By Exel in forum Webmaster ResourcesReplies: 0Last Post: 6th Jun 2012, 06:22 AM -
Can you help? Making Iframe clickable?
By M.D.House in forum General DiscussionReplies: 4Last Post: 28th Dec 2011, 08:38 PM -
DLE Clickable Links
By crys18 in forum Webmaster ResourcesReplies: 8Last Post: 28th Jul 2011, 10:09 AM -
making an image clickable to insert a tag
By Chris2k in forum vBulletinReplies: 6Last Post: 14th Jan 2011, 07:01 PM -
Live clickable links on IPB3
By Gh0st in forum IP.BoardReplies: 8Last Post: 30th Aug 2010, 11:02 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...