Jump to content

JOhnson

Members
  • Posts

    531
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by JOhnson

  1. :lmaojump:do you ever find yourself smiling at the monitor when you are chatting to someone in a chat room and find there comments funny ... do you ever wonder what that person might really look like :lolwave:do you ever feel like putting you foot through the monitor when you see someone make a statement that makes them look better than they really are and you know there not as good as they might come over in the chat room :lolwave: and finally and you dont have to own up to this do you ever wish that someone you are talking to would find a different chat room to chat in :lolwave:

     

    If you have any "Do You Ever" please leave your comments here <<<<<<<<< :D

  2. SiSoft's Sandra

    http://www.sisoftware.co.uk/index. [...] dl&lang=en

     

    Belarc Advisor

    http://www.belarc.com/free_download.html

     

    Unlimited Possibilities' AIDA32

    http://forum.aumha.org/overflow/aida32.zip

     

    Lavalys' Everest Home

    http://www.lavalys.com/products/ov [...] =1&lang=en

     

     

    :lmaojump: again Haggis thank you for the reply mate ... only one that worked was belarc advisor but :oops: and I tried it on a two computers and on both ... all it told me was what was in each slot i.e. 1. 512MB 2.1024MB 3. 1024MB 4. 512MB ... nothing indicated what kind of RAM it was ? i.e.DDR2 533Mhz or DDR2 667MHz

  3. Thanks for the reply Haggis ... but :oops: my antivirus (kaspersky) wont let me look at sisoftware or offtex ? so is there any other way to find out ... apart from taking a stick of memory out of my computer and looking at it ?

  4. :oops: ... someone asked me how can I find out what RAM (memory) I have in my computer ... I couldnt answer them as I always open my computer up and take a stick of memory out and look to see what kind of RAM I have. Question is there away of finding out what kind of RAM you have in your computer without take a stick of memory out and looking ... Iv looked in system information under memory but it tells me nothing ... like i.e. ddr2 533 or ddr2 667
  5. :wallbash: ok you fellas iv took in all you have told me ... and im still at logger heads with this code I found ... iv been sat at my computer all day and iv tried this code in as many scripts as I could for spcn and all different connections and the only way this (script kicker) come "profile reader" will work is with a vincula connection and the one I used is vincula 5.1.8 ... so unless someone from spcn test it for me im not going to know :D ... As always thank you for your help and replies :D
  6. Xtreme: I am sad to announce that OZZY10 from TG007.net was fatally killed in an auto accident last night, all our thoughts & prayers go out to all that knew him.

     

    :lmaojump: omg OZZY you have more lives than the cat down the road to me :D

     

    As for the SICK BAST*** that posted that ... he needs shooting :oops: but the way Iv been shooting at that cat down the road I would miss him :lolwave:

  7. I don't see anything tha is Vincula specific. It look's as if it could be used with any connection that connected to a msn style chat server and handled all events correctly.

     

    :lmaojump: Iv got you now ... I understand what you and X-Fusion are saying now :D thanks to both of you.

  8. Yeah, it's an old MSN profile reader that Rylan made for ID4.0. It works on Sparkpea because they still have their profile systems set up the way MSN had theirs set up.

     

     

    :lmaojump: Cheers X mate thanks for the information and the quick reply ... was wondering if that code could be made for any connection as like I said it only works with a vincula connect ?

  9. :lmaojump: I was looking through some old codes I found on an old pen drive and I found this code ... it said it was a "Script Kicker" so I put it into my script which I use in SPCN which has a vincula connection. To my amazement it didnt work as a script kicker but :lolwave: it made a fantastic "Profile Reader" .... I tried it with a few other connection that are out there but it will only work with vincula :D

     

    My Question has anyone seen this code before and do they know who scripted it ? The only clue in this code was this .... ($9-,irc.soulscreen.net,id 4.0 by Rylan)

     

    on *:JOIN:*: {
      if ($nick == $me) halt
      if (>* iswm $nick) halt
      set -u6 %inpuid $+ [ $nick ] $true
      prop $nick PUID
      who $nick
    }
    
    raw 352:*: { 
      if ($9- != $null) {
        echo -at 4 $6 ist ein Script: $replace($9-,irc.soulscreen.net,id 4.0 by Rylan)
      }
      halt
    }
    
    raw 315:*: { 
      halt
    }
    
    raw 818:*:{ 
      if (%inpuid $+ $2) { 
        unset %inpuid $+ $2
        if ($4- == $null) {
          echo -at 4 Stufe 1 für $2 nicht möglich!
          ctcp $2 version
          ctcp $2 finger
          ctcp $2 isitvincula
          ctcpreply $2 ”DTäE
          ctcpreply $2 ID
          halt
        }
        writeini PUID.ini PUID $2 $4
        profile $2
        halt
      }
    }
    
    raw 819:*:{ 
      halt
    }
    
    alias profile { sockopen $+(profile.,$1) chat.msn.com 80 }
    
    alias profileinfo {
      if ($prop == puid) { return $gettok($right($gettok($1,3,47),-10),1,38) }
      if ($prop == userget) { return $gettok($1,3,47) }
    }
    
    on *:SOCKOPEN:profile.*:{ sockwrite $sockname GET /profile.msnw?epuid= $+ $readini(PUID.ini,PUID,$gettok($sockname,2,46)) HTTP/1.1 $+ $crlf $+ Accept: */* $+ $crlf $+ Accept-Language: de-de $+ $crlf $+ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) $+ $crlf $+ Host: chat.msn.com $+ $crlf $+ Connection: close $+ $crlf $+ $crlf }
    on *:SOCKOPEN:profile2.*:{ sockwrite $sockname GET / $+ $readini(PUID.ini,UserGet,$gettok($sockname,2,46)) HTTP/1.1 $+ $crlf $+ Accept: */* $+ $crlf $+ Accept-Language: de-de $+ $crlf $+ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) $+ $crlf $+ Host: members.msn.com $+ $crlf $+ Connection: close $+ $crlf $+ $crlf }
    on *:SOCKREAD:profile.*:{
      if ($sockerr > 0) return
      var %t | sockread %t
      while ($sockbr > 0) {
        tokenize 32 %t
        if ($1 == LOCATION:) {
          writeini PUID.ini Redirect $gettok($sockname,2,46) $1- 
          writeini PUID.ini UserGet $gettok($sockname,2,46) $profileinfo($readini(PUID.ini,Redirect,$gettok($sockname,2,46))).userget
          remini PUID.ini Redirect $gettok($sockname,2,46) 
          sockopen profile2. $+ $gettok($sockname,2,46) members.msn.com 80
          return
        }
        sockread %t
      }
    }
    on *:SOCKREAD:profile2.*:{
      if ($sockerr > 0) return
      var %x | sockread %x
      while ($sockbr > 0) {
        if (*class=viewName>* iswm %x) {
          %pro = $replace(%x,                <font class=viewName>,, </font>,)
          %nick = $gettok($sockname,2,46)
          if (%nick !isin %pro) echo -at 4 %nick ist ein Script (Nickname laut Profil: %pro )
          if (%nick isin %pro) {
            echo -at 3 Stufe 1 für %nick erfolgreich!
            ctcp %nick version
            ctcp %nick finger
            ctcp %nick isitvincula
            ctcpreply %nick ”DTäE
            ctcpreply %nick ID
          }
          return
        }
        if (*unknownmember.msnw* iswm %x) {
          echo -at 4 %nick ist ein Script
          return
        }
        .sockread %x
      }
      write -c PUID.ini
      return
    }
    
    on *:CTCPREPLY:*: {
      if ($1 == TIME) || ($1 == PING) { halt }
      echo -at 4 $nick ist ein Script
    }
    
    menu nicklist {
      Script Check:{
        set -u6 %inpuid $+ [ $1 ] $true
        prop $1 PUID
        who $1
      }
    }

  10. Yes i will step up to the plate and say i was wrong, and didnt have prove to any legit statements caused by me, and yes before looking and finding the code that was suppose to be ripped and slander someones name i went way beyond myself and accused travis of ripping when in fact there was no justification for this or prove other then hearing from others. It has taken me a huge wake up call to come here a make this statement and i agree that i was in the wrong and I truly apologize to Travis for this, as this has caused him quite a lot of hurt and distrust in people. I know this will not make up for the damage that I have caused you travis but i hope this will state a point that I was wrong in a huge manner that i should have looked myself and find what prove was needed before making any accusations towards your name and your connection. Once again iam truthfully sorry and deserve whats commig!! Sorry Travis

     

    :lmaojump: Chain mate put your glasses on next time fella ... and this is my pennies worth whether you like it or not (UK Humour) ... you did what you thought at the time was right and for that I cant fault you ... mistakes are part of everyday life and if no one made them we wouldnt learn ... so you've nothing to say sorry for fella ... you apologized and that is a mark of repect to the man/ boy/ fella you apologized to .. just remember we all make mistakes .. some are costly others pass over our heads and like I sed this is my pennies worth whether you like it or not ... you held your hand up and that takes some doing ... well done Chain

×
×
  • Create New...