Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

sBNC-Webinterface

Recommended Posts

  • Administrators

für alle User die einen Bouncer von sBNC benutzen... damit könnt Ihr das Webinterface bequem über mIRC aufrufen... Ihr müsst lediglich an folgender Stelle die URL zu Eurem Webinterface angeben:

 

 

 

xdid -n $dname 1 !!!hier muss deine URL zum Webinterface-Login hin!!!

 

 

 

benötigt wird dazu allerdings DCX

 

>alias sBNC_web {  dialog -ma sBNC_web sBNC_web_table}dialog sBNC_web_table {  title "shroudBNC Webinterface ~ © 2006 by Liath ~ http://www.germany-project.de"  size -1 -1 740 695}on *:dialog:sBNC_web:*:*: {  if ($devent == init) {    dcx Mark $dname sBNC_web_cb    xdialog -b $dname +tyzo    ;// Call initilisation alias    sBNC_web_init_dcx  }}alias -l sBNC_web_init_dcx {  ;// Initialising control: (WebControl 1)  xdialog -c $dname 1 webctrl 0 0 740 700 tabstop  xdid -n $dname 1 }alias sBNC_web_cb {  ;if ($2 != mouse) { echo $color(info) -s */ sBNC_web_cb: $1- }}menu status,channel {  sBNC-Webinterface : sBNC_web}

Link to comment
Share on other sites



×
×
  • Create New...