Quote:
Originally Posted by Curzon564
Great Hack. Everything works fine so far.
However, I'd like to add IRC Links.
They have the following format:
irc://irc.eu.gamesurge.net/channel
I already altered the local_links_include.php and added the Protocol:
Code:
// Protocols supported
$schemes = array( "http", "https", "ftp", "irc" );
Adding IRC Links works so far, but if I click on such a link a page with this url is opening:
http://www.empty123.inet01.de/local_...tion=jump&id=9
As result of this mIRC doesn't recognise the link.
Is there a possibility to open the Link directly so that it isn't hidden behind the php? link?
Changing the force redirect setting has no effects.
I'm grateful for every kind of assistance.
|
OK, I'm not familiar with the IRC protocol - the problem is perhaps that php's fopen() routine does not work with it, so a more direct approach will be needed. Give me a few days - there's a tidy up release in preparation and I'll try to fit this in.