What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Problem- Please help

Pages: (2): « First [ 1 ] 2 » Last »
Problem- Please help
Author: Message:
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
O.P. Problem- Please help
Hej good people...

I have one probblem..

Not a problem but I need one thimg which is immportant to me...

I want when someone from mycontact list come online,  get automaticly messages exp. "hi" no matter am I online or not...

So if this is possible please help...

If I do that by offline messages options there are time when I send that write, and i can t do it every time..so I want send that automaticly as like notifications...

Sorry about my bad english, I hope you understand what I want and somebody will help me...

Bye
11-30-2006 11:57 PM
Profile E-Mail PM Find Quote Report
xJ +
Full Member
***

Avatar
A$$ple/Buttple xD

Posts: 460
Reputation: 15
117 / Other / Flag
Joined: Jan 2006
Status: Away
RE: Problem- Please help
Just want to make one thing clear, do you mean by sending "hi" automatically to your contacts whenever they sign in?
12-01-2006 12:17 AM
Profile PM Web Find Quote Report
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
O.P. RE: RE: Problem- Please help
quote:
Originally posted by xJ +
Just want to make one thing clear, do you mean by sending "hi" automatically to your contacts whenever they sign in?


yes
12-01-2006 12:18 AM
Profile E-Mail PM Find Quote Report
xJ +
Full Member
***

Avatar
A$$ple/Buttple xD

Posts: 460
Reputation: 15
117 / Other / Flag
Joined: Jan 2006
Status: Away
RE: Problem- Please help
It can be done with a script.
Please read this.
12-01-2006 12:21 AM
Profile PM Web Find Quote Report
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
O.P. RE: RE: Problem- Please help
quote:
Originally posted by xJ +
It can be done with a script.
Please read this.


hm...

sorry i don t know way to put this script or what ??

how to do this ?
12-01-2006 12:24 AM
Profile E-Mail PM Find Quote Report
DarkMe
Full Member
***

Avatar
Thx ins4ne for my av :p

Posts: 471
Reputation: 20
31 / Male / –
Joined: Jun 2006
RE: Problem- Please help
Plus! > Preferences > General > Scripts > Create New...
then paste the code and you're done :p
[Image: darkme.png]
12-01-2006 12:26 AM
Profile E-Mail PM Web Find Quote Report
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
O.P. RE: RE: Problem- Please help
quote:
Originally posted by DarkMe
Plus! > Preferences > General > Scripts > Create New...
then paste the code and you're done :p


and what now?

how to I run this sript...and how to choose which person I want to send automat. message?
12-01-2006 12:29 AM
Profile E-Mail PM Find Quote Report
DarkMe
Full Member
***

Avatar
Thx ins4ne for my av :p

Posts: 471
Reputation: 20
31 / Male / –
Joined: Jun 2006
RE: Problem- Please help
Just modify the code:

contacts = new Array("name@domain.com", "name2@doamin.com")//edit these to
function OnEvent_Signin(Email){
for(i=0; i<contacts.length; i++){
if(Email == contacts[i]){
Messenger.OpenChat(Email)
ChatWnd.SendMessage("Good Morning")
}
}
}
Modifiy the mails, and the message (in bold text)
Then just save it and close

This post was edited on 12-01-2006 at 12:36 AM by DarkMe.
[Image: darkme.png]
12-01-2006 12:32 AM
Profile E-Mail PM Web Find Quote Report
xJ +
Full Member
***

Avatar
A$$ple/Buttple xD

Posts: 460
Reputation: 15
117 / Other / Flag
Joined: Jan 2006
Status: Away
RE: Problem- Please help
Or you can use a made-ready script by John.
It sends greetings automatically when you open a conversation window with a contact.
Here's the script link.
12-01-2006 12:34 AM
Profile PM Web Find Quote Report
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
O.P. RE: RE: Problem- Please help
quote:
Originally posted by DarkMe
Just modify the code:
code:
contacts = new Array("name@domain.com", "name2@doamin.com")//edit these to
function OnEvent_Signin(Email){
for(i=0; i<contacts.length; i++){
if(Email == contacts[i]){
Messenger.OpenChat(Email)
ChatWnd.SendMessage("Good Morning")
}
}
}
Modifiy the mails, and the message
Then just save it and close


ok

and when i add new script i have this

function OnEvent_Initialize(MessengerStart)
{
}

function OnEvent_Uninitialize(MessengerExit)
{
}

what I need to do with this delete or?
12-01-2006 12:35 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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