Skip to content
General Chat Talk

Using Sockets To Login To Msn Groups?

A TG007 community discussion started by darkcypher.

Closed discussion 16 posts
Page 1 of 1
Closed
Topic #8524 · 16 published posts · 3,746 views

Okay, what i want to do is read a page on an MSN group, which my account is registered on, however, for mirc to be able to read the page, the account has to be logged into view it...

 

So far, i have been able to get the page to be read by sockets, by saving it onto my own hosting account (this was just to test i could read what i wanted off the page). However, when i try it with the actual page on the MSN group, it basically asks me to login, so how do i do this?

 

Any suggestions on how i can do this would be of great help, below is the code i have to far, very incomplete.

 

alias connect { /close | /open | /set %sock links $+ $rand(0,1000) }

alias close { /timer1 1 1 /c }
alias open { /timer2 1 3 /o }
alias c { sockclose %sock | echo Sock Closed }
alias o { sockopen %sock groups.msn.com 80 | echo Sock Open }

on *:sockopen:*:{ 
  if ($sockname == %sock $+ ) {
    sockwrite -n $sockname GET %page HTTP/1.1 
    sockwrite -n $sockname Host: groups.msn.com $+ $str($crlf ,2)
  }
}

on *:sockread:*:{ 
  if ($sockname == %sock $+ ) {
    sockread %temp 
    if (profile?user= isin %temp) && (MsgLink isin %temp) { /set %links %links + 1 | /echo Profile Found ( $+ %links $+ ) } 
;code to be added
    if (>Next<IMG isin %temp) { /echo Next Page Added } 
;code to be added
    if (document.cookie isin %temp) { /echo Restart | /connect } 
  }
}

 

Thanks in advance.

Wrong section dude

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

Wrong section dude

 

Yeh, i didn't really know where to put it...

 

why would you want to login through mirc anyway

just have it run ie or anothrer browser and open the page

 

My code does NOT have bugs. It just develops random features.

i noticed alot here lately on tg's forum people give other people that posts a topic a hard time, like morpheus and ozzy just did to darkcypher what morpheus & ozzy posted didn't have anything to do with the ? he asked. If i could help you darkcypher i would but i dont know much about what you asking.

I want to login to view the member list though mirc, so the i can make a list of all the links to members profiles quickly and easily, i'm just having trouble making mirc login, i downloaded a few of the old group updaters, so see how they logged in, but i cant quite seem to find anything useful in there.

Nobodys giving him a hard time. Morpheous just pointed out he was in the wrong section, and Ozzy was giving his opinion. :rolleyes:

Anyway, if you go to Rumbaars and register there, go to the download section and look for the MSN Groups Manager in the download section. I believe that has an msn group auth, you can study it and see how to do it.

Good Idea, would be cool to have a mirc clone server post this info by having the user right click on the persons nick name... but this would only work when people use the exact same nick they used on the group.

XploziOn your just out to cause trouble as usuall

i posted to ask why he would want to do it and offered a solution too, so how was i giving him a hard time?

My code does NOT have bugs. It just develops random features.

we had a hard time getting into Groups; Techgear users predicted rough sledding for trouble makers :stupid:

Ozzy from now on answer the ? dont try to change it. you always do that, if you dont have an answer to the ? being asked dont respond to it at all.And where do you get off saying i start trouble, i was just stating the facts.

ROFL ..

Pretty sure Ozzy was/is the co-founder of TG, so, I'm pretty sure that gives him the right to do and say what he wants. Who are you to tell people what to say? Help was offered to him, and I don't see where anyone gave him a hard time.

does it look like i changed the question?

if it was changed i must have done it while i was sleep walking, cause am sure i didnt do it while i was awake

 

and i gave an answer.

I gave an alternative to using sockets

also who the hell do you think you are to tell me what to do?

 

so XploziOn either get back on topic or have your posting rights removed ty

 

Edited Jun 2, 2007 10:26 PM by Ozzy10

My code does NOT have bugs. It just develops random features.

How the hell am i starting trouble. Im here to provide assistance where ever needed. And i wouldnt dare give ozzy a hard time if you know wats best for you

Edited Jun 2, 2007 11:11 PM by morph3us

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

Silly people. Let's all kiss and make up. :P

err0r: 666 + 1337 = 2003 backwards is 3002 which is how many people ozzy has banned from tg
err0r: spooky

gee you all fight like 10 year olds. Grow up... and throw a punch already!

 

Topic closed.

 

As for getting the group stuff done. The Rumbaar' recommendation is what you should go with. They already have something a long the lines of this working. If it's not exactly what you want, you should be able to modify your code enough, by looking at theirs, and making your own code work. Good Luck.