Jump to content

SEC

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by SEC

  1. updated the connection and now it won't connect at all...

     

    i get this in the debug window...

     

    [08:06] OPEN - dc.auth.grp

    [08:06]  READ - dc.auth.grp AUTH GateKeeperPassport S :GKSSP\0&\0\0\0\0\0\0\0”\c¦”\n!š­

    [08:06]  READ - dc.auth.grp AUTH GateKeeperPassport S :oK

    [08:06]  READ - dc.auth.grp :tk2chatwbg01 910 nickname :Authentication Failed

    [08:06]  + Error: Group connection for passport "SEC®™" failed [Reason: Authentication Failed - Cookies out of date].

    [08:06]  + Started: Updating passport "SEC®™" [cookies only].

    [08:06]  + Finished: Passport "SEC®™" was successfully updated in 0.19 seconds [cookies only].

    [08:06]  + Connecting: Groups Server with passport "SEC®™"...

    [08:06]  OPEN - dc.auth.grp

     

    also this in the status window...

     

    [08:06]  + Started: Updating passport "SEC®™" [cookies only].

    [08:06]  + Finished: Passport "SEC®™" was successfully updated in 0.17 seconds [cookies only].

    [08:06]  + Error: Group connection for passport "SEC®™" failed [Reason: Authentication Failed - Cookies out of date].

    [08:06]  + Started: Updating passport "SEC®™" [cookies only].

    [08:06]  + Finished: Passport "SEC®™" was successfully updated in 0.18 seconds [cookies only].

    [08:06]  + Connecting: Groups Server with passport "SEC®™"...

    [08:06]  + Connecting: Subscription Server with passport "SEC®™"...

    [08:06]  + Error: Subscription connection for passport "SEC®™" failed [Reason: Authentication Failed - Cookies out of date]

     

    it's also telling me this too...

     

    [08:08]  + Error: Passport "SEC®™" failed to retreive MSNRegcookies [Reason: MSN wishes that you visit this link before attempting to update your passport/joining a room. Link: "to TheLobby(edited)" ].

     

    hope that helps guys

     

    SEC

     

  2. ok.. i figured it out and got it to be room specific again :D

     

    had to remove part of the coding for the room name as the new connection sees it.

     

    on ^*:JOIN:*: {
      if ($chan == $chr(37) $+ $chr(35) $+ "room name inserted here" ) 

     

    is now...

     

    on ^*:JOIN:*: {
      if ($chan == $+ $chr(35) $+ "room name inserted here" ) 

     

    took me a while to discover that the new connection sees the room names differently from vincula. So I removed the " $chr(37) ", which is %, and leave the " $chr(35) ", which is #, in.

     

    Thanks for the new version Gate.. looks like a masterpiece ;)

  3. ok.. this is what i've been using with the earlier versions...

     

    on ^*:JOIN:*: {
      if ($chan == $chr(37) $+ $chr(35) $+ "room name inserted here" ) {
        if (($me isop $chan) || ($me isowner $chan)) msg $chan Hey $nick $+ !  We're all in our group chat: "group URL inserted here"  Click the link and join us! It's free!! See you there!!!!!!
        if (($me isop $chan) || ($me isowner $chan)) msg $chan If you can't see the link to the room, go to chat options and uncheck "Don't display any messages with URLs" then refresh.
      }
    }
    

     

    can't understand how it doesn't work except maybe the $chr() has something to do with it due to the new connection? I can remove the room specifications and the op status and it will display the onjoin message in all the rooms when someone enters. But if i leave them in the script doesn't work.

     

  4. I need to find out how to do onjoin messages. I've looked for 2 hours and can't find anything. If there's not a way to do it maybe an addon could be in order?

     

    Overall, well worth the wait. Very good job Gate. Btw, love the red specs for non-subs :P

     

    SEC®™

  5. I keep getting a script debugging window sometimes... it's happened before, this time i've tracked it to a url that was posted in my room. I have the log that shows the link posted and when i click no to not debug the script error, it timestamps everything that scrolls for the current time. I have to close GuarDDog to stop from kicking everyone for scrolling due to the timestamping. I have a screenshot if i can figure out how to post it here...lol

     

  6. Another idea I came across is maybe save the event logger instead of deleting it wne GuarDDog closes. 'Specially the kick events... Could be useful in keeping track of kicks of certain hosts in the event a dispute arises amongst the ranks.

    Rebooting is inevitable sometimes.

  7. i've got the away/return flood protection turned on and someone is still away/return flooding in my room. Was it something i might have missed?

     

     

    I've got a different situation i need an add-on script i can load. I don't know how to write scripts so i need some assistance. Anyone care to do some writing for me?

  8. I'm was using 4.0 in two rooms and noticed that the MSN side of the nicklist halfway vanished, only golds left. So, I updated to 4.1 full and still get the same thing. It happens alot and every once in a while, it'll return if someone enters or leaves... seems to be an intermittant thing, but more and more it happens to stay like that. Might be something to look into before releasing v5.0

     

    SEC

     

  9. Found the remotes to load scripts.. thanks.

     

    Too bad you can't turn off the auto voice, my co-owners aren't happy with that cause our chatroom is a totally specced room and this script is getting me in trouble.

     

    If there's no way to remove it, then I'll be forced to give up a great tool that works and go back to trying to find one that will work in subscription chat. Man, that's a pain.

     

     

     

    SEC

  10. Great job on the script gate.. it's easy to use.

     

    Couple of questions I have for ya...

     

    1 - How do I turn off the onjoin auto voice? I want to keep my chatroom specced at all times.

     

    2 - I have chatroom specific scripts, how do I load them into GuardDog and use them? I can't find anything like "Tools..." "Remote..." at all.

     

    SEC

     

  11. my vincula only tells me not connected to server. i've tried the /msn.resetocx and that's what i get... what did MSN do in the past two months while i was offline and how do i fix it?

     

  12. Been having a problem with people away floding in my room... is there some code that will kick and/or ban for this in Vinc? any help is appreciated.

×
×
  • Create New...