Activity Stream
48,167 MEMBERS
62366 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member
    Website's:
    extremecoderz.com helpfultools.net

    Default PHPBB3 - 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
    Simple modification and it's chaning all links in url tags and if u got hotlinking then all words with:
    "http://*" and "www*" are changed to links,
    so they are changed too, to http://www.anonym.to/?link
    Avek 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
    ExtremeCoderz support team member
    Animesuki fan

  2.   Sponsored Links

  3.     
    #2
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    can be seen working on the extremecoderz chatroom / forum.

    Cheers av.

  4.     
    #3
    Respected Developer
    Website's:
    X4B.org
    There's a mod called prime links that provides the same functionality through a modification in bbcodes.php (preg replace callback) btw it can also ensure site internal links aren't annonmysed.

  5.     
    #4
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    ill 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


  6.     
    #5
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    fanx lite. got a divert.php if u want it, instead of using anonym.

  7.     
    #6
    Member
    Website's:
    litewarez.net
    iis this the mod ive been after

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. (Official) Links Box | Direct Download Links - Support Thread
    By mannNmeet in forum Forum and DDL Discussion
    Replies: 1127
    Last Post: 28th Sep 2012, 03:15 PM
  2. any filehosting with direct links ?!!
    By kazamel in forum File Host Discussion
    Replies: 7
    Last Post: 13th May 2012, 04:06 AM
  3. A simple transloader script to fetch remote direct links?
    By Phresh in forum Webmaster Discussion
    Replies: 1
    Last Post: 3rd Jul 2011, 03:49 PM
  4. hf to direct links converter
    By darshan2007 in forum Completed Transactions
    Replies: 1
    Last Post: 7th Oct 2010, 06:58 PM
  5. How To Create Direct Links?
    By BalkanW in forum Technical Help Desk Support
    Replies: 9
    Last Post: 17th Mar 2009, 06:54 PM

Tags for this Thread

BE SOCIAL