Results 1 to 3 of 3
-
22nd Oct 2012, 08:38 PM #1OPMemberWebsite's:
Proaudiozone.info HdMoviesNxT.comhelp regarding Hide links with anonym.to
hi guys i have my site proaudiozone.info i need to automatic get homepages of post's get like this
the original link is
http://www.sonokinetic.net/products/classical/vivace/
convert it to this
http://anonym.to/?http://www.sonokin...ssical/vivace/
exept filehost links
like rapidshare, extabit, ul.to
so can anyone help me regarding this, i find a same idea but with adf.ly, so anyone can give me solution for this to anonymz my links.Proaudiozone.info Reviewed by Proaudiozone.info on . help regarding Hide links with anonym.to hi guys i have my site proaudiozone.info i need to automatic get homepages of post's get like this the original link is http://www.sonokinetic.net/products/classical/vivace/ convert it to this http://anonym.to/?http://www.sonokinetic.net/products/classical/vivace/ Rating: 5
-
26th Oct 2012, 05:55 PM #2Member
You can try something like this in your functions.php:
PHP Code:function anonymize_links($content) {
$content = preg_replace('#href="([^"]+)"#', 'href="http://anonym.to/?$1"', $content);
return $content;
}
add_filter('the_content','anonymize_links');
-
26th Oct 2012, 05:58 PM #3OPMemberWebsite's:
Proaudiozone.info HdMoviesNxT.comit's done thnx for the help, MODS please close the thread.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Hide Links in Code tag
By Myth? in forum vBulletinReplies: 1Last Post: 6th Feb 2012, 03:27 AM -
another good way to hide your links
By vincentfkc in forum Useful SitesReplies: 0Last Post: 3rd Dec 2011, 10:35 PM -
anonym.to external links excluding your Affiliates
By Prince in forum Webmaster ResourcesReplies: 0Last Post: 12th Oct 2009, 04:52 PM -
anonym links in mybb
By r0ck in forum Web Application/Script SupportReplies: 0Last Post: 6th May 2009, 12:27 AM -
would you hide links in your forum?
By hscorp in forum Webmaster DiscussionReplies: 13Last Post: 26th Mar 2009, 05:10 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...