Jump to content

Travis

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Travis

  1. This doesn't have any of my usual err0r handling ... no homo... but it will connect you and strip the font code. Use err0r's room lister.

    ;Stupid basic socketless connection for SPCN
    ;Based off of Winz Simple connection snippet. http://www.tg007.net/file-1733
    on *:start:{
    if (%nick) && (%login) && (%password) server 167.114.203.109 7778
    if (!%login) {
    if ($input(Sparkpea $crlf $crlf Enter Your Nickname,e,$v_)) set %nick $ifmatch
    else goto err_
    if ($input(Sparkpea $crlf $crlf Enter Your Email Address,e,$v_)) set %login $ifmatch
    else goto err_
    if (%login) && ($input(Sparkpea.net $crlf $crlf Enter Your Password,p,$v_)) set %password $md5($ifmatch)
    else goto err_
    if (%login) && (%password) { server 167.114.203.109 7778 }
    return
    :err_
    echo -s Error - Insufficient Parameters
    }
    }
    on ^*:LOGON:*:{
    user %nick IRCwx %login d00bie
    loginh %login %password
    }
    on ^*:text:*:#:{
    ;remember Tewl? He made this regsub code years ago
    var %val, %xfont = $regsub($replace($1-,[br],$chr(160), ,$chr(160)),/\[(/)?style([^\]]+)?\]/gi,$null,%val)
    echo # $+([,$asctime(hh:nn:ss),]) $+(<,$nick,>) $utfdecode(%val,0)
    haltdef
    }
    menu channel,status {
    $iif($network = sparkpea,Disconnect,Connect):$iif($network = sparkpea,Disconnect,server 167.114.203.109 7778)
    }



  2. What are people doing to get past the mirc reg popup. I haven't been doing this for a while, and the only option I get is to Exit. I cleared the registry like one guide, but that doesn't fix it.

     

    If I decide to get back into scripting I'd pay the $20, but I likely won't.

  3. I think what Ravi was trying to say is that gatekeeper's aren't derived from any set protocol. Whoever designs the registration process for a network decides how to create the Ident. It could be completely random and based off of nothing having to do with the user, or it could be based off of their IP, time of registration, etc. I believe some networks don't even keep a static Ident. Really what they save is your login id and password then may retrieve your stored Ident or assign you a new one.

  4. My memory of Chatcore is of the nicest Webchat I've ever seen with the nicest look and nicest features. The IRC side of it is excellent and enjoyable to script for. I am sad to see Bench go but happy that he is expanding his horizons. I idle at Chatcore & Buzzen still on my neXus script, but I'm hardly ever home. I'm off trying to make money too. I hope everyone is having fun and doing what you want to do.

×
×
  • Create New...