Results 1 to 6 of 6
Threaded View
-
20th Jan 2010, 09:46 AM #1OPMemberWebsite's:
extremecoderz.com helpfultools.netPHPBB3 - Get rid of direct links [Simple]
Code:######################################################### ## Installation Level: Easy ## ## Installation Time: 2 minutes ## ## Files to edit: 3 ## ## message_parser.php ## ## bbcode.html ## ## functions_content.php ## ######################################################### ## Author Note: ## ## http://www.anonym.to/? can be changed ## ## to any custom redirecting page ## ## Compatible with PHPBB 3.0.6 ## ## By Avek ## ######################################################### # #-----[ OPEN ]------------------------------------------- # includes/message_parser.php # #-----[ FIND ]------------------------------------------- # line 298 $in = 'http://' . $in; # #-----[ REPLACE WITH ]----------------------------------- # $in = 'http://www.anonym.to/?' . $in; # #-----[ OPEN ]------------------------------------------- # styles/prosilver/template/bbcode.html styles/subsilver2/template/bbcode.html # #-----[ FIND ]------------------------------------------- # (line 55) || (line 36 in prosilver) <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> # #-----[ REPLACE WITH ]----------------------------------- # target="_blank" <!-- BEGIN url --><a href="http://www.anonym.to/?{URL}" class="postlink">{DESCRIPTION}</a><!-- END url --> # #-----[ OPEN ]------------------------------------------- # includes\functions_content.php # #-----[ FIND ]------------------------------------------- # line 629 $html = "$whitespace<!-- $tag --><a$class href=\"$url\">$text</a><!-- $tag -->$append"; # #-----[ REPLACE WITH ]----------------------------------- # $html = "$whitespace<!-- $tag --><a$class href=\"http://www.anonym.to/?$url\">$text</a><!-- $tag -->$append"; # #-----[ SAVE/CLOSE ALL FILES ]--------------------------- # # EOF
"http://*" and "www*" are changed to links,
so they are changed too, to http://www.anonym.to/?linkAvek Reviewed by Avek on . PHPBB3 - Get rid of direct links [Simple] ######################################################### ## Installation Level: Easy ## ## Installation Time: 2 minutes ## ## Files to edit: 3 ## ## message_parser.php ## ## bbcode.html ## ## functions_content.php ## ######################################################### ## Author Note: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
(Official) Links Box | Direct Download Links - Support Thread
By mannNmeet in forum Forum and DDL DiscussionReplies: 1127Last Post: 28th Sep 2012, 03:15 PM -
any filehosting with direct links ?!!
By kazamel in forum File Host DiscussionReplies: 7Last Post: 13th May 2012, 04:06 AM -
A simple transloader script to fetch remote direct links?
By Phresh in forum Webmaster DiscussionReplies: 1Last Post: 3rd Jul 2011, 03:49 PM -
hf to direct links converter
By darshan2007 in forum Completed TransactionsReplies: 1Last Post: 7th Oct 2010, 06:58 PM -
How To Create Direct Links?
By BalkanW in forum Technical Help Desk SupportReplies: 9Last Post: 17th Mar 2009, 06:54 PM
themaManager - edit and manage...
Version 4.22 released. Open older version (or...