Jump to content

Mr_S

Members
  • Posts

    141
  • Joined

  • Last visited

Posts posted by Mr_S

  1. just that on click event i needed towork so i didnt paste a whole dialog to only correct one error...

     

    would have been a bigger pointless post to do the whole dialog to only correct wut i could see as one error :)

     

    Thanks for the help! :D

  2. ello's.. Aint been here for a while.

     

    need some help with Dialog that i finally started to be arsed to learn.

     

    ;Testing

    menu channel {

    hop :Dialog -m test test

    }

    dialog test {

    title IRC Control

    size -1 -1 88 192

    option dbu

    button "Hop", 2, 0 8 37 12, ok

    text "Dialog Testing", 1, 16 0 65 8, center

    button "Part", 3, 48 8 37 12, result ok

    link http://g00ber.com, 4, 16 32 46 8

    }

    }

    on *:Dialog:click:test:*:{

    if ($did == 2) { hop $chan }

    if ($did == 3) { part }

    }

     

    Nice, small and simple for a new start - but clicking on "hop" dont do nudda :(

    Did i miss a part?

     

    Many thanks

     

  3. Eyedropper lol - i havent long got up! Thanks for quick reply

     

    Is there still a fix for this ocx error none the less do you know Molson?

     

     

    Where in the hell do you get these old downloads from?

     

    A very good program called google.. plus its still listed in TG downloads lol

  4. Hiya everyone - ltns

     

    Can anyone advice me on the following error which im trying to fix on the very old bot "Eggdropper" by Webby? ("WebAgent007")

     

    "Failed to load 'CommonDialog' from comdlg32.ocx. Your version of comdlg32.ocx may be outdated. Make sure you are using the version of the control that was provided with the application"

     

    I want to get this re-working for my room again :D

     

    I didnt see this ocx in the folder OR my system / system32 folders so ive placed the ocx in each - registered them etc etc etc but to no avail - Desperate to get this working

     

    Helppppppppppppppppppppppppppppppppp

     

    Thanks in advance

  5. MSN using MSN Chat Admin Client. if you want or anybody an screenshot i will post it here. cheezy.gif

    lol_sign.gif Go for it, Check your pm to! Im intrigued to see if you got the real thing or not wink.gif

  6. 'lo Switch - Welcome to tg007

     

    Have you tried connecting it to a server?

     

    If it has a status window you can try /server irc.addy.here 'port' but being a Bot (it is still a bot though is it not?) its most probably going to have its own connection for MSN only. Worth a try though.

     

    (may have been worth posting this message in Viper forum)

     

    Just watch for the differences in MSN / IRCD Servers (obviously lol) smile.gif

  7. Warrior your correct in the msnchat client part but, ViperBot would NOT be used for an 'MSN Staff Bot'. Im lead to belive from a very trusted source its along the lines of standard IRC programme with a few extra 'toys'. Wether this means MIRC for example or a more special kind of MIRC - i wouldnt know. But its certainly not going to be any downloaded client such as for example ViperBot or other programs like that (free for public use etc). Would be a nightmare tryin to have lots of staff members using different clientel now wouldnt it? And with ppl openly able to get hands on said programs would be a bit dodgy would it not??? (Also, Theres another reason why it wouldnt be a client like viper but id break my MSN staff contract & the trusted sources, well trust lol)

     

     

    Back on topic though,

    i dont personally like Vincula - try ClearMSN as a connection.. Very nice and simple to use smile.gif

  8. Do what you was previously told before!!!!! Report it to msn / hotmail

     

    I gave you a contact link - use it!

     

    I very highly doubt that anyone here can (or, if they can - will) do anything about your problem.

     

    Get in touch with the people who are authorised to help you and more to the point can.

     

    And if its not a passport stealer... its not a hack or hack attempt. a hack would be inside your accont and screwed u over alot more by this point in time.

  9. alias -l mdx.n if ($lock(dll)) return | if ($isid) return $dll($mdx.nudll,$1,$iif($2- != $null,$2-,.)) | dll $shortfn($mdx.nudll) $1-
    alias -l mdx.nudll return dll/mdx.dll
    alias -l mdx.nvdll return dll/views.mdx
    alias -l mdx.nbdll return dll/bars.mdx
    alias -l pop.ndll return dll/popups.dll
    alias -l mdx.set mdx.n SetDialog $dname $1-
    alias -l headersizes.n did -i $dname $1 1 header $2-
    alias -l new.menu dll $pop.ndll New $1-
    alias -l popup.destroy dll $pop.ndll Destroy $$1
    alias -l popup.newitem dll $pop.ndll AddItem $$1-
    alias -l popup tokenize 32 $dll($pop.ndll,Popup,$1-) | if ($isid) return $1- | $iif($4- != did not select a menu item,$4-)
    alias -l mdx.startn {
     dll dll/mdx.dll MarkDialog $dname
     dll dll/mdx.dll SetMircVersion $version
     dll dll/mdx.dll SetControlMDX $dname 4 ListView flatsb report single showsel rowselect grid nosortheader > dll/views.mdx
     dll dll/mdx.dll SetBorderStyle $dname 2 clientedge > dll/bars.mdx
     dll dll/mdx.dll SetFont 2,3,5 13 14 Tahoma
     var %not-a = 1,%not-x = 0
     while (%not-a <= 205) {
       var %not-b = $dll($mdx.nudll,SetFont,$dname %not-a + 13 14 Tahoma)
       if (ERROR isin %not-b) { inc %not-x }
       if (%not-x == 6) { break }
       inc %not-a
     }
    }
    alias -l tab {
     if ($1- == $null) return $chr(9)
     var %not-list
     var %not-a = 1
     while ( $ [ $+ [ %not-a ] ] != $null ) {
       set %not-list $instok(%not-list, $ [ $+ [ %not-a ] ] ,0,9)
       inc %not-a
     }
     return %not-list
    }
    
    alias check.notify {
     if (!$dialog(notify)) { notifylist }
     did -r notify 4
     var %a = 1,%b = 1
     while ($notify(%a)) {
       if ($notify(%a).ison) did -a notify 4 1 $tab($notify(%a),Online,$notify(%a).note,$notify(%a).addr)
       inc %a
     }
     while ($notify(%b)) {
       if (!$notify(%b).ison) did -a notify 4 2 $tab($notify(%b),Offline,$notify(%b).note,$notify(%a).addr)
       inc %b
     }
    }
    alias add.notify var %not-a = $$?="Enter NickName:",%not-b = $$?="Enter Note For %not-a $+ : " | if (%not-a) .notify %not-a $iif(%not-b,%not-b) | check.notify
    alias rem.notify var %not-a = $gettok($gettok($did($dname,4).seltext,1,9),3,32) | if (%not-a) .notify -r %not-a | check.notify
    alias notifylist { if ($dialog(notify)) dialog -v notify | else dialog -m notify notify }
    dialog notify {
     title "Notify Viewer"
     icon graph/gtzlogo.ico
     size -1 -1 509 220
     box "" 1, 449 180 58 39
     button Done, 2, 453 191 50 23, ok
     check "Open on connect",3,5 187 100 15
     check "Open on user online",5,5 203 120 15
     list 4, 0 2 508 183, size extsel
    }
    on *:DIALOG:NOTIFY:*:*:{
     if ($devent == init) {
       mdx.startn
       did -i $dname 4 1 headerdims 150:1 70:2 120:3 145:4
       did -i $dname 4 1 headertext +l Nickname $chr(9) Status $chr(9) Note  $chr(9) Address
       did -i $dname 4 1 seticon graph/online.ico
       did -i $dname 4 1 seticon graph/offline.ico
       var %a = $mdx(SetControlMDX,4 listview flatsb report single showsel rowselect grid nosortheader > [ $mdx.nvdll ] ), %a = $mdx(SetBorderStyle,2 clientedge) > [ $mdx.nbdll ] )
       if (%note.oncon = on ) { did -c notify 3 } | else { did -u notify 3 }
       if (%note.onus = on ) { did -c notify 5 } | else { did -u notify 5 }
     }
     if ($devent == sclick) {
       if ($did = 3) { if ($did($dname,$did).state == 1) { set %note.oncon on } | else { set %note.oncon off } }
       if ($did = 5) { if ($did($dname,$did).state == 1) { set %note.onus on } | else { set %note.onus off } }
       if ($did == 4) {
         var %not-a = $gettok($gettok($did($dname,4).seltext,1,9),3,32),%not-b = $gettok($gettok($did($dname,4).seltext,2,9),2-,32)
         if (%not-a) && (%not-b == yes) var %not-wh = w %not-a
         if ($gettok($did($dname,4,1),1,32) != rclick) halt
         new.menu notify 0 8
         if (%not-a) popup.newitem notify end + Whois $cr %not-wh
         if (%not-a) popup.newitem notify end +
         popup.newitem notify end + Add $cr add.notify
         if (%not-a) popup.newitem notify end + Remove $cr rem.notify
         popup.newitem notify end +
         popup.newitem notify end + Refresh $cr check.notify
         popup notify $mouse.dx $mouse.dy
       }
     }
    }
    on ^1:NOTIFY:{
     if ($dialog(notify)) check.notify
     if (%note.onus = on) { check.notify }
    }
    on ^1:UNOTIFY: if ($dialog(notify)) check.notify
    on *:DISCONNECT: if ($dialog(notify)) check.notify

     

    This is from killercasa by loverDrcasa... dont know if this helps @ all... might need some editing to suit ur needs tho

  10. no permissions to perform command sounds like Hyrbid is trying to do something when it joins (for example, add itself to access) that it can only do when op'd.

     

    Check your menu bar to see whats activated and if its anything 2 do with onjoin. You may also want 2 check ur connection control panel to.

     

    hope this helps

  11. [16:29:25] -> *Hi* Channel (*) (*) my name is Mr_S and I assist in running this network. This room is currently in violation of the Code of Conduct.
    [16:29:25] -> *The* code of Conduct can be read @ mylink. Thank you for your time and attention in this matter.
    04• 09Hi 08no such nickname/channel
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 ACCESS
    04• 09+mi 08no such nickname/channel
    04•08 Unknown command09 ACCESS
    04•08 Unknown command09 PROP
    04•08 Unknown command09 PROP
    04• 09The 08no such nickname/channel

     

    And im the server network admin. I own my own server on unrealircd and thats the errors i got. Good idea none the less tho

×
×
  • Create New...