Pork Center

Irc://

De Hack-it.org.

(Page créée avec « * http://wiki.mibbit.com/index.php/Irc:// * http://wiki.mibbit.com/index.php/Irc:_urls_in_Mozilla http://mozillalinks.org/wp/2008/07/set-mibbit-as-your-irc-client-in-firefox… »)
(Syntaxes trouvées)
 
Ligne 1 : Ligne 1 :
 +
[http://irc.lc/url IRC URL]
 +
 +
=IRC URL / IRC HYPERLINK=
* http://wiki.mibbit.com/index.php/Irc://
* http://wiki.mibbit.com/index.php/Irc://
* http://wiki.mibbit.com/index.php/Irc:_urls_in_Mozilla
* http://wiki.mibbit.com/index.php/Irc:_urls_in_Mozilla
Ligne 4 : Ligne 7 :
http://mozillalinks.org/wp/2008/07/set-mibbit-as-your-irc-client-in-firefox/
http://mozillalinks.org/wp/2008/07/set-mibbit-as-your-irc-client-in-firefox/
  <a href="javascript:navigator.registerProtocolHandler('irc','https://www.mibbit.com/?url=%s','Mibbit');">Add Mibbit as an IRC handler</a>
  <a href="javascript:navigator.registerProtocolHandler('irc','https://www.mibbit.com/?url=%s','Mibbit');">Add Mibbit as an IRC handler</a>
 +
 +
==Syntaxes trouvées==
 +
<pre>irc://irc.geeknode.org#lagrottedubarbu</pre>
 +
* http://camel.apache.org/irc.html
 +
 +
==Tests==
 +
irc://irc.tamere.com/tonpere
 +
===Faire passer les %23===
 +
* http://www.dracos.co.uk/code/apache-rewrite-problem/
 +
finalement ca marche avec un <b>$_SERVER['REQUEST_URI']</b> tout con
 +
===Faire passer #===
 +
comment se démmerde mibbit pour faire passer http://02.chat.mibbit.com/#azeaze ???? (trouvé sur http://wiki.mibbit.com/index.php/Uri_parameters - <i>alternatively you can use (but not in IE):</i>
 +
* une piste en js :
 +
<pre>
 +
http://codinginparadise.org/my_ajax_app#helloworld How - using javascript - can I read the "helloworld" from the URL string?
 +
self.document.location.hash
 +
actually to get just "hellowworld" and not "#helloworld" thatwould be like
 +
self.document.location.hash.substring(1)
 +
If the URL contains spaces (or other escaped characters): http://codinginparadise.org/my_ajax_app#hello%20world
 +
unescape(self.document.location.hash.substring(1))
 +
</pre>
 +
* 08:31:24 <kerozene> var channel = document.getElementById('myTextInput'); location.href = 'http://here.com/myscript.php?channel=' + encodeURIComponent(channel);
 +
 +
===Usage===
 +
Caracteres a remplacer par du hexcode :
 +
* + %2B
 +
* # %23
 +
 +
==Syntaxe==
 +
* Chan Prefixes :  #  &  +  !
 +
==Registering==
 +
Note: If you have the Chatzilla extension installed and enabled, for this to work properly, you need to go into about:config, right click "New --> Boolean", create a new setting called "Setting "network.protocol-handler.external.irc" and set it's value to "true".Remember, when putting the values in, remove the double quotes.
 +
==IE==
 +
* http://kb.mozillazine.org/Register_protocol#Windows
 +
* http://blogs.msdn.com/b/noahc/archive/2006/10/19/register-a-custom-url-protocol-handler.aspx
 +
==Opera==
 +
* http://www.opera.com/support/kb/view/724/

Version actuelle en date du 9 mars 2011 à 18:30