Jump to content

[::X-System::]

Members
  • Posts

    286
  • Joined

  • Last visited

Posts posted by [::X-System::]

  1. Is this your player X-System

     

    user posted image

    yes it is, with a really messed up screen resolution! wut did u do to the poor screenshot ? tongue.gif

     

    btw, this is the very 1st version of XTC. now it has the updates i mentioned before;

    a graph, a text showing how many tracks on playlist, a text showing volume, and an equalizer exactly like the one on winamp and doing exactly the same job.

    plus a file info editor smile.gif

  2. tooltips addon is a usefull feautures, specially that TG Audio player has no text lables on buttons. For me i use arise.dll, i re-edittted the dll coding and now i can control transparency. Thinking about re-re-editting to add icons aswell tongue.gif but i guess i'll need to ask the author

  3. - i didnt say the player looks bad or i dont like it

     

    - picwin it has to be flat cos its an animation! unless u can create a mirc-3d animation ozzy

     

    - the player with picwin graphs will look elite if its well coded

     

    - either the player is released or not i have my own-coded player, and its leet enough for me and doing the jobs i coded it for properly smile.gif

     

    neways good job

  4. well, this is how my own mp3 player was 10 days ago smile.gif

    i added a graph, a text showing how many tracks on playlist, a text showing volume, and an equalizer exactly like the one on winamp and doing exactly the same job.

     

    I'll post the latest ss l8r tongue.gif

     

    Link

    x_x

    i ve been workin on a sockbot recently that DOESNT join the room, it just opens a socket n watch over all the events, raws, etc. through the sockread.

     

    thats wut i had after the sockopen command;

     

    sock9210: :tk2chatchata04 451 * :You have not registered

  5. my vincula been editted recently, now it doesnt join, but the script is kinda watching the wuts in the room through the room sockread that shows up in the status window. During the so called joining its shows this:

     

    Welcome to the MSN Chat Service, diCe
    Your host is tk2chatchata02, running version 2.106.4
    This server was created Mar 23 2005 at 22:09:59 PDT
    tk2chatchata02 2.106.4 aioxz abcdefhiklmnoprstuvxyz
    IRCX CHANTYPES=% PREFIX=(qov).@+ CHANMODES=b,k,l,defhimnprstuwWx NETWORK=MSN are supported by this server
    -
    There are 2892 users and 130 invisible on 1 servers
    81 operator(s) online
    4294967010 unknown connection(s)
    109 channels formed
    I have 2892 clients and 0 servers
    -
    Current local users: 2892 Max: 6120
    Current global users: 2892 Max: 6120
    -
    MOTD File is missing
    -
    diCe MSNPROFILE 11
    diCe End of properties
    -
    %#test  :
    -
    %#test diCe .Nicholas +spaz +Hash3r .Devil +Satan +The-Game .jimmeh
    -
    %#test .Replica .rookie Bloup .Apathy
    %#test End of /NAMES list.
    -
    Local host: unknown (unknown)
    1 0 GateKeeper,NTLM 512 *
    -
    Ping? Pong!
    -
    Ping? Pong!
    

     

    any clue ?

  6. seems like thats a room sockread, ur code wud be correct if the connection opens a socket to each room names with that rooms name,else the room is refered to with $3- in the code.

     

    and u better use ;

     

    if ($4 $5 == +q $me) && (%autoq == on) { code here }

     

    btw, that code got nuthin to with the deny access in the 1st place !! tongue.gif

  7. the latest updater by exonyte is out too ;

    eXonyte's Realm

     

    NOTE: THIS ONE DOES NOT GET THE USER ROLE

     

    ;Socket Updater for Vincula 4.x
    ;Grabs Ticket/Profile/Subinfo + optionally REGCookie.
    ;Stores Subinfo as %msnpp.subinfo
    
    ;Make sure you update again after switching passports so the correct subinfo is set!
    
    ;Usage:  /msn.sgetpp
    ;To get the REGCookie too:  /msn.sgetpp -f
    
    alias msn.psubinfo {
     if ($isid) return %msnpp.subinfo
     elseif ($1 == -t) %msnpp.subinfo = $$2
     else {
       if ($1) {
         %msnpp.subinfo = $1
         writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) subinfo $1
       }
       else unset %msnpp.subinfo
     }
    }
    
    alias msn.sgetpp {
     if ($1 == -e) {
       .msn.loadpp $2
       %msnpp.email = $3
       %msnpp.pass = $4
     }
     if (-f* iswm $1) {
       %msnc.fullupdate = $true
       echo $color(info2) -at * Fully updating passport info for " $+ $msn.ini(selpp) $+ "...
     }
     else echo $color(info2) -at * Updating passport info for " $+ $msn.ini(selpp) $+ "...
    
     var %t $ticks
     %msnc.updatetime = $ticks
     if (*@hotmail.com iswm %msnpp.email) {
       sockopen msn.updater. $+ %t loginnet.passport.com 80
       sockmark msn.updater. $+ %t loginnet.passport.com
     }
     elseif (*@msn.com iswm %msnpp.email) {
       sockopen msn.updater. $+ %t msnialogin.passport.com 80
       sockmark msn.updater. $+ %t msnialogin.passport.com
     }
     else {
       sockopen msn.updater. $+ %t login.passport.com 80
       sockmark msn.updater. $+ %t login.passport.com
     }
    }
    
    on *:SOCKOPEN:msn.updater.*: {
     if ($sockerr) { return }
     if (chat.msn.com* iswm $sock($sockname).mark) {
       if (*subinfo iswm $sock($sockname).mark) sockwrite -tn $sockname GET /renderchat.msnw?rm=Vincula HTTP/1.1
       elseif (*regcookie iswm $sock($sockname).mark) sockwrite -tn $sockname GET /chatroom.msnw?rm=Vincula HTTP/1.1
       sockwrite -tn $sockname Host: chat.msn.com
     ;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050127
     ;Mozilla/5.0 (Windows NT 5.1) Vincula/ $+ $msn.vver
       sockwrite -tn $sockname User-Agent: Mozilla/5.0 (Windows NT 5.1) Vincula/ $+ $msn.vver
       sockwrite -tn $sockname Cookie: MSPAuth= $+ $msn.pticket $+; MSPProf= $+ $msn.pprofile $+ $crlf $+ $crlf
     }
     else {
       sockwrite -tn $sockname GET /login2.srf HTTP/1.1
       sockwrite -tn $sockname Authorization: Passport1.4 OrgVerb=GET,OrgURL=?,sign-in= $+ $replace(%msnpp.email,@,$chr(37) $+ 40) $+ ,pwd= $+ %msnpp.passwd $+ ,id=507
       sockwrite -tn $sockname Host: $sock($sockname).mark $+ $crlf $+ $crlf
     }
    }
    
    on *:SOCKREAD:msn.updater.*: {
     if ($sockerr) { return }
     var %r
     if ($sock($sockname).mark == chat.msn.com subinfo) {
       var %sp, %ep, %us
       sockread &r
    
       if ($bfind(&r,1,SubscriberInfo) != 0) {
         %sp = $calc($v1 + 23)
         %ep = $calc($bfind(&r,%sp,34) - %sp)
         msn.psubinfo $bvar(&r,%sp,%ep).text
         if (%msnc.gotcookie || !%msnc.fullupdate) {
           echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " $iif(%msnc.fullupdate,fully) updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
           writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
           unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
           sockclose $sockname
         }
         else %msnc.gotsub = $true
       }
       elseif ($bfind(&r,1,document.write) != 0) {
         if (%msnc.gotcookie || !%msnc.fullupdate) {
           echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " $iif(%msnc.fullupdate,fully) updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
           msn.psubinfo
           writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
           unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
         }
         else %msnc.gotsub = $true
       }
     }
     elseif ($sock($sockname).mark == chat.msn.com regcookie) {
       var %sp, %ep, %us
       sockread &r
    
       if ($bfind(&r,1,MSNChatNN) != 0) {
         %sp = $calc($v1 + 10)
         %ep = $calc($bfind(&r,%sp,59) - %sp)
         msn.pcookie $bvar(&r,%sp,%ep).text
         if (%msnc.gotsub) {
           echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " fully updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
           writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
           unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
         }
         else %msnc.gotcookie = $true
       }
     }
     else {
       sockread %r
       tokenize 32 %r
    
       if ($1 == Authentication-Info:) {
         if (*da-status=success* iswm $1-) {
           var %t $ticks, %x $gettok($1-,2,39)
           msn.pticket $remove($gettok(%x,1,38),t=)
           msn.pprofile $remove($gettok(%x,2,38),p=)
           sockopen msn.updater. $+ %t chat.msn.com 80
           sockmark msn.updater. $+ %t chat.msn.com subinfo
           if (%msnc.fullupdate) {
             sockopen msn.updater. $+ $calc(%t + 1) chat.msn.com 80
             sockmark msn.updater. $+ $calc(%t + 1) chat.msn.com regcookie
           }
         }
       }
       elseif (*da-status=failed* iswm $1-) {
         echo $color(info2) -at * Passport update failed, please check your login info
         unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
       }
       elseif ($1 == Location:) {
         var %t $ticks
         sockopen msn.updater. $+ %t $gettok($2,2,47) 80
         sockmark msn.updater. $+ %t $gettok($2,2,47)
       }
     }
    }
    
    on *:SOCKCLOSE:msn.updater.*: {
     if ($sockerr) { echo $color(kick) @su ERROR: $sock($sockname).wsmsg | return }
    }

  8. i guess that wud help (after using it with each letter separately!);

     

    on @*:text:*a*:#: { 
    if ($len($1-) >= 30) {
    if ($nick isowner $chan) halt
    /kick $chan $nick No Flooding Please 
    access # add deny $address($nick,1) 1 :TEXT FLOOD 
    } 
    }
    

     

    untested .. oops.gif

×
×
  • Create New...