Webtools
Les webtools sont des outils destinés aux webmasters. Ce sont des scripts qui vous permettront d'afficher sur votre site les informations qui concernent votre salon.
Attention, veillez bien à remplacer "VOTRE_SALON" par le nom de votre salon SANS le #.
Compteur de connectés sur un canal :
JAVASCRIPT : <script type="text/javascript" src="http://webtools.ma4way.net/counters/chan_po.php?m=js&c=VOTRE_SALON"></script>
PHP : <?php readfile ('http://webtools.ma4way.net/counters/chan_po.php?c=VOTRE_SALON')?>
Liste des connectés sur un canal :
JAVASCRIPT : <script type="text/javascript" src="http://webtools.ma4way.net/status/user_ison.php?m=js&c=VOTRE_SALON"></script>
PHP : <?php readfile('http://webtools.ma4way.net/status/user_ison.php?c=VOTRE_SALON') ?>
Topic (Message d'accueil) d'un canal :
JAVASCRIPT : <script type="text/javascript" src="http://webtools.ma4way.net/status/chan_topic.php?m=js&c=$CANAL"></script>
PHP : <?php readfile('http://webtools.ma4way.net/status/chan_topic.php?c=VOTRE_SALON') ?>