Results 1 to 6 of 6
-
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
-
20th Jan 2010, 09:54 AM #2ლ(ಠ益ಠლ)Website's:
extremecoderz.comcan be seen working on the extremecoderz chatroom / forum.
Cheers av.
-
20th Jan 2010, 11:55 AM #3Respected DeveloperWebsite's:
X4B.org
-
20th Jan 2010, 11:58 AM #4MemberWebsite's:
litewarez.net litewarez.com triniwarez.comill mod this if i have to to hide the links in hashes and have a iframe landing page in phpbb like ddl sites
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
-
20th Jan 2010, 01:51 PM #5ლ(ಠ益ಠლ)Website's:
extremecoderz.comfanx lite. got a divert.php if u want it, instead of using anonym.
-
20th Jan 2010, 07:07 PM #6MemberWebsite's:
litewarez.netiis this the mod ive been after
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
themaCreator - create posts from...
Version 3.45 released. Open older version (or...