6
Reviving the topic
I would like know how add a specific bbcode, to edonkey links, example:
ed2k://|file|[Ubuntu.Linux.5.04.The.Hoary.Hedgehog.DVD].ubuntu-5.04-dvd-i386.iso|2929047552|FAA282B48F2888D34E94B102FC210282|/
I tried add this code in class/module.textsanitizer.php
$patterns[] = "/[edonkey=(['"]?)([^"'<>]*)\1](.*)[/edonkey]/sU";
$replacements[] = '\3';;
but dont worked
I think the string is wrong but I dont know what is the correct.
Maybe someone expert in php can help me