Jump to content

plugster

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by plugster

  1. ok I think I have figgered out what is wrong but not a clue how to fix it.

    from what I see it is trying to load in compatability mode

    even though both 64 and 32bit ie's are not set that way

    so any sugestions on how to fix that will be gladly taken

    so the webchat can work.

  2. I have checked line by line in moschino and it is the same as the other ones I have

    I even tried other scripts running moschino and I still get the same thing

    in a test room I can get the webchat to dock but it hangs on loading the test room

    but if I try to open webchat for a different room that is when I get the D_ERROR xdock

    I am totally lost on this one or am I missing an install on my comp ?

    frustration is one way to put it.

  3. ; -- Webchat joiner.

     

    alias Webchat_Join {alias Webchat_Join {

    var %Channel = $$?=" $+ $Eval($Lang(m_webroom), 2) $+ "

     

    if (%Channel) {

    Web_Join $Chan_Encode(%Channel) %Channel

    }

    }

     

    alias Chan_Encode {

    var %C = $$1

     

    %C = $Replace(%C, $Chr(32), \ B)

    %C = $Replace(%C, \, $(%5c, ), ; , $(%3b, ))

     

    return $(%25%23, ) $+ %C

    }

     

    alias Web_Join {

    var %Encoded = $$1, %Decoded = $$2

     

    hadd -m %Decoded CHANNEL %Encoded

     

    if ($Window(@webchat. $+ %Decoded)) window -c @webchat. $+ %Decoded

     

    window @webchat. $+ %Decoded

     

    dialog -m Webchat. $+ %Decoded Webchat

    }

     

    dialog Webchat {

    title "Webchat"

    size -1 -1 600 480

    }

     

    alias Webchat_Callback return

     

    on *:DIALOG:Webchat.*:INIT:0:{

    var %D = $Dname, %Channel = $Hget($Gettok(%D, 2, 46), CHANNEL)

     

    dcx Mark %D Webchat_Callback

     

    xdialog -b %D +

     

    xdialog -c %D 100 webctrl 0 0 640 480

    xdid -n %D 100 $+($MainSettings(CONNECTION, CHANLINK), /chatui.aspx?rm=, %Channel)

     

    xdialog -l %D root $Chr(9) +pv 0 0 0 0

    xdialog -l %D cell root $Chr(9) +li 100 10 0 0

     

    .timer 1 0 xdialog -l %D update

    .timer 1 0 xdock -c $Dialog(%D).hwnd +s $Window(@WEBCHAT. $+ $Gettok(%D, 2, 46)).hwnd

    }

  4. hello error.

    no the webchat is the built on one for moschino flash buzzen 2.37

    if it helps i am running the 6.35 mirc

    on win 7 ultimate

    ok i tryed to paste in the webchat joiner with no luck

    that sucks to be me lol.

  5. hi i am hoping this can be solved,

    i am building a script and using moschino 2.37

    i have all working apart from the webchat

    what happens in a test room the webchat will open but hangs

    on loading but if i try to open in another room

    i get two windows try to open and have a D_ERROR xdock in status window

    i am not realy a coder and it has given my brain a major wobble.

×
×
  • Create New...