Shoutbox

[Request]Anti log in - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Request]Anti log in (/showthread.php?tid=65737)

[Request]Anti log in by Pengo on 09-02-2006 at 04:51 PM

Could a script be made so when someone logs in it logs them back out right away? because my brother is not ment to use MSN and if a script could be made after he logs in he gets loged out right away. Or if plus live cant handel that is there something else i can do?


RE: [Request]Anti log in by Sunshine on 09-02-2006 at 04:58 PM

[Release] Visitor control might be what you are looking for.



Edit: lol alexp2_ad (your avatar makes me smile..dunno why) :P
One thing though..your solution assumes the OP knows how to script...


RE: [Request]Anti log in by alexp2_ad on 09-02-2006 at 04:59 PM

EDIT:  Or that ^^^

code:
function OnEvent_SigninReady(email){
   if(email != "youremail@domain.com"){
      Messenger.Signout();
   }
}

But it's a bit mean and fairly easy to get round. :P
RE: [Request]Anti log in by markee on 09-02-2006 at 05:03 PM

quote:
Originally posted by alexp2_ad
code:
function OnEvent_SigninReady(email){
   if(email != "youremail@domain.com"){
      Messenger.Signout();
   }
}

But it's a bit mean and fairly easy to get round. [Image: msn_tongue.gif]
Only if you edit the .js file in the scripts folder outside of MP!L,  remember you can't get into the preferences of MP!L without being signed in first.  Or deleted the file :P
RE: RE: [Request]Anti log in by alexp2_ad on 09-02-2006 at 05:05 PM

quote:
Originally posted by markee
quote:
Originally posted by alexp2_ad
code:
function OnEvent_SigninReady(email){
   if(email != "youremail@domain.com"){
      Messenger.Signout();
   }
}

But it's a bit mean and fairly easy to get round. [Image: msn_tongue.gif]
Only if you edit the .js file in the scripts folder outside of MP!L,  remember you can't get into the preferences of MP!L without being signed in first.  Or deleted the file :P

Or disabled it in the registry, or uninstall plus, or do it when he is signed on... :^)
RE: [Request]Anti log in by markee on 09-02-2006 at 05:11 PM

quote:
Originally posted by alexp2_ad
Or disabled it in the registry, or uninstall plus, or do it when he is signed on... :^)
First of all he won't be able to sign on because of the script.  All the rest of the registry keys and files can be secured by not allowing his brother's account to be able to access the files manually (assming he has administrative priveledges).  This can make it almost impossible for his brother to be able to log in (I say almost because there are exploits in every system).
RE: RE: [Request]Anti log in by alexp2_ad on 09-02-2006 at 05:14 PM

quote:
Originally posted by markee
quote:
Originally posted by alexp2_ad
Or disabled it in the registry, or uninstall plus, or do it when he is signed on... :^)
First of all he won't be able to sign on because of the script.  All the rest of the registry keys and files can be secured by not allowing his brother's account to be able to access the files manually (assming he has administrative priveledges).  This can make it almost impossible for his brother to be able to log in (I say almost because there are exploits in every system).

I meant he could do it when Pengo is signed on.  And most people won't be using multiple accounts for stuff on their family PC.  You could just not let him run messenger if they were. *-)
RE: RE: RE: [Request]Anti log in by markee on 09-02-2006 at 05:29 PM

quote:
Originally posted by alexp2_ad
quote:
Originally posted by markee
quote:
Originally posted by alexp2_ad
Or disabled it in the registry, or uninstall plus, or do it when he is signed on... :^)
First of all he won't be able to sign on because of the script.  All the rest of the registry keys and files can be secured by not allowing his brother's account to be able to access the files manually (assming he has administrative priveledges).  This can make it almost impossible for his brother to be able to log in (I say almost because there are exploits in every system).

I meant he could do it when Pengo is signed on.  And most people won't be using multiple accounts for stuff on their family PC.  You could just not let him run messenger if they were. *-)

I uess there is a possibility of him getting on while Pengo is still signed in.  Since our family got XP we have had a different account each to make it easier to keep our files segregated and ordered how we want, though I do see why some people may not see the need.  If you we're to stop messenger running on his account then you would also need to block the webmessengers and proxies that can access web messengers too (I guess you would also have to do this with the quick-fix scripts).  And with the yahoo intropolity you would have to stop Yahoo messenger as well.  I think we can say that it almost impossible to fully stop his brother whatever the surcumstances (apart from stopping his brother having internet priveledges altogether :P).  We can make it very secure however that his brother cannot get into WLM however with all the right precautions taken (this should slow novice computer users for some time).

EDIT: Yes I have come to agree with you in the overall scheme of things, without sufficient knowledge of his brother's computer skills and their computer set-up it is impossible for us to give a definite answer to wether or not he will even be able to hold his brother back for a second or for years