To The Pro's: please correct this cool script - 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: To The Pro's: please correct this cool script (/showthread.php?tid=63428) To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 09:35 AM
-------------------------------------------------------------------------------------------- RE: To The Pro's: please correct this cool script by ShawnZ on 07-17-2006 at 09:39 AM All that needs to be said is that you need to actually learn the language before you write code for it. RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 09:43 AM thats a fast reply... but youre right. i do know the language, but not that much. but please help me, im only a simple beginner scripter, and i want the code finished... RE: To The Pro's: please correct this cool script by NiteMare on 07-17-2006 at 09:44 AM
you've left in too much of the eplination stuff in there, try this: code: Secondly, the DIsplay Toast does not support wma files RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 09:45 AM
THANK YOU SO MUCH ill try it RE: RE: To The Pro's: please correct this cool script by segosa on 07-17-2006 at 09:50 AM
quote: "Messenger.Blocked("xxxx@xxxx.nl");" What's that supposed to do? It's never gonna work... RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 09:52 AM
in the xxxx you fill in the adres like mike@hotmail.com. this is just an example. RE: RE: To The Pro's: please correct this cool script by segosa on 07-17-2006 at 09:55 AM
quote: Look, I know that, but that code will not work, with or without a valid e-mail address. If you're trying to make a block checker, it's not possible. Otherwise, I really don't understand what you want this script to do. RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 09:57 AM
oh? can you tell me why it doesnt work then? is it because the script still think the person is offline? RE: To The Pro's: please correct this cool script by NiteMare on 07-17-2006 at 10:02 AM
Try Contact.Blocked instead of Messenger.Blocked RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:03 AM
ill try... RE: To The Pro's: please correct this cool script by Eljay on 07-17-2006 at 10:04 AM
a few points..
edit: Nitemare, giving him wrong code seriously wont help.. RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:06 AM
well, i dont want the contact to display a toast to him, RE: To The Pro's: please correct this cool script by NiteMare on 07-17-2006 at 10:07 AM
quote: better then what he had, it showed him that format atleast! try this instead code: i'll stop posting now, since apparently i'm not helping RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:08 AM
you are helping!!!!! RE: To The Pro's: please correct this cool script by Eljay on 07-17-2006 at 10:10 AM
please could you explain exactly what you want the script to do, what i understood was: RE: To The Pro's: please correct this cool script by Matti on 07-17-2006 at 10:15 AM
Full explanation of the code: code:This rule declares an event function called when you changes your status. code:And if your new status is set on Busy... code:...an unexisting function Blocked() in the Messenger object will be called. This should have to be code:to see if you blocked him or code:to block him. So, no block checker at all! code:Then, a toast will popup that Sander has blocked you... Block checkers don't work, and there's no way you can create them due to the Messenger Protocol!
RE: To The Pro's: please correct this cool script by Felu on 07-17-2006 at 10:17 AM
Here's the code code: RE: To The Pro's: please correct this cool script by NiteMare on 07-17-2006 at 10:20 AM
quote: i would have gotten there soon enough RE: To The Pro's: please correct this cool script by John Anderton on 07-17-2006 at 10:23 AM
Toasts dont take wma's do they quote: RE: To The Pro's: please correct this cool script by andrey on 07-17-2006 at 10:32 AM
quote:Again, this shows a pop-up if you blocked this contact, not if he has blocked you. Btw, "Sander heeft je geblokkeerd." means afaik "Sander has blocked you." What DennisMartijn wants is quote:which will never work, because you can't see if someone has blocked you. Block checkers DO NOT work RE: To The Pro's: please correct this cool script by Eljay on 07-17-2006 at 10:32 AM
quote: quote: and anyway, as people have already said .wma isnt supported edit: filenames also need a \ before them if theyre not in the currents script's directory RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:35 AM i dont get it anymore is there a working code, or doesnt al codes in wich you want to see if anyone specified blokked you? RE: To The Pro's: please correct this cool script by Felu on 07-17-2006 at 10:36 AM
quote:Well the code i gave blocks the email and shows a toast. RE: To The Pro's: please correct this cool script by Ezra on 07-17-2006 at 10:37 AM
quote: You can't see if anyone else has blocked you. That's an invasion of privacy. RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:38 AM that isnt the code i want. check the earlier editted post.. RE: To The Pro's: please correct this cool script by andrey on 07-17-2006 at 10:40 AM
quote:there is no way to see if someone has blocked you. RE: To The Pro's: please correct this cool script by Eljay on 07-17-2006 at 10:40 AM Basically, if what i said was correct and you want this script to check if someone has blocked you, this isnt possible. As i already said Contact.Blocked is if YOU have blocked THEM, not the other way around. Block checkers DO NOT work. RE: To The Pro's: please correct this cool script by John Anderton on 07-17-2006 at 10:40 AM
quote:thats not possible What the script posted earlier does is when you change your status to busy, it checks if the contact (with email mentioned in the script) is already blocked. If not then he/she is blocked. Then you get a toast saying that the person has been blocked. RE: To The Pro's: please correct this cool script by DennisMartijn on 07-17-2006 at 10:42 AM alright then i know that im now working on a prank code, ill tell it later. i think this topic may be locked right now. RE: RE: To The Pro's: please correct this cool script by foaly on 07-17-2006 at 12:59 PM
quote:sure there is just log in with their account... RE: To The Pro's: please correct this cool script by John Anderton on 07-17-2006 at 04:11 PM
quote: Let me rephrase. Ok there is no legal/practical way to see who has blocked you. |