What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » javascript injections

Pages: (3): « First « 1 [ 2 ] 3 » Last »
javascript injections
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: javascript injections
Wouldn't that be more secure anyway?
<Eljay> "Problems encountered: shit blew up" :zippy:
09-09-2007 07:47 PM
Profile PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: javascript injections
yeah, it would...

Thanks for the help :)
Best Regards,
Joćo Godinho
09-09-2007 07:48 PM
Profile E-Mail PM Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: javascript injections
you need to set remember and save the cookie somewhere.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
09-09-2007 08:26 PM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: javascript injections
quote:
Originally posted by ShawnZ
you need to set remember and save the cookie somewhere.

if set = true the site should set the cookie shouldn't it?
<Eljay> "Problems encountered: shit blew up" :zippy:
09-09-2007 08:27 PM
Profile PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: javascript injections
now I'm with a little problem with the logout...

the logout link points to /friend/logoff.do

but If I point it to that url, it doesn't do anything, it needs the session id, like:

/friend/logoff.do;jsessionid=ahbz3I-KpO0c

I could use a regexp to get the session id from the html, the problem is that sometimes the session id doesn't show on the logoff link...

So I guess I need to get the session id from the cookie and add it to the /friend/logoff.do right? :S
Best Regards,
Joćo Godinho
09-09-2007 11:16 PM
Profile E-Mail PM Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: javascript injections
quote:
Originally posted by SpunkyLoveMuff
if set = true the site should set the cookie shouldn't it?

i said SAVE, not SET.

This post was edited on 09-09-2007 at 11:37 PM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
09-09-2007 11:37 PM
Profile PM Web Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: javascript injections
Anyone have any idea how I can get the innerhtml or value etc. of an ID using XMLHTTP?

I don't wanna have to search for stuff returned by responseText.
09-11-2007 12:02 AM
Profile PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: javascript injections
I used a regular expression, it's simple...

code:
if(new RegExp(/\<a href=\"\/friend\/book\/displayManageBook\.do\"\>(\d+)\<\/a\>\<\/div\>/).exec(Content))

and change it for what you need, or you can search here if there's something that might help you:

MSDN
Best Regards,
Joćo Godinho
09-11-2007 12:08 AM
Profile E-Mail PM Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: javascript injections
Thanks LifelesS, goodluck with your script :P
09-11-2007 12:10 AM
Profile PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: RE: javascript injections
quote:
Originally posted by davidpolitis
Thanks LifelesS, goodluck with your script :P


Thanks :D

It's going alright. I've got the login/logout thingy working. If I'm lucky I can finish it in the next 2 days or something.
Best Regards,
Joćo Godinho
09-11-2007 12:14 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On