Translations of this page?:

Show DC++ magnet links as external

In the file inc/parser/handler.php: find

        }else{
        // internal link
            $this->_addCall(
                'internallink',
                array($link[0],$link[1]),
                $pos
                );

before add

        }elseif ( preg_match('#^magnet:\?#i',$link[0]) ) {
        // magnet link (accepts dc protocol)
            $this->_addCall(
                    'externallink',
                    array($link[0],$link[1]),
                    $pos
                    );
 
wiki/tips/magnet_links.txt · Last modified: 2007/01/08 01:53 by 85.113.202.195
 
Imprint Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsTranslate