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

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1.     
    #1
    The Wise One
    Website's:
    twilight.ws ddlrank.com

    Default Disable Live Links? Need the mod?

    I am running vBulletin 3.7 and I would like to request the mod that disabled all live links in the posts.

    regards and I hope someone can find it for me.
    Whoo Reviewed by Whoo on . Disable Live Links? Need the mod? I am running vBulletin 3.7 and I would like to request the mod that disabled all live links in the posts. regards and I hope someone can find it for me. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wznetwork.com
    Open the includes/functions_newpost.php ( Edit in control panel or on your computer and reupload ).

    Find:
    PHP Code: 
            $urlReplaceArray = array(
                
    "[url]\\2\\4[/url]"
            
    ); 
    Replace with:
    PHP Code: 
            $urlReplaceArray = array(
                
    "\\2\\4"
            
    ); 

  4.     
    #3
    loki
    i did it this way,


    open the includes/functions_newpost.php

    Find
    PHP Code:
    $urlReplaceArray = array(
    "[url]\\2\\4[/u-r-l]"
    );
    And replace with
    PHP Code:
    $urlReplaceArray = array(
    "[code]\\2\\4[/c-o-d-e]"

    Just remove the" - " from code/url

  •     
    #4
    Banned
    Website's:
    Linked-Forum.com
    loki is best i believe. did same trick.

    all http://sitehere will be coded auto.

  •     
    #5
    Member
    Website's:
    wznetwork.com
    but if you have let's say a 3 part rapidshare download, it would come out like this:

    Code: 
    http://rapidshare.com/file1.zip
    Code: 
    http://rapidshare.com/file2.zip
    Code: 
    http://rapidshare.com/file3.zip
    My way just disables the link while not confusing the situation.

  •     
    #6
    Member
    Website's:
    SilentGround.org CouchTater.com MusicDemon.com
    Quote Originally Posted by d3monic View Post
    but if you have let's say a 3 part rapidshare download, it would come out like this:

    Code: 
    http://rapidshare.com/file1.zip
    Code: 
    http://rapidshare.com/file2.zip
    Code: 
    http://rapidshare.com/file3.zip
    My way just disables the link while not confusing the situation.
    Actually it doesn't. Here's mine for CouchTater.com

    PHP Code: 
    $urlReplaceArray = array(
                
    "[code]\\2\\4[/code]"
            
    ); 
    It auto codes the entire block however with that being said. If you put an extra space between the lines then yes it will do as you have suggested it would.

    Both ways work well and is mere preference as to which you use. You can also disable live links in your newthread / newreply templates by setting urlparsing to 0.

  •     
    #7
    Member
    i had that once but its a pain when someone copys live links and the user doesnt post the whole link and then it auto codes

    its just a mess

  •     
    #8
    The Wise One
    Website's:
    twilight.ws ddlrank.com
    Thanks all

  •     
    #9
    loki
    Ok, had to dig this up and reply, I tried Dexters idea,(You can also disable live links in your newthread / newreply templates by setting urlparsing to 0.
    ) and its the best one, the other ways have loopholes where if you write it right, it will still be live link, with his, its 100% no live links will get thru, Thanks Dexter

  •     
    #10
    Banned
    Website's:
    DL-Warez.com DL-Porn.com
    Thanks for the info lokiloki. Just edited and works 100%

  • Page 1 of 2 12 LastLast

    Thread Information

    Users Browsing this Thread

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

    Similar Threads

    1. How can i disable live links ?
      By archmak in forum IP.Board
      Replies: 7
      Last Post: 6th Nov 2012, 04:39 PM
    2. Replies: 0
      Last Post: 6th Jun 2012, 06:22 AM
    3. Checking Links Are Live
      By daveborg in forum Webmaster Discussion
      Replies: 8
      Last Post: 11th Sep 2011, 07:29 AM
    4. Disable Live Links?
      By Trueno22 in forum vBulletin
      Replies: 7
      Last Post: 3rd Aug 2010, 08:33 PM
    5. IPB3 Disable Links Parsing in topics
      By elmazagangi in forum IP.Board
      Replies: 1
      Last Post: 15th Jun 2010, 11:02 PM

    Tags for this Thread

    BE SOCIAL